Skip to content
Success

Console Output

Pull request #41622 updated
22:13:27 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at ab373df1125b6002603456fd7f554ef370389ad9 rather than cd63cc846e7ec4f2d255023d04ead33a2a7fe986
Obtained Jenkinsfile from ab373df1125b6002603456fd7f554ef370389ad9
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
22:13:32 [2020-12-04T22:13:32.208Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
22:13:32 [2020-12-04T22:13:32.212Z] Trying to pass milestone 8
[Pipeline] milestone
22:13:32 [2020-12-04T22:13:32.261Z] Trying to pass milestone 9
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
22:13:32 [2020-12-04T22:13:32.432Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a52fcd5d1f7090ee) in /home/ubuntu/workspace/moby_PR-41622
[Pipeline] {
[Pipeline] checkout
22:13:32 [2020-12-04T22:13:32.529Z] using credential docker-jenkins-github-credentials
22:13:32 [2020-12-04T22:13:32.535Z] Cloning the remote Git repository
22:13:32 [2020-12-04T22:13:32.535Z] Cloning with configured refspecs honoured and without tags
22:13:32 [2020-12-04T22:13:32.521Z] Cloning repository https://github.com/moby/moby.git
22:13:32 [2020-12-04T22:13:32.521Z]  > git init /home/ubuntu/workspace/moby_PR-41622 # timeout=10
22:13:32 [2020-12-04T22:13:32.535Z] Fetching upstream changes from https://github.com/moby/moby.git
22:13:32 [2020-12-04T22:13:32.535Z]  > git --version # timeout=10
22:13:32 [2020-12-04T22:13:32.543Z]  > git --version # 'git version 2.17.1'
22:13:32 [2020-12-04T22:13:32.543Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:13:32 [2020-12-04T22:13:32.544Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:13:46 [2020-12-04T22:13:46.118Z] Fetching without tags
22:13:46 [2020-12-04T22:13:46.368Z] Merging remotes/origin/master commit ab373df1125b6002603456fd7f554ef370389ad9 into PR head commit cd63cc846e7ec4f2d255023d04ead33a2a7fe986
22:13:46 [2020-12-04T22:13:46.075Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:13:46 [2020-12-04T22:13:46.080Z]  > git config --add remote.origin.fetch +refs/pull/41622/head:refs/remotes/origin/PR-41622 # timeout=10
22:13:46 [2020-12-04T22:13:46.084Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:13:46 [2020-12-04T22:13:46.095Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:13:46 [2020-12-04T22:13:46.104Z] Fetching upstream changes from https://github.com/moby/moby.git
22:13:46 [2020-12-04T22:13:46.104Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:13:46 [2020-12-04T22:13:46.105Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:13:46 [2020-12-04T22:13:46.354Z]  > git config core.sparsecheckout # timeout=10
22:13:46 [2020-12-04T22:13:46.358Z]  > git checkout -f cd63cc846e7ec4f2d255023d04ead33a2a7fe986 # timeout=10
22:13:47 [2020-12-04T22:13:47.560Z] Merge succeeded, producing fdceba93defafa708bcb082cd1f747a5f58010b7
22:13:47 [2020-12-04T22:13:47.560Z] Checking out Revision fdceba93defafa708bcb082cd1f747a5f58010b7 (PR-41622)
22:13:47 [2020-12-04T22:13:47.671Z] Commit message: "Merge commit 'ab373df1125b6002603456fd7f554ef370389ad9' into HEAD"
22:13:47 [2020-12-04T22:13:47.689Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:13:46 [2020-12-04T22:13:46.913Z]  > git remote # timeout=10
22:13:46 [2020-12-04T22:13:46.915Z]  > git config --get remote.origin.url # timeout=10
22:13:46 [2020-12-04T22:13:46.918Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:13:46 [2020-12-04T22:13:46.918Z]  > git merge ab373df1125b6002603456fd7f554ef370389ad9 # timeout=10
22:13:47 [2020-12-04T22:13:47.523Z]  > git rev-parse HEAD^{commit} # timeout=10
22:13:47 [2020-12-04T22:13:47.546Z]  > git config core.sparsecheckout # timeout=10
22:13:47 [2020-12-04T22:13:47.555Z]  > git checkout -f fdceba93defafa708bcb082cd1f747a5f58010b7 # timeout=10
22:13:47 [2020-12-04T22:13:47.658Z]  > git rev-list --no-walk 3e4095b10b50f8a26872ab74381927ab30709a30 # timeout=10
22:13:48 [2020-12-04T22:13:48.579Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41622:/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
22:13:48 [2020-12-04T22:13:48.579Z] Unable to find image 'alpine:latest' locally
22:13:49 [2020-12-04T22:13:49.142Z] latest: Pulling from library/alpine
22:13:49 [2020-12-04T22:13:49.708Z] 188c0c94c7c5: Pulling fs layer
22:13:49 [2020-12-04T22:13:49.708Z] 188c0c94c7c5: Verifying Checksum
22:13:49 [2020-12-04T22:13:49.708Z] 188c0c94c7c5: Download complete
22:13:49 [2020-12-04T22:13:49.971Z] 188c0c94c7c5: Pull complete
22:13:49 [2020-12-04T22:13:49.971Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a
22:13:49 [2020-12-04T22:13:49.971Z] Status: Downloaded newer image for alpine:latest
22:13:52 [2020-12-04T22:13:52.507Z] 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
22:13:52 [2020-12-04T22:13:52.713Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a52fcd5d1f7090ee) in /home/ubuntu/workspace/moby_PR-41622
[Pipeline] node
[Pipeline] node
[Pipeline] node
22:13:52 [2020-12-04T22:13:52.716Z] Running on s390x-ubuntu-14 in /home/jenkins/workspace/moby_PR-41622
[Pipeline] node
22:13:52 [2020-12-04T22:13:52.719Z] Running on ppc64le-ubuntu-12 in /home/docker/workspace/moby_PR-41622
[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] }
22:13:52 [2020-12-04T22:13:52.738Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0430e151306171b96) in /home/ubuntu/workspace/moby_PR-41622
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] checkout
[Pipeline] checkout
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] // stage
22:13:52 [2020-12-04T22:13:52.865Z] using credential docker-jenkins-github-credentials
22:13:52 [2020-12-04T22:13:52.870Z] using credential docker-jenkins-github-credentials
22:13:52 [2020-12-04T22:13:52.880Z] Fetching changes from the remote Git repository
[Pipeline] // stage
[Pipeline] {
22:13:52 [2020-12-04T22:13:52.883Z] Cloning the remote Git repository
22:13:52 [2020-12-04T22:13:52.883Z] Cloning with configured refspecs honoured and without tags
22:13:52 [2020-12-04T22:13:52.885Z] Fetching without tags
22:13:52 [2020-12-04T22:13:52.888Z] using credential docker-jenkins-github-credentials
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
22:13:52 [2020-12-04T22:13:52.901Z] Cloning the remote Git repository
22:13:52 [2020-12-04T22:13:52.901Z] Cloning with configured refspecs honoured and without tags
[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] }
[Pipeline] checkout
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
22:13:52 [2020-12-04T22:13:52.938Z] using credential docker-jenkins-github-credentials
22:13:52 [2020-12-04T22:13:52.944Z] Cloning the remote Git repository
22:13:52 [2020-12-04T22:13:52.944Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
22:13:53 [2020-12-04T22:13:53.182Z] Merging remotes/origin/master commit ab373df1125b6002603456fd7f554ef370389ad9 into PR head commit cd63cc846e7ec4f2d255023d04ead33a2a7fe986
22:13:53 [2020-12-04T22:13:53.492Z] Merge succeeded, producing 2f69ebd609fda4d253c289076a589b710c96466b
22:13:53 [2020-12-04T22:13:53.492Z] Checking out Revision 2f69ebd609fda4d253c289076a589b710c96466b (PR-41622)
22:13:53 [2020-12-04T22:13:53.657Z] Commit message: "Merge commit 'ab373df1125b6002603456fd7f554ef370389ad9' into HEAD"
22:13:53 [2020-12-04T22:13:53.665Z] First time build. Skipping changelog.
22:13:52 [2020-12-04T22:13:52.855Z]  > git rev-parse --is-inside-work-tree # timeout=10
22:13:52 [2020-12-04T22:13:52.865Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:13:52 [2020-12-04T22:13:52.913Z] Fetching upstream changes from https://github.com/moby/moby.git
22:13:52 [2020-12-04T22:13:52.913Z]  > git --version # timeout=10
22:13:52 [2020-12-04T22:13:52.921Z]  > git --version # 'git version 2.17.1'
22:13:52 [2020-12-04T22:13:52.921Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:13:52 [2020-12-04T22:13:52.922Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:13:53 [2020-12-04T22:13:53.167Z]  > git config core.sparsecheckout # timeout=10
22:13:53 [2020-12-04T22:13:53.171Z]  > git checkout -f cd63cc846e7ec4f2d255023d04ead33a2a7fe986 # timeout=10
22:13:53 [2020-12-04T22:13:53.257Z]  > git remote # timeout=10
22:13:53 [2020-12-04T22:13:53.259Z]  > git config --get remote.origin.url # timeout=10
22:13:53 [2020-12-04T22:13:53.262Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:13:53 [2020-12-04T22:13:53.262Z]  > git merge ab373df1125b6002603456fd7f554ef370389ad9 # timeout=10
22:13:53 [2020-12-04T22:13:53.470Z]  > git rev-parse HEAD^{commit} # timeout=10
22:13:53 [2020-12-04T22:13:53.478Z]  > git config core.sparsecheckout # timeout=10
22:13:53 [2020-12-04T22:13:53.482Z]  > git checkout -f 2f69ebd609fda4d253c289076a589b710c96466b # timeout=10
22:13:53 [2020-12-04T22:13:53.642Z]  > git rev-list --no-walk 3e4095b10b50f8a26872ab74381927ab30709a30 # timeout=10
22:13:52 [2020-12-04T22:13:52.908Z] Cloning repository https://github.com/moby/moby.git
22:13:52 [2020-12-04T22:13:52.908Z]  > git init /home/docker/workspace/moby_PR-41622 # timeout=10
22:13:52 [2020-12-04T22:13:52.918Z] Fetching upstream changes from https://github.com/moby/moby.git
22:13:52 [2020-12-04T22:13:52.919Z]  > git --version # timeout=10
22:13:52 [2020-12-04T22:13:52.921Z]  > git --version # 'git version 2.7.4'
22:13:52 [2020-12-04T22:13:52.921Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:13:52 [2020-12-04T22:13:52.922Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:13:52 [2020-12-04T22:13:52.888Z] Cloning repository https://github.com/moby/moby.git
22:13:52 [2020-12-04T22:13:52.888Z]  > git init /home/jenkins/workspace/moby_PR-41622 # timeout=10
22:13:52 [2020-12-04T22:13:52.915Z] Fetching upstream changes from https://github.com/moby/moby.git
22:13:52 [2020-12-04T22:13:52.915Z]  > git --version # timeout=10
22:13:52 [2020-12-04T22:13:52.933Z]  > git --version # 'git version 2.17.1'
22:13:52 [2020-12-04T22:13:52.933Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:13:52 [2020-12-04T22:13:52.934Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:13:52 [2020-12-04T22:13:52.949Z] Cloning repository https://github.com/moby/moby.git
22:13:52 [2020-12-04T22:13:52.949Z]  > git init /home/ubuntu/workspace/moby_PR-41622 # timeout=10
22:13:52 [2020-12-04T22:13:52.966Z] Fetching upstream changes from https://github.com/moby/moby.git
22:13:52 [2020-12-04T22:13:52.967Z]  > git --version # timeout=10
22:13:52 [2020-12-04T22:13:52.978Z]  > git --version # 'git version 2.7.4'
22:13:52 [2020-12-04T22:13:52.978Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:13:52 [2020-12-04T22:13:52.980Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:13:54 [2020-12-04T22:13:54.417Z] + [ PR != PR ]
22:13:54 [2020-12-04T22:13:54.417Z] + [ master != master ]
22:13:54 [2020-12-04T22:13:54.417Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:13:54 [2020-12-04T22:13:54.786Z] + docker version
22:13:54 [2020-12-04T22:13:54.786Z] Client: Docker Engine - Community
22:13:54 [2020-12-04T22:13:54.786Z]  Version:           19.03.13
22:13:54 [2020-12-04T22:13:54.786Z]  API version:       1.40
22:13:54 [2020-12-04T22:13:54.786Z]  Go version:        go1.13.15
22:13:54 [2020-12-04T22:13:54.786Z]  Git commit:        4484c46d9d
22:13:54 [2020-12-04T22:13:54.786Z]  Built:             Wed Sep 16 17:02:36 2020
22:13:54 [2020-12-04T22:13:54.786Z]  OS/Arch:           linux/amd64
22:13:54 [2020-12-04T22:13:54.786Z]  Experimental:      false
22:13:54 [2020-12-04T22:13:54.786Z] 
22:13:54 [2020-12-04T22:13:54.786Z] Server: Docker Engine - Community
22:13:54 [2020-12-04T22:13:54.786Z]  Engine:
22:13:54 [2020-12-04T22:13:54.786Z]   Version:          19.03.13
22:13:54 [2020-12-04T22:13:54.786Z]   API version:      1.40 (minimum version 1.12)
22:13:54 [2020-12-04T22:13:54.786Z]   Go version:       go1.13.15
22:13:54 [2020-12-04T22:13:54.786Z]   Git commit:       4484c46d9d
22:13:54 [2020-12-04T22:13:54.786Z]   Built:            Wed Sep 16 17:01:06 2020
22:13:54 [2020-12-04T22:13:54.786Z]   OS/Arch:          linux/amd64
22:13:54 [2020-12-04T22:13:54.786Z]   Experimental:     true
22:13:54 [2020-12-04T22:13:54.786Z]  containerd:
22:13:54 [2020-12-04T22:13:54.786Z]   Version:          1.3.7
22:13:54 [2020-12-04T22:13:54.786Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
22:13:54 [2020-12-04T22:13:54.786Z]  runc:
22:13:54 [2020-12-04T22:13:54.786Z]   Version:          1.0.0-rc10
22:13:54 [2020-12-04T22:13:54.786Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:13:54 [2020-12-04T22:13:54.786Z]  docker-init:
22:13:54 [2020-12-04T22:13:54.786Z]   Version:          0.18.0
22:13:54 [2020-12-04T22:13:54.786Z]   GitCommit:        fec3683
[Pipeline] sh
22:13:55 [2020-12-04T22:13:55.103Z] + docker info
22:13:55 [2020-12-04T22:13:55.667Z] Client:
22:13:55 [2020-12-04T22:13:55.667Z]  Debug Mode: false
22:13:55 [2020-12-04T22:13:55.667Z] 
22:13:55 [2020-12-04T22:13:55.667Z] Server:
22:13:55 [2020-12-04T22:13:55.667Z]  Containers: 0
22:13:55 [2020-12-04T22:13:55.667Z]   Running: 0
22:13:55 [2020-12-04T22:13:55.667Z]   Paused: 0
22:13:55 [2020-12-04T22:13:55.667Z]   Stopped: 0
22:13:55 [2020-12-04T22:13:55.667Z]  Images: 3
22:13:55 [2020-12-04T22:13:55.667Z]  Server Version: 19.03.13
22:13:55 [2020-12-04T22:13:55.667Z]  Storage Driver: overlay2
22:13:55 [2020-12-04T22:13:55.667Z]   Backing Filesystem: extfs
22:13:55 [2020-12-04T22:13:55.667Z]   Supports d_type: true
22:13:55 [2020-12-04T22:13:55.667Z]   Native Overlay Diff: true
22:13:55 [2020-12-04T22:13:55.667Z]  Logging Driver: json-file
22:13:55 [2020-12-04T22:13:55.667Z]  Cgroup Driver: cgroupfs
22:13:55 [2020-12-04T22:13:55.667Z]  Plugins:
22:13:55 [2020-12-04T22:13:55.667Z]   Volume: local
22:13:55 [2020-12-04T22:13:55.667Z]   Network: bridge host ipvlan macvlan null overlay
22:13:55 [2020-12-04T22:13:55.667Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:13:55 [2020-12-04T22:13:55.667Z]  Swarm: inactive
22:13:55 [2020-12-04T22:13:55.667Z]  Runtimes: runc
22:13:55 [2020-12-04T22:13:55.667Z]  Default Runtime: runc
22:13:55 [2020-12-04T22:13:55.667Z]  Init Binary: docker-init
22:13:55 [2020-12-04T22:13:55.667Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
22:13:55 [2020-12-04T22:13:55.667Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:13:55 [2020-12-04T22:13:55.667Z]  init version: fec3683
22:13:55 [2020-12-04T22:13:55.667Z]  Security Options:
22:13:55 [2020-12-04T22:13:55.667Z]   apparmor
22:13:55 [2020-12-04T22:13:55.667Z]   seccomp
22:13:55 [2020-12-04T22:13:55.667Z]    Profile: default
22:13:55 [2020-12-04T22:13:55.667Z]  Kernel Version: 5.4.0-1025-aws
22:13:55 [2020-12-04T22:13:55.667Z]  Operating System: Ubuntu 18.04.5 LTS
22:13:55 [2020-12-04T22:13:55.667Z]  OSType: linux
22:13:55 [2020-12-04T22:13:55.667Z]  Architecture: x86_64
22:13:55 [2020-12-04T22:13:55.667Z]  CPUs: 2
22:13:55 [2020-12-04T22:13:55.667Z]  Total Memory: 7.487GiB
22:13:55 [2020-12-04T22:13:55.667Z]  Name: ip-10-100-81-218
22:13:55 [2020-12-04T22:13:55.667Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
22:13:55 [2020-12-04T22:13:55.667Z]  Docker Root Dir: /var/lib/docker
22:13:55 [2020-12-04T22:13:55.667Z]  Debug Mode: false
22:13:55 [2020-12-04T22:13:55.667Z]  Registry: https://index.docker.io/v1/
22:13:55 [2020-12-04T22:13:55.667Z]  Labels:
22:13:55 [2020-12-04T22:13:55.667Z]  Experimental: true
22:13:55 [2020-12-04T22:13:55.667Z]  Insecure Registries:
22:13:55 [2020-12-04T22:13:55.667Z]   127.0.0.0/8
22:13:55 [2020-12-04T22:13:55.667Z]  Live Restore Enabled: true
22:13:55 [2020-12-04T22:13:55.667Z] 
22:13:55 [2020-12-04T22:13:55.667Z] WARNING: No swap limit support
[Pipeline] sh
22:13:55 [2020-12-04T22:13:55.984Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:13:55 [2020-12-04T22:13:55.985Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:13:55 [2020-12-04T22:13:55.985Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41622/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
22:13:55 [2020-12-04T22:13:55.985Z] + bash /home/ubuntu/workspace/moby_PR-41622/check-config.sh
22:13:55 [2020-12-04T22:13:55.985Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:13:55 [2020-12-04T22:13:55.985Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
22:13:55 [2020-12-04T22:13:55.985Z] 
22:13:55 [2020-12-04T22:13:55.985Z] Generally Necessary:
22:13:55 [2020-12-04T22:13:55.985Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:13:55 [2020-12-04T22:13:55.985Z] - apparmor: enabled and tools installed
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_NAMESPACES: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_NET_NS: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_PID_NS: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_IPC_NS: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_UTS_NS: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_CGROUPS: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_CGROUP_CPUACCT: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_CGROUP_DEVICE: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_CGROUP_FREEZER: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_CGROUP_SCHED: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_CPUSETS: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_MEMCG: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_KEYS: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_VETH: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_BRIDGE: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_NF_NAT_IPV4: missing
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_NF_NAT: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_NF_NAT_NEEDED: missing
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_POSIX_MQUEUE: enabled
22:13:56 [2020-12-04T22:13:56.243Z] 
22:13:56 [2020-12-04T22:13:56.243Z] Optional Features:
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_USER_NS: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_SECCOMP: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_CGROUP_PIDS: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_MEMCG_SWAP: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
22:13:56 [2020-12-04T22:13:56.243Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_BLK_CGROUP: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_IOSCHED_CFQ: missing
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_CGROUP_PERF: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_CGROUP_HUGETLB: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_CFS_BANDWIDTH: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_RT_GROUP_SCHED: missing
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_IP_VS: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_IP_VS_NFCT: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_IP_VS_RR: enabled (as module)
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_EXT4_FS: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:13:56 [2020-12-04T22:13:56.243Z] - Network Drivers:
22:13:56 [2020-12-04T22:13:56.499Z]   - "overlay":
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_VXLAN: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:13:56 [2020-12-04T22:13:56.499Z]       Optional (for encrypted networks):
22:13:56 [2020-12-04T22:13:56.499Z]       - CONFIG_CRYPTO: enabled
22:13:56 [2020-12-04T22:13:56.499Z]       - CONFIG_CRYPTO_AEAD: enabled
22:13:56 [2020-12-04T22:13:56.499Z]       - CONFIG_CRYPTO_GCM: enabled
22:13:56 [2020-12-04T22:13:56.499Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:13:56 [2020-12-04T22:13:56.499Z]       - CONFIG_CRYPTO_GHASH: enabled
22:13:56 [2020-12-04T22:13:56.499Z]       - CONFIG_XFRM: enabled
22:13:56 [2020-12-04T22:13:56.499Z]       - CONFIG_XFRM_USER: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]       - CONFIG_INET_ESP: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
22:13:56 [2020-12-04T22:13:56.499Z]   - "ipvlan":
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_IPVLAN: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]   - "macvlan":
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_MACVLAN: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_DUMMY: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]   - "ftp,tftp client in container":
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z] - Storage Drivers:
22:13:56 [2020-12-04T22:13:56.499Z]   - "aufs":
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_AUFS_FS: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]   - "btrfs":
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:13:56 [2020-12-04T22:13:56.499Z]   - "devicemapper":
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_BLK_DEV_DM: enabled
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]   - "overlay":
22:13:56 [2020-12-04T22:13:56.499Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:13:56 [2020-12-04T22:13:56.499Z]   - "zfs":
22:13:56 [2020-12-04T22:13:56.499Z]     - /dev/zfs: present
22:13:56 [2020-12-04T22:13:56.499Z]     - zfs command: missing
22:13:56 [2020-12-04T22:13:56.499Z]     - zpool command: missing
22:13:56 [2020-12-04T22:13:56.499Z] 
22:13:56 [2020-12-04T22:13:56.499Z] Limits:
22:13:56 [2020-12-04T22:13:56.499Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:13:56 [2020-12-04T22:13:56.499Z] 
22:13:56 [2020-12-04T22:13:56.499Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:13:56 [2020-12-04T22:13:56.825Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:fdceba93defafa708bcb082cd1f747a5f58010b7 .
22:13:56 [2020-12-04T22:13:56.825Z] #1 [internal] load .dockerignore
22:13:56 [2020-12-04T22:13:56.825Z] #1 transferring context: 87B done
22:13:56 [2020-12-04T22:13:56.825Z] #1 DONE 0.0s
22:13:56 [2020-12-04T22:13:56.825Z] 
22:13:56 [2020-12-04T22:13:56.825Z] #2 [internal] load build definition from Dockerfile
22:13:56 [2020-12-04T22:13:56.825Z] #2 transferring dockerfile: 16.58kB done
22:13:56 [2020-12-04T22:13:56.825Z] #2 DONE 0.0s
22:13:56 [2020-12-04T22:13:56.825Z] 
22:13:56 [2020-12-04T22:13:56.825Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
22:13:57 [2020-12-04T22:13:57.083Z] #3 DONE 0.2s
22:13:57 [2020-12-04T22:13:57.083Z] 
22:13:57 [2020-12-04T22:13:57.083Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
22:13:57 [2020-12-04T22:13:57.083Z] #4 CACHED
22:13:57 [2020-12-04T22:13:57.083Z] 
22:13:57 [2020-12-04T22:13:57.083Z] #6 [internal] load metadata for docker.io/library/debian:buster
22:13:57 [2020-12-04T22:13:57.644Z] #6 ...
22:13:57 [2020-12-04T22:13:57.644Z] 
22:13:57 [2020-12-04T22:13:57.644Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
22:13:57 [2020-12-04T22:13:57.644Z] #5 DONE 0.3s
22:13:57 [2020-12-04T22:13:57.644Z] 
22:13:57 [2020-12-04T22:13:57.644Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
22:13:57 [2020-12-04T22:13:57.644Z] #7 DONE 0.3s
22:13:57 [2020-12-04T22:13:57.644Z] 
22:13:57 [2020-12-04T22:13:57.644Z] #6 [internal] load metadata for docker.io/library/debian:buster
22:13:57 [2020-12-04T22:13:57.644Z] #6 DONE 0.5s
22:13:57 [2020-12-04T22:13:57.644Z] 
22:13:57 [2020-12-04T22:13:57.644Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
22:13:57 [2020-12-04T22:13:57.644Z] #60 DONE 0.0s
22:13:57 [2020-12-04T22:13:57.644Z] 
22:13:57 [2020-12-04T22:13:57.644Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:13:57 [2020-12-04T22:13:57.644Z] #8 DONE 0.0s
22:13:57 [2020-12-04T22:13:57.644Z] 
22:13:57 [2020-12-04T22:13:57.644Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4...
22:13:57 [2020-12-04T22:13:57.644Z] #24 DONE 0.0s
22:13:57 [2020-12-04T22:13:57.644Z] 
22:13:57 [2020-12-04T22:13:57.644Z] #21 [internal] load build context
22:13:59 [2020-12-04T22:13:59.539Z] #21 transferring context: 52.81MB 1.4s done
22:13:59 [2020-12-04T22:13:59.539Z] #21 DONE 1.5s
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
22:13:59 [2020-12-04T22:13:59.539Z] #58 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #55 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:13:59 [2020-12-04T22:13:59.539Z] #37 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
22:13:59 [2020-12-04T22:13:59.539Z] #9 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
22:13:59 [2020-12-04T22:13:59.539Z] #20 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:13:59 [2020-12-04T22:13:59.539Z] #49 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
22:13:59 [2020-12-04T22:13:59.539Z] #15 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #52 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:13:59 [2020-12-04T22:13:59.539Z] #26 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:13:59 [2020-12-04T22:13:59.539Z] #22 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
22:13:59 [2020-12-04T22:13:59.539Z] #57 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:13:59 [2020-12-04T22:13:59.539Z] #35 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
22:13:59 [2020-12-04T22:13:59.539Z] #28 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
22:13:59 [2020-12-04T22:13:59.539Z] #42 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:13:59 [2020-12-04T22:13:59.539Z] #47 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #50 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:13:59 [2020-12-04T22:13:59.539Z] #54 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #17 [dev-systemd-false  6/26] RUN ldconfig
22:13:59 [2020-12-04T22:13:59.539Z] #17 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:13:59 [2020-12-04T22:13:59.539Z] #27 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:13:59 [2020-12-04T22:13:59.539Z] #45 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:13:59 [2020-12-04T22:13:59.539Z] #32 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #44 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #63 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
22:13:59 [2020-12-04T22:13:59.539Z] #13 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:13:59 [2020-12-04T22:13:59.539Z] #43 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
22:13:59 [2020-12-04T22:13:59.539Z] #10 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #61 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #31 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:13:59 [2020-12-04T22:13:59.539Z] #11 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
22:13:59 [2020-12-04T22:13:59.539Z] #12 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
22:13:59 [2020-12-04T22:13:59.539Z] #16 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:13:59 [2020-12-04T22:13:59.539Z] #51 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:13:59 [2020-12-04T22:13:59.539Z] #38 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #46 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:13:59 [2020-12-04T22:13:59.539Z] #40 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:13:59 [2020-12-04T22:13:59.539Z] #62 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:13:59 [2020-12-04T22:13:59.539Z] #34 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
22:13:59 [2020-12-04T22:13:59.539Z] #14 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
22:13:59 [2020-12-04T22:13:59.539Z] #23 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #59 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:13:59 [2020-12-04T22:13:59.539Z] #18 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #48 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #33 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
22:13:59 [2020-12-04T22:13:59.539Z] #19 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:13:59 [2020-12-04T22:13:59.539Z] #25 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:13:59 [2020-12-04T22:13:59.539Z] #30 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #39 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:13:59 [2020-12-04T22:13:59.539Z] #29 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:13:59 [2020-12-04T22:13:59.539Z] #41 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:13:59 [2020-12-04T22:13:59.539Z] #56 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
22:13:59 [2020-12-04T22:13:59.539Z] #36 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:13:59 [2020-12-04T22:13:59.539Z] #53 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
22:13:59 [2020-12-04T22:13:59.539Z] #64 CACHED
22:13:59 [2020-12-04T22:13:59.539Z] 
22:13:59 [2020-12-04T22:13:59.539Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
22:14:00 [2020-12-04T22:14:00.101Z] #65 DONE 0.9s
22:14:00 [2020-12-04T22:14:00.357Z] 
22:14:00 [2020-12-04T22:14:00.357Z] #66 exporting to image
22:14:00 [2020-12-04T22:14:00.357Z] #66 exporting layers
22:14:00 [2020-12-04T22:14:00.920Z] #66 exporting layers 0.8s done
22:14:00 [2020-12-04T22:14:00.920Z] #66 writing image sha256:91ce3a68453265ce7b85da7d058187bb048dc8c3a6e3a01b76d6ce55647d53f0
22:14:00 [2020-12-04T22:14:00.920Z] #66 writing image sha256:91ce3a68453265ce7b85da7d058187bb048dc8c3a6e3a01b76d6ce55647d53f0 done
22:14:00 [2020-12-04T22:14:00.920Z] #66 naming to docker.io/library/docker:fdceba93defafa708bcb082cd1f747a5f58010b7 done
22:14:00 [2020-12-04T22:14:00.920Z] #66 DONE 0.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
22:14:01 [2020-12-04T22:14:01.246Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41622/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/validate/default
22:14:02 [2020-12-04T22:14:02.148Z] Fetching without tags
22:14:02 [2020-12-04T22:14:02.176Z] Congratulations!  All commits are properly signed with the DCO!
22:14:02 [2020-12-04T22:14:02.176Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:14:02 [2020-12-04T22:14:02.176Z] No api/types/ or api/swagger.yaml changes in diff.
22:14:02 [2020-12-04T22:14:02.176Z] Congratulations!  All TOML source files changed here have valid syntax.
22:14:02 [2020-12-04T22:14:02.176Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:14:02 [2020-12-04T22:14:02.176Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:14:02 [2020-12-04T22:14:02.176Z] Congratulations!  No new tests were added to integration-cli.
22:14:02 [2020-12-04T22:14:02.176Z] 
22:14:02 [2020-12-04T22:14:02.176Z] INFO Start validation with golang-ci-lint
22:14:02 [2020-12-04T22:14:02.176Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:14:02 [2020-12-04T22:14:02.121Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:14:02 [2020-12-04T22:14:02.123Z]  > git config --add remote.origin.fetch +refs/pull/41622/head:refs/remotes/origin/PR-41622 # timeout=10
22:14:02 [2020-12-04T22:14:02.124Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:14:02 [2020-12-04T22:14:02.136Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:14:02 [2020-12-04T22:14:02.153Z] Fetching upstream changes from https://github.com/moby/moby.git
22:14:02 [2020-12-04T22:14:02.153Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:14:02 [2020-12-04T22:14:02.154Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:14:02 [2020-12-04T22:14:02.432Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:14:02 [2020-12-04T22:14:02.432Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:14:02 [2020-12-04T22:14:02.488Z] Merging remotes/origin/master commit ab373df1125b6002603456fd7f554ef370389ad9 into PR head commit cd63cc846e7ec4f2d255023d04ead33a2a7fe986
22:14:03 [2020-12-04T22:14:03.579Z] Merge succeeded, producing d822f5f69fbc6d73ced95c2ed7b522190f939867
22:14:03 [2020-12-04T22:14:03.580Z] Checking out Revision d822f5f69fbc6d73ced95c2ed7b522190f939867 (PR-41622)
22:14:03 [2020-12-04T22:14:03.743Z] Commit message: "Merge commit 'ab373df1125b6002603456fd7f554ef370389ad9' into HEAD"
22:14:03 [2020-12-04T22:14:03.755Z] First time build. Skipping changelog.
22:14:02 [2020-12-04T22:14:02.492Z]  > git config core.sparsecheckout # timeout=10
22:14:02 [2020-12-04T22:14:02.496Z]  > git checkout -f cd63cc846e7ec4f2d255023d04ead33a2a7fe986 # timeout=10
22:14:03 [2020-12-04T22:14:03.021Z]  > git remote # timeout=10
22:14:03 [2020-12-04T22:14:03.022Z]  > git config --get remote.origin.url # timeout=10
22:14:03 [2020-12-04T22:14:03.023Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:14:03 [2020-12-04T22:14:03.024Z]  > git merge ab373df1125b6002603456fd7f554ef370389ad9 # timeout=10
22:14:03 [2020-12-04T22:14:03.569Z]  > git rev-parse HEAD^{commit} # timeout=10
22:14:03 [2020-12-04T22:14:03.648Z]  > git config core.sparsecheckout # timeout=10
22:14:03 [2020-12-04T22:14:03.649Z]  > git checkout -f d822f5f69fbc6d73ced95c2ed7b522190f939867 # timeout=10
22:14:03 [2020-12-04T22:14:03.747Z]  > git rev-list --no-walk 3e4095b10b50f8a26872ab74381927ab30709a30 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:14:04 [2020-12-04T22:14:04.629Z] + docker version
22:14:04 [2020-12-04T22:14:04.629Z] Client: Docker Engine - Community
22:14:04 [2020-12-04T22:14:04.629Z]  Version:           19.03.7
22:14:04 [2020-12-04T22:14:04.629Z]  API version:       1.40
22:14:04 [2020-12-04T22:14:04.629Z]  Go version:        go1.12.17
22:14:04 [2020-12-04T22:14:04.629Z]  Git commit:        7141c199a2
22:14:04 [2020-12-04T22:14:04.629Z]  Built:             Sat Mar  7 16:48:47 2020
22:14:04 [2020-12-04T22:14:04.629Z]  OS/Arch:           linux/s390x
22:14:04 [2020-12-04T22:14:04.629Z]  Experimental:      false
22:14:04 [2020-12-04T22:14:04.629Z] 
22:14:04 [2020-12-04T22:14:04.629Z] Server: Docker Engine - Community
22:14:04 [2020-12-04T22:14:04.629Z]  Engine:
22:14:04 [2020-12-04T22:14:04.629Z]   Version:          19.03.7
22:14:04 [2020-12-04T22:14:04.629Z]   API version:      1.40 (minimum version 1.12)
22:14:04 [2020-12-04T22:14:04.629Z]   Go version:       go1.12.17
22:14:04 [2020-12-04T22:14:04.629Z]   Git commit:       7141c199a2
22:14:04 [2020-12-04T22:14:04.629Z]   Built:            Sat Mar  7 16:47:46 2020
22:14:04 [2020-12-04T22:14:04.629Z]   OS/Arch:          linux/s390x
22:14:04 [2020-12-04T22:14:04.629Z]   Experimental:     true
22:14:04 [2020-12-04T22:14:04.629Z]  containerd:
22:14:04 [2020-12-04T22:14:04.629Z]   Version:          1.2.13
22:14:04 [2020-12-04T22:14:04.629Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
22:14:04 [2020-12-04T22:14:04.629Z]  runc:
22:14:04 [2020-12-04T22:14:04.629Z]   Version:          1.0.0-rc10
22:14:04 [2020-12-04T22:14:04.629Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:14:04 [2020-12-04T22:14:04.629Z]  docker-init:
22:14:04 [2020-12-04T22:14:04.629Z]   Version:          0.18.0
22:14:04 [2020-12-04T22:14:04.629Z]   GitCommit:        fec3683
[Pipeline] sh
22:14:05 [2020-12-04T22:14:05.005Z] + docker info
22:14:05 [2020-12-04T22:14:05.637Z] Client:
22:14:05 [2020-12-04T22:14:05.637Z]  Debug Mode: false
22:14:05 [2020-12-04T22:14:05.637Z] 
22:14:05 [2020-12-04T22:14:05.637Z] Server:
22:14:05 [2020-12-04T22:14:05.637Z]  Containers: 0
22:14:05 [2020-12-04T22:14:05.637Z]   Running: 0
22:14:05 [2020-12-04T22:14:05.637Z]   Paused: 0
22:14:05 [2020-12-04T22:14:05.637Z]   Stopped: 0
22:14:05 [2020-12-04T22:14:05.637Z]  Images: 0
22:14:05 [2020-12-04T22:14:05.637Z]  Server Version: 19.03.7
22:14:05 [2020-12-04T22:14:05.637Z]  Storage Driver: overlay2
22:14:05 [2020-12-04T22:14:05.637Z]   Backing Filesystem: <unknown>
22:14:05 [2020-12-04T22:14:05.637Z]   Supports d_type: true
22:14:05 [2020-12-04T22:14:05.637Z]   Native Overlay Diff: true
22:14:05 [2020-12-04T22:14:05.637Z]  Logging Driver: json-file
22:14:05 [2020-12-04T22:14:05.637Z]  Cgroup Driver: cgroupfs
22:14:05 [2020-12-04T22:14:05.637Z]  Plugins:
22:14:05 [2020-12-04T22:14:05.637Z]   Volume: local
22:14:05 [2020-12-04T22:14:05.637Z]   Network: bridge host ipvlan macvlan null overlay
22:14:05 [2020-12-04T22:14:05.637Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:14:05 [2020-12-04T22:14:05.637Z]  Swarm: inactive
22:14:05 [2020-12-04T22:14:05.637Z]  Runtimes: runc
22:14:05 [2020-12-04T22:14:05.637Z]  Default Runtime: runc
22:14:05 [2020-12-04T22:14:05.637Z]  Init Binary: docker-init
22:14:05 [2020-12-04T22:14:05.637Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
22:14:05 [2020-12-04T22:14:05.637Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:14:05 [2020-12-04T22:14:05.637Z]  init version: fec3683
22:14:05 [2020-12-04T22:14:05.637Z]  Security Options:
22:14:05 [2020-12-04T22:14:05.637Z]   apparmor
22:14:05 [2020-12-04T22:14:05.637Z]   seccomp
22:14:05 [2020-12-04T22:14:05.637Z]    Profile: default
22:14:05 [2020-12-04T22:14:05.637Z]  Kernel Version: 4.15.0-91-generic
22:14:05 [2020-12-04T22:14:05.637Z]  Operating System: Ubuntu 18.04.4 LTS
22:14:05 [2020-12-04T22:14:05.637Z]  OSType: linux
22:14:05 [2020-12-04T22:14:05.637Z]  Architecture: s390x
22:14:05 [2020-12-04T22:14:05.637Z]  CPUs: 2
22:14:05 [2020-12-04T22:14:05.637Z]  Total Memory: 7.861GiB
22:14:05 [2020-12-04T22:14:05.637Z]  Name: s390x-ubuntu-14
22:14:05 [2020-12-04T22:14:05.637Z]  ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM
22:14:05 [2020-12-04T22:14:05.637Z]  Docker Root Dir: /var/lib/docker
22:14:05 [2020-12-04T22:14:05.637Z]  Debug Mode: false
22:14:05 [2020-12-04T22:14:05.637Z]  Registry: https://index.docker.io/v1/
22:14:05 [2020-12-04T22:14:05.637Z]  Labels:
22:14:05 [2020-12-04T22:14:05.637Z]  Experimental: true
22:14:05 [2020-12-04T22:14:05.637Z]  Insecure Registries:
22:14:05 [2020-12-04T22:14:05.637Z]   127.0.0.0/8
22:14:05 [2020-12-04T22:14:05.637Z]  Live Restore Enabled: false
22:14:05 [2020-12-04T22:14:05.637Z] 
22:14:05 [2020-12-04T22:14:05.637Z] WARNING: No swap limit support
[Pipeline] sh
22:14:06 [2020-12-04T22:14:06.011Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:14:06 [2020-12-04T22:14:06.011Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:14:06 [2020-12-04T22:14:06.011Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41622/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
22:14:06 [2020-12-04T22:14:06.011Z] + bash /home/jenkins/workspace/moby_PR-41622/check-config.sh
22:14:06 [2020-12-04T22:14:06.011Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:14:06 [2020-12-04T22:14:06.011Z] info: reading kernel config from /boot/config-4.15.0-91-generic ...
22:14:06 [2020-12-04T22:14:06.011Z] 
22:14:06 [2020-12-04T22:14:06.011Z] Generally Necessary:
22:14:06 [2020-12-04T22:14:06.011Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:14:06 [2020-12-04T22:14:06.011Z] - apparmor: enabled and tools installed
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_NAMESPACES: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_NET_NS: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_PID_NS: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_IPC_NS: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_UTS_NS: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_CGROUPS: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_CGROUP_CPUACCT: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_CGROUP_DEVICE: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_CGROUP_FREEZER: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_CGROUP_SCHED: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_CPUSETS: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_MEMCG: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_KEYS: enabled
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_VETH: enabled (as module)
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_BRIDGE: enabled (as module)
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:14:06 [2020-12-04T22:14:06.011Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_NF_NAT: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_NF_NAT_NEEDED: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_POSIX_MQUEUE: enabled
22:14:06 [2020-12-04T22:14:06.304Z] 
22:14:06 [2020-12-04T22:14:06.304Z] Optional Features:
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_USER_NS: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_SECCOMP: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_CGROUP_PIDS: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_MEMCG_SWAP: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
22:14:06 [2020-12-04T22:14:06.304Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_BLK_CGROUP: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_IOSCHED_CFQ: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_CGROUP_PERF: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_CGROUP_HUGETLB: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_CFS_BANDWIDTH: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_RT_GROUP_SCHED: missing
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_IP_VS: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_IP_VS_NFCT: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_IP_VS_RR: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_EXT4_FS: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:14:06 [2020-12-04T22:14:06.304Z] - Network Drivers:
22:14:06 [2020-12-04T22:14:06.304Z]   - "overlay":
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_VXLAN: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:14:06 [2020-12-04T22:14:06.304Z]       Optional (for encrypted networks):
22:14:06 [2020-12-04T22:14:06.304Z]       - CONFIG_CRYPTO: enabled
22:14:06 [2020-12-04T22:14:06.304Z]       - CONFIG_CRYPTO_AEAD: enabled
22:14:06 [2020-12-04T22:14:06.304Z]       - CONFIG_CRYPTO_GCM: enabled
22:14:06 [2020-12-04T22:14:06.304Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:14:06 [2020-12-04T22:14:06.304Z]       - CONFIG_CRYPTO_GHASH: enabled
22:14:06 [2020-12-04T22:14:06.304Z]       - CONFIG_XFRM: enabled
22:14:06 [2020-12-04T22:14:06.304Z]       - CONFIG_XFRM_USER: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]       - CONFIG_INET_ESP: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]   - "ipvlan":
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_IPVLAN: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]   - "macvlan":
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_MACVLAN: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_DUMMY: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]   - "ftp,tftp client in container":
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z] - Storage Drivers:
22:14:06 [2020-12-04T22:14:06.304Z]   - "aufs":
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_AUFS_FS: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]   - "btrfs":
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:14:06 [2020-12-04T22:14:06.304Z]   - "devicemapper":
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_BLK_DEV_DM: enabled
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]   - "overlay":
22:14:06 [2020-12-04T22:14:06.304Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:14:06 [2020-12-04T22:14:06.304Z]   - "zfs":
22:14:06 [2020-12-04T22:14:06.304Z]     - /dev/zfs: missing
22:14:06 [2020-12-04T22:14:06.304Z]     - zfs command: missing
22:14:06 [2020-12-04T22:14:06.304Z]     - zpool command: missing
22:14:06 [2020-12-04T22:14:06.304Z] 
22:14:06 [2020-12-04T22:14:06.304Z] Limits:
22:14:06 [2020-12-04T22:14:06.304Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:14:06 [2020-12-04T22:14:06.304Z] 
22:14:06 [2020-12-04T22:14:06.304Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:14:06 [2020-12-04T22:14:06.751Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:fdceba93defafa708bcb082cd1f747a5f58010b7 .
22:14:06 [2020-12-04T22:14:06.751Z] #2 [internal] load build definition from Dockerfile
22:14:06 [2020-12-04T22:14:06.751Z] #2 transferring dockerfile: 16.58kB 0.0s done
22:14:06 [2020-12-04T22:14:06.751Z] #2 DONE 0.0s
22:14:06 [2020-12-04T22:14:06.751Z] 
22:14:06 [2020-12-04T22:14:06.751Z] #1 [internal] load .dockerignore
22:14:06 [2020-12-04T22:14:06.751Z] #1 transferring context: 87B 0.0s done
22:14:06 [2020-12-04T22:14:06.751Z] #1 DONE 0.0s
22:14:06 [2020-12-04T22:14:06.751Z] 
22:14:06 [2020-12-04T22:14:06.751Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
22:14:07 [2020-12-04T22:14:07.043Z] #3 DONE 0.2s
22:14:07 [2020-12-04T22:14:07.043Z] 
22:14:07 [2020-12-04T22:14:07.043Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
22:14:07 [2020-12-04T22:14:07.043Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
22:14:07 [2020-12-04T22:14:07.335Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 6.70MB / 8.88MB 0.2s
22:14:07 [2020-12-04T22:14:07.335Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
22:14:07 [2020-12-04T22:14:07.335Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done
22:14:07 [2020-12-04T22:14:07.335Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done
22:14:07 [2020-12-04T22:14:07.335Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done
22:14:07 [2020-12-04T22:14:07.335Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4
22:14:07 [2020-12-04T22:14:07.626Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done
22:14:07 [2020-12-04T22:14:07.626Z] #4 DONE 0.5s
22:14:07 [2020-12-04T22:14:07.712Z] Still waiting to schedule task
22:14:07 [2020-12-04T22:14:07.713Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay222:14:07 [2020-12-04T22:14:07.713Z] Still waiting to schedule task
22:14:07 [2020-12-04T22:14:07.713Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay222:14:07 [2020-12-04T22:14:07.726Z] Still waiting to schedule task
22:14:07 [2020-12-04T22:14:07.727Z] Waiting for next available executor on ‘azwin-2-c24d1022:14:07 [2020-12-04T22:14:07.916Z] 
22:14:07 [2020-12-04T22:14:07.916Z] #7 [internal] load metadata for docker.io/library/debian:buster
22:14:07 [2020-12-04T22:14:07.916Z] #7 DONE 0.2s
22:14:07 [2020-12-04T22:14:07.916Z] 
22:14:07 [2020-12-04T22:14:07.916Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
22:14:07 [2020-12-04T22:14:07.916Z] #5 DONE 0.2s
22:14:07 [2020-12-04T22:14:07.916Z] 
22:14:07 [2020-12-04T22:14:07.916Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
22:14:07 [2020-12-04T22:14:07.916Z] #6 DONE 0.2s
22:14:08 [2020-12-04T22:14:08.117Z] Fetching without tags
22:14:08 [2020-12-04T22:14:08.237Z] 
22:14:08 [2020-12-04T22:14:08.238Z] #21 [internal] load build context
22:14:08 [2020-12-04T22:14:08.520Z] Merging remotes/origin/master commit ab373df1125b6002603456fd7f554ef370389ad9 into PR head commit cd63cc846e7ec4f2d255023d04ead33a2a7fe986
22:14:08 [2020-12-04T22:14:08.093Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:14:08 [2020-12-04T22:14:08.098Z]  > git config --add remote.origin.fetch +refs/pull/41622/head:refs/remotes/origin/PR-41622 # timeout=10
22:14:08 [2020-12-04T22:14:08.103Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:14:08 [2020-12-04T22:14:08.113Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:14:08 [2020-12-04T22:14:08.121Z] Fetching upstream changes from https://github.com/moby/moby.git
22:14:08 [2020-12-04T22:14:08.121Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:14:08 [2020-12-04T22:14:08.123Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:14:08 [2020-12-04T22:14:08.524Z]  > git config core.sparsecheckout # timeout=10
22:14:08 [2020-12-04T22:14:08.531Z]  > git checkout -f cd63cc846e7ec4f2d255023d04ead33a2a7fe986 # timeout=10
22:14:08 [2020-12-04T22:14:08.888Z] #21 transferring context: 52.81MB 0.8s done
22:14:08 [2020-12-04T22:14:08.888Z] #21 DONE 0.9s
22:14:08 [2020-12-04T22:14:08.888Z] 
22:14:08 [2020-12-04T22:14:08.888Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:14:08 [2020-12-04T22:14:08.888Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
22:14:08 [2020-12-04T22:14:08.888Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done
22:14:08 [2020-12-04T22:14:08.888Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.36MB / 48.97MB 0.6s
22:14:08 [2020-12-04T22:14:08.888Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
22:14:08 [2020-12-04T22:14:08.888Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done
22:14:08 [2020-12-04T22:14:08.888Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 283.75kB / 7.39MB 0.6s
22:14:09 [2020-12-04T22:14:09.178Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 4.33MB / 48.97MB 0.7s
22:14:09 [2020-12-04T22:14:09.178Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 1.09MB / 7.39MB 0.7s
22:14:09 [2020-12-04T22:14:09.178Z] #8 ...
22:14:09 [2020-12-04T22:14:09.178Z] 
22:14:09 [2020-12-04T22:14:09.178Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
22:14:09 [2020-12-04T22:14:09.178Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
22:14:09 [2020-12-04T22:14:09.178Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
22:14:09 [2020-12-04T22:14:09.178Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
22:14:09 [2020-12-04T22:14:09.178Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done
22:14:09 [2020-12-04T22:14:09.178Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.5s done
22:14:09 [2020-12-04T22:14:09.178Z] #60 DONE 1.2s
22:14:09 [2020-12-04T22:14:09.178Z] 
22:14:09 [2020-12-04T22:14:09.178Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:14:09 [2020-12-04T22:14:09.178Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 6.84MB / 48.97MB 0.8s
22:14:09 [2020-12-04T22:14:09.178Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 2.73MB / 7.39MB 0.8s
22:14:09 [2020-12-04T22:14:09.178Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0B / 9.88MB 0.8s
22:14:09 [2020-12-04T22:14:09.528Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 12.00MB / 48.97MB 1.0s
22:14:09 [2020-12-04T22:14:09.528Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 1.0s
22:14:09 [2020-12-04T22:14:09.528Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 2.57MB / 9.88MB 1.0s
22:14:09 [2020-12-04T22:14:09.528Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 14.60MB / 48.97MB 1.1s
22:14:09 [2020-12-04T22:14:09.528Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 1.0s done
22:14:09 [2020-12-04T22:14:09.528Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 5.31MB / 9.88MB 1.1s
22:14:09 [2020-12-04T22:14:09.528Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 0B / 51.38MB 1.1s
22:14:09 [2020-12-04T22:14:09.528Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 17.27MB / 48.97MB 1.2s
22:14:09 [2020-12-04T22:14:09.528Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 7.57MB / 9.88MB 1.2s
22:14:09 [2020-12-04T22:14:09.818Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.28MB / 9.88MB 1.3s
22:14:09 [2020-12-04T22:14:09.818Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 22.12MB / 48.97MB 1.4s
22:14:09 [2020-12-04T22:14:09.818Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 1.3s done
22:14:09 [2020-12-04T22:14:09.818Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 0B / 56.74MB 1.4s
22:14:09 [2020-12-04T22:14:09.818Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 27.89MB / 48.97MB 1.6s
22:14:09 [2020-12-04T22:14:09.818Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 3.93MB / 56.74MB 1.6s
22:14:10 [2020-12-04T22:14:10.179Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 32.61MB / 48.97MB 1.8s
22:14:10 [2020-12-04T22:14:10.179Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 8.14MB / 56.74MB 1.8s
22:14:10 [2020-12-04T22:14:10.214Z] Merge succeeded, producing d0e474ad8460e930f51b95a002b658baab9d2cba
22:14:10 [2020-12-04T22:14:10.214Z] Checking out Revision d0e474ad8460e930f51b95a002b658baab9d2cba (PR-41622)
22:14:10 [2020-12-04T22:14:10.437Z] Commit message: "Merge commit 'ab373df1125b6002603456fd7f554ef370389ad9' into HEAD"
22:14:10 [2020-12-04T22:14:10.453Z] First time build. Skipping changelog.
22:14:10 [2020-12-04T22:14:10.471Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 40.54MB / 48.97MB 2.1s
22:14:10 [2020-12-04T22:14:10.471Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 15.96MB / 56.74MB 2.1s
22:14:10 [2020-12-04T22:14:10.587Z] Fetching without tags
22:14:09 [2020-12-04T22:14:09.476Z]  > git remote # timeout=10
22:14:09 [2020-12-04T22:14:09.482Z]  > git config --get remote.origin.url # timeout=10
22:14:09 [2020-12-04T22:14:09.488Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:14:09 [2020-12-04T22:14:09.489Z]  > git merge ab373df1125b6002603456fd7f554ef370389ad9 # timeout=10
22:14:10 [2020-12-04T22:14:10.210Z]  > git rev-parse HEAD^{commit} # timeout=10
22:14:10 [2020-12-04T22:14:10.331Z]  > git config core.sparsecheckout # timeout=10
22:14:10 [2020-12-04T22:14:10.336Z]  > git checkout -f d0e474ad8460e930f51b95a002b658baab9d2cba # timeout=10
22:14:10 [2020-12-04T22:14:10.444Z]  > git rev-list --no-walk 3e4095b10b50f8a26872ab74381927ab30709a30 # timeout=10
22:14:10 [2020-12-04T22:14:10.818Z] #8 ...
22:14:10 [2020-12-04T22:14:10.818Z] 
22:14:10 [2020-12-04T22:14:10.818Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4...
22:14:10 [2020-12-04T22:14:10.818Z] #24 resolve docker.io/library/debian:buster@sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 done
22:14:10 [2020-12-04T22:14:10.818Z] #24 sha256:c6e9d1cc81de21cb5f3ef4aa0467066305eca988f94869f891a8ba9bc9995430 529B / 529B done
22:14:10 [2020-12-04T22:14:10.818Z] #24 sha256:35d0b7d4356aeddc7350da7086070d7a525759a368ce8f1ee166510b0be6922e 1.46kB / 1.46kB done
22:14:10 [2020-12-04T22:14:10.818Z] #24 sha256:6e95a7d20e6bbf957d2bb5912f19784daba6953d8afac5562453108dd45940e1 48.97MB / 48.97MB 0.9s done
22:14:10 [2020-12-04T22:14:10.818Z] #24 sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 1.85kB / 1.85kB done
22:14:10 [2020-12-04T22:14:10.818Z] #24 extracting sha256:6e95a7d20e6bbf957d2bb5912f19784daba6953d8afac5562453108dd45940e1 1.2s done
22:14:10 [2020-12-04T22:14:10.818Z] #24 DONE 2.6s
22:14:10 [2020-12-04T22:14:10.818Z] 
22:14:10 [2020-12-04T22:14:10.818Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:14:10 [2020-12-04T22:14:10.818Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.49MB / 48.97MB 2.4s
22:14:10 [2020-12-04T22:14:10.818Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 6.89MB / 51.38MB 2.4s
22:14:10 [2020-12-04T22:14:10.818Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 23.75MB / 56.74MB 2.4s
22:14:10 [2020-12-04T22:14:10.818Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 2.5s done
22:14:10 [2020-12-04T22:14:10.818Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 9.67MB / 51.38MB 2.5s
22:14:10 [2020-12-04T22:14:10.818Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0B / 102.23MB 2.5s
22:14:10 [2020-12-04T22:14:10.993Z] Merging remotes/origin/master commit ab373df1125b6002603456fd7f554ef370389ad9 into PR head commit cd63cc846e7ec4f2d255023d04ead33a2a7fe986
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:14:11 [2020-12-04T22:14:11.131Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 27.80MB / 56.74MB 2.6s
22:14:11 [2020-12-04T22:14:11.132Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71
22:14:11 [2020-12-04T22:14:11.132Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 12.92MB / 51.38MB 2.7s
22:14:11 [2020-12-04T22:14:11.132Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 31.59MB / 56.74MB 2.7s
22:14:11 [2020-12-04T22:14:11.132Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 6.92MB / 102.23MB 2.7s
22:14:11 [2020-12-04T22:14:11.132Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 13.61MB / 102.23MB 2.8s
22:14:11 [2020-12-04T22:14:11.363Z] + docker version
22:14:11 [2020-12-04T22:14:11.363Z] Client: Docker Engine - Community
22:14:11 [2020-12-04T22:14:11.363Z]  Version:           19.03.13
22:14:11 [2020-12-04T22:14:11.363Z]  API version:       1.40
22:14:11 [2020-12-04T22:14:11.363Z]  Go version:        go1.13.15
22:14:11 [2020-12-04T22:14:11.363Z]  Git commit:        4484c46
22:14:11 [2020-12-04T22:14:11.363Z]  Built:             Wed Sep 16 17:03:45 2020
22:14:11 [2020-12-04T22:14:11.363Z]  OS/Arch:           linux/arm64
22:14:11 [2020-12-04T22:14:11.363Z]  Experimental:      false
22:14:11 [2020-12-04T22:14:11.363Z] 
22:14:11 [2020-12-04T22:14:11.363Z] Server: Docker Engine - Community
22:14:11 [2020-12-04T22:14:11.363Z]  Engine:
22:14:11 [2020-12-04T22:14:11.363Z]   Version:          19.03.13
22:14:11 [2020-12-04T22:14:11.363Z]   API version:      1.40 (minimum version 1.12)
22:14:11 [2020-12-04T22:14:11.363Z]   Go version:       go1.13.15
22:14:11 [2020-12-04T22:14:11.363Z]   Git commit:       4484c46
22:14:11 [2020-12-04T22:14:11.363Z]   Built:            Wed Sep 16 17:02:17 2020
22:14:11 [2020-12-04T22:14:11.363Z]   OS/Arch:          linux/arm64
22:14:11 [2020-12-04T22:14:11.363Z]   Experimental:     true
22:14:11 [2020-12-04T22:14:11.363Z]  containerd:
22:14:11 [2020-12-04T22:14:11.363Z]   Version:          1.3.7
22:14:11 [2020-12-04T22:14:11.363Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
22:14:11 [2020-12-04T22:14:11.363Z]  runc:
22:14:11 [2020-12-04T22:14:11.363Z]   Version:          1.0.0-rc10
22:14:11 [2020-12-04T22:14:11.363Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:14:11 [2020-12-04T22:14:11.363Z]  docker-init:
22:14:11 [2020-12-04T22:14:11.363Z]   Version:          0.18.0
22:14:11 [2020-12-04T22:14:11.363Z]   GitCommit:        fec3683
[Pipeline] sh
22:14:11 [2020-12-04T22:14:11.480Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 17.97MB / 51.38MB 2.9s
22:14:11 [2020-12-04T22:14:11.480Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 36.51MB / 56.74MB 2.9s
22:14:11 [2020-12-04T22:14:11.480Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 20.08MB / 102.23MB 2.9s
22:14:11 [2020-12-04T22:14:11.480Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 21.04MB / 51.38MB 3.0s
22:14:11 [2020-12-04T22:14:11.480Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 39.65MB / 56.74MB 3.0s
22:14:11 [2020-12-04T22:14:11.480Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 26.78MB / 102.23MB 3.0s
22:14:11 [2020-12-04T22:14:11.480Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 32.22MB / 102.23MB 3.1s
22:14:11 [2020-12-04T22:14:11.654Z] + docker info
22:14:11 [2020-12-04T22:14:11.776Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 25.24MB / 51.38MB 3.2s
22:14:11 [2020-12-04T22:14:11.776Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 43.87MB / 56.74MB 3.2s
22:14:11 [2020-12-04T22:14:11.776Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 30.54MB / 51.38MB 3.4s
22:14:11 [2020-12-04T22:14:11.776Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 49.13MB / 56.74MB 3.4s
22:14:11 [2020-12-04T22:14:11.776Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 41.46MB / 102.23MB 3.4s
22:14:11 [2020-12-04T22:14:11.776Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 33.82MB / 51.38MB 3.5s
22:14:12 [2020-12-04T22:14:12.127Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 36.44MB / 51.38MB 3.6s
22:14:12 [2020-12-04T22:14:12.127Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 54.27MB / 56.74MB 3.6s
22:14:12 [2020-12-04T22:14:12.127Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 49.88MB / 102.23MB 3.6s
22:14:12 [2020-12-04T22:14:12.127Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 39.24MB / 51.38MB 3.7s
22:14:12 [2020-12-04T22:14:12.127Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 55.47MB / 102.23MB 3.7s
22:14:12 [2020-12-04T22:14:12.127Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 41.88MB / 51.38MB 3.8s
22:14:12 [2020-12-04T22:14:12.127Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 3.8s done
22:14:12 [2020-12-04T22:14:12.127Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 64.92MB / 102.23MB 3.8s
22:14:12 [2020-12-04T22:14:12.127Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0B / 156B 3.8s
22:14:10 [2020-12-04T22:14:10.558Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:14:10 [2020-12-04T22:14:10.561Z]  > git config --add remote.origin.fetch +refs/pull/41622/head:refs/remotes/origin/PR-41622 # timeout=10
22:14:10 [2020-12-04T22:14:10.564Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:14:10 [2020-12-04T22:14:10.578Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:14:10 [2020-12-04T22:14:10.593Z] Fetching upstream changes from https://github.com/moby/moby.git
22:14:10 [2020-12-04T22:14:10.593Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:14:10 [2020-12-04T22:14:10.594Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:14:10 [2020-12-04T22:14:10.999Z]  > git config core.sparsecheckout # timeout=10
22:14:11 [2020-12-04T22:14:11.002Z]  > git checkout -f cd63cc846e7ec4f2d255023d04ead33a2a7fe986 # timeout=10
22:14:11 [2020-12-04T22:14:11.827Z]  > git remote # timeout=10
22:14:11 [2020-12-04T22:14:11.830Z]  > git config --get remote.origin.url # timeout=10
22:14:11 [2020-12-04T22:14:11.832Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:14:11 [2020-12-04T22:14:11.833Z]  > git merge ab373df1125b6002603456fd7f554ef370389ad9 # timeout=10
22:14:12 [2020-12-04T22:14:12.422Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 3.8s done
22:14:12 [2020-12-04T22:14:12.422Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 46.73MB / 51.38MB 4.0s
22:14:12 [2020-12-04T22:14:12.422Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 73.75MB / 102.23MB 4.0s
22:14:12 [2020-12-04T22:14:12.422Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 49.71MB / 51.38MB 4.1s
22:14:12 [2020-12-04T22:14:12.422Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 80.31MB / 102.23MB 4.1s
22:14:12 [2020-12-04T22:14:12.598Z] Client:
22:14:12 [2020-12-04T22:14:12.598Z]  Debug Mode: false
22:14:12 [2020-12-04T22:14:12.598Z] 
22:14:12 [2020-12-04T22:14:12.598Z] Server:
22:14:12 [2020-12-04T22:14:12.598Z]  Containers: 0
22:14:12 [2020-12-04T22:14:12.598Z]   Running: 0
22:14:12 [2020-12-04T22:14:12.598Z]   Paused: 0
22:14:12 [2020-12-04T22:14:12.598Z]   Stopped: 0
22:14:12 [2020-12-04T22:14:12.598Z]  Images: 2
22:14:12 [2020-12-04T22:14:12.598Z]  Server Version: 19.03.13
22:14:12 [2020-12-04T22:14:12.598Z]  Storage Driver: overlay2
22:14:12 [2020-12-04T22:14:12.598Z]   Backing Filesystem: extfs
22:14:12 [2020-12-04T22:14:12.598Z]   Supports d_type: true
22:14:12 [2020-12-04T22:14:12.598Z]   Native Overlay Diff: true
22:14:12 [2020-12-04T22:14:12.598Z]  Logging Driver: json-file
22:14:12 [2020-12-04T22:14:12.598Z]  Cgroup Driver: cgroupfs
22:14:12 [2020-12-04T22:14:12.598Z]  Plugins:
22:14:12 [2020-12-04T22:14:12.598Z]   Volume: local
22:14:12 [2020-12-04T22:14:12.598Z]   Network: bridge host ipvlan macvlan null overlay
22:14:12 [2020-12-04T22:14:12.598Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:14:12 [2020-12-04T22:14:12.598Z]  Swarm: inactive
22:14:12 [2020-12-04T22:14:12.598Z]  Runtimes: runc
22:14:12 [2020-12-04T22:14:12.598Z]  Default Runtime: runc
22:14:12 [2020-12-04T22:14:12.598Z]  Init Binary: docker-init
22:14:12 [2020-12-04T22:14:12.598Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
22:14:12 [2020-12-04T22:14:12.598Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:14:12 [2020-12-04T22:14:12.598Z]  init version: fec3683
22:14:12 [2020-12-04T22:14:12.598Z]  Security Options:
22:14:12 [2020-12-04T22:14:12.598Z]   apparmor
22:14:12 [2020-12-04T22:14:12.598Z]   seccomp
22:14:12 [2020-12-04T22:14:12.598Z]    Profile: default
22:14:12 [2020-12-04T22:14:12.598Z]  Kernel Version: 4.15.0-1083-aws
22:14:12 [2020-12-04T22:14:12.598Z]  Operating System: Ubuntu 16.04.7 LTS
22:14:12 [2020-12-04T22:14:12.598Z]  OSType: linux
22:14:12 [2020-12-04T22:14:12.598Z]  Architecture: aarch64
22:14:12 [2020-12-04T22:14:12.598Z]  CPUs: 4
22:14:12 [2020-12-04T22:14:12.598Z]  Total Memory: 7.525GiB
22:14:12 [2020-12-04T22:14:12.598Z]  Name: ip-10-100-33-114
22:14:12 [2020-12-04T22:14:12.598Z]  ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW
22:14:12 [2020-12-04T22:14:12.598Z]  Docker Root Dir: /var/lib/docker
22:14:12 [2020-12-04T22:14:12.598Z]  Debug Mode: false
22:14:12 [2020-12-04T22:14:12.598Z]  Registry: https://index.docker.io/v1/
22:14:12 [2020-12-04T22:14:12.598Z]  Labels:
22:14:12 [2020-12-04T22:14:12.598Z]  Experimental: true
22:14:12 [2020-12-04T22:14:12.598Z]  Insecure Registries:
22:14:12 [2020-12-04T22:14:12.598Z]   127.0.0.0/8
22:14:12 [2020-12-04T22:14:12.598Z]  Live Restore Enabled: true
22:14:12 [2020-12-04T22:14:12.598Z] 
22:14:12 [2020-12-04T22:14:12.598Z] WARNING: No swap limit support
[Pipeline] sh
22:14:12 [2020-12-04T22:14:12.773Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 87.00MB / 102.23MB 4.2s
22:14:12 [2020-12-04T22:14:12.773Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 4.3s done
22:14:12 [2020-12-04T22:14:12.773Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 99.45MB / 102.23MB 4.4s
22:14:12 [2020-12-04T22:14:12.892Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:14:12 [2020-12-04T22:14:12.892Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:14:12 [2020-12-04T22:14:12.892Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41622/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
22:14:13 [2020-12-04T22:14:13.063Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 4.6s done
22:14:13 [2020-12-04T22:14:13.069Z] Merge succeeded, producing 91123b4ce921dad8367fe076517f69aefda90be7
22:14:13 [2020-12-04T22:14:13.070Z] Checking out Revision 91123b4ce921dad8367fe076517f69aefda90be7 (PR-41622)
22:14:13 [2020-12-04T22:14:13.156Z] + bash /home/ubuntu/workspace/moby_PR-41622/check-config.sh
22:14:13 [2020-12-04T22:14:13.156Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:14:13 [2020-12-04T22:14:13.156Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ...
22:14:13 [2020-12-04T22:14:13.156Z] 
22:14:13 [2020-12-04T22:14:13.156Z] Generally Necessary:
22:14:13 [2020-12-04T22:14:13.156Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:14:13 [2020-12-04T22:14:13.156Z] - apparmor: enabled and tools installed
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_NAMESPACES: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_NET_NS: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_PID_NS: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_IPC_NS: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_UTS_NS: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_CGROUPS: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_CGROUP_CPUACCT: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_CGROUP_DEVICE: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_CGROUP_FREEZER: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_CGROUP_SCHED: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_CPUSETS: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_MEMCG: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_KEYS: enabled
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_VETH: enabled (as module)
22:14:13 [2020-12-04T22:14:13.156Z] - CONFIG_BRIDGE: enabled (as module)
22:14:13 [2020-12-04T22:14:13.242Z] Commit message: "Merge commit 'ab373df1125b6002603456fd7f554ef370389ad9' into HEAD"
22:14:13 [2020-12-04T22:14:13.256Z] First time build. Skipping changelog.
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_NF_NAT: enabled (as module)
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_NF_NAT_NEEDED: enabled
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_POSIX_MQUEUE: enabled
22:14:13 [2020-12-04T22:14:13.417Z] 
22:14:13 [2020-12-04T22:14:13.417Z] Optional Features:
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_USER_NS: enabled
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_SECCOMP: enabled
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_CGROUP_PIDS: enabled
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_MEMCG_SWAP: enabled
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
22:14:13 [2020-12-04T22:14:13.417Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_BLK_CGROUP: enabled
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_IOSCHED_CFQ: enabled
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_CGROUP_PERF: enabled
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_CGROUP_HUGETLB: enabled
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:14:13 [2020-12-04T22:14:13.417Z] - CONFIG_CFS_BANDWIDTH: enabled
22:14:13 [2020-12-04T22:14:13.443Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 2.3s done
22:14:13 [2020-12-04T22:14:13.443Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0
22:14:13 [2020-12-04T22:14:13.679Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:14:13 [2020-12-04T22:14:13.679Z] - CONFIG_RT_GROUP_SCHED: missing
22:14:13 [2020-12-04T22:14:13.679Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:14:13 [2020-12-04T22:14:13.679Z] - CONFIG_IP_VS: enabled (as module)
22:14:13 [2020-12-04T22:14:13.679Z] - CONFIG_IP_VS_NFCT: enabled
22:14:13 [2020-12-04T22:14:13.679Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:14:13 [2020-12-04T22:14:13.679Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:14:13 [2020-12-04T22:14:13.679Z] - CONFIG_IP_VS_RR: enabled (as module)
22:14:13 [2020-12-04T22:14:13.679Z] - CONFIG_EXT4_FS: enabled
22:14:13 [2020-12-04T22:14:13.679Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:14:13 [2020-12-04T22:14:13.679Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:14:13 [2020-12-04T22:14:13.679Z] - Network Drivers:
22:14:13 [2020-12-04T22:14:13.679Z]   - "overlay":
22:14:13 [2020-12-04T22:14:13.679Z]     - CONFIG_VXLAN: enabled (as module)
22:14:13 [2020-12-04T22:14:13.679Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:14:13 [2020-12-04T22:14:13.679Z]       Optional (for encrypted networks):
22:14:13 [2020-12-04T22:14:13.679Z]       - CONFIG_CRYPTO: enabled
22:14:13 [2020-12-04T22:14:13.679Z]       - CONFIG_CRYPTO_AEAD: enabled
22:14:13 [2020-12-04T22:14:13.679Z]       - CONFIG_CRYPTO_GCM: enabled
22:14:13 [2020-12-04T22:14:13.679Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:14:13 [2020-12-04T22:14:13.679Z]       - CONFIG_CRYPTO_GHASH: enabled
22:14:13 [2020-12-04T22:14:13.679Z]       - CONFIG_XFRM: enabled
22:14:13 [2020-12-04T22:14:13.679Z]       - CONFIG_XFRM_USER: enabled (as module)
22:14:13 [2020-12-04T22:14:13.679Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:14:13 [2020-12-04T22:14:13.679Z]       - CONFIG_INET_ESP: enabled (as module)
22:14:13 [2020-12-04T22:14:13.679Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
22:14:13 [2020-12-04T22:14:13.679Z]   - "ipvlan":
22:14:13 [2020-12-04T22:14:13.679Z]     - CONFIG_IPVLAN: enabled (as module)
22:14:13 [2020-12-04T22:14:13.679Z]   - "macvlan":
22:14:13 [2020-12-04T22:14:13.734Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.3s done
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:14:13 [2020-12-04T22:14:13.940Z]     - CONFIG_MACVLAN: enabled (as module)
22:14:13 [2020-12-04T22:14:13.940Z]     - CONFIG_DUMMY: enabled (as module)
22:14:13 [2020-12-04T22:14:13.940Z]   - "ftp,tftp client in container":
22:14:13 [2020-12-04T22:14:13.940Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:14:13 [2020-12-04T22:14:13.940Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:14:13 [2020-12-04T22:14:13.940Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:14:13 [2020-12-04T22:14:13.940Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:14:13 [2020-12-04T22:14:13.940Z] - Storage Drivers:
22:14:13 [2020-12-04T22:14:13.940Z]   - "aufs":
22:14:13 [2020-12-04T22:14:13.940Z]     - CONFIG_AUFS_FS: enabled (as module)
22:14:13 [2020-12-04T22:14:13.940Z]   - "btrfs":
22:14:13 [2020-12-04T22:14:13.940Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:14:13 [2020-12-04T22:14:13.940Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:14:13 [2020-12-04T22:14:13.940Z]   - "devicemapper":
22:14:13 [2020-12-04T22:14:13.940Z]     - CONFIG_BLK_DEV_DM: enabled
22:14:13 [2020-12-04T22:14:13.940Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:14:13 [2020-12-04T22:14:13.940Z]   - "overlay":
22:14:13 [2020-12-04T22:14:13.940Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:14:13 [2020-12-04T22:14:13.940Z]   - "zfs":
22:14:13 [2020-12-04T22:14:13.940Z]     - /dev/zfs: missing
22:14:13 [2020-12-04T22:14:13.940Z]     - zfs command: missing
22:14:13 [2020-12-04T22:14:13.940Z]     - zpool command: missing
22:14:13 [2020-12-04T22:14:13.940Z] 
22:14:13 [2020-12-04T22:14:13.940Z] Limits:
22:14:13 [2020-12-04T22:14:13.940Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:14:13 [2020-12-04T22:14:13.940Z] 
22:14:13 [2020-12-04T22:14:13.940Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:14:14 [2020-12-04T22:14:14.089Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc
22:14:14 [2020-12-04T22:14:14.089Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.3s done
22:14:14 [2020-12-04T22:14:14.148Z] + docker version
22:14:14 [2020-12-04T22:14:14.148Z] Client:
22:14:14 [2020-12-04T22:14:14.148Z]  Version:           18.06.1-ce
22:14:14 [2020-12-04T22:14:14.148Z]  API version:       1.38
22:14:14 [2020-12-04T22:14:14.148Z]  Go version:        go1.10.3
22:14:14 [2020-12-04T22:14:14.148Z]  Git commit:        e68fc7a
22:14:14 [2020-12-04T22:14:14.148Z]  Built:             Tue Aug 21 17:26:10 2018
22:14:14 [2020-12-04T22:14:14.148Z]  OS/Arch:           linux/ppc64le
22:14:14 [2020-12-04T22:14:14.148Z]  Experimental:      false
22:14:14 [2020-12-04T22:14:14.148Z] 
22:14:14 [2020-12-04T22:14:14.148Z] Server:
22:14:14 [2020-12-04T22:14:14.148Z]  Engine:
22:14:14 [2020-12-04T22:14:14.148Z]   Version:          18.06.1-ce
22:14:14 [2020-12-04T22:14:14.148Z]   API version:      1.38 (minimum version 1.12)
22:14:14 [2020-12-04T22:14:14.148Z]   Go version:       go1.10.3
22:14:14 [2020-12-04T22:14:14.148Z]   Git commit:       e68fc7a
22:14:14 [2020-12-04T22:14:14.148Z]   Built:            Tue Aug 21 17:24:20 2018
22:14:14 [2020-12-04T22:14:14.148Z]   OS/Arch:          linux/ppc64le
22:14:14 [2020-12-04T22:14:14.148Z]   Experimental:     true
[Pipeline] sh
22:14:14 [2020-12-04T22:14:14.279Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:fdceba93defafa708bcb082cd1f747a5f58010b7 .
22:14:14 [2020-12-04T22:14:14.279Z] #2 [internal] load .dockerignore
22:14:14 [2020-12-04T22:14:14.279Z] #2 transferring context: 87B done
22:14:14 [2020-12-04T22:14:14.279Z] #2 DONE 0.0s
22:14:14 [2020-12-04T22:14:14.279Z] 
22:14:14 [2020-12-04T22:14:14.279Z] #1 [internal] load build definition from Dockerfile
22:14:14 [2020-12-04T22:14:14.279Z] #1 transferring dockerfile: 16.58kB done
22:14:14 [2020-12-04T22:14:14.279Z] #1 DONE 0.0s
22:14:14 [2020-12-04T22:14:14.279Z] 
22:14:14 [2020-12-04T22:14:14.279Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
22:14:13 [2020-12-04T22:14:13.061Z]  > git rev-parse HEAD^{commit} # timeout=10
22:14:13 [2020-12-04T22:14:13.076Z]  > git config core.sparsecheckout # timeout=10
22:14:13 [2020-12-04T22:14:13.084Z]  > git checkout -f 91123b4ce921dad8367fe076517f69aefda90be7 # timeout=10
22:14:13 [2020-12-04T22:14:13.248Z]  > git rev-list --no-walk 3e4095b10b50f8a26872ab74381927ab30709a30 # timeout=10
22:14:14 [2020-12-04T22:14:14.387Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d
22:14:14 [2020-12-04T22:14:14.528Z] + docker info
22:14:14 [2020-12-04T22:14:14.528Z] Containers: 0
22:14:14 [2020-12-04T22:14:14.528Z]  Running: 0
22:14:14 [2020-12-04T22:14:14.528Z]  Paused: 0
22:14:14 [2020-12-04T22:14:14.528Z]  Stopped: 0
22:14:14 [2020-12-04T22:14:14.528Z] Images: 0
22:14:14 [2020-12-04T22:14:14.528Z] Server Version: 18.06.1-ce
22:14:14 [2020-12-04T22:14:14.528Z] Storage Driver: overlay2
22:14:14 [2020-12-04T22:14:14.528Z]  Backing Filesystem: extfs
22:14:14 [2020-12-04T22:14:14.528Z]  Supports d_type: true
22:14:14 [2020-12-04T22:14:14.528Z]  Native Overlay Diff: true
22:14:14 [2020-12-04T22:14:14.528Z] Logging Driver: json-file
22:14:14 [2020-12-04T22:14:14.528Z] Cgroup Driver: cgroupfs
22:14:14 [2020-12-04T22:14:14.528Z] Plugins:
22:14:14 [2020-12-04T22:14:14.528Z]  Volume: local
22:14:14 [2020-12-04T22:14:14.528Z]  Network: bridge host ipvlan macvlan null overlay
22:14:14 [2020-12-04T22:14:14.528Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
22:14:14 [2020-12-04T22:14:14.528Z] Swarm: inactive
22:14:14 [2020-12-04T22:14:14.528Z] Runtimes: runc
22:14:14 [2020-12-04T22:14:14.528Z] Default Runtime: runc
22:14:14 [2020-12-04T22:14:14.528Z] Init Binary: docker-init
22:14:14 [2020-12-04T22:14:14.528Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
22:14:14 [2020-12-04T22:14:14.528Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
22:14:14 [2020-12-04T22:14:14.528Z] init version: fec3683
22:14:14 [2020-12-04T22:14:14.528Z] Security Options:
22:14:14 [2020-12-04T22:14:14.528Z]  apparmor
22:14:14 [2020-12-04T22:14:14.528Z]  seccomp
22:14:14 [2020-12-04T22:14:14.528Z]   Profile: default
22:14:14 [2020-12-04T22:14:14.528Z] Kernel Version: 4.4.0-139-generic
22:14:14 [2020-12-04T22:14:14.528Z] Operating System: Ubuntu 16.04.3 LTS
22:14:14 [2020-12-04T22:14:14.528Z] OSType: linux
22:14:14 [2020-12-04T22:14:14.528Z] Architecture: ppc64le
22:14:14 [2020-12-04T22:14:14.528Z] CPUs: 4
22:14:14 [2020-12-04T22:14:14.528Z] Total Memory: 7.972GiB
22:14:14 [2020-12-04T22:14:14.528Z] Name: ppc64le-ubuntu-12
22:14:14 [2020-12-04T22:14:14.528Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE
22:14:14 [2020-12-04T22:14:14.528Z] Docker Root Dir: /var/lib/docker
22:14:14 [2020-12-04T22:14:14.528Z] Debug Mode (client): false
22:14:14 [2020-12-04T22:14:14.528Z] Debug Mode (server): false
22:14:14 [2020-12-04T22:14:14.528Z] Registry: https://index.docker.io/v1/
22:14:14 [2020-12-04T22:14:14.528Z] Labels:
22:14:14 [2020-12-04T22:14:14.528Z] Experimental: true
22:14:14 [2020-12-04T22:14:14.528Z] Insecure Registries:
22:14:14 [2020-12-04T22:14:14.528Z]  127.0.0.0/8
22:14:14 [2020-12-04T22:14:14.528Z] Live Restore Enabled: false
22:14:14 [2020-12-04T22:14:14.528Z] 
[Pipeline] sh
22:14:14 [2020-12-04T22:14:14.853Z] #3 DONE 0.4s
22:14:14 [2020-12-04T22:14:14.853Z] 
22:14:14 [2020-12-04T22:14:14.853Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
22:14:14 [2020-12-04T22:14:14.853Z] #4 CACHED
22:14:14 [2020-12-04T22:14:14.913Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:14:14 [2020-12-04T22:14:14.913Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:14:14 [2020-12-04T22:14:14.913Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41622/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
22:14:14 [2020-12-04T22:14:14.913Z] + bash /home/docker/workspace/moby_PR-41622/check-config.sh
22:14:14 [2020-12-04T22:14:14.913Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:14:14 [2020-12-04T22:14:14.913Z] info: reading kernel config from /boot/config-4.4.0-139-generic ...
22:14:14 [2020-12-04T22:14:14.913Z] 
22:14:14 [2020-12-04T22:14:14.913Z] Generally Necessary:
22:14:14 [2020-12-04T22:14:14.913Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:14:14 [2020-12-04T22:14:14.913Z] - apparmor: enabled and tools installed
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_NAMESPACES: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_NET_NS: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_PID_NS: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_IPC_NS: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_UTS_NS: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_CGROUPS: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_CGROUP_CPUACCT: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_CGROUP_DEVICE: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_CGROUP_FREEZER: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_CGROUP_SCHED: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_CPUSETS: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_MEMCG: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_KEYS: enabled
22:14:14 [2020-12-04T22:14:14.913Z] - CONFIG_VETH: enabled (as module)
22:14:15 [2020-12-04T22:14:15.114Z] 
22:14:15 [2020-12-04T22:14:15.114Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_BRIDGE: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_NF_NAT: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_NF_NAT_NEEDED: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_POSIX_MQUEUE: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
22:14:15 [2020-12-04T22:14:15.209Z] 
22:14:15 [2020-12-04T22:14:15.209Z] Optional Features:
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_USER_NS: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_SECCOMP: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_CGROUP_PIDS: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_MEMCG_SWAP: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
22:14:15 [2020-12-04T22:14:15.209Z]     (cgroup swap accounting is currently enabled)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_MEMCG_KMEM: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_BLK_CGROUP: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_IOSCHED_CFQ: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_CGROUP_PERF: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_CGROUP_HUGETLB: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_CFS_BANDWIDTH: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_RT_GROUP_SCHED: missing
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_IP_VS: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_IP_VS_NFCT: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_IP_VS_RR: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_EXT4_FS: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:14:15 [2020-12-04T22:14:15.209Z] - Network Drivers:
22:14:15 [2020-12-04T22:14:15.209Z]   - "overlay":
22:14:15 [2020-12-04T22:14:15.209Z]     - CONFIG_VXLAN: enabled (as module)
22:14:15 [2020-12-04T22:14:15.209Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:14:15 [2020-12-04T22:14:15.209Z]       Optional (for encrypted networks):
22:14:15 [2020-12-04T22:14:15.383Z] #7 ...
22:14:15 [2020-12-04T22:14:15.383Z] 
22:14:15 [2020-12-04T22:14:15.383Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
22:14:15 [2020-12-04T22:14:15.383Z] #6 DONE 0.1s
22:14:15 [2020-12-04T22:14:15.383Z] 
22:14:15 [2020-12-04T22:14:15.383Z] #5 [internal] load metadata for docker.io/library/debian:buster
22:14:15 [2020-12-04T22:14:15.383Z] #5 DONE 0.1s
22:14:15 [2020-12-04T22:14:15.383Z] 
22:14:15 [2020-12-04T22:14:15.383Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
22:14:15 [2020-12-04T22:14:15.383Z] #7 DONE 0.2s
22:14:15 [2020-12-04T22:14:15.383Z] 
22:14:15 [2020-12-04T22:14:15.383Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
22:14:15 [2020-12-04T22:14:15.383Z] #60 DONE 0.0s
22:14:15 [2020-12-04T22:14:15.383Z] 
22:14:15 [2020-12-04T22:14:15.383Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4...
22:14:15 [2020-12-04T22:14:15.383Z] #24 DONE 0.0s
22:14:15 [2020-12-04T22:14:15.383Z] 
22:14:15 [2020-12-04T22:14:15.383Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:14:15 [2020-12-04T22:14:15.383Z] #8 DONE 0.0s
22:14:15 [2020-12-04T22:14:15.383Z] 
22:14:15 [2020-12-04T22:14:15.383Z] #21 [internal] load build context
22:14:15 [2020-12-04T22:14:15.504Z]       - CONFIG_CRYPTO: enabled
22:14:15 [2020-12-04T22:14:15.504Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]       - CONFIG_XFRM: enabled
22:14:15 [2020-12-04T22:14:15.504Z]       - CONFIG_XFRM_USER: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]       - CONFIG_INET_ESP: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]   - "ipvlan":
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_IPVLAN: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]   - "macvlan":
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_MACVLAN: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_DUMMY: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]   - "ftp,tftp client in container":
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z] - Storage Drivers:
22:14:15 [2020-12-04T22:14:15.504Z]   - "aufs":
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_AUFS_FS: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]   - "btrfs":
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:14:15 [2020-12-04T22:14:15.504Z]   - "devicemapper":
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_BLK_DEV_DM: enabled
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]   - "overlay":
22:14:15 [2020-12-04T22:14:15.504Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:14:15 [2020-12-04T22:14:15.504Z]   - "zfs":
22:14:15 [2020-12-04T22:14:15.504Z]     - /dev/zfs: missing
22:14:15 [2020-12-04T22:14:15.504Z]     - zfs command: missing
22:14:15 [2020-12-04T22:14:15.504Z]     - zpool command: missing
22:14:15 [2020-12-04T22:14:15.504Z] 
22:14:15 [2020-12-04T22:14:15.504Z] Limits:
22:14:15 [2020-12-04T22:14:15.504Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:14:15 [2020-12-04T22:14:15.504Z] 
22:14:15 [2020-12-04T22:14:15.504Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:14:15 [2020-12-04T22:14:15.976Z] + make bundles/buildx
22:14:16 [2020-12-04T22:14:16.272Z] make: command: Command not found
22:14:16 [2020-12-04T22:14:16.272Z] make: command: Command not found
22:14:16 [2020-12-04T22:14:16.272Z] mkdir bundles
22:14:16 [2020-12-04T22:14:16.272Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \
22:14:16 [2020-12-04T22:14:16.272Z] 	--build-arg BUILDX_COMMIT \
22:14:16 [2020-12-04T22:14:16.272Z] 	--build-arg BUILDX_REPO \
22:14:16 [2020-12-04T22:14:16.272Z] 	--build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \
22:14:16 [2020-12-04T22:14:16.272Z] 	--build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \
22:14:16 [2020-12-04T22:14:16.272Z] 	.
22:14:16 [2020-12-04T22:14:16.272Z] /bin/sh: 4: go: not found
22:14:16 [2020-12-04T22:14:16.272Z] /bin/sh: 5: go: not found
22:14:16 [2020-12-04T22:14:16.618Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 2.1s done
22:14:16 [2020-12-04T22:14:16.618Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 0.1s
22:14:17 [2020-12-04T22:14:17.314Z] #21 transferring context: 52.81MB 1.5s done
22:14:17 [2020-12-04T22:14:17.314Z] #21 DONE 1.7s
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:14:17 [2020-12-04T22:14:17.314Z] #38 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:14:17 [2020-12-04T22:14:17.314Z] #22 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
22:14:17 [2020-12-04T22:14:17.314Z] #58 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #55 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
22:14:17 [2020-12-04T22:14:17.314Z] #20 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:14:17 [2020-12-04T22:14:17.314Z] #62 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
22:14:17 [2020-12-04T22:14:17.314Z] #14 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:14:17 [2020-12-04T22:14:17.314Z] #26 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:14:17 [2020-12-04T22:14:17.314Z] #29 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:14:17 [2020-12-04T22:14:17.314Z] #54 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:14:17 [2020-12-04T22:14:17.314Z] #40 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:14:17 [2020-12-04T22:14:17.314Z] #25 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #33 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
22:14:17 [2020-12-04T22:14:17.314Z] #42 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:14:17 [2020-12-04T22:14:17.314Z] #56 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:14:17 [2020-12-04T22:14:17.314Z] #27 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #17 [dev-systemd-false  6/26] RUN ldconfig
22:14:17 [2020-12-04T22:14:17.314Z] #17 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #46 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #59 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #52 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
22:14:17 [2020-12-04T22:14:17.314Z] #16 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:14:17 [2020-12-04T22:14:17.314Z] #47 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
22:14:17 [2020-12-04T22:14:17.314Z] #15 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:14:17 [2020-12-04T22:14:17.314Z] #51 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #44 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:14:17 [2020-12-04T22:14:17.314Z] #34 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
22:14:17 [2020-12-04T22:14:17.314Z] #19 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:14:17 [2020-12-04T22:14:17.314Z] #41 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:14:17 [2020-12-04T22:14:17.314Z] #11 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #31 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:14:17 [2020-12-04T22:14:17.314Z] #18 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #61 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
22:14:17 [2020-12-04T22:14:17.314Z] #28 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:14:17 [2020-12-04T22:14:17.314Z] #37 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:14:17 [2020-12-04T22:14:17.314Z] #43 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #48 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
22:14:17 [2020-12-04T22:14:17.314Z] #10 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:14:17 [2020-12-04T22:14:17.314Z] #45 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
22:14:17 [2020-12-04T22:14:17.314Z] #57 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
22:14:17 [2020-12-04T22:14:17.314Z] #23 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #36 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
22:14:17 [2020-12-04T22:14:17.314Z] #9 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:14:17 [2020-12-04T22:14:17.314Z] #35 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
22:14:17 [2020-12-04T22:14:17.314Z] #12 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:14:17 [2020-12-04T22:14:17.314Z] #32 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #63 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:14:17 [2020-12-04T22:14:17.314Z] #49 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
22:14:17 [2020-12-04T22:14:17.314Z] #13 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:14:17 [2020-12-04T22:14:17.314Z] #30 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #50 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:14:17 [2020-12-04T22:14:17.314Z] #53 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
22:14:17 [2020-12-04T22:14:17.314Z] #39 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
22:14:17 [2020-12-04T22:14:17.314Z] #64 CACHED
22:14:17 [2020-12-04T22:14:17.314Z] 
22:14:17 [2020-12-04T22:14:17.314Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
22:14:18 [2020-12-04T22:14:18.254Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.4s done
22:14:18 [2020-12-04T22:14:18.254Z] #8 ...
22:14:18 [2020-12-04T22:14:18.254Z] 
22:14:18 [2020-12-04T22:14:18.254Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:14:18 [2020-12-04T22:14:18.254Z] #25 0.496 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 0.514 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 0.554 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 0.623 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [225 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 0.784 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 1.352 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
22:14:18 [2020-12-04T22:14:18.254Z] #25 2.332 Fetched 8095 kB in 2s (4348 kB/s)
22:14:18 [2020-12-04T22:14:18.254Z] #25 2.332 Reading package lists...
22:14:18 [2020-12-04T22:14:18.254Z] #25 2.770 Reading package lists...
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.210 Building dependency tree...
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.333 The following additional packages will be installed:
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.333   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.333   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.334   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.334 Suggested packages:
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.334   krb5-doc krb5-user
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.334 Recommended packages:
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.334   krb5-locales publicsuffix libsasl2-modules
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.442 The following NEW packages will be installed:
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.442   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.442   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.442   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.442   libssh2-1 libssl1.1 openssl
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.470 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.470 Need to get 4592 kB of archives.
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.470 After this operation, 11.9 MB of additional disk space will be used.
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.470 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.475 Get:2 http://security.debian.org/debian-security buster/updates/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.480 Get:3 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.481 Get:4 http://security.debian.org/debian-security buster/updates/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.492 Get:5 http://deb.debian.org/debian buster/main s390x libssl1.1 s390x 1.1.1d-0+deb10u3 [1199 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.494 Get:6 http://security.debian.org/debian-security buster/updates/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.499 Get:7 http://security.debian.org/debian-security buster/updates/main s390x libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.502 Get:8 http://security.debian.org/debian-security buster/updates/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u4 [213 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.570 Get:9 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.574 Get:10 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB]
22:14:18 [2020-12-04T22:14:18.254Z] #25 3.578 Get:11 http://deb.debian.org/debian buster/main s390x openssl s390x 1.1.1d-0+deb10u3 [827 kB]
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.607 Get:12 http://deb.debian.org/debian buster-updates/main s390x ca-certificates all 20200601~deb10u1 [158 kB]
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.612 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB]
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.615 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB]
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.617 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB]
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.618 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB]
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.623 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB]
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.631 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB]
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.639 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.646 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.649 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.744 debconf: delaying package configuration, since apt-utils is not installed
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.759 Fetched 4592 kB in 0s (23.0 MB/s)
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.776 Selecting previously unselected package libkeyutils1:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.776 (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.)
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.779 Preparing to unpack .../00-libkeyutils1_1.6-6_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.784 Unpacking libkeyutils1:s390x (1.6-6) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.808 Selecting previously unselected package libkrb5support0:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.809 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.812 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.844 Selecting previously unselected package libk5crypto3:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.844 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.847 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.887 Selecting previously unselected package libssl1.1:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.888 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u3_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 3.890 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u3) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.038 Selecting previously unselected package libkrb5-3:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.038 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.050 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.105 Selecting previously unselected package libgssapi-krb5-2:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.105 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.117 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.138 Selecting previously unselected package libsasl2-modules-db:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.138 Preparing to unpack .../06-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.141 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.169 Selecting previously unselected package libsasl2-2:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.169 Preparing to unpack .../07-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.179 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.200 Selecting previously unselected package libldap-common.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.200 Preparing to unpack .../08-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.209 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.233 Selecting previously unselected package libldap-2.4-2:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.233 Preparing to unpack .../09-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.236 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.301 Selecting previously unselected package openssl.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.301 Preparing to unpack .../10-openssl_1.1.1d-0+deb10u3_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.312 Unpacking openssl (1.1.1d-0+deb10u3) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.401 Selecting previously unselected package ca-certificates.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.401 Preparing to unpack .../11-ca-certificates_20200601~deb10u1_all.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.403 Unpacking ca-certificates (20200601~deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.457 Selecting previously unselected package libnghttp2-14:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.457 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.462 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.494 Selecting previously unselected package libpsl5:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.494 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.498 Unpacking libpsl5:s390x (0.20.2-2) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.525 Selecting previously unselected package librtmp1:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.525 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.531 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.555 Selecting previously unselected package libssh2-1:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.555 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.557 Unpacking libssh2-1:s390x (1.8.0-2.1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.590 Selecting previously unselected package libcurl4:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.590 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.593 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.640 Selecting previously unselected package curl.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.641 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.643 Unpacking curl (7.64.0-4+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.700 Selecting previously unselected package libonig5:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.700 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.702 Unpacking libonig5:s390x (6.9.1-1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.738 Selecting previously unselected package libjq1:s390x.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.738 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.740 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.774 Selecting previously unselected package jq.
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.774 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.777 Unpacking jq (1.5+dfsg-2+b1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.812 Setting up libkeyutils1:s390x (1.6-6) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.819 Setting up libpsl5:s390x (0.20.2-2) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.826 Setting up libssl1.1:s390x (1.1.1d-0+deb10u3) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.894 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.900 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.909 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.916 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.924 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.930 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.939 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.943 Setting up libssh2-1:s390x (1.8.0-2.1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.950 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.957 Setting up openssl (1.1.1d-0+deb10u3) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.966 Setting up libonig5:s390x (6.9.1-1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.973 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.981 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 4.989 Setting up ca-certificates (20200601~deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 5.293 Updating certificates in /etc/ssl/certs...
22:14:18 [2020-12-04T22:14:18.255Z] #25 5.910 126 added, 0 removed; done.
22:14:18 [2020-12-04T22:14:18.255Z] #25 5.934 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 5.943 Setting up jq (1.5+dfsg-2+b1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 5.953 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 5.959 Setting up curl (7.64.0-4+deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 5.966 Processing triggers for libc-bin (2.28-10) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 5.976 Processing triggers for ca-certificates (20200601~deb10u1) ...
22:14:18 [2020-12-04T22:14:18.255Z] #25 5.981 Updating certificates in /etc/ssl/certs...
22:14:18 [2020-12-04T22:14:18.255Z] #25 6.445 0 added, 0 removed; done.
22:14:18 [2020-12-04T22:14:18.255Z] #25 6.445 Running hooks in /etc/ca-certificates/update.d...
22:14:18 [2020-12-04T22:14:18.255Z] #25 6.445 done.
22:14:18 [2020-12-04T22:14:18.255Z] #25 DONE 7.7s
22:14:18 [2020-12-04T22:14:18.350Z] Sending build context to Docker daemon   57.7MB

22:14:18 [2020-12-04T22:14:18.350Z] Step 1/15 : ARG GO_VERSION=1.13.15
22:14:18 [2020-12-04T22:14:18.350Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1
22:14:18 [2020-12-04T22:14:18.350Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git
22:14:18 [2020-12-04T22:14:18.350Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build
22:14:18 [2020-12-04T22:14:18.545Z] 
22:14:18 [2020-12-04T22:14:18.545Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:14:18 [2020-12-04T22:14:18.545Z] #26 DONE 0.1s
22:14:18 [2020-12-04T22:14:18.545Z] 
22:14:18 [2020-12-04T22:14:18.545Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:14:18 [2020-12-04T22:14:18.545Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882
22:14:19 [2020-12-04T22:14:19.380Z] 1.13.15-buster: Pulling from library/golang
22:14:19 [2020-12-04T22:14:19.671Z] db4e2d8d5901: Pulling fs layer
22:14:19 [2020-12-04T22:14:19.671Z] dfe2d012519c: Pulling fs layer
22:14:19 [2020-12-04T22:14:19.671Z] 5d8f1d1f9197: Pulling fs layer
22:14:19 [2020-12-04T22:14:19.671Z] 1301750ffb48: Pulling fs layer
22:14:19 [2020-12-04T22:14:19.671Z] dc5c6edc9cff: Pulling fs layer
22:14:19 [2020-12-04T22:14:19.671Z] 3c370c2e2f82: Pulling fs layer
22:14:19 [2020-12-04T22:14:19.671Z] 5ffb2f5886e2: Pulling fs layer
22:14:19 [2020-12-04T22:14:19.671Z] dc5c6edc9cff: Waiting
22:14:19 [2020-12-04T22:14:19.671Z] 1301750ffb48: Waiting
22:14:19 [2020-12-04T22:14:19.671Z] 3c370c2e2f82: Waiting
22:14:19 [2020-12-04T22:14:19.671Z] 5ffb2f5886e2: Waiting
22:14:19 [2020-12-04T22:14:19.872Z] #65 DONE 2.4s
22:14:19 [2020-12-04T22:14:19.872Z] 
22:14:19 [2020-12-04T22:14:19.872Z] #66 exporting to image
22:14:19 [2020-12-04T22:14:19.872Z] #66 exporting layers
22:14:20 [2020-12-04T22:14:20.308Z] dfe2d012519c: Verifying Checksum
22:14:20 [2020-12-04T22:14:20.308Z] dfe2d012519c: Download complete
22:14:20 [2020-12-04T22:14:20.308Z] 5d8f1d1f9197: Verifying Checksum
22:14:20 [2020-12-04T22:14:20.308Z] 5d8f1d1f9197: Download complete
22:14:21 [2020-12-04T22:14:21.259Z] #66 exporting layers 1.6s done
22:14:21 [2020-12-04T22:14:21.259Z] #66 writing image sha256:72596fc9c315f6d542c0c0a4a2161ad2a519f5b35b4a42cea43439cb3dd04766 done
22:14:21 [2020-12-04T22:14:21.259Z] #66 naming to docker.io/library/docker:fdceba93defafa708bcb082cd1f747a5f58010b7 done
22:14:21 [2020-12-04T22:14:21.259Z] #66 DONE 1.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
22:14:21 [2020-12-04T22:14:21.329Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 2.9s done
22:14:21 [2020-12-04T22:14:21.615Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/test/unit
22:14:21 [2020-12-04T22:14:21.645Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done
22:14:21 [2020-12-04T22:14:21.828Z] db4e2d8d5901: Verifying Checksum
22:14:21 [2020-12-04T22:14:21.828Z] db4e2d8d5901: Download complete
22:14:21 [2020-12-04T22:14:21.945Z] #8 DONE 13.8s
22:14:21 [2020-12-04T22:14:21.945Z] 
22:14:21 [2020-12-04T22:14:21.945Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
22:14:23 [2020-12-04T22:14:23.096Z] #9 DONE 1.2s
22:14:23 [2020-12-04T22:14:23.096Z] 
22:14:23 [2020-12-04T22:14:23.096Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:14:23 [2020-12-04T22:14:23.096Z] #27 1.420 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
22:14:23 [2020-12-04T22:14:23.096Z] #27 1.545 
22:14:23 [2020-12-04T22:14:23.096Z] #27 1.654 
######                                                                     8.4%
#######################                                                   32.5%
########################################                                  55.6%
#########################################################                 79.6%
######################################################################## 100.0%
22:14:23 [2020-12-04T22:14:23.096Z] #27 2.192 
22:14:23 [2020-12-04T22:14:23.096Z] #27 2.304 
############################                                              39.9%
######################################################################## 100.0%
22:14:23 [2020-12-04T22:14:23.096Z] #27 2.471 
22:14:23 [2020-12-04T22:14:23.096Z] #27 2.602 
########################################                                  55.7%
######################################################################## 100.0%
22:14:23 [2020-12-04T22:14:23.096Z] #27 2.766 
22:14:23 [2020-12-04T22:14:23.096Z] #27 2.875 
#####                                                                      7.1%
##############                                                            20.6%
#########################                                                 35.6%
##################################                                        48.2%
###############################################                           65.5%
###############################################################           88.8%
######################################################################## 100.0%
22:14:23 [2020-12-04T22:14:23.096Z] #27 3.575 
22:14:23 [2020-12-04T22:14:23.775Z] #27 3.685 #=#=#                                                                         

##                                                                         3.3%
#######                                                                    9.9%
###########                                                               15.8%
################                                                          22.5%
#####################                                                     29.2%
#########################                                                 34.9%
#############################                                             41.5%
##################################                                        48.2%
######################################                                    53.5%
###########################################                               60.8%
################################################                          67.2%
####################################################                      73.5%
#########################################################                 79.3%
#############################################################             86.0%
##################################################################        92.7%
#######################################################################   99.4%
######################################################################## 100.0%
22:14:23 [2020-12-04T22:14:23.775Z] #27 5.315 
22:14:23 [2020-12-04T22:14:23.940Z] 1301750ffb48: Verifying Checksum
22:14:23 [2020-12-04T22:14:23.940Z] 1301750ffb48: Download complete
22:14:23 [2020-12-04T22:14:23.940Z] 5ffb2f5886e2: Verifying Checksum
22:14:23 [2020-12-04T22:14:23.940Z] 5ffb2f5886e2: Download complete
22:14:23 [2020-12-04T22:14:23.940Z] dc5c6edc9cff: Verifying Checksum
22:14:23 [2020-12-04T22:14:23.940Z] dc5c6edc9cff: Download complete
22:14:24 [2020-12-04T22:14:24.065Z] #27 ...
22:14:24 [2020-12-04T22:14:24.065Z] 
22:14:24 [2020-12-04T22:14:24.065Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
22:14:24 [2020-12-04T22:14:24.065Z] #10 DONE 0.8s
22:14:24 [2020-12-04T22:14:24.065Z] 
22:14:24 [2020-12-04T22:14:24.065Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:14:24 [2020-12-04T22:14:24.065Z] #37 DONE 0.1s
22:14:24 [2020-12-04T22:14:24.065Z] 
22:14:24 [2020-12-04T22:14:24.065Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:14:24 [2020-12-04T22:14:24.065Z] #38 ...
22:14:24 [2020-12-04T22:14:24.065Z] 
22:14:24 [2020-12-04T22:14:24.065Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:14:24 [2020-12-04T22:14:24.065Z] #29 DONE 0.1s
22:14:24 [2020-12-04T22:14:24.356Z] 
22:14:24 [2020-12-04T22:14:24.356Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:14:24 [2020-12-04T22:14:24.356Z] #27 5.836 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
22:14:24 [2020-12-04T22:14:24.647Z] #27 5.997 
22:14:24 [2020-12-04T22:14:24.648Z] #27 6.103 
######################################################################## 100.0%
22:14:24 [2020-12-04T22:14:24.648Z] #27 6.106 
22:14:25 [2020-12-04T22:14:25.287Z] #27 6.787 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
22:14:25 [2020-12-04T22:14:25.287Z] #27 6.801 skipping existing aab193acf6ba
22:14:25 [2020-12-04T22:14:25.287Z] #27 6.836 
22:14:25 [2020-12-04T22:14:25.457Z] db4e2d8d5901: Pull complete
22:14:25 [2020-12-04T22:14:25.840Z] ?   	github.com/docker/docker/api	[no test files]
22:14:25 [2020-12-04T22:14:25.923Z] #27 7.437 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
22:14:25 [2020-12-04T22:14:25.923Z] #27 7.457 skipping existing 4d43f82972ce
22:14:25 [2020-12-04T22:14:25.923Z] #27 7.514 
22:14:26 [2020-12-04T22:14:26.094Z] dfe2d012519c: Pull complete
22:14:26 [2020-12-04T22:14:26.399Z] 5d8f1d1f9197: Pull complete
22:14:26 [2020-12-04T22:14:26.690Z] 3c370c2e2f82: Verifying Checksum
22:14:26 [2020-12-04T22:14:26.690Z] 3c370c2e2f82: Download complete
22:14:27 [2020-12-04T22:14:27.435Z] #27 8.620 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
22:14:27 [2020-12-04T22:14:27.435Z] #27 8.945 #=#=#                                                                         
22:14:27 [2020-12-04T22:14:27.726Z] #27 9.114 
######################################################################## 100.0%
22:14:27 [2020-12-04T22:14:27.726Z] #27 9.173 
22:14:28 [2020-12-04T22:14:28.357Z] #27 9.805 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
22:14:28 [2020-12-04T22:14:28.648Z] #27 10.12 
22:14:28 [2020-12-04T22:14:28.771Z] 1301750ffb48: Pull complete
22:14:28 [2020-12-04T22:14:28.951Z] #27 10.26 #=#=#                                                                         

######################################################################## 100.0%
22:14:28 [2020-12-04T22:14:28.951Z] #27 10.35 
22:14:28 [2020-12-04T22:14:28.951Z] #27 10.43 Download of images into '/build' complete.
22:14:28 [2020-12-04T22:14:28.951Z] #27 10.43 Use something like the following to load the result into a Docker daemon:
22:14:28 [2020-12-04T22:14:28.951Z] #27 10.43   tar -cC '/build' . | docker load
22:14:28 [2020-12-04T22:14:28.951Z] #27 DONE 10.6s
22:14:28 [2020-12-04T22:14:28.951Z] 
22:14:28 [2020-12-04T22:14:28.951Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + RM_GOPATH=0
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + TMP_GOPATH=
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + : /build
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + '[' -z '' ']'
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 ++ mktemp -d
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + export GOPATH=/tmp/tmp.H9PFCvJONT
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + GOPATH=/tmp/tmp.H9PFCvJONT
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + RM_GOPATH=1
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + case "$(go env GOARCH)" in
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 ++ go env GOARCH
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + export GO_BUILDMODE=-buildmode=pie
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + GO_BUILDMODE=-buildmode=pie
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 ++ dirname /tmp/install/install.sh
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + dir=/tmp/install
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + bin=gotestsum
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + shift
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + '[' '!' -f /tmp/install/gotestsum.installer ']'
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + . /tmp/install/gotestsum.installer
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 ++ : v0.5.3
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + install_gotestsum
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + set -e
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + export GO111MODULE=on
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + GO111MODULE=on
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + GOBIN=/build
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 + go get gotest.tools/gotestsum@v0.5.3
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.975 go: finding gotest.tools v0.5.3
22:14:28 [2020-12-04T22:14:28.951Z] #45 1.986 go: finding gotest.tools/gotestsum v0.5.3
22:14:28 [2020-12-04T22:14:28.951Z] #45 2.275 go: downloading gotest.tools/gotestsum v0.5.3
22:14:28 [2020-12-04T22:14:28.951Z] #45 2.495 go: extracting gotest.tools/gotestsum v0.5.3
22:14:28 [2020-12-04T22:14:28.951Z] #45 2.792 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:14:28 [2020-12-04T22:14:28.951Z] #45 2.804 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:14:28 [2020-12-04T22:14:28.951Z] #45 2.822 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:14:28 [2020-12-04T22:14:28.951Z] #45 2.825 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:14:28 [2020-12-04T22:14:28.951Z] #45 2.825 go: downloading github.com/spf13/pflag v1.0.3
22:14:28 [2020-12-04T22:14:28.951Z] #45 2.830 go: downloading github.com/pkg/errors v0.9.1
22:14:28 [2020-12-04T22:14:28.951Z] #45 2.833 go: downloading github.com/jonboulle/clockwork v0.1.0
22:14:28 [2020-12-04T22:14:28.951Z] #45 3.157 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:14:28 [2020-12-04T22:14:28.951Z] #45 3.182 go: extracting github.com/jonboulle/clockwork v0.1.0
22:14:28 [2020-12-04T22:14:28.951Z] #45 3.183 go: extracting github.com/pkg/errors v0.9.1
22:14:28 [2020-12-04T22:14:28.951Z] #45 3.204 go: downloading github.com/fatih/color v1.9.0
22:14:28 [2020-12-04T22:14:28.951Z] #45 3.234 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:14:28 [2020-12-04T22:14:28.951Z] #45 3.312 go: extracting github.com/spf13/pflag v1.0.3
22:14:28 [2020-12-04T22:14:28.951Z] #45 3.335 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:14:28 [2020-12-04T22:14:28.951Z] #45 3.837 go: extracting github.com/fatih/color v1.9.0
22:14:28 [2020-12-04T22:14:28.951Z] #45 4.021 go: downloading github.com/mattn/go-isatty v0.0.12
22:14:28 [2020-12-04T22:14:28.951Z] #45 4.090 go: downloading github.com/mattn/go-colorable v0.1.6
22:14:28 [2020-12-04T22:14:28.951Z] #45 4.458 go: extracting github.com/mattn/go-colorable v0.1.6
22:14:28 [2020-12-04T22:14:28.951Z] #45 4.708 go: extracting github.com/mattn/go-isatty v0.0.12
22:14:28 [2020-12-04T22:14:28.951Z] #45 4.976 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:14:28 [2020-12-04T22:14:28.951Z] #45 5.122 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:14:30 [2020-12-04T22:14:30.464Z] #45 6.277 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:14:30 [2020-12-04T22:14:30.464Z] #45 ...
22:14:30 [2020-12-04T22:14:30.464Z] 
22:14:30 [2020-12-04T22:14:30.464Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.506 + RM_GOPATH=0
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.509 + TMP_GOPATH=
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.509 + : /build
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.509 + '[' -z '' ']'
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.509 ++ mktemp -d
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.509 + export GOPATH=/tmp/tmp.Gweqfn3V3K
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.509 + GOPATH=/tmp/tmp.Gweqfn3V3K
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.509 + RM_GOPATH=1
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.509 + case "$(go env GOARCH)" in
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.509 ++ go env GOARCH
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + export GO_BUILDMODE=-buildmode=pie
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + GO_BUILDMODE=-buildmode=pie
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 ++ dirname /tmp/install/install.sh
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + dir=/tmp/install
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + bin=golangci_lint
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + shift
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + . /tmp/install/golangci_lint.installer
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 ++ : v1.23.8
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + install_golangci_lint
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + set -e
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + export GO111MODULE=on
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + GO111MODULE=on
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + GOBIN=/build
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.518 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.568 go: finding github.com v1.23.8
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.568 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.568 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.568 go: finding github.com/golangci/golangci-lint v1.23.8
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.568 go: finding github.com/golangci v1.23.8
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.718 go: downloading github.com/golangci/golangci-lint v1.23.8
22:14:30 [2020-12-04T22:14:30.464Z] #47 1.935 go: extracting github.com/golangci/golangci-lint v1.23.8
22:14:30 [2020-12-04T22:14:30.464Z] #47 5.836 go: downloading github.com/spf13/pflag v1.0.5
22:14:30 [2020-12-04T22:14:30.464Z] #47 5.839 go: downloading github.com/pkg/errors v0.8.1
22:14:30 [2020-12-04T22:14:30.464Z] #47 5.849 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:14:30 [2020-12-04T22:14:30.464Z] #47 5.867 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:14:30 [2020-12-04T22:14:30.464Z] #47 5.869 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:14:30 [2020-12-04T22:14:30.464Z] #47 5.870 go: downloading github.com/spf13/viper v1.6.1
22:14:30 [2020-12-04T22:14:30.464Z] #47 5.871 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:14:30 [2020-12-04T22:14:30.464Z] #47 5.872 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:14:30 [2020-12-04T22:14:30.464Z] #47 5.931 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.047 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.063 go: extracting github.com/spf13/viper v1.6.1
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.083 go: extracting github.com/spf13/pflag v1.0.5
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.156 go: downloading github.com/spf13/cast v1.3.0
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.179 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.253 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.254 go: extracting github.com/pkg/errors v0.8.1
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.268 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.335 go: extracting github.com/spf13/cast v1.3.0
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.358 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.433 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.467 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
22:14:30 [2020-12-04T22:14:30.464Z] #47 6.595 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:14:30 [2020-12-04T22:14:30.754Z] #47 6.603 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
22:14:30 [2020-12-04T22:14:30.754Z] #47 6.616 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:14:30 [2020-12-04T22:14:30.754Z] #47 6.721 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:14:30 [2020-12-04T22:14:30.754Z] #47 6.731 go: downloading gopkg.in/yaml.v2 v2.2.7
22:14:31 [2020-12-04T22:14:31.044Z] #47 6.875 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:14:31 [2020-12-04T22:14:31.044Z] #47 6.958 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
22:14:31 [2020-12-04T22:14:31.044Z] #47 7.005 go: extracting gopkg.in/yaml.v2 v2.2.7
22:14:31 [2020-12-04T22:14:31.044Z] #47 7.064 go: downloading github.com/spf13/jwalterweatherman v1.0.0
22:14:31 [2020-12-04T22:14:31.334Z] #47 7.346 go: extracting github.com/spf13/jwalterweatherman v1.0.0
22:14:31 [2020-12-04T22:14:31.508Z] dc5c6edc9cff: Pull complete
22:14:31 [2020-12-04T22:14:31.625Z] #47 7.656 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:14:31 [2020-12-04T22:14:31.625Z] #47 7.667 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:14:31 [2020-12-04T22:14:31.915Z] #47 8.105 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:14:32 [2020-12-04T22:14:32.965Z] #47 ...
22:14:32 [2020-12-04T22:14:32.965Z] 
22:14:32 [2020-12-04T22:14:32.965Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:14:32 [2020-12-04T22:14:32.965Z] #45 8.994 go: finding github.com/fatih/color v1.9.0
22:14:33 [2020-12-04T22:14:33.289Z] #45 ...
22:14:33 [2020-12-04T22:14:33.289Z] 
22:14:33 [2020-12-04T22:14:33.289Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.552 + RM_GOPATH=0
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.552 + TMP_GOPATH=
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.552 + : /build
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.553 + '[' -z '' ']'
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.557 ++ mktemp -d
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.557 + export GOPATH=/tmp/tmp.nzvcGezKFc
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.557 + GOPATH=/tmp/tmp.nzvcGezKFc
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.557 + RM_GOPATH=1
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.557 + case "$(go env GOARCH)" in
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.557 ++ go env GOARCH
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.566 + export GO_BUILDMODE=-buildmode=pie
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.566 + GO_BUILDMODE=-buildmode=pie
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.566 ++ dirname /tmp/install/install.sh
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.569 Install docker/cli version 17.06.2-ce from stable
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.569 + dir=/tmp/install
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.569 + bin=dockercli
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.569 + shift
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.569 + '[' '!' -f /tmp/install/dockercli.installer ']'
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.569 + . /tmp/install/dockercli.installer
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.569 ++ : stable
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.569 ++ : 17.06.2-ce
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.569 + install_dockercli
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.569 + echo 'Install docker/cli version 17.06.2-ce from stable'
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.574 ++ uname -m
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.574 + arch=s390x
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.574 + '[' s390x '!=' x86_64 ']'
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.574 + '[' s390x '!=' s390x ']'
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.574 + url=https://download.docker.com/linux/static
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.574 + tar -xz docker/docker
22:14:33 [2020-12-04T22:14:33.289Z] #22 2.574 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz
22:14:33 [2020-12-04T22:14:33.289Z] #22 8.815 + mkdir -p /build
22:14:33 [2020-12-04T22:14:33.289Z] #22 8.823 + mv docker/docker /build/
22:14:33 [2020-12-04T22:14:33.289Z] #22 8.824 + rmdir docker
22:14:33 [2020-12-04T22:14:33.289Z] #22 DONE 9.1s
22:14:33 [2020-12-04T22:14:33.289Z] 
22:14:33 [2020-12-04T22:14:33.289Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:14:33 [2020-12-04T22:14:33.289Z] #45 9.119 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:14:33 [2020-12-04T22:14:33.289Z] #45 9.213 go: finding github.com/pkg/errors v0.9.1
22:14:33 [2020-12-04T22:14:33.289Z] #45 9.247 go: finding github.com/mattn/go-colorable v0.1.6
22:14:33 [2020-12-04T22:14:33.289Z] #45 9.265 go: finding github.com/spf13/pflag v1.0.3
22:14:33 [2020-12-04T22:14:33.289Z] #45 9.276 go: finding github.com/mattn/go-isatty v0.0.12
22:14:33 [2020-12-04T22:14:33.609Z] #45 9.551 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:14:33 [2020-12-04T22:14:33.609Z] #45 9.741 go: finding github.com/jonboulle/clockwork v0.1.0
22:14:33 [2020-12-04T22:14:33.609Z] #45 9.741 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:14:33 [2020-12-04T22:14:33.899Z] #45 9.774 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:14:33 [2020-12-04T22:14:33.899Z] #45 9.795 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:14:33 [2020-12-04T22:14:33.899Z] #45 ...
22:14:33 [2020-12-04T22:14:33.899Z] 
22:14:33 [2020-12-04T22:14:33.899Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.787 + RM_GOPATH=0
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.787 + TMP_GOPATH=
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.787 + : /build
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.787 + '[' -z '' ']'
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.787 ++ mktemp -d
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.787 + export GOPATH=/tmp/tmp.GrWqVuhToP
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.787 + GOPATH=/tmp/tmp.GrWqVuhToP
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.787 + RM_GOPATH=1
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.787 + case "$(go env GOARCH)" in
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.793 ++ go env GOARCH
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.797 + export GO_BUILDMODE=-buildmode=pie
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.797 + GO_BUILDMODE=-buildmode=pie
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.797 ++ dirname /tmp/install/install.sh
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 + dir=/tmp/install
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 + bin=rootlesskit
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 + shift
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 + . /tmp/install/rootlesskit.installer
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 + install_rootlesskit
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 + case "$1" in
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 + export CGO_ENABLED=0
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 + CGO_ENABLED=0
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 + _install_rootlesskit
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.GrWqVuhToP/src/github.com/rootless-containers/rootlesskit
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.799 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
22:14:33 [2020-12-04T22:14:33.899Z] #56 1.802 Cloning into '/tmp/tmp.GrWqVuhToP/src/github.com/rootless-containers/rootlesskit'...
22:14:33 [2020-12-04T22:14:33.899Z] #56 4.838 + cd /tmp/tmp.GrWqVuhToP/src/github.com/rootless-containers/rootlesskit
22:14:33 [2020-12-04T22:14:33.899Z] #56 4.838 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
22:14:33 [2020-12-04T22:14:33.899Z] #56 5.217 + for f in rootlesskit rootlesskit-docker-proxy
22:14:33 [2020-12-04T22:14:33.899Z] #56 5.217 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
22:14:34 [2020-12-04T22:14:34.189Z] #56 ...
22:14:34 [2020-12-04T22:14:34.189Z] 
22:14:34 [2020-12-04T22:14:34.189Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.607 + RM_GOPATH=0
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.607 + TMP_GOPATH=
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.607 + : /build
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.607 + '[' -z '' ']'
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.607 ++ mktemp -d
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.609 + export GOPATH=/tmp/tmp.A5gbBwgHI5
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.609 + GOPATH=/tmp/tmp.A5gbBwgHI5
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.609 + RM_GOPATH=1
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.609 + case "$(go env GOARCH)" in
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.609 ++ go env GOARCH
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.619 + export GO_BUILDMODE=-buildmode=pie
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.619 + GO_BUILDMODE=-buildmode=pie
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.619 ++ dirname /tmp/install/install.sh
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.623 + dir=/tmp/install
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.623 + bin=vndr
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.624 + shift
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.624 + '[' '!' -f /tmp/install/vndr.installer ']'
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.624 + . /tmp/install/vndr.installer
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.624 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.624 + install_vndr
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.624 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.624 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.A5gbBwgHI5/src/github.com/LK4D4/vndr
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.628 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
22:14:34 [2020-12-04T22:14:34.189Z] #43 2.631 Cloning into '/tmp/tmp.A5gbBwgHI5/src/github.com/LK4D4/vndr'...
22:14:34 [2020-12-04T22:14:34.189Z] #43 3.234 + cd /tmp/tmp.A5gbBwgHI5/src/github.com/LK4D4/vndr
22:14:34 [2020-12-04T22:14:34.189Z] #43 3.234 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
22:14:34 [2020-12-04T22:14:34.189Z] #43 3.240 + go build -buildmode=pie -v -o /build/vndr .
22:14:34 [2020-12-04T22:14:34.189Z] #43 4.181 internal/race
22:14:34 [2020-12-04T22:14:34.189Z] #43 4.236 sync/atomic
22:14:34 [2020-12-04T22:14:34.189Z] #43 4.252 runtime
22:14:34 [2020-12-04T22:14:34.189Z] #43 4.425 unicode
22:14:34 [2020-12-04T22:14:34.189Z] #43 7.275 unicode/utf8
22:14:34 [2020-12-04T22:14:34.189Z] #43 7.625 math
22:14:34 [2020-12-04T22:14:34.189Z] #43 ...
22:14:34 [2020-12-04T22:14:34.189Z] 
22:14:34 [2020-12-04T22:14:34.189Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.363 + RM_GOPATH=0
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.363 + TMP_GOPATH=
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.363 + : /build
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.363 + '[' -z '' ']'
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.363 ++ mktemp -d
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.363 + export GOPATH=/tmp/tmp.LQkKzGHBi6
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.363 + GOPATH=/tmp/tmp.LQkKzGHBi6
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.363 + RM_GOPATH=1
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.363 + case "$(go env GOARCH)" in
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.363 ++ go env GOARCH
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.364 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 + export GO_BUILDMODE=-buildmode=pie
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 + GO_BUILDMODE=-buildmode=pie
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 ++ dirname /tmp/install/install.sh
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 + dir=/tmp/install
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 + bin=tomlv
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 + shift
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 + '[' '!' -f /tmp/install/tomlv.installer ']'
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 + . /tmp/install/tomlv.installer
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 + install_tomlv
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.LQkKzGHBi6/src/github.com/BurntSushi/toml
22:14:34 [2020-12-04T22:14:34.189Z] #32 2.370 Cloning into '/tmp/tmp.LQkKzGHBi6/src/github.com/BurntSushi/toml'...
22:14:34 [2020-12-04T22:14:34.189Z] #32 3.058 + cd /tmp/tmp.LQkKzGHBi6/src/github.com/BurntSushi/toml
22:14:34 [2020-12-04T22:14:34.189Z] #32 3.066 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
22:14:34 [2020-12-04T22:14:34.189Z] #32 3.071 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
22:14:34 [2020-12-04T22:14:34.189Z] #32 3.490 internal/cpu
22:14:34 [2020-12-04T22:14:34.189Z] #32 3.530 runtime/internal/atomic
22:14:34 [2020-12-04T22:14:34.189Z] #32 3.725 runtime/internal/sys
22:14:34 [2020-12-04T22:14:34.189Z] #32 3.830 runtime/internal/math
22:14:34 [2020-12-04T22:14:34.189Z] #32 3.873 internal/bytealg
22:14:34 [2020-12-04T22:14:34.189Z] #32 3.874 math/bits
22:14:34 [2020-12-04T22:14:34.189Z] #32 4.175 runtime
22:14:34 [2020-12-04T22:14:34.189Z] #32 4.378 math
22:14:34 [2020-12-04T22:14:34.189Z] #32 8.490 internal/testlog
22:14:34 [2020-12-04T22:14:34.189Z] #32 8.758 encoding
22:14:34 [2020-12-04T22:14:34.189Z] #32 8.902 runtime/cgo
22:14:34 [2020-12-04T22:14:34.479Z] #32 ...
22:14:34 [2020-12-04T22:14:34.479Z] 
22:14:34 [2020-12-04T22:14:34.479Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:14:34 [2020-12-04T22:14:34.479Z] #40 3.066 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #40 3.097 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #40 3.117 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #40 3.884 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #40 6.212 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [225 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #40 8.231 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
22:14:34 [2020-12-04T22:14:34.479Z] #40 ...
22:14:34 [2020-12-04T22:14:34.479Z] 
22:14:34 [2020-12-04T22:14:34.479Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:14:34 [2020-12-04T22:14:34.479Z] #11 2.776 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #11 2.887 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #11 2.987 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #11 3.455 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #11 6.045 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [225 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #11 7.726 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
22:14:34 [2020-12-04T22:14:34.479Z] #11 ...
22:14:34 [2020-12-04T22:14:34.479Z] 
22:14:34 [2020-12-04T22:14:34.479Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:14:34 [2020-12-04T22:14:34.479Z] #53 2.852 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #53 2.906 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #53 2.983 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #53 3.708 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #53 5.362 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [225 kB]
22:14:34 [2020-12-04T22:14:34.479Z] #53 6.932 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
22:14:34 [2020-12-04T22:14:34.769Z] #53 ...
22:14:34 [2020-12-04T22:14:34.769Z] 
22:14:34 [2020-12-04T22:14:34.769Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:14:34 [2020-12-04T22:14:34.769Z] #30 2.670 + git clone https://github.com/kolyshkin/go-swagger.git .
22:14:34 [2020-12-04T22:14:34.769Z] #30 2.671 Cloning into '.'...
22:14:34 [2020-12-04T22:14:34.769Z] #30 ...
22:14:34 [2020-12-04T22:14:34.769Z] 
22:14:34 [2020-12-04T22:14:34.769Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.636 + RM_GOPATH=0
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.636 + TMP_GOPATH=
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.636 + : /build
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.636 + '[' -z '' ']'
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.636 ++ mktemp -d
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.636 + export GOPATH=/tmp/tmp.FsNuNGQWQC
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.636 + GOPATH=/tmp/tmp.FsNuNGQWQC
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.636 + RM_GOPATH=1
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.636 + case "$(go env GOARCH)" in
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.636 ++ go env GOARCH
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 + export GO_BUILDMODE=-buildmode=pie
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 + GO_BUILDMODE=-buildmode=pie
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 ++ dirname /tmp/install/install.sh
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 + dir=/tmp/install
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 + bin=shfmt
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 + shift
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 + '[' '!' -f /tmp/install/shfmt.installer ']'
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 + . /tmp/install/shfmt.installer
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 + install_shfmt
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 + git clone https://github.com/mvdan/sh.git /tmp/tmp.FsNuNGQWQC/src/github.com/mvdan/sh
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 Cloning into '/tmp/tmp.FsNuNGQWQC/src/github.com/mvdan/sh'...
22:14:34 [2020-12-04T22:14:34.769Z] #49 1.659 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
22:14:34 [2020-12-04T22:14:34.769Z] #49 7.977 + cd /tmp/tmp.FsNuNGQWQC/src/github.com/mvdan/sh
22:14:34 [2020-12-04T22:14:34.769Z] #49 7.978 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
22:14:34 [2020-12-04T22:14:34.769Z] #49 8.054 + GO111MODULE=on
22:14:34 [2020-12-04T22:14:34.769Z] #49 8.060 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
22:14:34 [2020-12-04T22:14:34.769Z] #49 8.948 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:14:34 [2020-12-04T22:14:34.769Z] #49 8.992 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:14:34 [2020-12-04T22:14:34.769Z] #49 8.992 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:14:34 [2020-12-04T22:14:34.769Z] #49 9.317 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:14:34 [2020-12-04T22:14:34.769Z] #49 9.349 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:14:34 [2020-12-04T22:14:34.769Z] #49 10.43 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:14:34 [2020-12-04T22:14:34.769Z] #49 10.91 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:14:35 [2020-12-04T22:14:35.034Z] 3c370c2e2f82: Pull complete
22:14:35 [2020-12-04T22:14:35.034Z] 5ffb2f5886e2: Pull complete
22:14:35 [2020-12-04T22:14:35.034Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
22:14:35 [2020-12-04T22:14:35.034Z] Status: Downloaded newer image for golang:1.13.15-buster
22:14:35 [2020-12-04T22:14:35.034Z]  ---> 805dc2d65d1c
22:14:35 [2020-12-04T22:14:35.034Z] Step 5/15 : ARG BUILDX_REPO
22:14:35 [2020-12-04T22:14:35.034Z]  ---> Running in 36fc7a04925a
22:14:35 [2020-12-04T22:14:35.034Z] Removing intermediate container 36fc7a04925a
22:14:35 [2020-12-04T22:14:35.034Z]  ---> 96723e87235a
22:14:35 [2020-12-04T22:14:35.034Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx
22:14:35 [2020-12-04T22:14:35.034Z]  ---> Running in ddb6872c613b
22:14:35 [2020-12-04T22:14:35.059Z] #49 ...
22:14:35 [2020-12-04T22:14:35.059Z] 
22:14:35 [2020-12-04T22:14:35.059Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.799 + RM_GOPATH=0
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.799 + TMP_GOPATH=
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.799 + : /build
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.799 + '[' -z '' ']'
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.799 ++ mktemp -d
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.799 + export GOPATH=/tmp/tmp.LNAG5A4MtJ
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.799 + GOPATH=/tmp/tmp.LNAG5A4MtJ
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.799 + RM_GOPATH=1
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.799 + case "$(go env GOARCH)" in
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.799 ++ go env GOARCH
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.800 + export GO_BUILDMODE=-buildmode=pie
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.800 + GO_BUILDMODE=-buildmode=pie
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.801 ++ dirname /tmp/install/install.sh
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 + dir=/tmp/install
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 + bin=proxy
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 + shift
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 + '[' '!' -f /tmp/install/proxy.installer ']'
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 + . /tmp/install/proxy.installer
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 ++ : a543cbc4871f904b0efe205708eb45d72e65fd8b
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 + install_proxy
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 + case "$1" in
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 + export CGO_ENABLED=0
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 + CGO_ENABLED=0
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 + _install_proxy
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 + echo 'Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b'
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.805 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.LNAG5A4MtJ/src/github.com/docker/libnetwork
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.806 Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b
22:14:35 [2020-12-04T22:14:35.059Z] #62 1.813 Cloning into '/tmp/tmp.LNAG5A4MtJ/src/github.com/docker/libnetwork'...
22:14:35 [2020-12-04T22:14:35.059Z] #62 ...
22:14:35 [2020-12-04T22:14:35.059Z] 
22:14:35 [2020-12-04T22:14:35.059Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:14:35 [2020-12-04T22:14:35.059Z] #34 2.989 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:14:35 [2020-12-04T22:14:35.059Z] #34 3.020 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:14:35 [2020-12-04T22:14:35.059Z] #34 3.041 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:14:35 [2020-12-04T22:14:35.059Z] #34 3.775 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
22:14:35 [2020-12-04T22:14:35.059Z] #34 5.745 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [225 kB]
22:14:35 [2020-12-04T22:14:35.059Z] #34 7.420 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
22:14:35 [2020-12-04T22:14:35.330Z] Cloning into '/buildx'...
22:14:35 [2020-12-04T22:14:35.349Z] #34 ...
22:14:35 [2020-12-04T22:14:35.349Z] 
22:14:35 [2020-12-04T22:14:35.349Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.10 go: downloading github.com/mitchellh/mapstructure v1.1.2
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.14 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.14 go: downloading github.com/ultraware/whitespace v0.0.4
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.14 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.14 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.14 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.14 go: downloading github.com/subosito/gotenv v1.2.0
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.14 go: downloading github.com/hashicorp/hcl v1.0.0
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.14 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.14 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.23 go: extracting github.com/subosito/gotenv v1.2.0
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.33 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.33 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.36 go: extracting github.com/ultraware/whitespace v0.0.4
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.37 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.51 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.52 go: extracting github.com/mitchellh/go-homedir v1.1.0
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.52 go: extracting github.com/mitchellh/mapstructure v1.1.2
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.52 go: downloading github.com/stretchr/testify v1.4.0
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.53 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.56 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.57 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.57 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.59 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.76 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.77 go: extracting github.com/hashicorp/hcl v1.0.0
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.81 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.84 go: downloading github.com/magiconair/properties v1.8.1
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.98 go: downloading github.com/uudashr/gocognit v1.0.1
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.98 go: downloading github.com/mattn/go-colorable v0.1.4
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.98 go: downloading github.com/sirupsen/logrus v1.4.2
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.98 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:14:35 [2020-12-04T22:14:35.349Z] #47 10.98 go: extracting github.com/stretchr/testify v1.4.0
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.03 go: downloading github.com/gobwas/glob v0.2.3
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.03 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.09 go: extracting github.com/uudashr/gocognit v1.0.1
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.10 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.14 go: extracting github.com/sirupsen/logrus v1.4.2
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.14 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.14 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.14 go: extracting github.com/mattn/go-colorable v0.1.4
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.14 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.15 go: extracting github.com/magiconair/properties v1.8.1
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.30 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.30 go: extracting github.com/gobwas/glob v0.2.3
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.31 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.35 go: downloading gopkg.in/ini.v1 v1.51.0
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.35 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.39 go: downloading github.com/stretchr/objx v0.2.0
22:14:35 [2020-12-04T22:14:35.349Z] #47 11.46 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.47 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.48 go: downloading github.com/pmezard/go-difflib v1.0.0
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.48 go: downloading github.com/davecgh/go-spew v1.1.1
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.48 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.50 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.52 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.53 go: extracting gopkg.in/ini.v1 v1.51.0
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.54 go: downloading github.com/go-lintpack/lintpack v0.5.2
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.61 go: extracting github.com/pmezard/go-difflib v1.0.0
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.61 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.61 go: downloading github.com/kisielk/gotool v1.0.0
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.61 go: downloading github.com/pelletier/go-toml v1.2.0
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.70 go: downloading github.com/ultraware/funlen v0.0.2
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.70 go: extracting github.com/davecgh/go-spew v1.1.1
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.70 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.70 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.70 go: downloading github.com/go-critic/go-critic v0.4.1
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.70 go: extracting github.com/go-lintpack/lintpack v0.5.2
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.71 go: extracting github.com/stretchr/objx v0.2.0
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.72 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.80 go: downloading github.com/fsnotify/fsnotify v1.4.7
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.80 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:14:35 [2020-12-04T22:14:35.640Z] #47 11.80 go: extracting github.com/kisielk/gotool v1.0.0
22:14:35 [2020-12-04T22:14:35.930Z] #47 11.87 go: downloading github.com/fatih/color v1.7.0
22:14:35 [2020-12-04T22:14:35.930Z] #47 11.91 go: extracting github.com/ultraware/funlen v0.0.2
22:14:35 [2020-12-04T22:14:35.930Z] #47 11.92 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:14:35 [2020-12-04T22:14:35.930Z] #47 11.93 go: downloading github.com/mattn/go-isatty v0.0.8
22:14:35 [2020-12-04T22:14:35.930Z] #47 11.93 go: downloading github.com/BurntSushi/toml v0.3.1
22:14:35 [2020-12-04T22:14:35.930Z] #47 11.93 go: extracting github.com/pelletier/go-toml v1.2.0
22:14:35 [2020-12-04T22:14:35.930Z] #47 12.06 go: downloading github.com/go-toolsmith/astfmt v1.0.0
22:14:35 [2020-12-04T22:14:35.930Z] #47 12.12 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:14:36 [2020-12-04T22:14:36.221Z] #47 12.13 go: downloading golang.org/x/text v0.3.2
22:14:36 [2020-12-04T22:14:36.221Z] #47 12.15 go: extracting github.com/fatih/color v1.7.0
22:14:36 [2020-12-04T22:14:36.221Z] #47 12.21 go: extracting github.com/fsnotify/fsnotify v1.4.7
22:14:36 [2020-12-04T22:14:36.221Z] #47 12.21 go: extracting github.com/mattn/go-isatty v0.0.8
22:14:36 [2020-12-04T22:14:36.221Z] #47 12.21 go: extracting github.com/go-critic/go-critic v0.4.1
22:14:36 [2020-12-04T22:14:36.221Z] #47 12.28 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:14:36 [2020-12-04T22:14:36.221Z] #47 12.28 go: downloading github.com/sourcegraph/go-diff v0.5.1
22:14:36 [2020-12-04T22:14:36.221Z] #47 12.28 go: downloading github.com/spf13/cobra v0.0.5
22:14:36 [2020-12-04T22:14:36.221Z] #47 12.29 go: extracting github.com/BurntSushi/toml v0.3.1
22:14:36 [2020-12-04T22:14:36.221Z] #47 12.29 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:14:36 [2020-12-04T22:14:36.221Z] #47 12.32 go: extracting github.com/go-toolsmith/astfmt v1.0.0
22:14:36 [2020-12-04T22:14:36.221Z] #47 12.32 go: downloading github.com/spf13/afero v1.1.2
22:14:36 [2020-12-04T22:14:36.511Z] #47 ...
22:14:36 [2020-12-04T22:14:36.511Z] 
22:14:36 [2020-12-04T22:14:36.511Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:14:36 [2020-12-04T22:14:36.511Z] #38 2.454 + git clone https://github.com/docker/distribution.git .
22:14:36 [2020-12-04T22:14:36.511Z] #38 2.454 Cloning into '.'...
22:14:36 [2020-12-04T22:14:36.804Z] #38 ...
22:14:36 [2020-12-04T22:14:36.804Z] 
22:14:36 [2020-12-04T22:14:36.804Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:14:36 [2020-12-04T22:14:36.804Z] #47 12.68 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:14:36 [2020-12-04T22:14:36.804Z] #47 12.69 go: extracting github.com/sourcegraph/go-diff v0.5.1
22:14:36 [2020-12-04T22:14:36.804Z] #47 12.90 go: extracting github.com/spf13/cobra v0.0.5
22:14:36 [2020-12-04T22:14:36.804Z] #47 12.90 go: extracting github.com/spf13/afero v1.1.2
22:14:36 [2020-12-04T22:14:36.804Z] #47 12.98 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:14:37 [2020-12-04T22:14:37.104Z] #47 13.07 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:14:37 [2020-12-04T22:14:37.104Z] #47 13.07 go: downloading github.com/gogo/protobuf v1.2.1
22:14:37 [2020-12-04T22:14:37.736Z] #47 13.77 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:14:37 [2020-12-04T22:14:37.736Z] #47 13.95 go: downloading github.com/inconshreveable/mousetrap v1.0.0
22:14:38 [2020-12-04T22:14:38.026Z] #47 13.96 go: downloading github.com/go-toolsmith/astcast v1.0.0
22:14:38 [2020-12-04T22:14:38.026Z] #47 13.96 go: downloading github.com/go-toolsmith/strparse v1.0.0
22:14:38 [2020-12-04T22:14:38.026Z] #47 13.96 go: downloading github.com/go-toolsmith/astequal v1.0.0
22:14:38 [2020-12-04T22:14:38.026Z] #47 14.13 go: extracting github.com/go-toolsmith/strparse v1.0.0
22:14:38 [2020-12-04T22:14:38.026Z] #47 14.13 go: downloading github.com/go-toolsmith/typep v1.0.0
22:14:38 [2020-12-04T22:14:38.026Z] #47 14.13 go: extracting github.com/go-toolsmith/astequal v1.0.0
22:14:38 [2020-12-04T22:14:38.124Z] ok  	github.com/docker/docker/api/server	0.033s	coverage: 9.0% of statements
22:14:38 [2020-12-04T22:14:38.317Z] #47 14.27 go: downloading github.com/go-toolsmith/astcopy v1.0.0
22:14:38 [2020-12-04T22:14:38.317Z] #47 14.27 go: extracting github.com/inconshreveable/mousetrap v1.0.0
22:14:38 [2020-12-04T22:14:38.317Z] #47 14.27 go: downloading github.com/go-toolsmith/astp v1.0.0
22:14:38 [2020-12-04T22:14:38.317Z] #47 14.48 go: extracting github.com/go-toolsmith/typep v1.0.0
22:14:38 [2020-12-04T22:14:38.608Z] #47 14.58 go: extracting github.com/go-toolsmith/astp v1.0.0
22:14:38 [2020-12-04T22:14:38.608Z] #47 14.58 go: extracting github.com/go-toolsmith/astcast v1.0.0
22:14:38 [2020-12-04T22:14:38.608Z] #47 14.59 go: extracting github.com/go-toolsmith/astcopy v1.0.0
22:14:38 [2020-12-04T22:14:38.863Z] Removing intermediate container ddb6872c613b
22:14:38 [2020-12-04T22:14:38.863Z]  ---> e5bc67a41bb3
22:14:38 [2020-12-04T22:14:38.863Z] Step 7/15 : WORKDIR /buildx
22:14:38 [2020-12-04T22:14:38.863Z]  ---> Running in 7f7b09b726c8
22:14:39 [2020-12-04T22:14:39.155Z] Removing intermediate container 7f7b09b726c8
22:14:39 [2020-12-04T22:14:39.156Z]  ---> 88ae4fa9d4f8
22:14:39 [2020-12-04T22:14:39.156Z] Step 8/15 : ARG BUILDX_COMMIT
22:14:39 [2020-12-04T22:14:39.156Z]  ---> Running in a653f7611a68
22:14:39 [2020-12-04T22:14:39.156Z] Removing intermediate container a653f7611a68
22:14:39 [2020-12-04T22:14:39.156Z]  ---> 737113d615bd
22:14:39 [2020-12-04T22:14:39.156Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build
22:14:39 [2020-12-04T22:14:39.156Z]  ---> Running in 90585a89a0cd
22:14:39 [2020-12-04T22:14:39.238Z] #47 15.00 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:14:39 [2020-12-04T22:14:39.788Z] From https://github.com/docker/buildx
22:14:39 [2020-12-04T22:14:39.788Z]  * [new tag]         v0.3.1     -> build
22:14:40 [2020-12-04T22:14:40.079Z] Switched to branch 'build'
22:14:40 [2020-12-04T22:14:40.270Z] #47 16.23 go: extracting github.com/gogo/protobuf v1.2.1
22:14:41 [2020-12-04T22:14:41.129Z] Removing intermediate container 90585a89a0cd
22:14:41 [2020-12-04T22:14:41.129Z]  ---> 6864ec9c20ec
22:14:41 [2020-12-04T22:14:41.129Z] Step 10/15 : ARG GOOS
22:14:41 [2020-12-04T22:14:41.129Z]  ---> Running in 45cf2028014f
22:14:41 [2020-12-04T22:14:41.129Z] Removing intermediate container 45cf2028014f
22:14:41 [2020-12-04T22:14:41.129Z]  ---> 8deeceb19ce1
22:14:41 [2020-12-04T22:14:41.129Z] Step 11/15 : ARG GOARCH
22:14:41 [2020-12-04T22:14:41.129Z]  ---> Running in 775af25ba5e8
22:14:41 [2020-12-04T22:14:41.419Z] Removing intermediate container 775af25ba5e8
22:14:41 [2020-12-04T22:14:41.419Z]  ---> 6b11effe1124
22:14:41 [2020-12-04T22:14:41.419Z] 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
22:14:41 [2020-12-04T22:14:41.419Z]  ---> Running in 933b264239a3
22:14:41 [2020-12-04T22:14:41.780Z] #47 17.97 go: extracting golang.org/x/text v0.3.2
22:14:45 [2020-12-04T22:14:45.291Z] #47 ...
22:14:45 [2020-12-04T22:14:45.291Z] 
22:14:45 [2020-12-04T22:14:45.291Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:14:45 [2020-12-04T22:14:45.291Z] #53 13.17 Fetched 8095 kB in 10s (782 kB/s)
22:14:45 [2020-12-04T22:14:45.291Z] #53 13.17 Reading package lists...
22:14:45 [2020-12-04T22:14:45.291Z] #53 16.22 Reading package lists...
22:14:45 [2020-12-04T22:14:45.292Z] #53 19.32 Building dependency tree...
22:14:45 [2020-12-04T22:14:45.292Z] #53 20.08 The following additional packages will be installed:
22:14:45 [2020-12-04T22:14:45.292Z] #53 20.08   libbtrfs0
22:14:45 [2020-12-04T22:14:45.292Z] #53 20.14 The following NEW packages will be installed:
22:14:45 [2020-12-04T22:14:45.292Z] #53 20.14   libbtrfs-dev libbtrfs0
22:14:45 [2020-12-04T22:14:45.292Z] #53 20.30 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded.
22:14:45 [2020-12-04T22:14:45.292Z] #53 20.30 Need to get 118 kB of archives.
22:14:45 [2020-12-04T22:14:45.292Z] #53 20.30 After this operation, 390 kB of additional disk space will be used.
22:14:45 [2020-12-04T22:14:45.292Z] #53 20.30 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
22:14:45 [2020-12-04T22:14:45.292Z] #53 20.31 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
22:14:45 [2020-12-04T22:14:45.292Z] #53 20.96 debconf: delaying package configuration, since apt-utils is not installed
22:14:45 [2020-12-04T22:14:45.292Z] #53 21.09 Fetched 118 kB in 0s (873 kB/s)
22:14:45 [2020-12-04T22:14:45.292Z] #53 21.14 Selecting previously unselected package libbtrfs0.
22:14:45 [2020-12-04T22:14:45.292Z] #53 21.14 (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.)
22:14:45 [2020-12-04T22:14:45.292Z] #53 21.16 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ...
22:14:45 [2020-12-04T22:14:45.292Z] #53 21.17 Unpacking libbtrfs0 (4.20.1-2) ...
22:14:45 [2020-12-04T22:14:45.292Z] #53 21.23 Selecting previously unselected package libbtrfs-dev.
22:14:45 [2020-12-04T22:14:45.292Z] #53 21.23 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ...
22:14:45 [2020-12-04T22:14:45.292Z] #53 21.23 Unpacking libbtrfs-dev (4.20.1-2) ...
22:14:45 [2020-12-04T22:14:45.292Z] #53 ...
22:14:45 [2020-12-04T22:14:45.292Z] 
22:14:45 [2020-12-04T22:14:45.292Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.19 go: finding github.com/fatih/color v1.7.0
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.24 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.24 go: finding github.com/mattn/go-colorable v0.1.4
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.25 go: finding github.com/mattn/go-isatty v0.0.8
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.35 go: finding github.com/go-critic/go-critic v0.4.1
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.36 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.37 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.38 go: finding github.com/pkg/errors v0.8.1
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.39 go: finding github.com/go-lintpack/lintpack v0.5.2
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.43 go: finding github.com/go-toolsmith/astequal v1.0.0
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.43 go: finding github.com/go-toolsmith/astfmt v1.0.0
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.43 go: finding github.com/sirupsen/logrus v1.4.2
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.47 go: finding github.com/stretchr/testify v1.4.0
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.47 go: finding github.com/mitchellh/go-homedir v1.1.0
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.48 go: finding github.com/davecgh/go-spew v1.1.1
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.48 go: finding github.com/go-toolsmith/astp v1.0.0
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.48 go: finding github.com/go-toolsmith/astcast v1.0.0
22:14:45 [2020-12-04T22:14:45.292Z] #47 21.49 go: finding github.com/pmezard/go-difflib v1.0.0
22:14:45 [2020-12-04T22:14:45.583Z] #47 21.50 go: finding github.com/stretchr/objx v0.2.0
22:14:45 [2020-12-04T22:14:45.583Z] #47 21.51 go: finding gopkg.in/yaml.v2 v2.2.7
22:14:45 [2020-12-04T22:14:45.583Z] #47 21.51 go: finding github.com/go-toolsmith/typep v1.0.0
22:14:45 [2020-12-04T22:14:45.583Z] #47 21.54 go: finding github.com/spf13/viper v1.6.1
22:14:45 [2020-12-04T22:14:45.583Z] #47 21.55 go: finding github.com/go-toolsmith/astcopy v1.0.0
22:14:45 [2020-12-04T22:14:45.583Z] #47 ...
22:14:45 [2020-12-04T22:14:45.583Z] 
22:14:45 [2020-12-04T22:14:45.583Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:14:45 [2020-12-04T22:14:45.583Z] #43 11.49 unicode/utf16
22:14:45 [2020-12-04T22:14:45.583Z] #43 11.70 container/list
22:14:45 [2020-12-04T22:14:45.583Z] #43 12.14 crypto/internal/subtle
22:14:45 [2020-12-04T22:14:45.583Z] #43 12.20 crypto/subtle
22:14:45 [2020-12-04T22:14:45.583Z] #43 12.23 vendor/golang.org/x/crypto/cryptobyte/asn1
22:14:45 [2020-12-04T22:14:45.583Z] #43 12.32 internal/nettrace
22:14:45 [2020-12-04T22:14:45.583Z] #43 12.38 runtime/cgo
22:14:45 [2020-12-04T22:14:45.583Z] #43 ...
22:14:45 [2020-12-04T22:14:45.583Z] 
22:14:45 [2020-12-04T22:14:45.583Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:14:45 [2020-12-04T22:14:45.583Z] #49 11.70 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:14:45 [2020-12-04T22:14:45.583Z] #49 12.86 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:14:45 [2020-12-04T22:14:45.583Z] #49 12.90 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:14:45 [2020-12-04T22:14:45.583Z] #49 13.01 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:14:45 [2020-12-04T22:14:45.583Z] #49 13.11 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:14:45 [2020-12-04T22:14:45.583Z] #49 13.48 runtime/cgo
22:14:45 [2020-12-04T22:14:45.583Z] #49 13.53 runtime
22:14:45 [2020-12-04T22:14:45.876Z] #49 ...
22:14:45 [2020-12-04T22:14:45.877Z] 
22:14:45 [2020-12-04T22:14:45.877Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:14:45 [2020-12-04T22:14:45.877Z] #47 21.80 go: finding github.com/go-toolsmith/strparse v1.0.0
22:14:45 [2020-12-04T22:14:45.877Z] #47 21.82 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
22:14:45 [2020-12-04T22:14:45.877Z] #47 21.88 go: finding github.com/bombsimon/wsl/v2 v2.0.0
22:14:45 [2020-12-04T22:14:45.877Z] #47 21.92 go: finding github.com/fsnotify/fsnotify v1.4.7
22:14:45 [2020-12-04T22:14:45.877Z] #47 ...
22:14:45 [2020-12-04T22:14:45.877Z] 
22:14:45 [2020-12-04T22:14:45.877Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:14:45 [2020-12-04T22:14:45.877Z] #53 21.31 Setting up libbtrfs0 (4.20.1-2) ...
22:14:45 [2020-12-04T22:14:45.877Z] #53 21.32 Setting up libbtrfs-dev (4.20.1-2) ...
22:14:45 [2020-12-04T22:14:45.877Z] #53 21.33 Processing triggers for libc-bin (2.28-10) ...
22:14:45 [2020-12-04T22:14:45.877Z] #53 DONE 21.9s
22:14:45 [2020-12-04T22:14:45.877Z] 
22:14:45 [2020-12-04T22:14:45.877Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:14:45 [2020-12-04T22:14:45.877Z] #47 21.93 go: finding github.com/spf13/cobra v0.0.5
22:14:45 [2020-12-04T22:14:45.877Z] #47 21.94 go: finding github.com/gobwas/glob v0.2.3
22:14:45 [2020-12-04T22:14:45.877Z] #47 21.96 go: finding github.com/hashicorp/hcl v1.0.0
22:14:45 [2020-12-04T22:14:45.877Z] #47 21.97 go: finding github.com/spf13/pflag v1.0.5
22:14:45 [2020-12-04T22:14:45.877Z] #47 21.97 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.13 go: finding github.com/magiconair/properties v1.8.1
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.13 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.14 go: finding github.com/mitchellh/mapstructure v1.1.2
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.15 go: finding github.com/pelletier/go-toml v1.2.0
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.18 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.19 go: finding github.com/spf13/afero v1.1.2
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.19 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.20 go: finding golang.org/x/text v0.3.2
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.21 go: finding github.com/spf13/cast v1.3.0
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.24 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.27 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.27 go: finding github.com/spf13/jwalterweatherman v1.0.0
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.27 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.27 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.27 go: finding github.com/subosito/gotenv v1.2.0
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.28 go: finding gopkg.in/ini.v1 v1.51.0
22:14:46 [2020-12-04T22:14:46.167Z] #47 22.32 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:14:46 [2020-12-04T22:14:46.218Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0180791071e3f8180) in /home/ubuntu/workspace/moby_PR-41622
[Pipeline] {
[Pipeline] checkout
22:14:46 [2020-12-04T22:14:46.457Z] #47 22.39 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.45 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.45 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.48 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.50 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.50 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.51 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.51 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.52 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.53 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.53 go: finding github.com/kisielk/gotool v1.0.0
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.54 go: finding github.com/sourcegraph/go-diff v0.5.1
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.54 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.56 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.56 go: finding github.com/tommy-muehle/go-mnd v1.1.1
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.57 go: finding github.com/ultraware/funlen v0.0.2
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.57 go: finding github.com/ultraware/whitespace v0.0.4
22:14:46 [2020-12-04T22:14:46.458Z] #47 22.60 go: finding github.com/gogo/protobuf v1.2.1
22:14:46 [2020-12-04T22:14:46.748Z] #47 22.62 go: finding github.com/uudashr/gocognit v1.0.1
22:14:46 [2020-12-04T22:14:46.748Z] #47 22.62 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:14:46 [2020-12-04T22:14:46.748Z] #47 22.71 go: finding honnef.co/go/tools v0.0.1-2019.2.3
22:14:46 [2020-12-04T22:14:46.748Z] #47 22.79 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:14:46 [2020-12-04T22:14:46.748Z] #47 22.79 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:14:46 [2020-12-04T22:14:46.748Z] #47 22.83 go: finding github.com/BurntSushi/toml v0.3.1
22:14:46 [2020-12-04T22:14:46.748Z] #47 22.85 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:14:47 [2020-12-04T22:14:47.038Z] #47 ...
22:14:47 [2020-12-04T22:14:47.038Z] 
22:14:47 [2020-12-04T22:14:47.038Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:14:47 [2020-12-04T22:14:47.038Z] #34 13.13 Fetched 8095 kB in 10s (794 kB/s)
22:14:47 [2020-12-04T22:14:47.038Z] #34 13.13 Reading package lists...
22:14:47 [2020-12-04T22:14:47.038Z] #34 16.09 Reading package lists...
22:14:47 [2020-12-04T22:14:47.038Z] #34 18.98 Building dependency tree...
22:14:47 [2020-12-04T22:14:47.038Z] #34 19.99 The following additional packages will be installed:
22:14:47 [2020-12-04T22:14:47.038Z] #34 19.99   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.00 Suggested packages:
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.00   cmake-doc ninja-build lrzip
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.00 Recommended packages:
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.00   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.62 The following NEW packages will be installed:
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.63   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.63   vim-common xxd
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.74 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded.
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.74 Need to get 14.0 MB of archives.
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.74 After this operation, 62.1 MB of additional disk space will be used.
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.74 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.77 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.78 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB]
22:14:47 [2020-12-04T22:14:47.038Z] #34 20.85 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
22:14:47 [2020-12-04T22:14:47.038Z] #34 21.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB]
22:14:47 [2020-12-04T22:14:47.038Z] #34 21.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB]
22:14:47 [2020-12-04T22:14:47.038Z] #34 21.36 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB]
22:14:47 [2020-12-04T22:14:47.038Z] #34 21.39 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB]
22:14:47 [2020-12-04T22:14:47.038Z] #34 21.39 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB]
22:14:47 [2020-12-04T22:14:47.039Z] #34 21.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB]
22:14:47 [2020-12-04T22:14:47.039Z] #34 22.25 debconf: delaying package configuration, since apt-utils is not installed
22:14:47 [2020-12-04T22:14:47.039Z] #34 22.30 Fetched 14.0 MB in 1s (14.5 MB/s)
22:14:47 [2020-12-04T22:14:47.039Z] #34 22.39 Selecting previously unselected package xxd.
22:14:47 [2020-12-04T22:14:47.039Z] #34 22.39 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
22:14:47 [2020-12-04T22:14:47.039Z] #34 22.47 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ...
22:14:47 [2020-12-04T22:14:47.039Z] #34 22.47 Unpacking xxd (2:8.1.0875-5) ...
22:14:47 [2020-12-04T22:14:47.039Z] #34 22.76 Selecting previously unselected package vim-common.
22:14:47 [2020-12-04T22:14:47.039Z] #34 22.76 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
22:14:47 [2020-12-04T22:14:47.039Z] #34 22.78 Unpacking vim-common (2:8.1.0875-5) ...
22:14:47 [2020-12-04T22:14:47.039Z] #34 23.08 Selecting previously unselected package cmake-data.
22:14:47 [2020-12-04T22:14:47.039Z] #34 23.08 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
22:14:47 [2020-12-04T22:14:47.039Z] #34 23.09 Unpacking cmake-data (3.13.4-1) ...
22:14:47 [2020-12-04T22:14:47.330Z] #34 ...
22:14:47 [2020-12-04T22:14:47.330Z] 
22:14:47 [2020-12-04T22:14:47.330Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:14:47 [2020-12-04T22:14:47.330Z] #38 13.12 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
22:14:47 [2020-12-04T22:14:47.330Z] #38 14.67 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
22:14:47 [2020-12-04T22:14:47.330Z] #38 ...
22:14:47 [2020-12-04T22:14:47.330Z] 
22:14:47 [2020-12-04T22:14:47.330Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.805 + RM_GOPATH=0
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.806 + TMP_GOPATH=
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.807 + : /build
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.807 + '[' -z '' ']'
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.808 ++ mktemp -d
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.816 + export GOPATH=/tmp/tmp.C5KpzMRV6s
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.822 + GOPATH=/tmp/tmp.C5KpzMRV6s
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.822 + RM_GOPATH=1
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.822 + case "$(go env GOARCH)" in
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.822 ++ go env GOARCH
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.835 + export GO_BUILDMODE=-buildmode=pie
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.835 + GO_BUILDMODE=-buildmode=pie
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.835 ++ dirname /tmp/install/install.sh
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.836 + dir=/tmp/install
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.836 + bin=containerd
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.836 + shift
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.836 + '[' '!' -f /tmp/install/containerd.installer ']'
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.836 + . /tmp/install/containerd.installer
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.836 ++ set -e
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.837 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.837 + install_containerd
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.840 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.840 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.840 + git clone https://github.com/containerd/containerd.git /tmp/tmp.C5KpzMRV6s/src/github.com/containerd/containerd
22:14:47 [2020-12-04T22:14:47.330Z] #54 0.854 Cloning into '/tmp/tmp.C5KpzMRV6s/src/github.com/containerd/containerd'...
22:14:47 [2020-12-04T22:14:47.620Z] #54 ...
22:14:47 [2020-12-04T22:14:47.620Z] 
22:14:47 [2020-12-04T22:14:47.620Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:14:47 [2020-12-04T22:14:47.620Z] #40 13.49 Fetched 8095 kB in 10s (774 kB/s)
22:14:47 [2020-12-04T22:14:47.620Z] #40 13.49 Reading package lists...
22:14:47 [2020-12-04T22:14:47.620Z] #40 16.40 Reading package lists...
22:14:47 [2020-12-04T22:14:47.620Z] #40 19.38 Building dependency tree...
22:14:47 [2020-12-04T22:14:47.620Z] #40 20.41 The following additional packages will be installed:
22:14:47 [2020-12-04T22:14:47.620Z] #40 20.41   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
22:14:47 [2020-12-04T22:14:47.620Z] #40 20.41   libprotoc17 python-pkg-resources python-six zlib1g-dev
22:14:47 [2020-12-04T22:14:47.620Z] #40 20.41 Suggested packages:
22:14:47 [2020-12-04T22:14:47.620Z] #40 20.41   manpages-dev python-setuptools
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.07 The following NEW packages will be installed:
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.07   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.07   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.07   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.07   python-six zlib1g-dev
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.17 0 upgraded, 17 newly installed, 0 to remove and 9 not upgraded.
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.17 Need to get 3742 kB of archives.
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.17 After this operation, 22.0 MB of additional disk space will be used.
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.17 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.19 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.20 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.29 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.31 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.33 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.34 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.39 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.42 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.54 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.57 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.58 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 21.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB]
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.32 debconf: delaying package configuration, since apt-utils is not installed
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.42 Fetched 3742 kB in 0s (7850 kB/s)
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.46 Selecting previously unselected package libcap-dev:s390x.
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.46 (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.)
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.56 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.57 Unpacking libcap-dev:s390x (1:2.25-2) ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.65 Selecting previously unselected package libnet1:s390x.
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.65 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.65 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.75 Selecting previously unselected package libnet1-dev.
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.77 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.77 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.95 Selecting previously unselected package libnl-3-200:s390x.
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.96 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 22.96 Unpacking libnl-3-200:s390x (3.4.0-1) ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.03 Selecting previously unselected package libnl-3-dev:s390x.
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.04 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.04 Unpacking libnl-3-dev:s390x (3.4.0-1) ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.26 Selecting previously unselected package libprotobuf-c1:s390x.
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.26 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.27 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.34 Selecting previously unselected package libprotobuf-c-dev:s390x.
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.34 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.34 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.41 Selecting previously unselected package zlib1g-dev:s390x.
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.41 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.42 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.58 Selecting previously unselected package libprotobuf17:s390x.
22:14:47 [2020-12-04T22:14:47.620Z] #40 23.58 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ...
22:14:47 [2020-12-04T22:14:47.621Z] #40 23.58 Unpacking libprotobuf17:s390x (3.6.1.3-2) ...
22:14:47 [2020-12-04T22:14:47.621Z] #40 ...
22:14:47 [2020-12-04T22:14:47.621Z] 
22:14:47 [2020-12-04T22:14:47.621Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:14:47 [2020-12-04T22:14:47.621Z] #62 13.72 + cd /tmp/tmp.LNAG5A4MtJ/src/github.com/docker/libnetwork
22:14:47 [2020-12-04T22:14:47.621Z] #62 13.72 + git checkout -q a543cbc4871f904b0efe205708eb45d72e65fd8b
22:14:47 [2020-12-04T22:14:47.621Z] #62 14.13 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
22:14:47 [2020-12-04T22:14:47.923Z] #62 ...
22:14:47 [2020-12-04T22:14:47.923Z] 
22:14:47 [2020-12-04T22:14:47.923Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:14:47 [2020-12-04T22:14:47.923Z] #11 13.55 Fetched 8095 kB in 11s (733 kB/s)
22:14:47 [2020-12-04T22:14:47.923Z] #11 13.55 Reading package lists...
22:14:47 [2020-12-04T22:14:47.923Z] #11 16.88 Reading package lists...
22:14:47 [2020-12-04T22:14:47.923Z] #11 19.75 Building dependency tree...
22:14:47 [2020-12-04T22:14:47.923Z] #11 20.51 The following additional packages will be installed:
22:14:47 [2020-12-04T22:14:47.923Z] #11 20.52   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
22:14:47 [2020-12-04T22:14:47.923Z] #11 20.52   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
22:14:47 [2020-12-04T22:14:47.923Z] #11 20.52   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:14:47 [2020-12-04T22:14:47.923Z] #11 20.52   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
22:14:47 [2020-12-04T22:14:47.923Z] #11 20.52 Suggested packages:
22:14:47 [2020-12-04T22:14:47.923Z] #11 20.52   gcc-8-locales seccomp wine64
22:14:47 [2020-12-04T22:14:47.923Z] #11 21.46 The following NEW packages will be installed:
22:14:47 [2020-12-04T22:14:47.923Z] #11 21.50   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
22:14:47 [2020-12-04T22:14:47.923Z] #11 21.50   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
22:14:47 [2020-12-04T22:14:47.923Z] #11 21.50   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
22:14:47 [2020-12-04T22:14:47.923Z] #11 21.50   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
22:14:47 [2020-12-04T22:14:47.923Z] #11 21.50   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
22:14:47 [2020-12-04T22:14:47.923Z] #11 21.50   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
22:14:47 [2020-12-04T22:14:47.923Z] #11 21.67 0 upgraded, 25 newly installed, 0 to remove and 9 not upgraded.
22:14:47 [2020-12-04T22:14:47.923Z] #11 21.67 Need to get 73.3 MB of archives.
22:14:47 [2020-12-04T22:14:47.923Z] #11 21.67 After this operation, 494 MB of additional disk space will be used.
22:14:47 [2020-12-04T22:14:47.923Z] #11 21.67 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]
22:14:47 [2020-12-04T22:14:47.923Z] #11 21.85 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]
22:14:47 [2020-12-04T22:14:47.923Z] #11 22.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]
22:14:47 [2020-12-04T22:14:47.923Z] #11 22.05 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB]
22:14:47 [2020-12-04T22:14:47.923Z] #11 22.05 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB]
22:14:47 [2020-12-04T22:14:47.923Z] #11 22.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB]
22:14:47 [2020-12-04T22:14:47.923Z] #11 22.27 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
22:14:47 [2020-12-04T22:14:47.923Z] #11 22.51 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]
22:14:47 [2020-12-04T22:14:47.923Z] #11 22.53 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]
22:14:47 [2020-12-04T22:14:47.923Z] #11 ...
22:14:47 [2020-12-04T22:14:47.923Z] 
22:14:47 [2020-12-04T22:14:47.923Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:14:47 [2020-12-04T22:14:47.923Z] #43 24.03 sort
22:14:47 [2020-12-04T22:14:47.923Z] #43 24.03 io
22:14:48 [2020-12-04T22:14:48.556Z] #43 ...
22:14:48 [2020-12-04T22:14:48.556Z] 
22:14:48 [2020-12-04T22:14:48.556Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:14:48 [2020-12-04T22:14:48.556Z] #62 DONE 24.5s
22:14:48 [2020-12-04T22:14:48.556Z] 
22:14:48 [2020-12-04T22:14:48.556Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:14:48 [2020-12-04T22:14:48.556Z] #40 24.16 Selecting previously unselected package libprotobuf-lite17:s390x.
22:14:48 [2020-12-04T22:14:48.556Z] #40 24.16 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ...
22:14:48 [2020-12-04T22:14:48.556Z] #40 24.16 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ...
22:14:48 [2020-12-04T22:14:48.556Z] #40 24.35 Selecting previously unselected package libprotobuf-dev:s390x.
22:14:48 [2020-12-04T22:14:48.556Z] #40 24.35 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ...
22:14:48 [2020-12-04T22:14:48.556Z] #40 24.35 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ...
22:14:49 [2020-12-04T22:14:49.590Z] #40 25.53 Selecting previously unselected package libprotoc17:s390x.
22:14:49 [2020-12-04T22:14:49.590Z] #40 25.54 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ...
22:14:49 [2020-12-04T22:14:49.590Z] #40 25.55 Unpacking libprotoc17:s390x (3.6.1.3-2) ...
22:14:49 [2020-12-04T22:14:49.881Z] #40 25.91 Selecting previously unselected package protobuf-c-compiler.
22:14:49 [2020-12-04T22:14:49.881Z] #40 25.91 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ...
22:14:49 [2020-12-04T22:14:49.881Z] #40 25.91 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
22:14:49 [2020-12-04T22:14:49.881Z] #40 26.00 Selecting previously unselected package protobuf-compiler.
22:14:49 [2020-12-04T22:14:49.881Z] #40 26.01 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ...
22:14:49 [2020-12-04T22:14:49.881Z] #40 26.01 Unpacking protobuf-compiler (3.6.1.3-2) ...
22:14:49 [2020-12-04T22:14:49.911Z] using credential docker-jenkins-github-credentials
22:14:49 [2020-12-04T22:14:49.917Z] Cloning the remote Git repository
22:14:49 [2020-12-04T22:14:49.917Z] Cloning with configured refspecs honoured and without tags
22:14:49 [2020-12-04T22:14:49.949Z] Cloning repository https://github.com/moby/moby.git
22:14:50 [2020-12-04T22:14:50.003Z]  > git init /home/ubuntu/workspace/moby_PR-41622 # timeout=10
22:14:50 [2020-12-04T22:14:50.171Z] #40 26.14 Selecting previously unselected package python-pkg-resources.
22:14:50 [2020-12-04T22:14:50.171Z] #40 26.15 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
22:14:50 [2020-12-04T22:14:50.171Z] #40 26.16 Unpacking python-pkg-resources (40.8.0-1) ...
22:14:50 [2020-12-04T22:14:50.463Z] #40 26.32 Selecting previously unselected package python-six.
22:14:50 [2020-12-04T22:14:50.463Z] #40 26.32 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
22:14:50 [2020-12-04T22:14:50.463Z] #40 26.32 Unpacking python-six (1.12.0-1) ...
22:14:50 [2020-12-04T22:14:50.463Z] #40 26.35 Selecting previously unselected package python-protobuf.
22:14:50 [2020-12-04T22:14:50.463Z] #40 26.36 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ...
22:14:50 [2020-12-04T22:14:50.463Z] #40 26.36 Unpacking python-protobuf (3.6.1.3-2) ...
22:14:50 [2020-12-04T22:14:50.754Z] #40 26.82 Setting up python-pkg-resources (40.8.0-1) ...
22:14:50 [2020-12-04T22:14:50.284Z] Fetching upstream changes from https://github.com/moby/moby.git
22:14:50 [2020-12-04T22:14:50.285Z]  > git --version # timeout=10
22:14:50 [2020-12-04T22:14:50.304Z]  > git --version # 'git version 2.17.1'
22:14:50 [2020-12-04T22:14:50.304Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:14:50 [2020-12-04T22:14:50.333Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:14:52 [2020-12-04T22:14:52.817Z] #40 28.42 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ...
22:14:52 [2020-12-04T22:14:52.817Z] #40 28.43 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
22:14:52 [2020-12-04T22:14:52.817Z] #40 28.44 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
22:14:52 [2020-12-04T22:14:52.817Z] #40 28.44 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
22:14:52 [2020-12-04T22:14:52.817Z] #40 28.45 Setting up python-six (1.12.0-1) ...
22:14:53 [2020-12-04T22:14:53.850Z] #40 29.84 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
22:14:53 [2020-12-04T22:14:53.851Z] #40 29.84 Setting up libnl-3-200:s390x (3.4.0-1) ...
22:14:53 [2020-12-04T22:14:53.851Z] #40 29.86 Setting up libprotobuf17:s390x (3.6.1.3-2) ...
22:14:53 [2020-12-04T22:14:53.851Z] #40 29.86 Setting up libcap-dev:s390x (1:2.25-2) ...
22:14:53 [2020-12-04T22:14:53.851Z] #40 29.87 Setting up libprotoc17:s390x (3.6.1.3-2) ...
22:14:53 [2020-12-04T22:14:53.851Z] #40 29.88 Setting up protobuf-compiler (3.6.1.3-2) ...
22:14:53 [2020-12-04T22:14:53.851Z] #40 29.88 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
22:14:53 [2020-12-04T22:14:53.851Z] #40 29.89 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ...
22:14:53 [2020-12-04T22:14:53.851Z] #40 29.89 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
22:14:53 [2020-12-04T22:14:53.851Z] #40 29.90 Setting up python-protobuf (3.6.1.3-2) ...
22:14:54 [2020-12-04T22:14:54.881Z] #40 ...
22:14:54 [2020-12-04T22:14:54.881Z] 
22:14:54 [2020-12-04T22:14:54.882Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:14:54 [2020-12-04T22:14:54.882Z] #11 24.37 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]
22:14:54 [2020-12-04T22:14:54.882Z] #11 25.98 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 25.99 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 25.99 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 25.99 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.00 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]
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.00 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.01 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.04 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.04 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.05 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.06 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.07 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.08 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.08 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.09 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB]
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.62 debconf: delaying package configuration, since apt-utils is not installed
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.67 Fetched 73.3 MB in 5s (16.1 MB/s)
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.74 Selecting previously unselected package binutils-mingw-w64-i686.
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.74 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.77 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ...
22:14:54 [2020-12-04T22:14:54.882Z] #11 26.77 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:14:54 [2020-12-04T22:14:54.882Z] #11 28.62 Selecting previously unselected package binutils-mingw-w64-x86-64.
22:14:54 [2020-12-04T22:14:54.882Z] #11 28.63 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ...
22:14:54 [2020-12-04T22:14:54.882Z] #11 28.63 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:14:54 [2020-12-04T22:14:54.882Z] #11 30.52 Selecting previously unselected package binutils-mingw-w64.
22:14:54 [2020-12-04T22:14:54.882Z] #11 30.53 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
22:14:54 [2020-12-04T22:14:54.882Z] #11 30.53 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
22:14:54 [2020-12-04T22:14:54.882Z] #11 30.61 Selecting previously unselected package libdevmapper1.02.1:s390x.
22:14:54 [2020-12-04T22:14:54.882Z] #11 30.61 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ...
22:14:54 [2020-12-04T22:14:54.882Z] #11 30.61 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ...
22:14:54 [2020-12-04T22:14:54.882Z] #11 30.71 Selecting previously unselected package dmsetup.
22:14:54 [2020-12-04T22:14:54.882Z] #11 30.71 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ...
22:14:54 [2020-12-04T22:14:54.882Z] #11 30.71 Unpacking dmsetup (2:1.02.155-3) ...
22:14:54 [2020-12-04T22:14:54.882Z] #11 30.85 Selecting previously unselected package mingw-w64-common.
22:14:54 [2020-12-04T22:14:54.882Z] #11 30.85 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
22:14:54 [2020-12-04T22:14:54.882Z] #11 30.85 Unpacking mingw-w64-common (6.0.0-3) ...
22:14:55 [2020-12-04T22:14:55.513Z] #11 ...
22:14:55 [2020-12-04T22:14:55.513Z] 
22:14:55 [2020-12-04T22:14:55.513Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:14:55 [2020-12-04T22:14:55.513Z] #32 21.45 sync
22:14:55 [2020-12-04T22:14:55.513Z] #32 21.45 internal/reflectlite
22:14:55 [2020-12-04T22:14:55.513Z] #32 23.33 errors
22:14:55 [2020-12-04T22:14:55.513Z] #32 23.33 sort
22:14:55 [2020-12-04T22:14:55.513Z] #32 23.59 strconv
22:14:55 [2020-12-04T22:14:55.513Z] #32 24.26 io
22:14:55 [2020-12-04T22:14:55.513Z] #32 25.31 internal/oserror
22:14:55 [2020-12-04T22:14:55.513Z] #32 25.35 syscall
22:14:55 [2020-12-04T22:14:55.513Z] #32 26.61 reflect
22:14:55 [2020-12-04T22:14:55.513Z] #32 30.76 time
22:14:55 [2020-12-04T22:14:55.513Z] #32 ...
22:14:55 [2020-12-04T22:14:55.513Z] 
22:14:55 [2020-12-04T22:14:55.513Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:14:55 [2020-12-04T22:14:55.513Z] #30 27.42 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.
22:14:55 [2020-12-04T22:14:55.513Z] #30 27.50 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
22:14:55 [2020-12-04T22:14:55.513Z] #30 27.71 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:14:57 [2020-12-04T22:14:57.024Z] #30 ...
22:14:57 [2020-12-04T22:14:57.024Z] 
22:14:57 [2020-12-04T22:14:57.024Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:14:57 [2020-12-04T22:14:57.024Z] #40 33.11 Setting up libnl-3-dev:s390x (3.4.0-1) ...
22:14:57 [2020-12-04T22:14:57.024Z] #40 33.11 Processing triggers for libc-bin (2.28-10) ...
22:14:57 [2020-12-04T22:14:57.325Z] #40 ...
22:14:57 [2020-12-04T22:14:57.325Z] 
22:14:57 [2020-12-04T22:14:57.325Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:14:57 [2020-12-04T22:14:57.325Z] #34 25.39 Selecting previously unselected package libicu63:s390x.
22:14:57 [2020-12-04T22:14:57.325Z] #34 25.40 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 25.41 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 29.56 Selecting previously unselected package libxml2:s390x.
22:14:57 [2020-12-04T22:14:57.325Z] #34 29.56 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 29.56 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.02 Selecting previously unselected package libarchive13:s390x.
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.02 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.03 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.23 Selecting previously unselected package libjsoncpp1:s390x.
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.23 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.23 Unpacking libjsoncpp1:s390x (1.7.4-3) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.37 Selecting previously unselected package librhash0:s390x.
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.37 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.37 Unpacking librhash0:s390x (1.3.8-1) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.45 Selecting previously unselected package libuv1:s390x.
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.45 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.46 Unpacking libuv1:s390x (1.24.1-1) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.58 Selecting previously unselected package cmake.
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.59 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 30.59 Unpacking cmake (3.13.4-1) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 32.65 Setting up libicu63:s390x (63.1-6+deb10u1) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 32.68 Setting up xxd (2:8.1.0875-5) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 32.69 Setting up libuv1:s390x (1.24.1-1) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 32.69 Setting up vim-common (2:8.1.0875-5) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 32.71 Setting up librhash0:s390x (1.3.8-1) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 32.71 Setting up cmake-data (3.13.4-1) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 32.72 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 32.73 Setting up libjsoncpp1:s390x (1.7.4-3) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 32.74 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 32.74 Setting up cmake (3.13.4-1) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 32.75 Processing triggers for libc-bin (2.28-10) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 32.82 Processing triggers for mime-support (3.62) ...
22:14:57 [2020-12-04T22:14:57.325Z] #34 DONE 33.4s
22:14:57 [2020-12-04T22:14:57.636Z] 
22:14:57 [2020-12-04T22:14:57.636Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:14:57 [2020-12-04T22:14:57.636Z] #40 DONE 33.7s
22:14:57 [2020-12-04T22:14:57.636Z] 
22:14:57 [2020-12-04T22:14:57.636Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:14:58 [2020-12-04T22:14:58.277Z] #35 ...
22:14:58 [2020-12-04T22:14:58.277Z] 
22:14:58 [2020-12-04T22:14:58.277Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:14:58 [2020-12-04T22:14:58.277Z] #45 DONE 34.2s
22:14:58 [2020-12-04T22:14:58.277Z] 
22:14:58 [2020-12-04T22:14:58.277Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.788 + RM_GOPATH=0
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.788 + TMP_GOPATH=
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.788 + : /build
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.788 + '[' -z '' ']'
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.788 ++ mktemp -d
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.788 + export GOPATH=/tmp/tmp.C7AdQYMNaY
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.788 + GOPATH=/tmp/tmp.C7AdQYMNaY
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.788 + RM_GOPATH=1
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.788 + case "$(go env GOARCH)" in
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.788 ++ go env GOARCH
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 + export GO_BUILDMODE=-buildmode=pie
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 + GO_BUILDMODE=-buildmode=pie
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 ++ dirname /tmp/install/install.sh
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 + dir=/tmp/install
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 + bin=tini
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 + shift
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 + '[' '!' -f /tmp/install/tini.installer ']'
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 + . /tmp/install/tini.installer
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 + install_tini
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 + git clone https://github.com/krallin/tini.git /tmp/tmp.C7AdQYMNaY/tini
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.848 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
22:14:58 [2020-12-04T22:14:58.277Z] #35 0.855 Cloning into '/tmp/tmp.C7AdQYMNaY/tini'...
22:14:59 [2020-12-04T22:14:59.308Z] #35 1.719 + cd /tmp/tmp.C7AdQYMNaY/tini
22:14:59 [2020-12-04T22:14:59.308Z] #35 1.720 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
22:14:59 [2020-12-04T22:14:59.308Z] #35 1.753 + cmake .
22:14:59 [2020-12-04T22:14:59.308Z] #35 ...
22:14:59 [2020-12-04T22:14:59.308Z] 
22:14:59 [2020-12-04T22:14:59.308Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:14:59 [2020-12-04T22:14:59.308Z] #43 25.18 bytes
22:14:59 [2020-12-04T22:14:59.308Z] #43 25.27 strconv
22:14:59 [2020-12-04T22:14:59.308Z] #43 26.12 bufio
22:14:59 [2020-12-04T22:14:59.308Z] #43 27.21 syscall
22:14:59 [2020-12-04T22:14:59.308Z] #43 27.59 reflect
22:14:59 [2020-12-04T22:14:59.308Z] #43 32.21 time
22:14:59 [2020-12-04T22:14:59.308Z] #43 ...
22:14:59 [2020-12-04T22:14:59.308Z] 
22:14:59 [2020-12-04T22:14:59.308Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:14:59 [2020-12-04T22:14:59.308Z] #32 34.98 internal/poll
22:15:00 [2020-12-04T22:15:00.341Z] #32 36.20 internal/syscall/execenv
22:15:00 [2020-12-04T22:15:00.341Z] #32 36.21 internal/fmtsort
22:15:00 [2020-12-04T22:15:00.341Z] #32 36.28 internal/syscall/unix
22:15:00 [2020-12-04T22:15:00.341Z] #32 36.44 os
22:15:00 [2020-12-04T22:15:00.631Z] #32 36.63 strings
22:15:01 [2020-12-04T22:15:01.669Z] #32 ...
22:15:01 [2020-12-04T22:15:01.669Z] 
22:15:01 [2020-12-04T22:15:01.669Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:15:01 [2020-12-04T22:15:01.669Z] #49 27.51 reflect
22:15:01 [2020-12-04T22:15:01.669Z] #49 27.52 syscall
22:15:01 [2020-12-04T22:15:01.669Z] #49 32.67 time
22:15:01 [2020-12-04T22:15:01.669Z] #49 36.27 context
22:15:01 [2020-12-04T22:15:01.669Z] #49 36.66 os
22:15:01 [2020-12-04T22:15:01.669Z] #49 36.70 encoding/binary
22:15:01 [2020-12-04T22:15:01.669Z] #49 ...
22:15:01 [2020-12-04T22:15:01.669Z] 
22:15:01 [2020-12-04T22:15:01.669Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:15:01 [2020-12-04T22:15:01.669Z] #35 2.022 -- The C compiler identification is GNU 8.3.0
22:15:01 [2020-12-04T22:15:01.669Z] #35 2.069 -- Check for working C compiler: /usr/bin/cc
22:15:01 [2020-12-04T22:15:01.669Z] #35 2.344 -- Check for working C compiler: /usr/bin/cc -- works
22:15:01 [2020-12-04T22:15:01.669Z] #35 2.349 -- Detecting C compiler ABI info
22:15:01 [2020-12-04T22:15:01.669Z] #35 2.654 -- Detecting C compiler ABI info - done
22:15:01 [2020-12-04T22:15:01.669Z] #35 2.685 -- Detecting C compile features
22:15:01 [2020-12-04T22:15:01.669Z] #35 3.685 -- Detecting C compile features - done
22:15:01 [2020-12-04T22:15:01.669Z] #35 3.717 -- Performing Test HAS_BUILTIN_FORTIFY
22:15:01 [2020-12-04T22:15:01.669Z] #35 3.832 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:15:01 [2020-12-04T22:15:01.669Z] #35 3.885 -- Configuring done
22:15:01 [2020-12-04T22:15:01.669Z] #35 3.898 -- Generating done
22:15:01 [2020-12-04T22:15:01.669Z] #35 3.907 -- Build files have been written to: /tmp/tmp.C7AdQYMNaY/tini
22:15:01 [2020-12-04T22:15:01.669Z] #35 3.912 + make tini-static
22:15:01 [2020-12-04T22:15:01.669Z] #35 4.131 Scanning dependencies of target tini-static
22:15:01 [2020-12-04T22:15:01.669Z] #35 4.162 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:15:02 [2020-12-04T22:15:02.700Z] #35 5.079 [100%] Linking C executable tini-static
22:15:02 [2020-12-04T22:15:02.700Z] #35 5.410 [100%] Built target tini-static
22:15:02 [2020-12-04T22:15:02.991Z] #35 5.501 + mkdir -p /build
22:15:02 [2020-12-04T22:15:02.991Z] #35 5.503 + cp tini-static /build/docker-init
22:15:03 [2020-12-04T22:15:03.289Z] #35 DONE 5.7s
22:15:03 [2020-12-04T22:15:03.289Z] 
22:15:03 [2020-12-04T22:15:03.289Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:15:03 [2020-12-04T22:15:03.289Z] #32 37.93 path
22:15:03 [2020-12-04T22:15:03.289Z] #32 38.35 text/tabwriter
22:15:03 [2020-12-04T22:15:03.289Z] #32 38.68 fmt
22:15:03 [2020-12-04T22:15:03.289Z] #32 38.76 path/filepath
22:15:03 [2020-12-04T22:15:03.977Z] #32 39.94 io/ioutil
22:15:05 [2020-12-04T22:15:05.012Z] #32 41.08 flag
22:15:05 [2020-12-04T22:15:05.012Z] #32 41.09 github.com/BurntSushi/toml
22:15:05 [2020-12-04T22:15:05.735Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c8d8965de201a945) in /home/ubuntu/workspace/moby_PR-41622
[Pipeline] {
[Pipeline] checkout
22:15:06 [2020-12-04T22:15:06.516Z] #32 42.50 log
22:15:07 [2020-12-04T22:15:07.547Z] #32 ...
22:15:07 [2020-12-04T22:15:07.547Z] 
22:15:07 [2020-12-04T22:15:07.547Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:15:07 [2020-12-04T22:15:07.547Z] #41 7.085 Note: Building without setproctitle() and strlcpy() support.
22:15:07 [2020-12-04T22:15:07.547Z] #41 7.085       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
22:15:07 [2020-12-04T22:15:07.547Z] #41 7.087 Note: Building without GnuTLS support
22:15:07 [2020-12-04T22:15:07.547Z] #41 7.091 Makefile.config:39: Warn: you have no libnftables installed
22:15:07 [2020-12-04T22:15:07.547Z] #41 7.091 Makefile.config:40: Warn: Building without nftables support
22:15:07 [2020-12-04T22:15:07.547Z] #41 8.101 fatal: not a git repository (or any of the parent directories): .git
22:15:07 [2020-12-04T22:15:07.547Z] #41 8.125   GEN      .gitid
22:15:07 [2020-12-04T22:15:07.547Z] #41 8.130   GEN      criu/include/version.h
22:15:07 [2020-12-04T22:15:07.547Z] #41 8.154   GEN      include/common/asm
22:15:07 [2020-12-04T22:15:07.547Z] #41 8.911   PBCC     images/timens.pb-c.c
22:15:07 [2020-12-04T22:15:07.547Z] #41 8.933   DEP      images/timens.pb-c.d
22:15:07 [2020-12-04T22:15:07.547Z] #41 8.964   PBCC     images/fown.pb-c.c
22:15:07 [2020-12-04T22:15:07.547Z] #41 8.979   PBCC     images/google/protobuf/descriptor.pb-c.c
22:15:07 [2020-12-04T22:15:07.547Z] #41 9.010   PBCC     images/opts.pb-c.c
22:15:07 [2020-12-04T22:15:07.547Z] #41 9.024   PBCC     images/memfd.pb-c.c
22:15:07 [2020-12-04T22:15:07.547Z] #41 9.043   DEP      images/fown.pb-c.d
22:15:07 [2020-12-04T22:15:07.547Z] #41 9.091   DEP      images/google/protobuf/descriptor.pb-c.d
22:15:07 [2020-12-04T22:15:07.547Z] #41 9.118   DEP      images/opts.pb-c.d
22:15:07 [2020-12-04T22:15:07.547Z] #41 9.142   DEP      images/memfd.pb-c.d
22:15:07 [2020-12-04T22:15:07.547Z] #41 9.167   PBCC     images/sit.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.244   DEP      images/sit.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.277   PBCC     images/macvlan.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.280   DEP      images/macvlan.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.295   PBCC     images/autofs.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.297   DEP      images/autofs.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.379   PBCC     images/sysctl.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.389   DEP      images/sysctl.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.442   PBCC     images/time.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.459   DEP      images/time.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.510   PBCC     images/binfmt-misc.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.513   DEP      images/binfmt-misc.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.559   PBCC     images/seccomp.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.563   DEP      images/seccomp.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.591   PBCC     images/userns.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.594   DEP      images/userns.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.660   PBCC     images/cgroup.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.664   DEP      images/cgroup.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.706   PBCC     images/ext-file.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.709   DEP      images/ext-file.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.740   PBCC     images/rpc.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.758   DEP      images/rpc.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.785   PBCC     images/siginfo.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.787   DEP      images/siginfo.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.856   PBCC     images/pagemap.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.885   DEP      images/pagemap.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.918   PBCC     images/rlimit.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.921   DEP      images/rlimit.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.963   PBCC     images/file-lock.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.968   DEP      images/file-lock.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 9.993   PBCC     images/tty.pb-c.c
22:15:07 [2020-12-04T22:15:07.548Z] #41 10.01   DEP      images/tty.pb-c.d
22:15:07 [2020-12-04T22:15:07.548Z] #41 10.07   PBCC     images/tun.pb-c.c
22:15:07 [2020-12-04T22:15:07.838Z] #41 10.07   PBCC     images/netdev.pb-c.c
22:15:07 [2020-12-04T22:15:07.838Z] #41 10.11   DEP      images/tun.pb-c.d
22:15:07 [2020-12-04T22:15:07.838Z] #41 10.14   DEP      images/netdev.pb-c.d
22:15:07 [2020-12-04T22:15:07.838Z] #41 10.15   PBCC     images/vma.pb-c.c
22:15:07 [2020-12-04T22:15:07.838Z] #41 10.19   DEP      images/vma.pb-c.d
22:15:07 [2020-12-04T22:15:07.838Z] #41 10.22   PBCC     images/creds.pb-c.c
22:15:07 [2020-12-04T22:15:07.838Z] #41 10.24   DEP      images/creds.pb-c.d
22:15:07 [2020-12-04T22:15:07.838Z] #41 10.28   PBCC     images/utsns.pb-c.c
22:15:07 [2020-12-04T22:15:07.838Z] #41 10.28   DEP      images/utsns.pb-c.d
22:15:07 [2020-12-04T22:15:07.838Z] #41 10.33   PBCC     images/ipc-desc.pb-c.c
22:15:07 [2020-12-04T22:15:07.838Z] #41 ...
22:15:07 [2020-12-04T22:15:07.838Z] 
22:15:07 [2020-12-04T22:15:07.838Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:15:07 [2020-12-04T22:15:07.838Z] #32 43.88 github.com/BurntSushi/toml/cmd/tomlv
22:15:09 [2020-12-04T22:15:09.428Z] using credential docker-jenkins-github-credentials
22:15:09 [2020-12-04T22:15:09.435Z] Cloning the remote Git repository
22:15:09 [2020-12-04T22:15:09.435Z] Cloning with configured refspecs honoured and without tags
22:15:09 [2020-12-04T22:15:09.902Z] #32 ...
22:15:09 [2020-12-04T22:15:09.902Z] 
22:15:09 [2020-12-04T22:15:09.902Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:15:09 [2020-12-04T22:15:09.902Z] #11 36.03 Selecting previously unselected package mingw-w64-x86-64-dev.
22:15:09 [2020-12-04T22:15:09.902Z] #11 36.03 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
22:15:09 [2020-12-04T22:15:09.902Z] #11 36.04 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
22:15:09 [2020-12-04T22:15:09.902Z] #11 40.41 Selecting previously unselected package gcc-mingw-w64-base.
22:15:09 [2020-12-04T22:15:09.902Z] #11 40.41 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ...
22:15:09 [2020-12-04T22:15:09.902Z] #11 40.41 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:15:09 [2020-12-04T22:15:09.902Z] #11 40.50 Selecting previously unselected package gcc-mingw-w64-x86-64.
22:15:09 [2020-12-04T22:15:09.902Z] #11 40.50 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
22:15:09 [2020-12-04T22:15:09.902Z] #11 40.50 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:15:10 [2020-12-04T22:15:10.193Z] #11 ...
22:15:10 [2020-12-04T22:15:10.193Z] 
22:15:10 [2020-12-04T22:15:10.193Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:15:10 [2020-12-04T22:15:10.193Z] #43 36.03 internal/poll
22:15:10 [2020-12-04T22:15:10.193Z] #43 36.79 strings
22:15:10 [2020-12-04T22:15:10.193Z] #43 37.15 os
22:15:10 [2020-12-04T22:15:10.193Z] #43 38.79 regexp/syntax
22:15:10 [2020-12-04T22:15:10.193Z] #43 40.24 fmt
22:15:10 [2020-12-04T22:15:10.193Z] #43 42.21 regexp
22:15:10 [2020-12-04T22:15:10.193Z] #43 42.80 go/token
22:15:10 [2020-12-04T22:15:10.193Z] #43 43.28 go/scanner
22:15:10 [2020-12-04T22:15:10.193Z] #43 44.04 go/ast
22:15:10 [2020-12-04T22:15:10.193Z] #43 44.47 internal/lazyregexp
22:15:10 [2020-12-04T22:15:10.193Z] #43 44.75 net/url
22:15:10 [2020-12-04T22:15:10.193Z] #43 46.09 text/template/parse
22:15:10 [2020-12-04T22:15:10.193Z] #43 ...
22:15:10 [2020-12-04T22:15:10.193Z] 
22:15:10 [2020-12-04T22:15:10.193Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:15:09 [2020-12-04T22:15:09.526Z] Cloning repository https://github.com/moby/moby.git
22:15:09 [2020-12-04T22:15:09.599Z]  > git init /home/ubuntu/workspace/moby_PR-41622 # timeout=10
22:15:09 [2020-12-04T22:15:09.993Z] Fetching upstream changes from https://github.com/moby/moby.git
22:15:09 [2020-12-04T22:15:09.994Z]  > git --version # timeout=10
22:15:10 [2020-12-04T22:15:10.006Z]  > git --version # 'git version 2.17.1'
22:15:10 [2020-12-04T22:15:10.006Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:15:10 [2020-12-04T22:15:10.025Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:15:10 [2020-12-04T22:15:10.785Z] #54 24.36 Checking out files:  76% (2793/3632)   
Checking out files:  77% (2797/3632)   
Checking out files:  78% (2833/3632)   
Checking out files:  79% (2870/3632)   
Checking out files:  80% (2906/3632)   
Checking out files:  81% (2942/3632)   
Checking out files:  82% (2979/3632)   
Checking out files:  83% (3015/3632)   
Checking out files:  84% (3051/3632)   
Checking out files:  85% (3088/3632)   
Checking out files:  86% (3124/3632)   
Checking out files:  87% (3160/3632)   
Checking out files:  88% (3197/3632)   
Checking out files:  89% (3233/3632)   
Checking out files:  90% (3269/3632)   
Checking out files:  91% (3306/3632)   
22:15:10 [2020-12-04T22:15:10.785Z] #54 ...
22:15:10 [2020-12-04T22:15:10.785Z] 
22:15:10 [2020-12-04T22:15:10.785Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:15:10 [2020-12-04T22:15:10.785Z] #32 DONE 46.8s
22:15:10 [2020-12-04T22:15:10.785Z] 
22:15:10 [2020-12-04T22:15:10.785Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:15:11 [2020-12-04T22:15:11.083Z] #54 24.36 Checking out files:  76% (2793/3632)   
Checking out files:  77% (2797/3632)   
Checking out files:  78% (2833/3632)   
Checking out files:  79% (2870/3632)   
Checking out files:  80% (2906/3632)   
Checking out files:  81% (2942/3632)   
Checking out files:  82% (2979/3632)   
Checking out files:  83% (3015/3632)   
Checking out files:  84% (3051/3632)   
Checking out files:  85% (3088/3632)   
Checking out files:  86% (3124/3632)   
Checking out files:  87% (3160/3632)   
Checking out files:  88% (3197/3632)   
Checking out files:  89% (3233/3632)   
Checking out files:  90% (3269/3632)   
Checking out files:  91% (3306/3632)   
Checking out files:  92% (3342/3632)   
Checking out files:  93% (3378/3632)   
Checking out files:  94% (3415/3632)   
Checking out files:  95% (3451/3632)   
Checking out files:  96% (3487/3632)   
Checking out files:  97% (3524/3632)   
Checking out files:  98% (3560/3632)   
Checking out files:  99% (3596/3632)   
Checking out files: 100% (3632/3632)   
Checking out files: 100% (3632/3632), done.
22:15:11 [2020-12-04T22:15:11.083Z] #54 25.24 + cd /tmp/tmp.C5KpzMRV6s/src/github.com/containerd/containerd
22:15:11 [2020-12-04T22:15:11.083Z] #54 25.25 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
22:15:12 [2020-12-04T22:15:12.114Z] #54 ...
22:15:12 [2020-12-04T22:15:12.114Z] 
22:15:12 [2020-12-04T22:15:12.114Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:15:12 [2020-12-04T22:15:12.114Z] #49 37.92 encoding/base64
22:15:12 [2020-12-04T22:15:12.114Z] #49 38.46 golang.org/x/sys/unix
22:15:12 [2020-12-04T22:15:12.114Z] #49 39.01 fmt
22:15:12 [2020-12-04T22:15:12.114Z] #49 42.43 encoding/json
22:15:12 [2020-12-04T22:15:12.114Z] #49 44.72 github.com/pkg/diff
22:15:12 [2020-12-04T22:15:12.114Z] #49 45.57 go/ast
22:15:12 [2020-12-04T22:15:12.114Z] #49 46.05 golang.org/x/crypto/ssh/terminal
22:15:12 [2020-12-04T22:15:12.114Z] #49 47.31 mvdan.cc/editorconfig
22:15:12 [2020-12-04T22:15:12.114Z] #49 48.12 mvdan.cc/sh/v3/fileutil
22:15:12 [2020-12-04T22:15:12.114Z] #49 ...
22:15:12 [2020-12-04T22:15:12.114Z] 
22:15:12 [2020-12-04T22:15:12.114Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.33   PBCC     images/ipc-sem.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.34   DEP      images/ipc-desc.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.37   DEP      images/ipc-sem.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.41   PBCC     images/ipc-msg.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.42   DEP      images/ipc-msg.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.44   PBCC     images/ipc-shm.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.44   DEP      images/ipc-shm.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.47   PBCC     images/ipc-var.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.49   DEP      images/ipc-var.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.53   PBCC     images/sk-opts.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.55   PBCC     images/packet-sock.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.60   DEP      images/sk-opts.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.63   DEP      images/packet-sock.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.68   PBCC     images/sk-netlink.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.71   DEP      images/sk-netlink.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.75   PBCC     images/sk-inet.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.77   DEP      images/sk-inet.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.81   PBCC     images/sk-unix.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.85   DEP      images/sk-unix.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.88   PBCC     images/mm.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.92   DEP      images/mm.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.98   PBCC     images/timerfd.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 10.99   DEP      images/timerfd.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.02   PBCC     images/timer.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.04   DEP      images/timer.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.07   PBCC     images/sa.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.11   DEP      images/sa.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.16   PBCC     images/pipe-data.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.16   DEP      images/pipe-data.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.20   PBCC     images/mnt.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.22   DEP      images/mnt.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.28   PBCC     images/sk-packet.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.28   DEP      images/sk-packet.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.33   PBCC     images/tcp-stream.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.36   DEP      images/tcp-stream.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.39   PBCC     images/pipe.pb-c.c
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.43   DEP      images/pipe.pb-c.d
22:15:12 [2020-12-04T22:15:12.114Z] #41 11.48   PBCC     images/pstree.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.49   DEP      images/pstree.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.52   PBCC     images/fs.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.53   DEP      images/fs.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.55   PBCC     images/signalfd.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.55   DEP      images/signalfd.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.61   PBCC     images/fh.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.64   PBCC     images/fsnotify.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.68   DEP      images/fh.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.73   DEP      images/fsnotify.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.78   PBCC     images/eventpoll.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.80   DEP      images/eventpoll.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.83   PBCC     images/eventfd.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.85   DEP      images/eventfd.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.88   PBCC     images/remap-file-path.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.88   DEP      images/remap-file-path.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.92   PBCC     images/fifo.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.94   DEP      images/fifo.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 11.99   PBCC     images/ghost-file.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.00   DEP      images/ghost-file.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.03   PBCC     images/regfile.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.03   DEP      images/regfile.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.10   PBCC     images/ns.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.10   DEP      images/ns.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.13   PBCC     images/fdinfo.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.14   DEP      images/fdinfo.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.19   PBCC     images/core-aarch64.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.21   PBCC     images/core-arm.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.26   PBCC     images/core-ppc64.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.27   PBCC     images/core-s390.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.28   PBCC     images/core-x86.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.29   PBCC     images/core.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.33   PBCC     images/inventory.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.37   DEP      images/core-aarch64.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.41   DEP      images/core-arm.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.46   DEP      images/core-ppc64.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.48   DEP      images/core-s390.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.56   DEP      images/core-x86.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.57   DEP      images/core.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.61   DEP      images/inventory.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.64   PBCC     images/cpuinfo.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.66   DEP      images/cpuinfo.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.72   PBCC     images/stats.pb-c.c
22:15:12 [2020-12-04T22:15:12.115Z] #41 12.73   DEP      images/stats.pb-c.d
22:15:12 [2020-12-04T22:15:12.115Z] #41 13.85 make[1]: Nothing to be done for 'all'.
22:15:12 [2020-12-04T22:15:12.405Z] #41 14.59   CC       images/stats.o
22:15:12 [2020-12-04T22:15:12.405Z] #41 14.81   CC       images/core.o
22:15:12 [2020-12-04T22:15:12.696Z] #41 15.04   CC       images/core-x86.o
22:15:12 [2020-12-04T22:15:12.986Z] #41 15.30   CC       images/core-arm.o
22:15:13 [2020-12-04T22:15:13.276Z] #41 15.52   CC       images/core-aarch64.o
22:15:13 [2020-12-04T22:15:13.566Z] #41 15.81   CC       images/core-ppc64.o
22:15:13 [2020-12-04T22:15:13.857Z] #41 16.10   CC       images/core-s390.o
22:15:14 [2020-12-04T22:15:14.147Z] #41 16.54   CC       images/cpuinfo.o
22:15:14 [2020-12-04T22:15:14.449Z] #41 16.68   CC       images/inventory.o
22:15:14 [2020-12-04T22:15:14.449Z] #41 16.85   CC       images/fdinfo.o
22:15:14 [2020-12-04T22:15:14.740Z] #41 17.10   CC       images/fown.o
22:15:14 [2020-12-04T22:15:14.740Z] #41 17.19   CC       images/ns.o
22:15:15 [2020-12-04T22:15:15.030Z] #41 17.34   CC       images/regfile.o
22:15:15 [2020-12-04T22:15:15.030Z] #41 17.43   CC       images/ghost-file.o
22:15:15 [2020-12-04T22:15:15.321Z] #41 17.63   CC       images/fifo.o
22:15:15 [2020-12-04T22:15:15.321Z] #41 17.77   CC       images/remap-file-path.o
22:15:15 [2020-12-04T22:15:15.612Z] #41 17.86   CC       images/eventfd.o
22:15:15 [2020-12-04T22:15:15.612Z] #41 17.99   CC       images/eventpoll.o
22:15:15 [2020-12-04T22:15:15.902Z] #41 18.10   CC       images/fh.o
22:15:15 [2020-12-04T22:15:15.902Z] #41 18.24   CC       images/fsnotify.o
22:15:16 [2020-12-04T22:15:16.192Z] #41 18.59   CC       images/signalfd.o
22:15:16 [2020-12-04T22:15:16.192Z] #41 18.67   CC       images/fs.o
22:15:16 [2020-12-04T22:15:16.483Z] #41 18.79   CC       images/pstree.o
22:15:16 [2020-12-04T22:15:16.483Z] #41 18.93   CC       images/pipe.o
22:15:16 [2020-12-04T22:15:16.774Z] #41 19.02   CC       images/tcp-stream.o
22:15:16 [2020-12-04T22:15:16.774Z] #41 19.12   CC       images/sk-packet.o
22:15:17 [2020-12-04T22:15:17.064Z] #41 19.32   CC       images/mnt.o
22:15:17 [2020-12-04T22:15:17.065Z] #41 19.50   CC       images/pipe-data.o
22:15:17 [2020-12-04T22:15:17.355Z] #41 19.65   CC       images/sa.o
22:15:17 [2020-12-04T22:15:17.355Z] #41 19.77   CC       images/timer.o
22:15:17 [2020-12-04T22:15:17.355Z] #41 19.90   CC       images/timerfd.o
22:15:17 [2020-12-04T22:15:17.383Z] Fetching without tags
22:15:17 [2020-12-04T22:15:17.192Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:15:17 [2020-12-04T22:15:17.227Z]  > git config --add remote.origin.fetch +refs/pull/41622/head:refs/remotes/origin/PR-41622 # timeout=10
22:15:17 [2020-12-04T22:15:17.315Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:15:17 [2020-12-04T22:15:17.342Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:15:17 [2020-12-04T22:15:17.390Z] Fetching upstream changes from https://github.com/moby/moby.git
22:15:17 [2020-12-04T22:15:17.390Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:15:17 [2020-12-04T22:15:17.396Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:15:17 [2020-12-04T22:15:17.645Z] #41 20.07   CC       images/mm.o
22:15:17 [2020-12-04T22:15:17.809Z] Merging remotes/origin/master commit ab373df1125b6002603456fd7f554ef370389ad9 into PR head commit cd63cc846e7ec4f2d255023d04ead33a2a7fe986
22:15:17 [2020-12-04T22:15:17.935Z] #41 20.25   CC       images/sk-opts.o
22:15:17 [2020-12-04T22:15:17.935Z] #41 20.37   CC       images/sk-unix.o
22:15:18 [2020-12-04T22:15:18.226Z] #41 20.52   CC       images/sk-inet.o
22:15:18 [2020-12-04T22:15:18.226Z] #41 20.70   CC       images/tun.o
22:15:18 [2020-12-04T22:15:18.517Z] #41 20.92   CC       images/sk-netlink.o
22:15:18 [2020-12-04T22:15:18.809Z] #41 21.08   CC       images/packet-sock.o
22:15:18 [2020-12-04T22:15:18.809Z] #41 21.33   CC       images/ipc-var.o
22:15:18 [2020-12-04T22:15:18.809Z] #41 ...
22:15:18 [2020-12-04T22:15:18.809Z] 
22:15:18 [2020-12-04T22:15:18.809Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:15:18 [2020-12-04T22:15:18.809Z] #11 54.92 Selecting previously unselected package g++-mingw-w64-x86-64.
22:15:18 [2020-12-04T22:15:18.809Z] #11 54.92 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
22:15:18 [2020-12-04T22:15:18.809Z] #11 54.93 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:15:19 [2020-12-04T22:15:19.459Z] #11 ...
22:15:19 [2020-12-04T22:15:19.459Z] 
22:15:19 [2020-12-04T22:15:19.459Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:15:19 [2020-12-04T22:15:19.459Z] #49 48.23 mvdan.cc/sh/v3/syntax
22:15:19 [2020-12-04T22:15:19.459Z] #49 52.03 mvdan.cc/sh/v3/cmd/shfmt
22:15:19 [2020-12-04T22:15:19.459Z] #49 DONE 55.5s
22:15:19 [2020-12-04T22:15:19.751Z] 
22:15:19 [2020-12-04T22:15:19.751Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:15:19 [2020-12-04T22:15:19.751Z] #41 21.40   CC       images/ipc-desc.o
22:15:19 [2020-12-04T22:15:19.751Z] #41 21.49   CC       images/ipc-shm.o
22:15:19 [2020-12-04T22:15:19.751Z] #41 21.57   CC       images/ipc-msg.o
22:15:19 [2020-12-04T22:15:19.751Z] #41 21.67   CC       images/ipc-sem.o
22:15:19 [2020-12-04T22:15:19.751Z] #41 21.80   CC       images/utsns.o
22:15:19 [2020-12-04T22:15:19.751Z] #41 22.06   CC       images/creds.o
22:15:19 [2020-12-04T22:15:19.751Z] #41 22.21   CC       images/vma.o
22:15:17 [2020-12-04T22:15:17.818Z]  > git config core.sparsecheckout # timeout=10
22:15:17 [2020-12-04T22:15:17.881Z]  > git checkout -f cd63cc846e7ec4f2d255023d04ead33a2a7fe986 # timeout=10
22:15:19 [2020-12-04T22:15:19.191Z]  > git remote # timeout=10
22:15:19 [2020-12-04T22:15:19.220Z]  > git config --get remote.origin.url # timeout=10
22:15:19 [2020-12-04T22:15:19.308Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:15:19 [2020-12-04T22:15:19.309Z]  > git merge ab373df1125b6002603456fd7f554ef370389ad9 # timeout=10
22:15:20 [2020-12-04T22:15:20.044Z] #41 22.34   CC       images/netdev.o
22:15:20 [2020-12-04T22:15:20.044Z] #41 22.50   CC       images/tty.o
22:15:20 [2020-12-04T22:15:20.044Z] #41 22.59   CC       images/file-lock.o
22:15:20 [2020-12-04T22:15:20.157Z] Merge succeeded, producing 659b7a7458ee0c4af43aba536a5c3d116f588213
22:15:20 [2020-12-04T22:15:20.157Z] Checking out Revision 659b7a7458ee0c4af43aba536a5c3d116f588213 (PR-41622)
22:15:20 [2020-12-04T22:15:20.335Z] #41 22.64   CC       images/rlimit.o
22:15:20 [2020-12-04T22:15:20.335Z] #41 22.68   CC       images/pagemap.o
22:15:20 [2020-12-04T22:15:20.335Z] #41 22.77   CC       images/siginfo.o
22:15:20 [2020-12-04T22:15:20.625Z] #41 22.98   CC       images/rpc.o
22:15:20 [2020-12-04T22:15:20.915Z] #41 23.47   CC       images/ext-file.o
22:15:21 [2020-12-04T22:15:21.205Z] #41 23.62   CC       images/cgroup.o
22:15:21 [2020-12-04T22:15:21.496Z] #41 ...
22:15:21 [2020-12-04T22:15:21.496Z] 
22:15:21 [2020-12-04T22:15:21.496Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:15:21 [2020-12-04T22:15:21.496Z] #43 47.49 go/parser
22:15:21 [2020-12-04T22:15:21.496Z] #43 49.23 text/template
22:15:21 [2020-12-04T22:15:21.496Z] #43 49.72 encoding/xml
22:15:21 [2020-12-04T22:15:21.496Z] #43 52.50 go/doc
22:15:21 [2020-12-04T22:15:21.496Z] #43 53.01 github.com/LK4D4/vndr/godl/singleflight
22:15:21 [2020-12-04T22:15:21.496Z] #43 53.17 github.com/LK4D4/vndr/versioned
22:15:21 [2020-12-04T22:15:21.496Z] #43 53.28 compress/flate
22:15:21 [2020-12-04T22:15:21.496Z] #43 54.30 github.com/LK4D4/vndr/build
22:15:21 [2020-12-04T22:15:21.496Z] #43 54.96 hash/crc32
22:15:21 [2020-12-04T22:15:21.496Z] #43 55.29 compress/gzip
22:15:21 [2020-12-04T22:15:21.496Z] #43 55.84 vendor/golang.org/x/crypto/cryptobyte
22:15:21 [2020-12-04T22:15:21.496Z] #43 56.42 net
22:15:21 [2020-12-04T22:15:21.496Z] #43 57.21 vendor/golang.org/x/crypto/poly1305
22:15:21 [2020-12-04T22:15:21.496Z] #43 57.40 vendor/golang.org/x/crypto/chacha20poly1305
22:15:21 [2020-12-04T22:15:21.496Z] #43 ...
22:15:21 [2020-12-04T22:15:21.496Z] 
22:15:21 [2020-12-04T22:15:21.496Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:15:21 [2020-12-04T22:15:21.496Z] #41 24.02   CC       images/userns.o
22:15:21 [2020-12-04T22:15:21.786Z] #41 24.11   CC       images/google/protobuf/descriptor.o
22:15:22 [2020-12-04T22:15:22.076Z] #41 ...
22:15:22 [2020-12-04T22:15:22.077Z] 
22:15:22 [2020-12-04T22:15:22.077Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:15:22 [2020-12-04T22:15:22.077Z] #54 26.34 + export 'BUILDTAGS=netgo osusergo static_build'
22:15:22 [2020-12-04T22:15:22.077Z] #54 26.34 + BUILDTAGS='netgo osusergo static_build'
22:15:22 [2020-12-04T22:15:22.077Z] #54 26.35 + export EXTRA_FLAGS=-buildmode=pie
22:15:22 [2020-12-04T22:15:22.077Z] #54 26.35 + EXTRA_FLAGS=-buildmode=pie
22:15:22 [2020-12-04T22:15:22.077Z] #54 26.35 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
22:15:22 [2020-12-04T22:15:22.077Z] #54 26.35 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
22:15:22 [2020-12-04T22:15:22.077Z] #54 26.35 + '[' '' = dynamic ']'
22:15:22 [2020-12-04T22:15:22.077Z] #54 26.35 + make
22:15:22 [2020-12-04T22:15:22.077Z] #54 26.77 + bin/ctr
22:15:22 [2020-12-04T22:15:22.367Z] #54 ...
22:15:22 [2020-12-04T22:15:22.367Z] 
22:15:22 [2020-12-04T22:15:22.367Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:15:22 [2020-12-04T22:15:22.367Z] #43 57.70 vendor/golang.org/x/crypto/curve25519
22:15:22 [2020-12-04T22:15:22.367Z] #43 58.01 vendor/golang.org/x/text/transform
22:15:22 [2020-12-04T22:15:22.367Z] #43 58.43 vendor/golang.org/x/text/unicode/bidi
22:15:20 [2020-12-04T22:15:20.131Z]  > git rev-parse HEAD^{commit} # timeout=10
22:15:20 [2020-12-04T22:15:20.161Z]  > git config core.sparsecheckout # timeout=10
22:15:20 [2020-12-04T22:15:20.196Z]  > git checkout -f 659b7a7458ee0c4af43aba536a5c3d116f588213 # timeout=10
22:15:23 [2020-12-04T22:15:23.398Z] #43 59.46 vendor/golang.org/x/text/secure/bidirule
22:15:23 [2020-12-04T22:15:23.688Z] #43 59.64 vendor/golang.org/x/text/unicode/norm
22:15:24 [2020-12-04T22:15:24.564Z] Commit message: "Merge commit 'ab373df1125b6002603456fd7f554ef370389ad9' into HEAD"
22:15:24 [2020-12-04T22:15:24.586Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:15:24 [2020-12-04T22:15:24.569Z]  > git rev-list --no-walk 3e4095b10b50f8a26872ab74381927ab30709a30 # timeout=10
22:15:25 [2020-12-04T22:15:25.889Z] + docker version
22:15:27 [2020-12-04T22:15:27.200Z] #43 62.94 vendor/golang.org/x/net/idna
22:15:27 [2020-12-04T22:15:27.200Z] #43 ...
22:15:27 [2020-12-04T22:15:27.200Z] 
22:15:27 [2020-12-04T22:15:27.200Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:15:27 [2020-12-04T22:15:27.200Z] #41 24.81   CC       images/opts.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 24.92   CC       images/seccomp.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 25.04   CC       images/binfmt-misc.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 25.15   CC       images/time.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 25.23   CC       images/sysctl.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 25.37   CC       images/autofs.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 25.48   CC       images/macvlan.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 25.54   CC       images/sit.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 25.70   CC       images/memfd.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 25.83   CC       images/timens.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 25.96   LINK     images/built-in.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.05   GEN      compel/include/asm
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.06   GEN      compel/include/version.h
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.07 touch .config
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.09   GEN      include/common/config.h
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.12   DEP      compel/arch/s390/plugins/std/syscalls/syscalls-s390.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.17   GEN      compel/plugins/include/uapi/std/syscall-codes.h
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.18   GEN      compel/plugins/include/uapi/std/syscall.h
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.20   GEN      compel/arch/s390/plugins/std/syscalls/syscalls.S
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.21   DEP      compel/arch/s390/plugins/std/syscalls/syscalls.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.22   DEP      compel/arch/s390/plugins/std/parasite-head.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.23   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.23   DEP      compel/plugins/std/infect.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.35   DEP      compel/plugins/std/string.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.43   DEP      compel/plugins/std/log.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.50   DEP      compel/plugins/std/fds.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.61   DEP      compel/plugins/std/std.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.71   DEP      compel/plugins/shmem/shmem.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.77   DEP      compel/plugins/fds/fds.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 26.88   CC       compel/plugins/std/std.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 27.04   CC       compel/plugins/std/fds.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 27.29   CC       compel/plugins/std/log.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 27.81   CC       compel/plugins/std/string.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 28.16   CC       compel/plugins/std/infect.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 28.46   CC       compel/arch/s390/plugins/std/parasite-head.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 28.48   CC       compel/arch/s390/plugins/std/syscalls/syscalls.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 28.53   CC       compel/arch/s390/plugins/std/syscalls/syscalls-s390.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 28.58   AR       compel/plugins/std.lib.a
22:15:27 [2020-12-04T22:15:27.200Z] #41 28.62   CC       compel/plugins/fds/fds.o
22:15:27 [2020-12-04T22:15:27.200Z] #41 28.77   AR       compel/plugins/fds.lib.a
22:15:27 [2020-12-04T22:15:27.200Z] #41 28.78   HOSTDEP  compel/src/lib/log-host.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 28.82   HOSTDEP  compel/src/lib/handle-elf-host.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 28.88   HOSTDEP  compel/arch/s390/src/lib/handle-elf-host.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 28.90   HOSTDEP  compel/src/main-host.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 28.98   DEP      compel/src/lib/ptrace.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 29.06   DEP      compel/src/lib/infect.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 29.15   DEP      compel/src/lib/infect-util.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 29.24   DEP      compel/src/lib/infect-rpc.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 29.35   DEP      compel/arch/s390/src/lib/infect.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 29.45   DEP      compel/arch/s390/src/lib/cpu.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 29.47   DEP      compel/src/lib/log.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 29.54   DEP      compel/src/main.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 29.60   DEP      compel/src/lib/handle-elf.d
22:15:27 [2020-12-04T22:15:27.200Z] #41 29.70   DEP      compel/arch/s390/src/lib/handle-elf.d
22:15:27 [2020-12-04T22:15:27.490Z] #41 29.76   CC       compel/src/lib/log.o
22:15:27 [2020-12-04T22:15:27.490Z] #41 29.98   CC       compel/arch/s390/src/lib/cpu.o
22:15:27 [2020-12-04T22:15:27.781Z] #41 30.13   CC       compel/arch/s390/src/lib/infect.o
22:15:28 [2020-12-04T22:15:28.072Z] #41 30.62   CC       compel/src/lib/infect-rpc.o
22:15:28 [2020-12-04T22:15:28.363Z] #41 30.88   CC       compel/src/lib/infect-util.o
22:15:28 [2020-12-04T22:15:28.653Z] #41 31.10   CC       compel/src/lib/infect.o
22:15:28 [2020-12-04T22:15:28.833Z] Removing intermediate container 933b264239a3
22:15:28 [2020-12-04T22:15:28.833Z]  ---> 0236abf33647
22:15:28 [2020-12-04T22:15:28.833Z] Step 13/15 : FROM golang:${GO_VERSION}-buster
22:15:28 [2020-12-04T22:15:28.833Z]  ---> 805dc2d65d1c
22:15:28 [2020-12-04T22:15:28.833Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx
22:15:28 [2020-12-04T22:15:28.833Z]  ---> a9801d07301f
22:15:28 [2020-12-04T22:15:28.833Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"]
22:15:28 [2020-12-04T22:15:28.833Z]  ---> Running in 23f2176dbccd
22:15:28 [2020-12-04T22:15:28.833Z] Removing intermediate container 23f2176dbccd
22:15:28 [2020-12-04T22:15:28.833Z]  ---> 2b94213b3500
22:15:28 [2020-12-04T22:15:28.833Z] Successfully built 2b94213b3500
22:15:28 [2020-12-04T22:15:28.833Z] Successfully tagged moby-buildx:latest
22:15:28 [2020-12-04T22:15:28.833Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \
22:15:28 [2020-12-04T22:15:28.833Z] if [ -n "${id}" ]; then \
22:15:28 [2020-12-04T22:15:28.833Z] 	docker cp ${id}:/usr/bin/buildx bundles/buildx \
22:15:28 [2020-12-04T22:15:28.833Z] 	&& touch bundles/buildx; \
22:15:28 [2020-12-04T22:15:28.833Z] 	docker rm -f ${id}; \
22:15:28 [2020-12-04T22:15:28.833Z] fi
22:15:28 [2020-12-04T22:15:28.833Z] 3f852be14f101cf9f5c28b6ffc5c2566e210920588c92c52b3785fa6001d9827
22:15:28 [2020-12-04T22:15:28.833Z] bundles/buildx version
22:15:28 [2020-12-04T22:15:28.833Z] buildx v0.3.1 6db68d0
22:15:28 [2020-12-04T22:15:28.833Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:fdceba93defafa708bcb082cd1f747a5f58010b7 .
22:15:28 [2020-12-04T22:15:28.833Z] #1 [internal] booting buildkit
22:15:28 [2020-12-04T22:15:28.833Z] #1 pulling image moby/buildkit:buildx-stable-1
22:15:28 [2020-12-04T22:15:28.833Z] #1 pulling image moby/buildkit:buildx-stable-1 3.8s done
22:15:28 [2020-12-04T22:15:28.833Z] #1 creating container buildx_buildkit_default
22:15:28 [2020-12-04T22:15:28.833Z] #1 creating container buildx_buildkit_default 0.4s done
22:15:28 [2020-12-04T22:15:28.833Z] #1 DONE 4.2s
22:15:28 [2020-12-04T22:15:28.833Z] 
22:15:28 [2020-12-04T22:15:28.833Z] #2 [internal] load build definition from Dockerfile
22:15:28 [2020-12-04T22:15:28.833Z] #2 transferring dockerfile: 16.58kB done
22:15:28 [2020-12-04T22:15:28.833Z] #2 DONE 0.0s
22:15:28 [2020-12-04T22:15:28.833Z] 
22:15:28 [2020-12-04T22:15:28.833Z] #3 [internal] load .dockerignore
22:15:28 [2020-12-04T22:15:28.833Z] #3 transferring context: 87B done
22:15:28 [2020-12-04T22:15:28.833Z] #3 DONE 0.0s
22:15:28 [2020-12-04T22:15:28.833Z] 
22:15:28 [2020-12-04T22:15:28.833Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
22:15:29 [2020-12-04T22:15:29.126Z] #4 DONE 0.5s
22:15:29 [2020-12-04T22:15:29.126Z] 
22:15:29 [2020-12-04T22:15:29.126Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
22:15:29 [2020-12-04T22:15:29.126Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
22:15:29 [2020-12-04T22:15:29.126Z] #5 DONE 0.0s
22:15:29 [2020-12-04T22:15:29.126Z] 
22:15:29 [2020-12-04T22:15:29.126Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
22:15:29 [2020-12-04T22:15:29.284Z] #41 ...
22:15:29 [2020-12-04T22:15:29.284Z] 
22:15:29 [2020-12-04T22:15:29.285Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:15:29 [2020-12-04T22:15:29.285Z] #11 65.34 Selecting previously unselected package libapparmor1:s390x.
22:15:29 [2020-12-04T22:15:29.285Z] #11 65.34 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ...
22:15:29 [2020-12-04T22:15:29.285Z] #11 65.35 Unpacking libapparmor1:s390x (2.13.2-10) ...
22:15:29 [2020-12-04T22:15:29.420Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.2s done
22:15:29 [2020-12-04T22:15:29.420Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93
22:15:29 [2020-12-04T22:15:29.420Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0.1s done
22:15:29 [2020-12-04T22:15:29.420Z] #5 DONE 0.3s
22:15:29 [2020-12-04T22:15:29.576Z] #11 65.44 Selecting previously unselected package libapparmor-dev:s390x.
22:15:29 [2020-12-04T22:15:29.576Z] #11 65.44 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ...
22:15:29 [2020-12-04T22:15:29.576Z] #11 65.44 Unpacking libapparmor-dev:s390x (2.13.2-10) ...
22:15:29 [2020-12-04T22:15:29.576Z] #11 65.54 Selecting previously unselected package libbtrfs0.
22:15:29 [2020-12-04T22:15:29.576Z] #11 65.54 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ...
22:15:29 [2020-12-04T22:15:29.576Z] #11 65.55 Unpacking libbtrfs0 (4.20.1-2) ...
22:15:29 [2020-12-04T22:15:29.576Z] #11 65.58 Selecting previously unselected package libbtrfs-dev.
22:15:29 [2020-12-04T22:15:29.576Z] #11 65.58 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ...
22:15:29 [2020-12-04T22:15:29.576Z] #11 65.59 Unpacking libbtrfs-dev (4.20.1-2) ...
22:15:29 [2020-12-04T22:15:29.576Z] #11 65.68 Selecting previously unselected package libdevmapper-event1.02.1:s390x.
22:15:29 [2020-12-04T22:15:29.712Z] 
22:15:29 [2020-12-04T22:15:29.712Z] #6 [internal] load build definition from Dockerfile
22:15:29 [2020-12-04T22:15:29.712Z] #6 transferring dockerfile: 16.58kB done
22:15:29 [2020-12-04T22:15:29.712Z] #6 DONE 0.0s
22:15:29 [2020-12-04T22:15:29.712Z] 
22:15:29 [2020-12-04T22:15:29.712Z] #9 [internal] load metadata for docker.io/library/golang:1.13.15-buster
22:15:29 [2020-12-04T22:15:29.870Z] #11 65.68 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ...
22:15:29 [2020-12-04T22:15:29.870Z] #11 65.69 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
22:15:29 [2020-12-04T22:15:29.870Z] #11 65.72 Selecting previously unselected package libudev-dev:s390x.
22:15:29 [2020-12-04T22:15:29.870Z] #11 65.73 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ...
22:15:29 [2020-12-04T22:15:29.870Z] #11 65.73 Unpacking libudev-dev:s390x (241-7~deb10u4) ...
22:15:29 [2020-12-04T22:15:29.870Z] #11 65.85 Selecting previously unselected package libsepol1-dev:s390x.
22:15:29 [2020-12-04T22:15:29.870Z] #11 65.85 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ...
22:15:29 [2020-12-04T22:15:29.870Z] #11 65.85 Unpacking libsepol1-dev:s390x (2.8-1) ...
22:15:30 [2020-12-04T22:15:30.164Z] #11 66.01 Selecting previously unselected package libpcre16-3:s390x.
22:15:30 [2020-12-04T22:15:30.164Z] #11 66.02 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ...
22:15:30 [2020-12-04T22:15:30.164Z] #11 66.02 Unpacking libpcre16-3:s390x (2:8.39-12) ...
22:15:30 [2020-12-04T22:15:30.164Z] #11 ...
22:15:30 [2020-12-04T22:15:30.164Z] 
22:15:30 [2020-12-04T22:15:30.164Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:15:30 [2020-12-04T22:15:30.164Z] #56 62.55 + for f in rootlesskit rootlesskit-docker-proxy
22:15:30 [2020-12-04T22:15:30.164Z] #56 62.55 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
22:15:30 [2020-12-04T22:15:30.164Z] #56 DONE 66.2s
22:15:30 [2020-12-04T22:15:30.164Z] 
22:15:30 [2020-12-04T22:15:30.164Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:15:30 [2020-12-04T22:15:30.164Z] #11 66.18 Selecting previously unselected package libpcre32-3:s390x.
22:15:30 [2020-12-04T22:15:30.164Z] #11 66.19 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ...
22:15:30 [2020-12-04T22:15:30.164Z] #11 66.19 Unpacking libpcre32-3:s390x (2:8.39-12) ...
22:15:30 [2020-12-04T22:15:30.164Z] #11 ...
22:15:30 [2020-12-04T22:15:30.164Z] 
22:15:30 [2020-12-04T22:15:30.164Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
22:15:30 [2020-12-04T22:15:30.164Z] #57 DONE 0.1s
22:15:30 [2020-12-04T22:15:30.164Z] 
22:15:30 [2020-12-04T22:15:30.164Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
22:15:30 [2020-12-04T22:15:30.164Z] #58 DONE 0.1s
22:15:30 [2020-12-04T22:15:30.164Z] 
22:15:30 [2020-12-04T22:15:30.164Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:15:30 [2020-12-04T22:15:30.164Z] #11 66.29 Selecting previously unselected package libpcrecpp0v5:s390x.
22:15:30 [2020-12-04T22:15:30.164Z] #11 66.29 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ...
22:15:30 [2020-12-04T22:15:30.164Z] #11 66.29 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ...
22:15:30 [2020-12-04T22:15:30.164Z] #11 66.38 Selecting previously unselected package libpcre3-dev:s390x.
22:15:30 [2020-12-04T22:15:30.454Z] #11 66.38 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ...
22:15:30 [2020-12-04T22:15:30.454Z] #11 66.38 Unpacking libpcre3-dev:s390x (2:8.39-12) ...
22:15:30 [2020-12-04T22:15:30.454Z] #11 66.66 Selecting previously unselected package libselinux1-dev:s390x.
22:15:30 [2020-12-04T22:15:30.745Z] #9 ...
22:15:30 [2020-12-04T22:15:30.745Z] 
22:15:30 [2020-12-04T22:15:30.745Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
22:15:30 [2020-12-04T22:15:30.745Z] #8 DONE 1.1s
22:15:30 [2020-12-04T22:15:30.745Z] 
22:15:30 [2020-12-04T22:15:30.745Z] #7 [internal] load metadata for docker.io/library/debian:buster
22:15:30 [2020-12-04T22:15:30.745Z] #7 DONE 1.2s
22:15:30 [2020-12-04T22:15:30.745Z] 
22:15:30 [2020-12-04T22:15:30.745Z] #9 [internal] load metadata for docker.io/library/golang:1.13.15-buster
22:15:30 [2020-12-04T22:15:30.754Z] #11 66.66 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ...
22:15:30 [2020-12-04T22:15:30.754Z] #11 66.67 Unpacking libselinux1-dev:s390x (2.8-1+b1) ...
22:15:31 [2020-12-04T22:15:31.044Z] #11 66.94 Selecting previously unselected package libdevmapper-dev:s390x.
22:15:31 [2020-12-04T22:15:31.044Z] #11 66.94 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ...
22:15:31 [2020-12-04T22:15:31.044Z] #11 66.94 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ...
22:15:31 [2020-12-04T22:15:31.044Z] #11 67.04 Selecting previously unselected package libseccomp-dev:s390x.
22:15:31 [2020-12-04T22:15:31.044Z] #11 67.04 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ...
22:15:31 [2020-12-04T22:15:31.044Z] #11 67.05 Unpacking libseccomp-dev:s390x (2.3.3-4) ...
22:15:31 [2020-12-04T22:15:31.335Z] #11 67.23 Selecting previously unselected package libsystemd-dev:s390x.
22:15:31 [2020-12-04T22:15:31.335Z] #11 67.24 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ...
22:15:31 [2020-12-04T22:15:31.335Z] #11 67.25 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ...
22:15:31 [2020-12-04T22:15:31.626Z] #11 67.71 Setting up libpcrecpp0v5:s390x (2:8.39-12) ...
22:15:31 [2020-12-04T22:15:31.626Z] #11 67.72 Setting up libseccomp-dev:s390x (2.3.3-4) ...
22:15:31 [2020-12-04T22:15:31.626Z] #11 67.73 Setting up libapparmor1:s390x (2.13.2-10) ...
22:15:31 [2020-12-04T22:15:31.626Z] #11 67.74 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:15:31 [2020-12-04T22:15:31.626Z] #11 67.74 Setting up libpcre16-3:s390x (2:8.39-12) ...
22:15:31 [2020-12-04T22:15:31.626Z] #11 67.75 Setting up libsepol1-dev:s390x (2.8-1) ...
22:15:31 [2020-12-04T22:15:31.626Z] #11 67.76 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:15:31 [2020-12-04T22:15:31.626Z] #11 67.76 Setting up libbtrfs0 (4.20.1-2) ...
22:15:31 [2020-12-04T22:15:31.626Z] #11 67.77 Setting up libpcre32-3:s390x (2:8.39-12) ...
22:15:31 [2020-12-04T22:15:31.626Z] #11 67.78 Setting up libudev-dev:s390x (241-7~deb10u4) ...
22:15:31 [2020-12-04T22:15:31.627Z] #11 67.79 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:15:31 [2020-12-04T22:15:31.627Z] #11 67.80 Setting up libbtrfs-dev (4.20.1-2) ...
22:15:31 [2020-12-04T22:15:31.627Z] #11 67.80 Setting up libapparmor-dev:s390x (2.13.2-10) ...
22:15:31 [2020-12-04T22:15:31.627Z] #11 67.81 Setting up mingw-w64-common (6.0.0-3) ...
22:15:31 [2020-12-04T22:15:31.627Z] #11 67.82 Setting up libsystemd-dev:s390x (241-7~deb10u4) ...
22:15:31 [2020-12-04T22:15:31.627Z] #11 67.82 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
22:15:31 [2020-12-04T22:15:31.627Z] #11 67.83 Setting up libpcre3-dev:s390x (2:8.39-12) ...
22:15:31 [2020-12-04T22:15:31.627Z] #11 67.84 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:15:31 [2020-12-04T22:15:31.627Z] #11 67.84 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
22:15:31 [2020-12-04T22:15:31.819Z] #9 DONE 1.9s
22:15:31 [2020-12-04T22:15:31.819Z] 
22:15:31 [2020-12-04T22:15:31.819Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
22:15:31 [2020-12-04T22:15:31.819Z] #62 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done
22:15:31 [2020-12-04T22:15:31.819Z] #62 DONE 0.1s
22:15:31 [2020-12-04T22:15:31.819Z] 
22:15:31 [2020-12-04T22:15:31.819Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4...
22:15:31 [2020-12-04T22:15:31.819Z] #26 resolve docker.io/library/debian:buster@sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 0.0s done
22:15:31 [2020-12-04T22:15:31.819Z] #26 sha256:94e00adb98ff1f971add74025ff2a8ca87e003568d828bdb0df26ecd46c269a2 4.19MB / 54.14MB 0.2s
22:15:31 [2020-12-04T22:15:31.918Z] #11 67.85 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
22:15:31 [2020-12-04T22:15:31.918Z] #11 67.85 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:15:31 [2020-12-04T22:15:31.918Z] #11 67.86 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
22:15:31 [2020-12-04T22:15:31.918Z] #11 67.86 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
22:15:31 [2020-12-04T22:15:31.918Z] #11 67.86 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
22:15:31 [2020-12-04T22:15:31.918Z] #11 67.87 Setting up libselinux1-dev:s390x (2.8-1+b1) ...
22:15:31 [2020-12-04T22:15:31.918Z] #11 67.88 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ...
22:15:31 [2020-12-04T22:15:31.918Z] #11 67.88 Setting up dmsetup (2:1.02.155-3) ...
22:15:31 [2020-12-04T22:15:31.918Z] #11 67.89 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
22:15:31 [2020-12-04T22:15:31.918Z] #11 67.90 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ...
22:15:31 [2020-12-04T22:15:31.918Z] #11 67.90 Processing triggers for libc-bin (2.28-10) ...
22:15:32 [2020-12-04T22:15:32.130Z] #26 sha256:94e00adb98ff1f971add74025ff2a8ca87e003568d828bdb0df26ecd46c269a2 8.39MB / 54.14MB 0.3s
22:15:32 [2020-12-04T22:15:32.130Z] #26 sha256:94e00adb98ff1f971add74025ff2a8ca87e003568d828bdb0df26ecd46c269a2 13.63MB / 54.14MB 0.5s
22:15:32 [2020-12-04T22:15:32.209Z] #11 DONE 68.2s
22:15:32 [2020-12-04T22:15:32.209Z] 
22:15:32 [2020-12-04T22:15:32.209Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:15:32 [2020-12-04T22:15:32.521Z] #26 sha256:94e00adb98ff1f971add74025ff2a8ca87e003568d828bdb0df26ecd46c269a2 19.92MB / 54.14MB 0.6s
22:15:32 [2020-12-04T22:15:32.521Z] #26 sha256:94e00adb98ff1f971add74025ff2a8ca87e003568d828bdb0df26ecd46c269a2 23.07MB / 54.14MB 0.8s
22:15:32 [2020-12-04T22:15:32.521Z] #26 sha256:94e00adb98ff1f971add74025ff2a8ca87e003568d828bdb0df26ecd46c269a2 26.21MB / 54.14MB 0.9s
22:15:32 [2020-12-04T22:15:32.889Z] #26 sha256:94e00adb98ff1f971add74025ff2a8ca87e003568d828bdb0df26ecd46c269a2 29.03MB / 54.14MB 1.1s
22:15:33 [2020-12-04T22:15:33.205Z] #26 sha256:94e00adb98ff1f971add74025ff2a8ca87e003568d828bdb0df26ecd46c269a2 34.60MB / 54.14MB 1.5s
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.904 + RM_GOPATH=0
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.904 + TMP_GOPATH=
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.904 + : /build
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.904 + '[' -z '' ']'
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.904 ++ mktemp -d
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.904 + export GOPATH=/tmp/tmp.EvNBnsTUpT
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.904 + GOPATH=/tmp/tmp.EvNBnsTUpT
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.904 + RM_GOPATH=1
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.904 + case "$(go env GOARCH)" in
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.907 ++ go env GOARCH
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.914 + export GO_BUILDMODE=-buildmode=pie
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.914 + GO_BUILDMODE=-buildmode=pie
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.914 ++ dirname /tmp/install/install.sh
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.914 + dir=/tmp/install
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.914 + bin=runc
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.914 + shift
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.914 + '[' '!' -f /tmp/install/runc.installer ']'
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.914 + . /tmp/install/runc.installer
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.915 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.915 + install_runc
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.915 + uname -r
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.915 + grep -q '^3\.10\.0.*\.el7\.'
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.916 + RUNC_BUILDTAGS='seccomp apparmor selinux '
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.916 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.916 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.916 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.EvNBnsTUpT/src/github.com/opencontainers/runc
22:15:33 [2020-12-04T22:15:33.243Z] #51 0.920 Cloning into '/tmp/tmp.EvNBnsTUpT/src/github.com/opencontainers/runc'...
22:15:33 [2020-12-04T22:15:33.243Z] #51 ...
22:15:33 [2020-12-04T22:15:33.243Z] 
22:15:33 [2020-12-04T22:15:33.243Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
22:15:33 [2020-12-04T22:15:33.243Z] #12 DONE 1.1s
22:15:33 [2020-12-04T22:15:33.509Z] #26 ...
22:15:33 [2020-12-04T22:15:33.509Z] 
22:15:33 [2020-12-04T22:15:33.509Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
22:15:33 [2020-12-04T22:15:33.509Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done
22:15:33 [2020-12-04T22:15:33.509Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.1s done
22:15:33 [2020-12-04T22:15:33.509Z] #62 DONE 1.7s
22:15:33 [2020-12-04T22:15:33.509Z] 
22:15:33 [2020-12-04T22:15:33.509Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:15:33 [2020-12-04T22:15:33.509Z] #10 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
22:15:33 [2020-12-04T22:15:33.509Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 19.92MB / 96.52MB 1.5s
22:15:33 [2020-12-04T22:15:33.509Z] #10 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.3s done
22:15:33 [2020-12-04T22:15:33.509Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 10.49MB / 73.58MB 1.5s
22:15:33 [2020-12-04T22:15:33.509Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 20.97MB / 57.46MB 1.5s
22:15:33 [2020-12-04T22:15:33.509Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.1s done
22:15:33 [2020-12-04T22:15:33.509Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.1s done
22:15:33 [2020-12-04T22:15:33.509Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 2.10MB / 54.14MB 1.5s
22:15:33 [2020-12-04T22:15:33.533Z] 
22:15:33 [2020-12-04T22:15:33.533Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:15:33 [2020-12-04T22:15:33.533Z] #41 32.33   CC       compel/src/lib/ptrace.o
22:15:33 [2020-12-04T22:15:33.533Z] #41 32.47   AR       compel/libcompel.a
22:15:33 [2020-12-04T22:15:33.533Z] #41 32.52   HOSTCC   compel/src/main-host.o
22:15:33 [2020-12-04T22:15:33.533Z] #41 32.73   HOSTCC   compel/arch/s390/src/lib/handle-elf-host.o
22:15:33 [2020-12-04T22:15:33.533Z] #41 32.88   HOSTCC   compel/src/lib/handle-elf-host.o
22:15:33 [2020-12-04T22:15:33.533Z] #41 33.20   HOSTCC   compel/src/lib/log-host.o
22:15:33 [2020-12-04T22:15:33.533Z] #41 33.21   HOSTLINK compel/compel-host-bin
22:15:33 [2020-12-04T22:15:33.533Z] #41 33.24   DEP      soccr/soccr.d
22:15:33 [2020-12-04T22:15:33.533Z] #41 33.26   CC       soccr/soccr.o
22:15:33 [2020-12-04T22:15:33.533Z] #41 33.85   AR       soccr/libsoccr.a
22:15:33 [2020-12-04T22:15:33.533Z] #41 33.90 make[1]: 'soccr/libsoccr.a' is up to date.
22:15:33 [2020-12-04T22:15:33.533Z] #41 34.11   DEP      criu/arch/s390/sigframe.d
22:15:33 [2020-12-04T22:15:33.533Z] #41 34.16   DEP      criu/arch/s390/crtools.d
22:15:33 [2020-12-04T22:15:33.533Z] #41 34.29   DEP      criu/arch/s390/cpu.d
22:15:33 [2020-12-04T22:15:33.533Z] #41 34.37   CC       criu/arch/s390/cpu.o
22:15:33 [2020-12-04T22:15:33.533Z] #41 34.80   CC       criu/arch/s390/crtools.o
22:15:33 [2020-12-04T22:15:33.533Z] #41 35.38   CC       criu/arch/s390/sigframe.o
22:15:33 [2020-12-04T22:15:33.533Z] #41 35.50   LINK     criu/arch/s390/crtools.built-in.o
22:15:33 [2020-12-04T22:15:33.533Z] #41 35.53   DEP      criu/pie/util-vdso.d
22:15:33 [2020-12-04T22:15:33.533Z] #41 35.69   DEP      criu/pie/util.d
22:15:33 [2020-12-04T22:15:33.533Z] #41 35.87   CC       criu/pie/util.o
22:15:33 [2020-12-04T22:15:33.822Z] #41 36.19   CC       criu/pie/util-vdso.o
22:15:33 [2020-12-04T22:15:33.853Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 14.68MB / 73.58MB 1.7s
22:15:33 [2020-12-04T22:15:33.853Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 18.87MB / 73.58MB 1.8s
22:15:33 [2020-12-04T22:15:33.853Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 25.17MB / 57.46MB 1.8s
22:15:34 [2020-12-04T22:15:34.043Z] Client: Docker Engine - Community
22:15:34 [2020-12-04T22:15:34.043Z]  Version:           19.03.13
22:15:34 [2020-12-04T22:15:34.043Z]  API version:       1.40
22:15:34 [2020-12-04T22:15:34.043Z]  Go version:        go1.13.15
22:15:34 [2020-12-04T22:15:34.043Z]  Git commit:        4484c46d9d
22:15:34 [2020-12-04T22:15:34.043Z]  Built:             Wed Sep 16 17:02:36 2020
22:15:34 [2020-12-04T22:15:34.043Z]  OS/Arch:           linux/amd64
22:15:34 [2020-12-04T22:15:34.043Z]  Experimental:      false
22:15:34 [2020-12-04T22:15:34.043Z] 
22:15:34 [2020-12-04T22:15:34.043Z] Server: Docker Engine - Community
22:15:34 [2020-12-04T22:15:34.043Z]  Engine:
22:15:34 [2020-12-04T22:15:34.043Z]   Version:          19.03.13
22:15:34 [2020-12-04T22:15:34.043Z]   API version:      1.40 (minimum version 1.12)
22:15:34 [2020-12-04T22:15:34.043Z]   Go version:       go1.13.15
22:15:34 [2020-12-04T22:15:34.043Z]   Git commit:       4484c46d9d
22:15:34 [2020-12-04T22:15:34.043Z]   Built:            Wed Sep 16 17:01:06 2020
22:15:34 [2020-12-04T22:15:34.043Z]   OS/Arch:          linux/amd64
22:15:34 [2020-12-04T22:15:34.043Z]   Experimental:     true
22:15:34 [2020-12-04T22:15:34.043Z]  containerd:
22:15:34 [2020-12-04T22:15:34.043Z]   Version:          1.3.7
22:15:34 [2020-12-04T22:15:34.043Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
22:15:34 [2020-12-04T22:15:34.043Z]  runc:
22:15:34 [2020-12-04T22:15:34.043Z]   Version:          1.0.0-rc10
22:15:34 [2020-12-04T22:15:34.043Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:15:34 [2020-12-04T22:15:34.043Z]  docker-init:
22:15:34 [2020-12-04T22:15:34.043Z]   Version:          0.18.0
22:15:34 [2020-12-04T22:15:34.043Z]   GitCommit:        fec3683
[Pipeline] sh
22:15:34 [2020-12-04T22:15:34.113Z] #41 36.57   AR       criu/pie/pie.lib.a
22:15:34 [2020-12-04T22:15:34.269Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 25.17MB / 96.52MB 2.0s
22:15:34 [2020-12-04T22:15:34.269Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 5.24MB / 54.14MB 2.0s
22:15:34 [2020-12-04T22:15:34.269Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 25.17MB / 73.58MB 2.1s
22:15:34 [2020-12-04T22:15:34.269Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 31.46MB / 57.46MB 2.1s
22:15:34 [2020-12-04T22:15:34.364Z] + docker info
22:15:34 [2020-12-04T22:15:34.404Z] #41 ...
22:15:34 [2020-12-04T22:15:34.404Z] 
22:15:34 [2020-12-04T22:15:34.404Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
22:15:34 [2020-12-04T22:15:34.404Z] #13 DONE 1.0s
22:15:34 [2020-12-04T22:15:34.404Z] 
22:15:34 [2020-12-04T22:15:34.404Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:15:34 [2020-12-04T22:15:34.404Z] #41 36.62   DEP      criu/pie/restorer.d
22:15:34 [2020-12-04T22:15:34.404Z] #41 36.75   DEP      criu/arch/s390/restorer.d
22:15:34 [2020-12-04T22:15:34.404Z] #41 36.84   DEP      criu/arch/s390/vdso-pie.d
22:15:34 [2020-12-04T22:15:34.404Z] #41 36.89   DEP      criu/pie/parasite-vdso.d
22:15:34 [2020-12-04T22:15:34.404Z] #41 36.98   DEP      criu/pie/parasite.d
22:15:34 [2020-12-04T22:15:34.441Z] ok  	github.com/docker/docker/api/server/httputils	0.017s	coverage: 14.7% of statements
22:15:34 [2020-12-04T22:15:34.441Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
22:15:34 [2020-12-04T22:15:34.441Z] ok  	github.com/docker/docker/api/server/middleware	0.015s	coverage: 37.7% of statements
22:15:34 [2020-12-04T22:15:34.441Z] ?   	github.com/docker/docker/api/server/router	[no test files]
22:15:34 [2020-12-04T22:15:34.441Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
22:15:34 [2020-12-04T22:15:34.441Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
22:15:34 [2020-12-04T22:15:34.441Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
22:15:34 [2020-12-04T22:15:34.441Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
22:15:34 [2020-12-04T22:15:34.441Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
22:15:34 [2020-12-04T22:15:34.441Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
22:15:34 [2020-12-04T22:15:34.441Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
22:15:34 [2020-12-04T22:15:34.441Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
22:15:34 [2020-12-04T22:15:34.441Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
22:15:34 [2020-12-04T22:15:34.441Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
22:15:34 [2020-12-04T22:15:34.663Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 33.55MB / 96.52MB 2.4s
22:15:34 [2020-12-04T22:15:34.663Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 31.39MB / 73.58MB 2.4s
22:15:34 [2020-12-04T22:15:34.663Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 35.65MB / 57.46MB 2.4s
22:15:34 [2020-12-04T22:15:34.663Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 9.44MB / 54.14MB 2.4s
22:15:34 [2020-12-04T22:15:34.663Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 38.80MB / 57.46MB 2.6s
22:15:34 [2020-12-04T22:15:34.663Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 35.65MB / 73.58MB 2.7s
22:15:34 [2020-12-04T22:15:34.832Z] Fetching without tags
22:15:35 [2020-12-04T22:15:35.017Z] ok  	github.com/docker/docker/api/types/strslice	0.018s	coverage: 90.0% of statements
22:15:35 [2020-12-04T22:15:35.017Z] ok  	github.com/docker/docker/api/types/filters	0.017s	coverage: 92.2% of statements
22:15:35 [2020-12-04T22:15:35.017Z] ok  	github.com/docker/docker/api/server/router/swarm	0.020s	coverage: 5.7% of statements
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/types	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/types/container	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/types/events	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/types/image	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/types/network	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
22:15:35 [2020-12-04T22:15:35.017Z] ok  	github.com/docker/docker/api/types/time	0.033s	coverage: 100.0% of statements
22:15:35 [2020-12-04T22:15:35.038Z] #41 37.16   CC       criu/pie/parasite.o
22:15:35 [2020-12-04T22:15:35.038Z] #41 ...
22:15:35 [2020-12-04T22:15:35.038Z] 
22:15:35 [2020-12-04T22:15:35.038Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
22:15:35 [2020-12-04T22:15:35.038Z] #14 0.688 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:15:35 [2020-12-04T22:15:35.038Z] #14 DONE 0.8s
22:15:35 [2020-12-04T22:15:35.118Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 39.85MB / 96.52MB 2.9s
22:15:35 [2020-12-04T22:15:35.118Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 12.58MB / 54.14MB 2.7s
22:15:35 [2020-12-04T22:15:35.118Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 42.99MB / 57.46MB 2.9s
22:15:35 [2020-12-04T22:15:35.118Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 45.09MB / 96.52MB 3.2s
22:15:35 [2020-12-04T22:15:35.118Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 16.78MB / 54.14MB 3.0s
22:15:35 [2020-12-04T22:15:35.118Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 40.89MB / 73.58MB 3.2s
22:15:35 [2020-12-04T22:15:35.118Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 47.19MB / 57.46MB 3.2s
22:15:35 [2020-12-04T22:15:35.223Z] Merging remotes/origin/master commit ab373df1125b6002603456fd7f554ef370389ad9 into PR head commit cd63cc846e7ec4f2d255023d04ead33a2a7fe986
22:15:35 [2020-12-04T22:15:35.329Z] 
22:15:35 [2020-12-04T22:15:35.329Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
22:15:35 [2020-12-04T22:15:35.571Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 20.97MB / 54.14MB 3.3s
22:15:35 [2020-12-04T22:15:35.571Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 51.38MB / 96.52MB 3.6s
22:15:35 [2020-12-04T22:15:35.571Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 45.09MB / 73.58MB 3.6s
22:15:35 [2020-12-04T22:15:35.571Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 52.43MB / 57.46MB 3.6s
22:15:35 [2020-12-04T22:15:35.571Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 25.17MB / 54.14MB 3.6s
22:15:35 [2020-12-04T22:15:35.593Z] ok  	github.com/docker/docker/api/types/versions	0.045s	coverage: 75.0% of statements
22:15:35 [2020-12-04T22:15:35.593Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
22:15:35 [2020-12-04T22:15:35.593Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
22:15:35 [2020-12-04T22:15:35.593Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
22:15:35 [2020-12-04T22:15:35.593Z] ?   	github.com/docker/docker/builder	[no test files]
22:15:35 [2020-12-04T22:15:35.593Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
22:15:35 [2020-12-04T22:15:35.593Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
22:15:35 [2020-12-04T22:15:35.593Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
22:15:35 [2020-12-04T22:15:35.593Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
22:15:35 [2020-12-04T22:15:35.593Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
22:15:35 [2020-12-04T22:15:35.593Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
22:15:35 [2020-12-04T22:15:35.593Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
22:15:35 [2020-12-04T22:15:35.892Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 29.36MB / 54.14MB 3.8s
22:15:35 [2020-12-04T22:15:35.892Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 56.62MB / 57.46MB 3.9s
22:15:35 [2020-12-04T22:15:35.961Z] #15 DONE 0.8s
22:15:35 [2020-12-04T22:15:35.961Z] 
22:15:35 [2020-12-04T22:15:35.961Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:15:35 [2020-12-04T22:15:35.961Z] #41 37.84   LINK     criu/pie/parasite.built-in.o
22:15:35 [2020-12-04T22:15:35.961Z] #41 37.85   GEN      criu/pie/parasite-blob.h
22:15:35 [2020-12-04T22:15:35.961Z] #41 37.88   CC       criu/pie/parasite-vdso.o
22:15:35 [2020-12-04T22:15:35.961Z] #41 38.19   CC       criu/arch/s390/vdso-pie.o
22:15:35 [2020-12-04T22:15:35.961Z] #41 38.36   CC       criu/arch/s390/restorer.o
22:15:36 [2020-12-04T22:15:36.240Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 59.77MB / 96.52MB 4.1s
22:15:36 [2020-12-04T22:15:36.240Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 49.28MB / 73.58MB 4.1s
22:15:36 [2020-12-04T22:15:36.240Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.0s done
22:15:36 [2020-12-04T22:15:36.240Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 33.55MB / 54.14MB 4.1s
22:15:36 [2020-12-04T22:15:36.240Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 37.75MB / 54.14MB 4.2s
22:15:36 [2020-12-04T22:15:36.240Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 65.01MB / 96.52MB 4.4s
22:15:36 [2020-12-04T22:15:36.251Z] #41 38.74   CC       criu/pie/restorer.o
22:15:36 [2020-12-04T22:15:36.574Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 54.53MB / 73.58MB 4.5s
22:15:36 [2020-12-04T22:15:36.574Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 41.94MB / 54.14MB 4.5s
22:15:34 [2020-12-04T22:15:34.721Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:15:34 [2020-12-04T22:15:34.753Z]  > git config --add remote.origin.fetch +refs/pull/41622/head:refs/remotes/origin/PR-41622 # timeout=10
22:15:34 [2020-12-04T22:15:34.770Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:15:34 [2020-12-04T22:15:34.812Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:15:34 [2020-12-04T22:15:34.839Z] Fetching upstream changes from https://github.com/moby/moby.git
22:15:34 [2020-12-04T22:15:34.839Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:15:34 [2020-12-04T22:15:34.845Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:15:35 [2020-12-04T22:15:35.237Z]  > git config core.sparsecheckout # timeout=10
22:15:35 [2020-12-04T22:15:35.284Z]  > git checkout -f cd63cc846e7ec4f2d255023d04ead33a2a7fe986 # timeout=10
22:15:36 [2020-12-04T22:15:36.881Z] #41 ...
22:15:36 [2020-12-04T22:15:36.881Z] 
22:15:36 [2020-12-04T22:15:36.881Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
22:15:36 [2020-12-04T22:15:36.881Z] #16 DONE 0.9s
22:15:36 [2020-12-04T22:15:36.881Z] 
22:15:36 [2020-12-04T22:15:36.881Z] #17 [dev-systemd-false  6/26] RUN ldconfig
22:15:36 [2020-12-04T22:15:36.947Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 71.30MB / 96.52MB 4.7s
22:15:36 [2020-12-04T22:15:36.947Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 47.19MB / 54.14MB 4.7s
22:15:36 [2020-12-04T22:15:36.947Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 79.69MB / 96.52MB 5.0s
22:15:36 [2020-12-04T22:15:36.947Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 58.72MB / 73.58MB 5.0s
22:15:36 [2020-12-04T22:15:36.947Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 52.43MB / 54.14MB 5.0s
22:15:37 [2020-12-04T22:15:37.254Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 88.08MB / 96.52MB 5.3s
22:15:37 [2020-12-04T22:15:37.254Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.1s done
22:15:37 [2020-12-04T22:15:37.254Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53
22:15:37 [2020-12-04T22:15:37.254Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 62.91MB / 73.58MB 5.3s
22:15:37 [2020-12-04T22:15:37.566Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 68.16MB / 73.58MB 5.6s
22:15:37 [2020-12-04T22:15:37.871Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.8s done
22:15:37 [2020-12-04T22:15:37.871Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.8s done
22:15:37 [2020-12-04T22:15:37.919Z] #17 DONE 1.1s
22:15:37 [2020-12-04T22:15:37.919Z] 
22:15:37 [2020-12-04T22:15:37.919Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:15:37 [2020-12-04T22:15:37.919Z] #43 64.69 vendor/golang.org/x/net/http2/hpack
22:15:37 [2020-12-04T22:15:37.919Z] #43 65.62 mime
22:15:37 [2020-12-04T22:15:37.919Z] #43 66.13 crypto/tls
22:15:37 [2020-12-04T22:15:37.919Z] #43 67.04 mime/quotedprintable
22:15:37 [2020-12-04T22:15:37.919Z] #43 67.34 mime/multipart
22:15:37 [2020-12-04T22:15:37.919Z] #43 68.03 net/http/internal
22:15:37 [2020-12-04T22:15:37.919Z] #43 71.50 net/http/httptrace
22:15:37 [2020-12-04T22:15:37.919Z] #43 71.72 net/http
22:15:37 [2020-12-04T22:15:37.919Z] #43 ...
22:15:37 [2020-12-04T22:15:37.919Z] 
22:15:37 [2020-12-04T22:15:37.919Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:15:37 [2020-12-04T22:15:37.919Z] #51 5.837 + cd /tmp/tmp.EvNBnsTUpT/src/github.com/opencontainers/runc
22:15:37 [2020-12-04T22:15:37.919Z] #51 5.838 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
22:15:38 [2020-12-04T22:15:38.096Z] Merge succeeded, producing cd9500aae6f684924d0915633b604fb2ee2adaba
22:15:38 [2020-12-04T22:15:38.096Z] Checking out Revision cd9500aae6f684924d0915633b604fb2ee2adaba (PR-41622)
22:15:38 [2020-12-04T22:15:38.160Z] ok  	github.com/docker/docker/cli/debug	0.012s	coverage: 100.0% of statements
22:15:38 [2020-12-04T22:15:38.549Z] #51 6.413 + '[' -z '' ']'
22:15:38 [2020-12-04T22:15:38.549Z] #51 6.413 + target=static
22:15:38 [2020-12-04T22:15:38.549Z] #51 6.413 + make 'BUILDTAGS=seccomp apparmor selinux ' static
22:15:38 [2020-12-04T22:15:38.839Z] #51 6.692 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 .
22:15:39 [2020-12-04T22:15:39.109Z] ok  	github.com/docker/docker/builder/remotecontext	0.300s	coverage: 13.7% of statements
22:15:37 [2020-12-04T22:15:37.062Z]  > git remote # timeout=10
22:15:37 [2020-12-04T22:15:37.096Z]  > git config --get remote.origin.url # timeout=10
22:15:37 [2020-12-04T22:15:37.118Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:15:37 [2020-12-04T22:15:37.270Z]  > git merge ab373df1125b6002603456fd7f554ef370389ad9 # timeout=10
22:15:38 [2020-12-04T22:15:38.065Z]  > git rev-parse HEAD^{commit} # timeout=10
22:15:38 [2020-12-04T22:15:38.100Z]  > git config core.sparsecheckout # timeout=10
22:15:38 [2020-12-04T22:15:38.124Z]  > git checkout -f cd9500aae6f684924d0915633b604fb2ee2adaba # timeout=10
22:15:39 [2020-12-04T22:15:39.398Z] #10 ...
22:15:39 [2020-12-04T22:15:39.399Z] 
22:15:39 [2020-12-04T22:15:39.399Z] #23 [internal] load build context
22:15:39 [2020-12-04T22:15:39.399Z] #23 transferring context: 52.81MB 7.4s done
22:15:39 [2020-12-04T22:15:39.399Z] #23 DONE 7.5s
22:15:39 [2020-12-04T22:15:39.399Z] 
22:15:39 [2020-12-04T22:15:39.399Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4...
22:15:39 [2020-12-04T22:15:39.399Z] #26 sha256:94e00adb98ff1f971add74025ff2a8ca87e003568d828bdb0df26ecd46c269a2 54.14MB / 54.14MB 2.7s done
22:15:39 [2020-12-04T22:15:39.399Z] #26 extracting sha256:94e00adb98ff1f971add74025ff2a8ca87e003568d828bdb0df26ecd46c269a2
22:15:40 [2020-12-04T22:15:40.058Z] ok  	github.com/docker/docker/builder/dockerfile	0.828s	coverage: 48.3% of statements
22:15:40 [2020-12-04T22:15:40.058Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
22:15:40 [2020-12-04T22:15:40.446Z] #26 extracting sha256:94e00adb98ff1f971add74025ff2a8ca87e003568d828bdb0df26ecd46c269a2 6.1s done
22:15:40 [2020-12-04T22:15:40.446Z] #26 DONE 8.8s
22:15:40 [2020-12-04T22:15:40.446Z] 
22:15:40 [2020-12-04T22:15:40.446Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:15:40 [2020-12-04T22:15:40.634Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.789s	coverage: 86.3% of statements
22:15:40 [2020-12-04T22:15:40.634Z] ?   	github.com/docker/docker/cli	[no test files]
22:15:40 [2020-12-04T22:15:40.634Z] ?   	github.com/docker/docker/cli/config	[no test files]
22:15:40 [2020-12-04T22:15:40.741Z] #10 ...
22:15:40 [2020-12-04T22:15:40.741Z] 
22:15:40 [2020-12-04T22:15:40.741Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:15:41 [2020-12-04T22:15:41.035Z] #27 0.313 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:15:41 [2020-12-04T22:15:41.035Z] #27 0.333 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
22:15:41 [2020-12-04T22:15:41.035Z] #27 0.357 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:15:41 [2020-12-04T22:15:41.035Z] #27 0.550 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [243 kB]
22:15:41 [2020-12-04T22:15:41.328Z] #27 ...
22:15:41 [2020-12-04T22:15:41.328Z] 
22:15:41 [2020-12-04T22:15:41.328Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:15:41 [2020-12-04T22:15:41.328Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 4.2s done
22:15:41 [2020-12-04T22:15:41.328Z] #10 DONE 9.4s
22:15:41 [2020-12-04T22:15:41.328Z] 
22:15:41 [2020-12-04T22:15:41.328Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:15:41 [2020-12-04T22:15:41.328Z] #27 0.792 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
22:15:41 [2020-12-04T22:15:41.969Z] #27 1.311 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
22:15:42 [2020-12-04T22:15:42.291Z] Commit message: "Merge commit 'ab373df1125b6002603456fd7f554ef370389ad9' into HEAD"
22:15:42 [2020-12-04T22:15:42.326Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:15:43 [2020-12-04T22:15:43.313Z] #51 ...
22:15:43 [2020-12-04T22:15:43.313Z] 
22:15:43 [2020-12-04T22:15:43.313Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:15:43 [2020-12-04T22:15:43.313Z] #43 79.38 github.com/LK4D4/vndr/godl
22:15:43 [2020-12-04T22:15:43.629Z] + docker version
22:15:43 [2020-12-04T22:15:43.943Z] #43 79.94 github.com/LK4D4/vndr
22:15:44 [2020-12-04T22:15:44.051Z] #27 3.611 Fetched 8182 kB in 3s (2474 kB/s)
22:15:42 [2020-12-04T22:15:42.293Z]  > git rev-list --no-walk 3e4095b10b50f8a26872ab74381927ab30709a30 # timeout=10
22:15:45 [2020-12-04T22:15:45.568Z] #27 3.611 Reading package lists...
22:15:45 [2020-12-04T22:15:45.937Z] ok  	github.com/docker/docker/client	0.287s	coverage: 75.4% of statements
22:15:46 [2020-12-04T22:15:46.621Z] Client:
22:15:46 [2020-12-04T22:15:46.621Z]  Debug Mode: false
22:15:46 [2020-12-04T22:15:46.621Z] 
22:15:46 [2020-12-04T22:15:46.621Z] Server:
22:15:46 [2020-12-04T22:15:46.621Z]  Containers: 0
22:15:46 [2020-12-04T22:15:46.621Z]   Running: 0
22:15:46 [2020-12-04T22:15:46.621Z]   Paused: 0
22:15:46 [2020-12-04T22:15:46.621Z]   Stopped: 0
22:15:46 [2020-12-04T22:15:46.621Z]  Images: 0
22:15:46 [2020-12-04T22:15:46.621Z]  Server Version: 19.03.13
22:15:46 [2020-12-04T22:15:46.621Z]  Storage Driver: overlay2
22:15:46 [2020-12-04T22:15:46.621Z]   Backing Filesystem: extfs
22:15:46 [2020-12-04T22:15:46.621Z]   Supports d_type: true
22:15:46 [2020-12-04T22:15:46.621Z]   Native Overlay Diff: true
22:15:46 [2020-12-04T22:15:46.621Z]  Logging Driver: json-file
22:15:46 [2020-12-04T22:15:46.621Z]  Cgroup Driver: cgroupfs
22:15:46 [2020-12-04T22:15:46.621Z]  Plugins:
22:15:46 [2020-12-04T22:15:46.621Z]   Volume: local
22:15:46 [2020-12-04T22:15:46.621Z]   Network: bridge host ipvlan macvlan null overlay
22:15:46 [2020-12-04T22:15:46.621Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:15:46 [2020-12-04T22:15:46.621Z]  Swarm: inactive
22:15:46 [2020-12-04T22:15:46.621Z]  Runtimes: runc
22:15:46 [2020-12-04T22:15:46.621Z]  Default Runtime: runc
22:15:46 [2020-12-04T22:15:46.621Z]  Init Binary: docker-init
22:15:46 [2020-12-04T22:15:46.621Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
22:15:46 [2020-12-04T22:15:46.621Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:15:46 [2020-12-04T22:15:46.621Z]  init version: fec3683
22:15:46 [2020-12-04T22:15:46.621Z]  Security Options:
22:15:46 [2020-12-04T22:15:46.621Z]   apparmor
22:15:46 [2020-12-04T22:15:46.621Z]   seccomp
22:15:46 [2020-12-04T22:15:46.621Z]    Profile: default
22:15:46 [2020-12-04T22:15:46.621Z]  Kernel Version: 5.4.0-1025-aws
22:15:46 [2020-12-04T22:15:46.621Z]  Operating System: Ubuntu 18.04.5 LTS
22:15:46 [2020-12-04T22:15:46.621Z]  OSType: linux
22:15:46 [2020-12-04T22:15:46.621Z]  Architecture: x86_64
22:15:46 [2020-12-04T22:15:46.621Z]  CPUs: 2
22:15:46 [2020-12-04T22:15:46.621Z]  Total Memory: 7.569GiB
22:15:46 [2020-12-04T22:15:46.621Z]  Name: ip-10-100-117-19
22:15:46 [2020-12-04T22:15:46.621Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
22:15:46 [2020-12-04T22:15:46.621Z]  Docker Root Dir: /var/lib/docker
22:15:46 [2020-12-04T22:15:46.621Z]  Debug Mode: false
22:15:46 [2020-12-04T22:15:46.621Z]  Registry: https://index.docker.io/v1/
22:15:46 [2020-12-04T22:15:46.621Z]  Labels:
22:15:46 [2020-12-04T22:15:46.621Z]  Experimental: true
22:15:46 [2020-12-04T22:15:46.621Z]  Insecure Registries:
22:15:46 [2020-12-04T22:15:46.621Z]   127.0.0.0/8
22:15:46 [2020-12-04T22:15:46.621Z]  Live Restore Enabled: true
22:15:46 [2020-12-04T22:15:46.621Z] 
22:15:46 [2020-12-04T22:15:46.621Z] WARNING: No swap limit support
[Pipeline] sh
22:15:46 [2020-12-04T22:15:46.936Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:15:46 [2020-12-04T22:15:46.936Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:15:46 [2020-12-04T22:15:46.936Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41622/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
22:15:46 [2020-12-04T22:15:46.936Z] + bash /home/ubuntu/workspace/moby_PR-41622/check-config.sh
22:15:46 [2020-12-04T22:15:46.936Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:15:46 [2020-12-04T22:15:46.936Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
22:15:46 [2020-12-04T22:15:46.936Z] 
22:15:46 [2020-12-04T22:15:46.936Z] Generally Necessary:
22:15:46 [2020-12-04T22:15:46.936Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:15:46 [2020-12-04T22:15:46.936Z] - apparmor: enabled and tools installed
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_NAMESPACES: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_NET_NS: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_PID_NS: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_IPC_NS: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_UTS_NS: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_CGROUPS: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_CGROUP_CPUACCT: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_CGROUP_DEVICE: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_CGROUP_FREEZER: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_CGROUP_SCHED: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_CPUSETS: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_MEMCG: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_KEYS: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_VETH: enabled (as module)
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_BRIDGE: enabled (as module)
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_NF_NAT_IPV4: missing
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_NF_NAT: enabled (as module)
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_NF_NAT_NEEDED: missing
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_POSIX_MQUEUE: enabled
22:15:46 [2020-12-04T22:15:46.936Z] 
22:15:46 [2020-12-04T22:15:46.936Z] Optional Features:
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_USER_NS: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_SECCOMP: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_CGROUP_PIDS: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_MEMCG_SWAP: enabled
22:15:46 [2020-12-04T22:15:46.936Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
22:15:46 [2020-12-04T22:15:46.936Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
22:15:47 [2020-12-04T22:15:47.087Z] #27 5.164 Reading package lists...
22:15:47 [2020-12-04T22:15:47.087Z] #27 ...
22:15:47 [2020-12-04T22:15:47.087Z] 
22:15:47 [2020-12-04T22:15:47.087Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:15:47 [2020-12-04T22:15:47.087Z] #10 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.4s done
22:15:47 [2020-12-04T22:15:47.087Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.3s done
22:15:47 [2020-12-04T22:15:47.087Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.6s done
22:15:47 [2020-12-04T22:15:47.087Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.3s done
22:15:47 [2020-12-04T22:15:47.087Z] #10 DONE 15.0s
22:15:47 [2020-12-04T22:15:47.087Z] 
22:15:47 [2020-12-04T22:15:47.087Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:15:47 [2020-12-04T22:15:47.087Z] #27 5.164 Reading package lists...
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_BLK_CGROUP: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_IOSCHED_CFQ: missing
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_CGROUP_PERF: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_CGROUP_HUGETLB: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_CFS_BANDWIDTH: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_RT_GROUP_SCHED: missing
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_IP_VS: enabled (as module)
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_IP_VS_NFCT: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_IP_VS_RR: enabled (as module)
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_EXT4_FS: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:15:47 [2020-12-04T22:15:47.237Z] - Network Drivers:
22:15:47 [2020-12-04T22:15:47.237Z]   - "overlay":
22:15:47 [2020-12-04T22:15:47.237Z]     - CONFIG_VXLAN: enabled (as module)
22:15:47 [2020-12-04T22:15:47.237Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:15:47 [2020-12-04T22:15:47.237Z]       Optional (for encrypted networks):
22:15:47 [2020-12-04T22:15:47.237Z]       - CONFIG_CRYPTO: enabled
22:15:47 [2020-12-04T22:15:47.237Z]       - CONFIG_CRYPTO_AEAD: enabled
22:15:47 [2020-12-04T22:15:47.237Z]       - CONFIG_CRYPTO_GCM: enabled
22:15:47 [2020-12-04T22:15:47.237Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:15:47 [2020-12-04T22:15:47.237Z]       - CONFIG_CRYPTO_GHASH: enabled
22:15:47 [2020-12-04T22:15:47.237Z]       - CONFIG_XFRM: enabled
22:15:47 [2020-12-04T22:15:47.237Z]       - CONFIG_XFRM_USER: enabled (as module)
22:15:47 [2020-12-04T22:15:47.237Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:15:47 [2020-12-04T22:15:47.237Z]       - CONFIG_INET_ESP: enabled (as module)
22:15:47 [2020-12-04T22:15:47.237Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
22:15:47 [2020-12-04T22:15:47.237Z]   - "ipvlan":
22:15:47 [2020-12-04T22:15:47.237Z]     - CONFIG_IPVLAN: enabled (as module)
22:15:47 [2020-12-04T22:15:47.237Z]   - "macvlan":
22:15:47 [2020-12-04T22:15:47.237Z]     - CONFIG_MACVLAN: enabled (as module)
22:15:47 [2020-12-04T22:15:47.237Z]     - CONFIG_DUMMY: enabled (as module)
22:15:47 [2020-12-04T22:15:47.237Z]   - "ftp,tftp client in container":
22:15:47 [2020-12-04T22:15:47.499Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:15:47 [2020-12-04T22:15:47.499Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:15:47 [2020-12-04T22:15:47.499Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:15:47 [2020-12-04T22:15:47.499Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:15:47 [2020-12-04T22:15:47.499Z] - Storage Drivers:
22:15:47 [2020-12-04T22:15:47.499Z]   - "aufs":
22:15:47 [2020-12-04T22:15:47.499Z]     - CONFIG_AUFS_FS: enabled (as module)
22:15:47 [2020-12-04T22:15:47.499Z]   - "btrfs":
22:15:47 [2020-12-04T22:15:47.499Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:15:47 [2020-12-04T22:15:47.499Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:15:47 [2020-12-04T22:15:47.499Z]   - "devicemapper":
22:15:47 [2020-12-04T22:15:47.499Z]     - CONFIG_BLK_DEV_DM: enabled
22:15:47 [2020-12-04T22:15:47.499Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:15:47 [2020-12-04T22:15:47.499Z]   - "overlay":
22:15:47 [2020-12-04T22:15:47.499Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:15:47 [2020-12-04T22:15:47.499Z]   - "zfs":
22:15:47 [2020-12-04T22:15:47.499Z]     - /dev/zfs: present
22:15:47 [2020-12-04T22:15:47.499Z]     - zfs command: missing
22:15:47 [2020-12-04T22:15:47.499Z]     - zpool command: missing
22:15:47 [2020-12-04T22:15:47.499Z] 
22:15:47 [2020-12-04T22:15:47.499Z] Limits:
22:15:47 [2020-12-04T22:15:47.499Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:15:47 [2020-12-04T22:15:47.499Z] 
22:15:47 [2020-12-04T22:15:47.499Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:15:47 [2020-12-04T22:15:47.723Z] #27 6.672 Building dependency tree...
22:15:47 [2020-12-04T22:15:47.723Z] #27 7.162 The following additional packages will be installed:
22:15:47 [2020-12-04T22:15:47.723Z] #27 7.163   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
22:15:47 [2020-12-04T22:15:47.723Z] #27 7.163   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
22:15:47 [2020-12-04T22:15:47.723Z] #27 7.163   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
22:15:47 [2020-12-04T22:15:47.723Z] #27 7.165 Suggested packages:
22:15:47 [2020-12-04T22:15:47.723Z] #27 7.165   krb5-doc krb5-user
22:15:47 [2020-12-04T22:15:47.723Z] #27 7.165 Recommended packages:
22:15:47 [2020-12-04T22:15:47.723Z] #27 7.165   krb5-locales publicsuffix libsasl2-modules
22:15:47 [2020-12-04T22:15:47.863Z] + sudo modprobe ip_vs
22:15:47 [2020-12-04T22:15:47.863Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:fdceba93defafa708bcb082cd1f747a5f58010b7 .
22:15:47 [2020-12-04T22:15:47.863Z] #2 [internal] load .dockerignore
22:15:47 [2020-12-04T22:15:47.863Z] #2 transferring context: 87B done
22:15:47 [2020-12-04T22:15:47.863Z] #2 DONE 0.1s
22:15:47 [2020-12-04T22:15:47.863Z] 
22:15:47 [2020-12-04T22:15:47.863Z] #1 [internal] load build definition from Dockerfile
22:15:47 [2020-12-04T22:15:47.863Z] #1 transferring dockerfile: 16.58kB done
22:15:47 [2020-12-04T22:15:47.863Z] #1 DONE 0.1s
22:15:47 [2020-12-04T22:15:47.863Z] 
22:15:47 [2020-12-04T22:15:47.863Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.455 The following NEW packages will be installed:
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.456   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.457   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.457   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.458   libssh2-1 libssl1.1 openssl
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.523 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.523 Need to get 5166 kB of archives.
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.523 After this operation, 14.6 MB of additional disk space will be used.
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.523 Get:1 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB]
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.525 Get:2 http://security.debian.org/debian-security buster/updates/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB]
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.536 Get:3 http://security.debian.org/debian-security buster/updates/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB]
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.544 Get:4 http://deb.debian.org/debian buster/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u3 [1526 kB]
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.544 Get:5 http://security.debian.org/debian-security buster/updates/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB]
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.557 Get:6 http://security.debian.org/debian-security buster/updates/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB]
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.562 Get:7 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB]
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.585 Get:8 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u4 [243 kB]
22:15:48 [2020-12-04T22:15:48.025Z] #27 7.652 Get:9 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB]
22:15:48 [2020-12-04T22:15:48.320Z] #27 7.656 Get:10 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB]
22:15:48 [2020-12-04T22:15:48.320Z] #27 7.660 Get:11 http://deb.debian.org/debian buster/main ppc64el openssl ppc64el 1.1.1d-0+deb10u3 [843 kB]
22:15:48 [2020-12-04T22:15:48.320Z] #27 7.690 Get:12 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u1 [158 kB]
22:15:48 [2020-12-04T22:15:48.320Z] #27 7.694 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB]
22:15:48 [2020-12-04T22:15:48.320Z] #27 7.699 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB]
22:15:48 [2020-12-04T22:15:48.320Z] #27 7.702 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB]
22:15:48 [2020-12-04T22:15:48.320Z] #27 7.704 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB]
22:15:48 [2020-12-04T22:15:48.320Z] #27 7.714 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB]
22:15:48 [2020-12-04T22:15:48.320Z] #27 7.725 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB]
22:15:48 [2020-12-04T22:15:48.320Z] #27 7.733 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
22:15:48 [2020-12-04T22:15:48.320Z] #27 7.738 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
22:15:48 [2020-12-04T22:15:48.320Z] #27 7.741 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
22:15:48 [2020-12-04T22:15:48.391Z] #43 ...
22:15:48 [2020-12-04T22:15:48.391Z] 
22:15:48 [2020-12-04T22:15:48.391Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:15:48 [2020-12-04T22:15:48.391Z] #41 40.29   LINK     criu/pie/restorer.built-in.o
22:15:48 [2020-12-04T22:15:48.391Z] #41 40.30   GEN      criu/pie/restorer-blob.h
22:15:48 [2020-12-04T22:15:48.391Z] #41 40.36   DEP      criu/vdso.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 40.52   DEP      criu/uts_ns.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 40.67   DEP      criu/util.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 40.89   DEP      criu/uffd.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 41.08   DEP      criu/tun.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 41.17   DEP      criu/tty.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 41.29   DEP      criu/timerfd.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 41.45   DEP      criu/timens.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 41.54   DEP      criu/sysfs_parse.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 41.67   DEP      criu/sysctl.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 41.85   DEP      criu/string.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 41.86   DEP      criu/stats.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 41.95   DEP      criu/sockets.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 42.11   DEP      criu/sk-unix.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 42.21   DEP      criu/sk-tcp.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 42.42   DEP      criu/sk-queue.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 42.61   DEP      criu/sk-packet.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 42.72   DEP      criu/sk-netlink.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 42.82   DEP      criu/sk-inet.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 42.94   DEP      criu/signalfd.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 43.06   DEP      criu/sigframe.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 43.14   DEP      criu/shmem.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 43.30   DEP      criu/servicefd.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 43.39   DEP      criu/seize.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 43.54   DEP      criu/seccomp.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 43.69   DEP      criu/rst-malloc.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 43.74   DEP      criu/rbtree.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 43.76   DEP      criu/pstree.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 43.90   DEP      criu/protobuf.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 44.01   GEN      criu/protobuf-desc-gen.h
22:15:48 [2020-12-04T22:15:48.391Z] #41 45.00   DEP      criu/protobuf-desc.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 45.07   DEP      criu/proc_parse.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 45.19   DEP      criu/plugin.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 45.23   DEP      criu/pipes.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 45.31   DEP      criu/pie-util.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 45.36   DEP      criu/pie-util-vdso.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 45.41   DEP      criu/path.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 45.47   DEP      criu/parasite-syscall.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 45.60   DEP      criu/pagemap.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 45.72   DEP      criu/pagemap-cache.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 45.82   DEP      criu/page-xfer.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 45.94   DEP      criu/page-pipe.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 46.06   DEP      criu/netfilter.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 46.21   DEP      criu/net.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 46.40   DEP      criu/namespaces.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 46.50   DEP      criu/mount.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 46.67   DEP      criu/memfd.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 46.82   DEP      criu/mem.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 46.91   DEP      criu/lsm.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 47.08   DEP      criu/log.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 47.20   DEP      criu/libnetlink.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 47.34   DEP      criu/kerndat.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 47.55   DEP      criu/kcmp-ids.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 47.66   DEP      criu/irmap.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 47.79   DEP      criu/ipc_ns.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 47.98   DEP      criu/image.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 48.15   DEP      criu/image-desc.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 48.26   DEP      criu/fsnotify.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 48.43   DEP      criu/filesystems.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 48.57   DEP      criu/files.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 48.66   DEP      criu/files-reg.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 48.78   DEP      criu/files-ext.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 48.86   DEP      criu/file-lock.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 48.96   DEP      criu/file-ids.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 49.12   DEP      criu/fifo.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 49.28   DEP      criu/fdstore.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 49.35   DEP      criu/fault-injection.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 49.38   DEP      criu/external.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 49.45   DEP      criu/eventpoll.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 49.55   DEP      criu/eventfd.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 49.64   DEP      criu/crtools.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 49.77   DEP      criu/cr-service.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 49.95   DEP      criu/cr-restore.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 50.18   DEP      criu/cr-errno.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 50.18   DEP      criu/cr-dump.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 50.40   DEP      criu/cr-dedup.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 ...
22:15:48 [2020-12-04T22:15:48.391Z] 
22:15:48 [2020-12-04T22:15:48.391Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:15:48 [2020-12-04T22:15:48.391Z] #18 0.946 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:15:48 [2020-12-04T22:15:48.391Z] #18 0.975 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:15:48 [2020-12-04T22:15:48.391Z] #18 1.000 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:15:48 [2020-12-04T22:15:48.391Z] #18 1.324 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
22:15:48 [2020-12-04T22:15:48.391Z] #18 1.847 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [225 kB]
22:15:48 [2020-12-04T22:15:48.391Z] #18 3.176 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
22:15:48 [2020-12-04T22:15:48.391Z] #18 5.882 Fetched 8095 kB in 5s (1621 kB/s)
22:15:48 [2020-12-04T22:15:48.391Z] #18 5.882 Reading package lists...
22:15:48 [2020-12-04T22:15:48.391Z] #18 7.813 Reading package lists...
22:15:48 [2020-12-04T22:15:48.391Z] #18 9.802 Building dependency tree...
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.20 libcap2-bin is already the newest version (1:2.25-2).
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.20 The following additional packages will be installed:
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.20   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.20   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.20   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.20   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.20   python3.7 python3.7-minimal vim-runtime xxd
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.21 Suggested packages:
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.21   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.21   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.21   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.21 Recommended packages:
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.21   aufs-dkms nftables build-essential python3-dev python3-keyring
22:15:48 [2020-12-04T22:15:48.391Z] #18 10.21   python3-keyrings.alt python3-xdg unzip
22:15:48 [2020-12-04T22:15:48.391Z] #18 ...
22:15:48 [2020-12-04T22:15:48.391Z] 
22:15:48 [2020-12-04T22:15:48.391Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:15:48 [2020-12-04T22:15:48.391Z] #41 50.61   DEP      criu/cr-check.d
22:15:48 [2020-12-04T22:15:48.391Z] #41 50.81   DEP      criu/config.d
22:15:48 [2020-12-04T22:15:48.613Z] #27 7.973 debconf: delaying package configuration, since apt-utils is not installed
22:15:48 [2020-12-04T22:15:48.614Z] #27 7.995 Fetched 5166 kB in 0s (21.3 MB/s)
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.017 Selecting previously unselected package libkeyutils1:ppc64el.
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.017 (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.)
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.018 Preparing to unpack .../00-libkeyutils1_1.6-6_ppc64el.deb ...
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.022 Unpacking libkeyutils1:ppc64el (1.6-6) ...
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.047 Selecting previously unselected package libkrb5support0:ppc64el.
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.049 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ...
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.050 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ...
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.084 Selecting previously unselected package libk5crypto3:ppc64el.
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.086 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ...
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.087 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ...
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.131 Selecting previously unselected package libssl1.1:ppc64el.
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.134 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u3_ppc64el.deb ...
22:15:48 [2020-12-04T22:15:48.614Z] #27 8.136 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u3) ...
22:15:48 [2020-12-04T22:15:48.684Z] #41 51.00   DEP      criu/clone-noasan.d
22:15:48 [2020-12-04T22:15:48.684Z] #41 51.06   DEP      criu/cgroup.d
22:15:48 [2020-12-04T22:15:48.918Z] #27 8.369 Selecting previously unselected package libkrb5-3:ppc64el.
22:15:48 [2020-12-04T22:15:48.918Z] #27 8.370 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ...
22:15:48 [2020-12-04T22:15:48.918Z] #27 8.371 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ...
22:15:48 [2020-12-04T22:15:48.918Z] #27 8.475 Selecting previously unselected package libgssapi-krb5-2:ppc64el.
22:15:48 [2020-12-04T22:15:48.937Z] Client: Docker Engine - Community
22:15:48 [2020-12-04T22:15:48.938Z]  Version:           19.03.13
22:15:48 [2020-12-04T22:15:48.938Z]  API version:       1.40
22:15:48 [2020-12-04T22:15:48.938Z]  Go version:        go1.13.15
22:15:48 [2020-12-04T22:15:48.938Z]  Git commit:        4484c46d9d
22:15:48 [2020-12-04T22:15:48.938Z]  Built:             Wed Sep 16 17:02:36 2020
22:15:48 [2020-12-04T22:15:48.938Z]  OS/Arch:           linux/amd64
22:15:48 [2020-12-04T22:15:48.938Z]  Experimental:      false
22:15:48 [2020-12-04T22:15:48.938Z] 
22:15:48 [2020-12-04T22:15:48.938Z] Server: Docker Engine - Community
22:15:48 [2020-12-04T22:15:48.938Z]  Engine:
22:15:48 [2020-12-04T22:15:48.938Z]   Version:          19.03.13
22:15:48 [2020-12-04T22:15:48.938Z]   API version:      1.40 (minimum version 1.12)
22:15:48 [2020-12-04T22:15:48.938Z]   Go version:       go1.13.15
22:15:48 [2020-12-04T22:15:48.938Z]   Git commit:       4484c46d9d
22:15:48 [2020-12-04T22:15:48.938Z]   Built:            Wed Sep 16 17:01:06 2020
22:15:48 [2020-12-04T22:15:48.938Z]   OS/Arch:          linux/amd64
22:15:48 [2020-12-04T22:15:48.938Z]   Experimental:     true
22:15:48 [2020-12-04T22:15:48.938Z]  containerd:
22:15:48 [2020-12-04T22:15:48.938Z]   Version:          1.3.7
22:15:48 [2020-12-04T22:15:48.938Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
22:15:48 [2020-12-04T22:15:48.938Z]  runc:
22:15:48 [2020-12-04T22:15:48.938Z]   Version:          1.0.0-rc10
22:15:48 [2020-12-04T22:15:48.938Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:15:48 [2020-12-04T22:15:48.938Z]  docker-init:
22:15:48 [2020-12-04T22:15:48.938Z]   Version:          0.18.0
22:15:48 [2020-12-04T22:15:48.938Z]   GitCommit:        fec3683
22:15:48 [2020-12-04T22:15:48.974Z] #41 51.22   DEP      criu/cgroup-props.d
22:15:48 [2020-12-04T22:15:48.974Z] #41 51.27   DEP      criu/bitmap.d
22:15:48 [2020-12-04T22:15:48.974Z] #41 51.27   DEP      criu/bfd.d
22:15:48 [2020-12-04T22:15:48.974Z] #41 51.32   DEP      criu/autofs.d
[Pipeline] sh
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.477 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ...
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.479 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ...
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.525 Selecting previously unselected package libsasl2-modules-db:ppc64el.
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.528 Preparing to unpack .../06-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ...
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.529 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ...
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.561 Selecting previously unselected package libsasl2-2:ppc64el.
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.564 Preparing to unpack .../07-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ...
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.565 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ...
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.605 Selecting previously unselected package libldap-common.
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.609 Preparing to unpack .../08-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ...
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.610 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ...
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.643 Selecting previously unselected package libldap-2.4-2:ppc64el.
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.645 Preparing to unpack .../09-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_ppc64el.deb ...
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.647 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ...
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.703 Selecting previously unselected package openssl.
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.706 Preparing to unpack .../10-openssl_1.1.1d-0+deb10u3_ppc64el.deb ...
22:15:49 [2020-12-04T22:15:49.217Z] #27 8.707 Unpacking openssl (1.1.1d-0+deb10u3) ...
22:15:49 [2020-12-04T22:15:49.264Z] #41 51.49   DEP      criu/aio.d
22:15:49 [2020-12-04T22:15:49.264Z] #41 51.68   DEP      criu/action-scripts.d
22:15:49 [2020-12-04T22:15:49.297Z] + docker info
22:15:49 [2020-12-04T22:15:49.515Z] #27 8.880 Selecting previously unselected package ca-certificates.
22:15:49 [2020-12-04T22:15:49.515Z] #27 8.881 Preparing to unpack .../11-ca-certificates_20200601~deb10u1_all.deb ...
22:15:49 [2020-12-04T22:15:49.515Z] #27 8.882 Unpacking ca-certificates (20200601~deb10u1) ...
22:15:49 [2020-12-04T22:15:49.515Z] #27 8.944 Selecting previously unselected package libnghttp2-14:ppc64el.
22:15:49 [2020-12-04T22:15:49.515Z] #27 8.946 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ...
22:15:49 [2020-12-04T22:15:49.515Z] #27 8.948 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ...
22:15:49 [2020-12-04T22:15:49.515Z] #27 8.982 Selecting previously unselected package libpsl5:ppc64el.
22:15:49 [2020-12-04T22:15:49.515Z] #27 8.984 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ...
22:15:49 [2020-12-04T22:15:49.515Z] #27 8.986 Unpacking libpsl5:ppc64el (0.20.2-2) ...
22:15:49 [2020-12-04T22:15:49.515Z] #27 9.013 Selecting previously unselected package librtmp1:ppc64el.
22:15:49 [2020-12-04T22:15:49.515Z] #27 9.015 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ...
22:15:49 [2020-12-04T22:15:49.515Z] #27 9.017 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ...
22:15:49 [2020-12-04T22:15:49.515Z] #27 9.057 Selecting previously unselected package libssh2-1:ppc64el.
22:15:49 [2020-12-04T22:15:49.515Z] #27 9.059 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ...
22:15:49 [2020-12-04T22:15:49.515Z] #27 9.062 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ...
22:15:49 [2020-12-04T22:15:49.515Z] #27 9.124 Selecting previously unselected package libcurl4:ppc64el.
22:15:49 [2020-12-04T22:15:49.515Z] #27 9.124 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ...
22:15:49 [2020-12-04T22:15:49.554Z] #41 51.95   CC       criu/action-scripts.o
22:15:49 [2020-12-04T22:15:49.809Z] #27 9.137 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ...
22:15:49 [2020-12-04T22:15:49.809Z] #27 9.288 Selecting previously unselected package curl.
22:15:49 [2020-12-04T22:15:49.809Z] #27 9.291 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ...
22:15:49 [2020-12-04T22:15:49.809Z] #27 9.292 Unpacking curl (7.64.0-4+deb10u1) ...
22:15:49 [2020-12-04T22:15:49.809Z] #27 9.344 Selecting previously unselected package libonig5:ppc64el.
22:15:49 [2020-12-04T22:15:49.809Z] #27 9.344 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ...
22:15:49 [2020-12-04T22:15:49.809Z] #27 9.345 Unpacking libonig5:ppc64el (6.9.1-1) ...
22:15:49 [2020-12-04T22:15:49.809Z] #27 9.393 Selecting previously unselected package libjq1:ppc64el.
22:15:49 [2020-12-04T22:15:49.846Z] #41 52.20   CC       criu/aio.o
22:15:49 [2020-12-04T22:15:49.846Z] #41 ...
22:15:49 [2020-12-04T22:15:49.846Z] 
22:15:49 [2020-12-04T22:15:49.846Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:15:49 [2020-12-04T22:15:49.846Z] #43 DONE 86.0s
22:15:50 [2020-12-04T22:15:50.103Z] #27 9.396 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
22:15:50 [2020-12-04T22:15:50.103Z] #27 9.397 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
22:15:50 [2020-12-04T22:15:50.103Z] #27 9.433 Selecting previously unselected package jq.
22:15:50 [2020-12-04T22:15:50.103Z] #27 9.435 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ...
22:15:50 [2020-12-04T22:15:50.103Z] #27 9.437 Unpacking jq (1.5+dfsg-2+b1) ...
22:15:50 [2020-12-04T22:15:50.103Z] #27 9.474 Setting up libkeyutils1:ppc64el (1.6-6) ...
22:15:50 [2020-12-04T22:15:50.103Z] #27 9.478 Setting up libpsl5:ppc64el (0.20.2-2) ...
22:15:50 [2020-12-04T22:15:50.103Z] #27 9.481 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u3) ...
22:15:50 [2020-12-04T22:15:50.103Z] #27 9.646 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ...
22:15:50 [2020-12-04T22:15:50.137Z] 
22:15:50 [2020-12-04T22:15:50.137Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.25 The following NEW packages will be installed:
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.26   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.26   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.26   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.26   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.26   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.26   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.26   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.26   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.26   xz-utils zip
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.35 0 upgraded, 48 newly installed, 0 to remove and 9 not upgraded.
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.35 Need to get 27.7 MB of archives.
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.35 After this operation, 117 MB of additional disk space will be used.
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.40 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.45 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.45 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #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]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.74 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.74 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.78 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.84 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.84 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.84 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.85 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 11.93 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.03 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.05 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.05 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.05 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.06 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.06 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.09 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.09 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.11 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.14 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.14 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.15 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB]
22:15:50 [2020-12-04T22:15:50.137Z] #18 12.15 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.649 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ...
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.653 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ...
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.657 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ...
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.660 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ...
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.663 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ...
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.667 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ...
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.670 Setting up libssh2-1:ppc64el (1.8.0-2.1) ...
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.673 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ...
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.676 Setting up openssl (1.1.1d-0+deb10u3) ...
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.684 Setting up libonig5:ppc64el (6.9.1-1) ...
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.689 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.692 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ...
22:15:50 [2020-12-04T22:15:50.397Z] #27 9.695 Setting up ca-certificates (20200601~deb10u1) ...
22:15:50 [2020-12-04T22:15:50.418Z] #3 DONE 2.2s
22:15:50 [2020-12-04T22:15:50.418Z] 
22:15:50 [2020-12-04T22:15:50.418Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
22:15:50 [2020-12-04T22:15:50.418Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
22:15:50 [2020-12-04T22:15:50.418Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
22:15:50 [2020-12-04T22:15:50.418Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
22:15:50 [2020-12-04T22:15:50.418Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
22:15:50 [2020-12-04T22:15:50.418Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.0s
22:15:50 [2020-12-04T22:15:50.418Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.1s
22:15:50 [2020-12-04T22:15:50.460Z] #18 12.53 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
22:15:50 [2020-12-04T22:15:50.460Z] #18 12.53 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
22:15:50 [2020-12-04T22:15:50.460Z] #18 12.53 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
22:15:50 [2020-12-04T22:15:50.460Z] #18 12.56 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB]
22:15:50 [2020-12-04T22:15:50.460Z] #18 12.56 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB]
22:15:50 [2020-12-04T22:15:50.460Z] #18 12.60 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB]
22:15:50 [2020-12-04T22:15:50.678Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done
22:15:50 [2020-12-04T22:15:50.678Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61
22:15:50 [2020-12-04T22:15:50.750Z] #18 12.80 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB]
22:15:50 [2020-12-04T22:15:50.750Z] #18 12.80 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB]
22:15:50 [2020-12-04T22:15:50.750Z] #18 12.82 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB]
22:15:50 [2020-12-04T22:15:50.750Z] #18 12.82 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB]
22:15:50 [2020-12-04T22:15:50.750Z] #18 12.82 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB]
22:15:50 [2020-12-04T22:15:50.750Z] #18 12.82 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB]
22:15:50 [2020-12-04T22:15:50.750Z] #18 12.89 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB]
22:15:50 [2020-12-04T22:15:50.939Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done
22:15:51 [2020-12-04T22:15:51.038Z] #27 10.47 Updating certificates in /etc/ssl/certs...
22:15:51 [2020-12-04T22:15:51.040Z] #18 13.03 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB]
22:15:51 [2020-12-04T22:15:51.040Z] #18 13.09 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB]
22:15:51 [2020-12-04T22:15:51.040Z] #18 13.09 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB]
22:15:51 [2020-12-04T22:15:51.207Z] #4 DONE 0.8s
22:15:51 [2020-12-04T22:15:51.207Z] 
22:15:51 [2020-12-04T22:15:51.207Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
22:15:51 [2020-12-04T22:15:51.330Z] #18 13.30 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB]
22:15:51 [2020-12-04T22:15:51.330Z] #18 13.37 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB]
22:15:51 [2020-12-04T22:15:51.330Z] #18 13.41 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB]
22:15:51 [2020-12-04T22:15:51.467Z] #7 DONE 0.2s
22:15:51 [2020-12-04T22:15:51.467Z] 
22:15:51 [2020-12-04T22:15:51.467Z] #6 [internal] load metadata for docker.io/library/debian:buster
22:15:51 [2020-12-04T22:15:51.619Z] #18 13.75 debconf: delaying package configuration, since apt-utils is not installed
22:15:51 [2020-12-04T22:15:51.619Z] #18 13.81 Fetched 27.7 MB in 2s (13.1 MB/s)
22:15:51 [2020-12-04T22:15:51.619Z] #18 13.85 Selecting previously unselected package pigz.
22:15:51 [2020-12-04T22:15:51.619Z] #18 13.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 ... 23199 files and directories currently installed.)
22:15:51 [2020-12-04T22:15:51.619Z] #18 13.86 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ...
22:15:51 [2020-12-04T22:15:51.619Z] #18 13.86 Unpacking pigz (2.4-1) ...
22:15:51 [2020-12-04T22:15:51.619Z] #18 13.91 Selecting previously unselected package libpython3.7-minimal:s390x.
22:15:51 [2020-12-04T22:15:51.619Z] #18 13.91 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ...
22:15:51 [2020-12-04T22:15:51.909Z] #18 13.92 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ...
22:15:52 [2020-12-04T22:15:52.037Z] #6 DONE 0.8s
22:15:52 [2020-12-04T22:15:52.037Z] 
22:15:52 [2020-12-04T22:15:52.037Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
22:15:52 [2020-12-04T22:15:52.037Z] #5 DONE 0.7s
22:15:52 [2020-12-04T22:15:52.037Z] 
22:15:52 [2020-12-04T22:15:52.037Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:15:52 [2020-12-04T22:15:52.037Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
22:15:52 [2020-12-04T22:15:52.037Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
22:15:52 [2020-12-04T22:15:52.037Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
22:15:52 [2020-12-04T22:15:52.037Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
22:15:52 [2020-12-04T22:15:52.037Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.0s
22:15:52 [2020-12-04T22:15:52.037Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.0s
22:15:52 [2020-12-04T22:15:52.037Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.0s
22:15:52 [2020-12-04T22:15:52.081Z] #27 ...
22:15:52 [2020-12-04T22:15:52.081Z] 
22:15:52 [2020-12-04T22:15:52.081Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:15:52 [2020-12-04T22:15:52.081Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.8s done
22:15:52 [2020-12-04T22:15:52.081Z] #10 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done
22:15:52 [2020-12-04T22:15:52.081Z] #10 DONE 19.9s
22:15:52 [2020-12-04T22:15:52.081Z] 
22:15:52 [2020-12-04T22:15:52.081Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:15:52 [2020-12-04T22:15:52.081Z] #27 11.38 126 added, 0 removed; done.
22:15:52 [2020-12-04T22:15:52.081Z] #27 11.41 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ...
22:15:52 [2020-12-04T22:15:52.081Z] #27 ...
22:15:52 [2020-12-04T22:15:52.081Z] 
22:15:52 [2020-12-04T22:15:52.081Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
22:15:52 [2020-12-04T22:15:52.081Z] #11 DONE 0.2s
22:15:52 [2020-12-04T22:15:52.081Z] 
22:15:52 [2020-12-04T22:15:52.081Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:15:52 [2020-12-04T22:15:52.081Z] #27 11.41 Setting up jq (1.5+dfsg-2+b1) ...
22:15:52 [2020-12-04T22:15:52.081Z] #27 11.41 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ...
22:15:52 [2020-12-04T22:15:52.081Z] #27 11.42 Setting up curl (7.64.0-4+deb10u1) ...
22:15:52 [2020-12-04T22:15:52.081Z] #27 11.42 Processing triggers for libc-bin (2.28-10) ...
22:15:52 [2020-12-04T22:15:52.081Z] #27 11.43 Processing triggers for ca-certificates (20200601~deb10u1) ...
22:15:52 [2020-12-04T22:15:52.081Z] #27 11.43 Updating certificates in /etc/ssl/certs...
22:15:52 [2020-12-04T22:15:52.199Z] #18 14.24 Selecting previously unselected package python3.7-minimal.
22:15:52 [2020-12-04T22:15:52.199Z] #18 14.24 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ...
22:15:52 [2020-12-04T22:15:52.199Z] #18 14.25 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
22:15:52 [2020-12-04T22:15:52.301Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.77MB / 10.00MB 0.2s
22:15:52 [2020-12-04T22:15:52.301Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.22MB / 50.40MB 0.4s
22:15:52 [2020-12-04T22:15:52.301Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.31MB / 7.81MB 0.4s
22:15:52 [2020-12-04T22:15:52.301Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 8.33MB / 10.00MB 0.4s
22:15:52 [2020-12-04T22:15:52.379Z] #27 ...
22:15:52 [2020-12-04T22:15:52.379Z] 
22:15:52 [2020-12-04T22:15:52.379Z] #12 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
22:15:52 [2020-12-04T22:15:52.379Z] #12 DONE 0.2s
22:15:52 [2020-12-04T22:15:52.379Z] 
22:15:52 [2020-12-04T22:15:52.379Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:15:52 [2020-12-04T22:15:52.379Z] #31 DONE 0.1s
22:15:52 [2020-12-04T22:15:52.379Z] 
22:15:52 [2020-12-04T22:15:52.379Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:15:52 [2020-12-04T22:15:52.379Z] #39 DONE 0.1s
22:15:52 [2020-12-04T22:15:52.379Z] 
22:15:52 [2020-12-04T22:15:52.379Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:15:52 [2020-12-04T22:15:52.572Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 3.14MB / 7.81MB 0.4s
22:15:52 [2020-12-04T22:15:52.572Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.4s
22:15:52 [2020-12-04T22:15:52.572Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 11.89MB / 50.40MB 0.6s
22:15:52 [2020-12-04T22:15:52.572Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 4.10MB / 7.81MB 0.6s
22:15:52 [2020-12-04T22:15:52.572Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.5s done
22:15:52 [2020-12-04T22:15:52.572Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.6s
22:15:52 [2020-12-04T22:15:52.833Z] #18 ...
22:15:52 [2020-12-04T22:15:52.833Z] 
22:15:52 [2020-12-04T22:15:52.833Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:15:52 [2020-12-04T22:15:52.833Z] #30 DONE 88.9s
22:15:52 [2020-12-04T22:15:52.833Z] 
22:15:52 [2020-12-04T22:15:52.833Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:15:52 [2020-12-04T22:15:52.833Z] #18 14.97 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ...
22:15:52 [2020-12-04T22:15:52.833Z] #18 14.99 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
22:15:52 [2020-12-04T22:15:52.836Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 15.00MB / 50.40MB 0.7s
22:15:52 [2020-12-04T22:15:52.836Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.7s
22:15:53 [2020-12-04T22:15:53.029Z] #40 ...
22:15:53 [2020-12-04T22:15:53.029Z] 
22:15:53 [2020-12-04T22:15:53.029Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:15:53 [2020-12-04T22:15:53.029Z] #27 12.28 0 added, 0 removed; done.
22:15:53 [2020-12-04T22:15:53.029Z] #27 12.28 Running hooks in /etc/ca-certificates/update.d...
22:15:53 [2020-12-04T22:15:53.029Z] #27 12.29 done.
22:15:53 [2020-12-04T22:15:53.029Z] #27 DONE 12.4s
22:15:53 [2020-12-04T22:15:53.029Z] 
22:15:53 [2020-12-04T22:15:53.029Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:15:53 [2020-12-04T22:15:53.029Z] #28 DONE 0.1s
22:15:53 [2020-12-04T22:15:53.029Z] 
22:15:53 [2020-12-04T22:15:53.029Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:15:53 [2020-12-04T22:15:53.029Z] #40 0.643 + git clone https://github.com/docker/distribution.git .
22:15:53 [2020-12-04T22:15:53.029Z] #40 0.649 Cloning into '.'...
22:15:53 [2020-12-04T22:15:53.102Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 23.88MB / 50.40MB 1.0s
22:15:53 [2020-12-04T22:15:53.102Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.7s done
22:15:53 [2020-12-04T22:15:53.102Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 11.09MB / 51.83MB 1.0s
22:15:53 [2020-12-04T22:15:53.102Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 1.82MB / 68.67MB 1.0s
22:15:53 [2020-12-04T22:15:53.102Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 32.93MB / 50.40MB 1.2s
22:15:53 [2020-12-04T22:15:53.102Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.48MB / 51.83MB 1.2s
22:15:53 [2020-12-04T22:15:53.102Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 11.55MB / 68.67MB 1.2s
22:15:53 [2020-12-04T22:15:53.365Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 38.37MB / 50.40MB 1.3s
22:15:53 [2020-12-04T22:15:53.365Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 25.08MB / 51.83MB 1.3s
22:15:53 [2020-12-04T22:15:53.365Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 15.09MB / 68.67MB 1.3s
22:15:53 [2020-12-04T22:15:53.365Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 42.61MB / 50.40MB 1.4s
22:15:53 [2020-12-04T22:15:53.365Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 29.14MB / 51.83MB 1.4s
22:15:53 [2020-12-04T22:15:53.626Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 49.77MB / 50.40MB 1.5s
22:15:53 [2020-12-04T22:15:53.626Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 34.43MB / 51.83MB 1.5s
22:15:53 [2020-12-04T22:15:53.626Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 22.54MB / 68.67MB 1.5s
22:15:53 [2020-12-04T22:15:53.626Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.7s
22:15:53 [2020-12-04T22:15:53.626Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 38.01MB / 68.67MB 1.7s
22:15:53 [2020-12-04T22:15:53.885Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 51.54MB / 68.67MB 1.8s
22:15:54 [2020-12-04T22:15:54.148Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.1s
22:15:54 [2020-12-04T22:15:54.339Z] #18 ...
22:15:54 [2020-12-04T22:15:54.339Z] 
22:15:54 [2020-12-04T22:15:54.339Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:15:54 [2020-12-04T22:15:54.339Z] #41 52.53   CC       criu/autofs.o
22:15:54 [2020-12-04T22:15:54.339Z] #41 53.68   CC       criu/bfd.o
22:15:54 [2020-12-04T22:15:54.339Z] #41 54.04   CC       criu/bitmap.o
22:15:54 [2020-12-04T22:15:54.339Z] #41 54.14   CC       criu/cgroup-props.o
22:15:54 [2020-12-04T22:15:54.339Z] #41 54.57   CC       criu/cgroup.o
22:15:54 [2020-12-04T22:15:54.339Z] #41 56.41   CC       criu/clone-noasan.o
22:15:54 [2020-12-04T22:15:54.339Z] #41 56.59   CC       criu/config.o
22:15:54 [2020-12-04T22:15:54.992Z] #41 57.18   CC       criu/cr-check.o
22:15:55 [2020-12-04T22:15:55.098Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7
22:15:55 [2020-12-04T22:15:55.366Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.7s done
22:15:55 [2020-12-04T22:15:55.366Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.2s done
22:15:55 [2020-12-04T22:15:55.367Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.2s done
22:15:55 [2020-12-04T22:15:55.367Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 3.2s
22:15:55 [2020-12-04T22:15:55.367Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 3.2s
22:15:55 [2020-12-04T22:15:55.367Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.3s done
22:15:55 [2020-12-04T22:15:55.633Z] #8 ...
22:15:55 [2020-12-04T22:15:55.633Z] 
22:15:55 [2020-12-04T22:15:55.633Z] #21 [internal] load build context
22:15:55 [2020-12-04T22:15:55.633Z] #21 transferring context: 52.81MB 3.4s done
22:15:55 [2020-12-04T22:15:55.633Z] #21 DONE 3.6s
22:15:55 [2020-12-04T22:15:55.633Z] 
22:15:55 [2020-12-04T22:15:55.633Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:15:55 [2020-12-04T22:15:55.633Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 15.11MB / 120.17MB 3.6s
22:15:55 [2020-12-04T22:15:55.633Z] #41 57.98   CC       criu/cr-dedup.o
22:15:55 [2020-12-04T22:15:55.634Z] #41 ...
22:15:55 [2020-12-04T22:15:55.634Z] 
22:15:55 [2020-12-04T22:15:55.634Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:15:55 [2020-12-04T22:15:55.634Z] #18 16.40 Selecting previously unselected package python3-minimal.
22:15:55 [2020-12-04T22:15:55.634Z] #18 16.40 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23448 files and directories currently installed.)
22:15:55 [2020-12-04T22:15:55.634Z] #18 16.43 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 16.43 Unpacking python3-minimal (3.7.3-1) ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 16.48 Selecting previously unselected package libmpdec2:s390x.
22:15:55 [2020-12-04T22:15:55.634Z] #18 16.48 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 16.49 Unpacking libmpdec2:s390x (2.4.2-2) ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 16.54 Selecting previously unselected package libpython3.7-stdlib:s390x.
22:15:55 [2020-12-04T22:15:55.634Z] #18 16.54 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 16.54 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.08 Selecting previously unselected package python3.7.
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.08 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.09 Unpacking python3.7 (3.7.3-2+deb10u2) ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.15 Selecting previously unselected package libpython3-stdlib:s390x.
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.15 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.15 Unpacking libpython3-stdlib:s390x (3.7.3-1) ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.19 Setting up python3-minimal (3.7.3-1) ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.77 Selecting previously unselected package python3.
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.77 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23860 files and directories currently installed.)
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.80 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.81 Unpacking python3 (3.7.3-1) ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.85 Selecting previously unselected package libip4tc0:s390x.
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.86 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.86 Unpacking libip4tc0:s390x (1.8.2-4) ...
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.91 Selecting previously unselected package libip6tc0:s390x.
22:15:55 [2020-12-04T22:15:55.634Z] #18 17.91 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ...
22:15:55 [2020-12-04T22:15:55.898Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 30.80MB / 120.17MB 3.9s
22:15:55 [2020-12-04T22:15:55.924Z] #18 17.92 Unpacking libip6tc0:s390x (1.8.2-4) ...
22:15:55 [2020-12-04T22:15:55.924Z] #18 17.96 Selecting previously unselected package libiptc0:s390x.
22:15:55 [2020-12-04T22:15:55.924Z] #18 17.96 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ...
22:15:55 [2020-12-04T22:15:55.924Z] #18 17.97 Unpacking libiptc0:s390x (1.8.2-4) ...
22:15:55 [2020-12-04T22:15:55.924Z] #18 18.02 Selecting previously unselected package libnfnetlink0:s390x.
22:15:55 [2020-12-04T22:15:55.924Z] #18 18.02 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ...
22:15:55 [2020-12-04T22:15:55.924Z] #18 18.02 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ...
22:15:55 [2020-12-04T22:15:55.924Z] #18 18.05 Selecting previously unselected package libnetfilter-conntrack3:s390x.
22:15:55 [2020-12-04T22:15:55.924Z] #18 18.05 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ...
22:15:55 [2020-12-04T22:15:55.924Z] #18 18.05 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ...
22:15:55 [2020-12-04T22:15:55.924Z] #18 18.11 Selecting previously unselected package libnftnl11:s390x.
22:15:55 [2020-12-04T22:15:55.924Z] #18 18.12 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ...
22:15:55 [2020-12-04T22:15:55.924Z] #18 18.12 Unpacking libnftnl11:s390x (1.1.2-2) ...
22:15:55 [2020-12-04T22:15:55.924Z] #18 18.15 Selecting previously unselected package iptables.
22:15:55 [2020-12-04T22:15:55.924Z] #18 18.15 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ...
22:15:56 [2020-12-04T22:15:56.158Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 37.27MB / 120.17MB 4.0s
22:15:56 [2020-12-04T22:15:56.214Z] #18 18.15 Unpacking iptables (1.8.2-4) ...
22:15:56 [2020-12-04T22:15:56.214Z] #18 18.33 Selecting previously unselected package xxd.
22:15:56 [2020-12-04T22:15:56.214Z] #18 18.33 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ...
22:15:56 [2020-12-04T22:15:56.214Z] #18 18.34 Unpacking xxd (2:8.1.0875-5) ...
22:15:56 [2020-12-04T22:15:56.214Z] #18 18.41 Selecting previously unselected package vim-common.
22:15:56 [2020-12-04T22:15:56.422Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 43.87MB / 120.17MB 4.3s
22:15:56 [2020-12-04T22:15:56.422Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 50.84MB / 120.17MB 4.4s
22:15:56 [2020-12-04T22:15:56.504Z] #18 18.41 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
22:15:56 [2020-12-04T22:15:56.504Z] #18 18.42 Unpacking vim-common (2:8.1.0875-5) ...
22:15:56 [2020-12-04T22:15:56.504Z] #18 18.53 Selecting previously unselected package bash-completion.
22:15:56 [2020-12-04T22:15:56.504Z] #18 18.53 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
22:15:56 [2020-12-04T22:15:56.683Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 61.44MB / 120.17MB 4.7s
22:15:56 [2020-12-04T22:15:56.943Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 73.99MB / 120.17MB 4.9s
22:15:57 [2020-12-04T22:15:57.210Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 83.93MB / 120.17MB 5.2s
22:15:57 [2020-12-04T22:15:57.459Z] Client:
22:15:57 [2020-12-04T22:15:57.459Z]  Debug Mode: false
22:15:57 [2020-12-04T22:15:57.459Z] 
22:15:57 [2020-12-04T22:15:57.459Z] Server:
22:15:57 [2020-12-04T22:15:57.459Z]  Containers: 0
22:15:57 [2020-12-04T22:15:57.459Z]   Running: 0
22:15:57 [2020-12-04T22:15:57.459Z]   Paused: 0
22:15:57 [2020-12-04T22:15:57.459Z]   Stopped: 0
22:15:57 [2020-12-04T22:15:57.459Z]  Images: 0
22:15:57 [2020-12-04T22:15:57.459Z]  Server Version: 19.03.13
22:15:57 [2020-12-04T22:15:57.459Z]  Storage Driver: overlay2
22:15:57 [2020-12-04T22:15:57.459Z]   Backing Filesystem: extfs
22:15:57 [2020-12-04T22:15:57.459Z]   Supports d_type: true
22:15:57 [2020-12-04T22:15:57.459Z]   Native Overlay Diff: true
22:15:57 [2020-12-04T22:15:57.459Z]  Logging Driver: json-file
22:15:57 [2020-12-04T22:15:57.459Z]  Cgroup Driver: cgroupfs
22:15:57 [2020-12-04T22:15:57.459Z]  Plugins:
22:15:57 [2020-12-04T22:15:57.459Z]   Volume: local
22:15:57 [2020-12-04T22:15:57.459Z]   Network: bridge host ipvlan macvlan null overlay
22:15:57 [2020-12-04T22:15:57.459Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:15:57 [2020-12-04T22:15:57.459Z]  Swarm: inactive
22:15:57 [2020-12-04T22:15:57.459Z]  Runtimes: runc
22:15:57 [2020-12-04T22:15:57.459Z]  Default Runtime: runc
22:15:57 [2020-12-04T22:15:57.459Z]  Init Binary: docker-init
22:15:57 [2020-12-04T22:15:57.459Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
22:15:57 [2020-12-04T22:15:57.459Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:15:57 [2020-12-04T22:15:57.459Z]  init version: fec3683
22:15:57 [2020-12-04T22:15:57.459Z]  Security Options:
22:15:57 [2020-12-04T22:15:57.459Z]   apparmor
22:15:57 [2020-12-04T22:15:57.459Z]   seccomp
22:15:57 [2020-12-04T22:15:57.459Z]    Profile: default
22:15:57 [2020-12-04T22:15:57.459Z]  Kernel Version: 5.4.0-1025-aws
22:15:57 [2020-12-04T22:15:57.459Z]  Operating System: Ubuntu 18.04.5 LTS
22:15:57 [2020-12-04T22:15:57.459Z]  OSType: linux
22:15:57 [2020-12-04T22:15:57.459Z]  Architecture: x86_64
22:15:57 [2020-12-04T22:15:57.459Z]  CPUs: 2
22:15:57 [2020-12-04T22:15:57.459Z]  Total Memory: 7.569GiB
22:15:57 [2020-12-04T22:15:57.459Z]  Name: ip-10-100-38-14
22:15:57 [2020-12-04T22:15:57.459Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
22:15:57 [2020-12-04T22:15:57.459Z]  Docker Root Dir: /var/lib/docker
22:15:57 [2020-12-04T22:15:57.459Z]  Debug Mode: false
22:15:57 [2020-12-04T22:15:57.459Z]  Registry: https://index.docker.io/v1/
22:15:57 [2020-12-04T22:15:57.459Z]  Labels:
22:15:57 [2020-12-04T22:15:57.459Z]  Experimental: true
22:15:57 [2020-12-04T22:15:57.459Z]  Insecure Registries:
22:15:57 [2020-12-04T22:15:57.459Z]   127.0.0.0/8
22:15:57 [2020-12-04T22:15:57.459Z]  Live Restore Enabled: true
22:15:57 [2020-12-04T22:15:57.459Z] 
22:15:57 [2020-12-04T22:15:57.459Z] WARNING: No swap limit support
[Pipeline] sh
22:15:57 [2020-12-04T22:15:57.759Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:15:57 [2020-12-04T22:15:57.759Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:15:57 [2020-12-04T22:15:57.760Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41622/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
22:15:57 [2020-12-04T22:15:57.760Z] + bash /home/ubuntu/workspace/moby_PR-41622/check-config.sh
22:15:57 [2020-12-04T22:15:57.760Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:15:57 [2020-12-04T22:15:57.760Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
22:15:57 [2020-12-04T22:15:57.760Z] 
22:15:57 [2020-12-04T22:15:57.760Z] Generally Necessary:
22:15:57 [2020-12-04T22:15:57.760Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:15:57 [2020-12-04T22:15:57.760Z] - apparmor: enabled and tools installed
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_NAMESPACES: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_NET_NS: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_PID_NS: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_IPC_NS: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_UTS_NS: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_CGROUPS: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_CGROUP_CPUACCT: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_CGROUP_DEVICE: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_CGROUP_FREEZER: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_CGROUP_SCHED: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_CPUSETS: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_MEMCG: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_KEYS: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_VETH: enabled (as module)
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_BRIDGE: enabled (as module)
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_NF_NAT_IPV4: missing
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_NF_NAT: enabled (as module)
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_NF_NAT_NEEDED: missing
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_POSIX_MQUEUE: enabled
22:15:57 [2020-12-04T22:15:57.760Z] 
22:15:57 [2020-12-04T22:15:57.760Z] Optional Features:
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_USER_NS: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_SECCOMP: enabled
22:15:57 [2020-12-04T22:15:57.760Z] - CONFIG_CGROUP_PIDS: enabled
22:15:57 [2020-12-04T22:15:57.780Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.16MB / 120.17MB 5.5s
22:15:57 [2020-12-04T22:15:57.780Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 98.81MB / 120.17MB 5.8s
22:15:58 [2020-12-04T22:15:58.006Z] #18 19.84 Unpacking bash-completion (1:2.8-6) ...
22:15:58 [2020-12-04T22:15:58.006Z] #18 20.10 Selecting previously unselected package bzip2.
22:15:58 [2020-12-04T22:15:58.006Z] #18 20.10 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ...
22:15:58 [2020-12-04T22:15:58.006Z] #18 20.11 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
22:15:58 [2020-12-04T22:15:58.006Z] #18 20.15 Selecting previously unselected package xz-utils.
22:15:58 [2020-12-04T22:15:58.006Z] #18 20.15 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ...
22:15:58 [2020-12-04T22:15:58.006Z] #18 20.16 Unpacking xz-utils (5.2.4-1) ...
22:15:58 [2020-12-04T22:15:58.006Z] #18 20.24 Selecting previously unselected package apparmor.
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_MEMCG_SWAP: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
22:15:58 [2020-12-04T22:15:58.034Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_BLK_CGROUP: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_IOSCHED_CFQ: missing
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_CGROUP_PERF: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_CGROUP_HUGETLB: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_CFS_BANDWIDTH: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_RT_GROUP_SCHED: missing
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_IP_VS: enabled (as module)
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_IP_VS_NFCT: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_IP_VS_RR: enabled (as module)
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_EXT4_FS: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:15:58 [2020-12-04T22:15:58.034Z] - Network Drivers:
22:15:58 [2020-12-04T22:15:58.034Z]   - "overlay":
22:15:58 [2020-12-04T22:15:58.034Z]     - CONFIG_VXLAN: enabled (as module)
22:15:58 [2020-12-04T22:15:58.034Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:15:58 [2020-12-04T22:15:58.034Z]       Optional (for encrypted networks):
22:15:58 [2020-12-04T22:15:58.034Z]       - CONFIG_CRYPTO: enabled
22:15:58 [2020-12-04T22:15:58.034Z]       - CONFIG_CRYPTO_AEAD: enabled
22:15:58 [2020-12-04T22:15:58.034Z]       - CONFIG_CRYPTO_GCM: enabled
22:15:58 [2020-12-04T22:15:58.034Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:15:58 [2020-12-04T22:15:58.034Z]       - CONFIG_CRYPTO_GHASH: enabled
22:15:58 [2020-12-04T22:15:58.034Z]       - CONFIG_XFRM: enabled
22:15:58 [2020-12-04T22:15:58.034Z]       - CONFIG_XFRM_USER: enabled (as module)
22:15:58 [2020-12-04T22:15:58.034Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:15:58 [2020-12-04T22:15:58.034Z]       - CONFIG_INET_ESP: enabled (as module)
22:15:58 [2020-12-04T22:15:58.034Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
22:15:58 [2020-12-04T22:15:58.034Z]   - "ipvlan":
22:15:58 [2020-12-04T22:15:58.034Z]     - CONFIG_IPVLAN: enabled (as module)
22:15:58 [2020-12-04T22:15:58.034Z]   - "macvlan":
22:15:58 [2020-12-04T22:15:58.296Z] #18 20.24 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ...
22:15:58 [2020-12-04T22:15:58.297Z] #18 20.29 Unpacking apparmor (2.13.2-10) ...
22:15:58 [2020-12-04T22:15:58.297Z] #18 20.52 Selecting previously unselected package aufs-tools.
22:15:58 [2020-12-04T22:15:58.298Z]     - CONFIG_MACVLAN: enabled (as module)
22:15:58 [2020-12-04T22:15:58.298Z]     - CONFIG_DUMMY: enabled (as module)
22:15:58 [2020-12-04T22:15:58.298Z]   - "ftp,tftp client in container":
22:15:58 [2020-12-04T22:15:58.298Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:15:58 [2020-12-04T22:15:58.298Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:15:58 [2020-12-04T22:15:58.298Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:15:58 [2020-12-04T22:15:58.298Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:15:58 [2020-12-04T22:15:58.298Z] - Storage Drivers:
22:15:58 [2020-12-04T22:15:58.298Z]   - "aufs":
22:15:58 [2020-12-04T22:15:58.299Z]     - CONFIG_AUFS_FS: enabled (as module)
22:15:58 [2020-12-04T22:15:58.299Z]   - "btrfs":
22:15:58 [2020-12-04T22:15:58.299Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:15:58 [2020-12-04T22:15:58.299Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:15:58 [2020-12-04T22:15:58.299Z]   - "devicemapper":
22:15:58 [2020-12-04T22:15:58.299Z]     - CONFIG_BLK_DEV_DM: enabled
22:15:58 [2020-12-04T22:15:58.299Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:15:58 [2020-12-04T22:15:58.299Z]   - "overlay":
22:15:58 [2020-12-04T22:15:58.299Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:15:58 [2020-12-04T22:15:58.299Z]   - "zfs":
22:15:58 [2020-12-04T22:15:58.299Z]     - /dev/zfs: present
22:15:58 [2020-12-04T22:15:58.299Z]     - zfs command: missing
22:15:58 [2020-12-04T22:15:58.299Z]     - zpool command: missing
22:15:58 [2020-12-04T22:15:58.299Z] 
22:15:58 [2020-12-04T22:15:58.299Z] Limits:
22:15:58 [2020-12-04T22:15:58.299Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:15:58 [2020-12-04T22:15:58.299Z] 
22:15:58 [2020-12-04T22:15:58.299Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
22:15:58 [2020-12-04T22:15:58.352Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 110.69MB / 120.17MB 6.3s
22:15:58 [2020-12-04T22:15:58.352Z] #8 ...
22:15:58 [2020-12-04T22:15:58.352Z] 
22:15:58 [2020-12-04T22:15:58.352Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
22:15:58 [2020-12-04T22:15:58.352Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
22:15:58 [2020-12-04T22:15:58.352Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
22:15:58 [2020-12-04T22:15:58.352Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
22:15:58 [2020-12-04T22:15:58.352Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 3.8s done
22:15:58 [2020-12-04T22:15:58.352Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.3s done
22:15:58 [2020-12-04T22:15:58.352Z] #60 DONE 6.4s
22:15:58 [2020-12-04T22:15:58.352Z] 
22:15:58 [2020-12-04T22:15:58.352Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
[Pipeline] sh
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.52 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ...
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.53 Unpacking aufs-tools (1:4.14+20190211-1) ...
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.61 Selecting previously unselected package libonig5:s390x.
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.62 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ...
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.62 Unpacking libonig5:s390x (6.9.1-1) ...
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.70 Selecting previously unselected package libjq1:s390x.
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.70 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ...
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.70 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.78 Selecting previously unselected package jq.
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.78 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ...
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.78 Unpacking jq (1.5+dfsg-2+b1) ...
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.82 Selecting previously unselected package libaio1:s390x.
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.82 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ...
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.82 Unpacking libaio1:s390x (0.3.112-3) ...
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.85 Selecting previously unselected package libgpm2:s390x.
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.86 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ...
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.86 Unpacking libgpm2:s390x (1.20.7-5) ...
22:15:58 [2020-12-04T22:15:58.591Z] #18 20.88 Selecting previously unselected package libicu63:s390x.
22:15:58 [2020-12-04T22:15:58.612Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 118.11MB / 120.17MB 6.5s
22:15:58 [2020-12-04T22:15:58.645Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:fdceba93defafa708bcb082cd1f747a5f58010b7 .
22:15:58 [2020-12-04T22:15:58.645Z] #2 [internal] load build definition from Dockerfile
22:15:58 [2020-12-04T22:15:58.645Z] #2 transferring dockerfile: 16.58kB 0.0s done
22:15:58 [2020-12-04T22:15:58.645Z] #2 DONE 0.1s
22:15:58 [2020-12-04T22:15:58.645Z] 
22:15:58 [2020-12-04T22:15:58.645Z] #1 [internal] load .dockerignore
22:15:58 [2020-12-04T22:15:58.645Z] #1 transferring context: 87B done
22:15:58 [2020-12-04T22:15:58.645Z] #1 DONE 0.1s
22:15:58 [2020-12-04T22:15:58.685Z] #40 ...
22:15:58 [2020-12-04T22:15:58.685Z] 
22:15:58 [2020-12-04T22:15:58.685Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:15:58 [2020-12-04T22:15:58.685Z] #29 2.137 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
22:15:58 [2020-12-04T22:15:58.685Z] #29 2.748 #=#=#                                                                         
22:15:58 [2020-12-04T22:15:58.685Z] #29 3.039 
                                                                           0.5%
###                                                                        5.3%
########                                                                  11.4%
###########                                                               15.5%
###############                                                           20.8%
#################                                                         24.4%
####################                                                      28.4%
#######################                                                   32.5%
###########################                                               38.6%
################################                                          44.7%
#######################################                                   54.9%
#############################################                             63.0%
################################################                          67.0%
####################################################                      73.6%
##########################################################                81.3%
##############################################################            87.3%
###################################################################       93.4%
######################################################################## 100.0%
22:15:58 [2020-12-04T22:15:58.685Z] #29 5.780 
22:15:58 [2020-12-04T22:15:58.881Z] #18 20.88 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ...
22:15:58 [2020-12-04T22:15:58.881Z] #18 20.89 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
22:15:58 [2020-12-04T22:15:58.908Z] 
22:15:58 [2020-12-04T22:15:58.908Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
22:15:59 [2020-12-04T22:15:59.483Z] #3 DONE 0.6s
22:15:59 [2020-12-04T22:15:59.483Z] 
22:15:59 [2020-12-04T22:15:59.483Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
22:15:59 [2020-12-04T22:15:59.483Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
22:15:59 [2020-12-04T22:15:59.585Z] #29 6.042 
                                                                           1.0%
##################################                                        48.5%
#####################################################                     74.9%
######################################################################## 100.0%
22:15:59 [2020-12-04T22:15:59.744Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
22:15:59 [2020-12-04T22:15:59.745Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
22:15:59 [2020-12-04T22:15:59.745Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 3.41MB / 8.88MB 0.1s
22:15:59 [2020-12-04T22:15:59.745Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
22:15:59 [2020-12-04T22:15:59.745Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done
22:15:59 [2020-12-04T22:15:59.745Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s
22:15:59 [2020-12-04T22:15:59.884Z] #29 6.829 
22:16:00 [2020-12-04T22:16:00.002Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.0s
22:16:00 [2020-12-04T22:16:00.264Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.1s done
22:16:00 [2020-12-04T22:16:00.322Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done
22:16:00 [2020-12-04T22:16:00.322Z] #4 DONE 0.8s
22:16:00 [2020-12-04T22:16:00.480Z] #29 7.000 #=#=#                                                                         

###########                                                               15.6%
#####################################                                     52.8%
######################################################                    75.3%
######################################################################## 100.0%
22:16:00 [2020-12-04T22:16:00.583Z] 
22:16:00 [2020-12-04T22:16:00.583Z] #7 [internal] load metadata for docker.io/library/debian:buster
22:16:00 [2020-12-04T22:16:00.779Z] #29 7.940 
22:16:00 [2020-12-04T22:16:00.845Z] #7 ...
22:16:00 [2020-12-04T22:16:00.845Z] 
22:16:00 [2020-12-04T22:16:00.845Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
22:16:00 [2020-12-04T22:16:00.845Z] #5 DONE 0.5s
22:16:00 [2020-12-04T22:16:00.941Z] #18 22.90 Selecting previously unselected package libnet1:s390x.
22:16:00 [2020-12-04T22:16:00.941Z] #18 22.90 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
22:16:00 [2020-12-04T22:16:00.941Z] #18 22.90 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
22:16:00 [2020-12-04T22:16:00.941Z] #18 22.97 Selecting previously unselected package libnl-3-200:s390x.
22:16:00 [2020-12-04T22:16:00.941Z] #18 22.97 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ...
22:16:00 [2020-12-04T22:16:00.941Z] #18 22.97 Unpacking libnl-3-200:s390x (3.4.0-1) ...
22:16:00 [2020-12-04T22:16:00.941Z] #18 23.01 Selecting previously unselected package libprotobuf-c1:s390x.
22:16:00 [2020-12-04T22:16:00.941Z] #18 23.01 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
22:16:00 [2020-12-04T22:16:00.941Z] #18 23.01 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
22:16:00 [2020-12-04T22:16:00.941Z] #18 23.06 Selecting previously unselected package libreadline5:s390x.
22:16:00 [2020-12-04T22:16:00.941Z] #18 23.06 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ...
22:16:00 [2020-12-04T22:16:00.941Z] #18 23.06 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ...
22:16:00 [2020-12-04T22:16:00.941Z] #18 23.11 Selecting previously unselected package net-tools.
22:16:00 [2020-12-04T22:16:00.941Z] #18 23.11 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ...
22:16:00 [2020-12-04T22:16:00.941Z] #18 23.12 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
22:16:01 [2020-12-04T22:16:01.107Z] 
22:16:01 [2020-12-04T22:16:01.107Z] #7 [internal] load metadata for docker.io/library/debian:buster
22:16:01 [2020-12-04T22:16:01.107Z] #7 DONE 0.6s
22:16:01 [2020-12-04T22:16:01.107Z] 
22:16:01 [2020-12-04T22:16:01.107Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
22:16:01 [2020-12-04T22:16:01.230Z] #18 23.21 Selecting previously unselected package python-pip-whl.
22:16:01 [2020-12-04T22:16:01.231Z] #18 23.21 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
22:16:01 [2020-12-04T22:16:01.231Z] #18 23.22 Unpacking python-pip-whl (18.1-5) ...
22:16:01 [2020-12-04T22:16:01.369Z] #6 DONE 0.9s
22:16:01 [2020-12-04T22:16:01.369Z] 
22:16:01 [2020-12-04T22:16:01.369Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:01 [2020-12-04T22:16:01.369Z] #8 DONE 0.0s
22:16:01 [2020-12-04T22:16:01.369Z] 
22:16:01 [2020-12-04T22:16:01.369Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4...
22:16:01 [2020-12-04T22:16:01.369Z] #24 resolve docker.io/library/debian:buster@sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 done
22:16:01 [2020-12-04T22:16:01.369Z] #24 DONE 0.0s
22:16:01 [2020-12-04T22:16:01.369Z] 
22:16:01 [2020-12-04T22:16:01.369Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
22:16:01 [2020-12-04T22:16:01.369Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
22:16:01 [2020-12-04T22:16:01.369Z] #60 DONE 0.0s
22:16:01 [2020-12-04T22:16:01.369Z] 
22:16:01 [2020-12-04T22:16:01.369Z] #21 [internal] load build context
22:16:01 [2020-12-04T22:16:01.520Z] #18 23.64 Selecting previously unselected package python3-lib2to3.
22:16:01 [2020-12-04T22:16:01.520Z] #18 23.64 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
22:16:01 [2020-12-04T22:16:01.520Z] #18 23.64 Unpacking python3-lib2to3 (3.7.3-1) ...
22:16:01 [2020-12-04T22:16:01.520Z] #18 23.69 Selecting previously unselected package python3-distutils.
22:16:01 [2020-12-04T22:16:01.520Z] #18 23.70 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
22:16:01 [2020-12-04T22:16:01.520Z] #18 23.70 Unpacking python3-distutils (3.7.3-1) ...
22:16:01 [2020-12-04T22:16:01.810Z] #18 23.80 Selecting previously unselected package python3-pip.
22:16:01 [2020-12-04T22:16:01.810Z] #18 23.80 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
22:16:01 [2020-12-04T22:16:01.810Z] #18 23.80 Unpacking python3-pip (18.1-5) ...
22:16:01 [2020-12-04T22:16:01.810Z] #18 23.89 Selecting previously unselected package python3-pkg-resources.
22:16:01 [2020-12-04T22:16:01.810Z] #18 23.89 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
22:16:01 [2020-12-04T22:16:01.810Z] #18 23.89 Unpacking python3-pkg-resources (40.8.0-1) ...
22:16:01 [2020-12-04T22:16:01.810Z] #18 23.98 Selecting previously unselected package python3-setuptools.
22:16:01 [2020-12-04T22:16:01.810Z] #18 23.98 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
22:16:01 [2020-12-04T22:16:01.810Z] #18 23.98 Unpacking python3-setuptools (40.8.0-1) ...
22:16:02 [2020-12-04T22:16:02.102Z] #18 24.09 Selecting previously unselected package python3-wheel.
22:16:02 [2020-12-04T22:16:02.102Z] #18 24.09 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
22:16:02 [2020-12-04T22:16:02.102Z] #18 24.10 Unpacking python3-wheel (0.32.3-2) ...
22:16:02 [2020-12-04T22:16:02.102Z] #18 24.15 Selecting previously unselected package sudo.
22:16:02 [2020-12-04T22:16:02.102Z] #18 24.15 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ...
22:16:02 [2020-12-04T22:16:02.102Z] #18 24.16 Unpacking sudo (1.8.27-1+deb10u2) ...
22:16:02 [2020-12-04T22:16:02.176Z] #8 ...
22:16:02 [2020-12-04T22:16:02.176Z] 
22:16:02 [2020-12-04T22:16:02.176Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4...
22:16:02 [2020-12-04T22:16:02.176Z] #24 resolve docker.io/library/debian:buster@sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 done
22:16:02 [2020-12-04T22:16:02.176Z] #24 sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 1.85kB / 1.85kB done
22:16:02 [2020-12-04T22:16:02.176Z] #24 sha256:f520e4a80b736389c3de162b8f60608d11c9fa3b2ec619bd40aabfd7e70d3455 529B / 529B done
22:16:02 [2020-12-04T22:16:02.176Z] #24 sha256:ef05c61d51129e3866d5b71b4f44864919dd2b9e5f2644f0a511703182acf8f9 1.46kB / 1.46kB done
22:16:02 [2020-12-04T22:16:02.176Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 50.40MB / 50.40MB 5.0s done
22:16:02 [2020-12-04T22:16:02.176Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 4.5s
22:16:02 [2020-12-04T22:16:02.313Z] #29 8.144 
                                                                           0.1%
###                                                                        5.3%
######                                                                     9.1%
##########                                                                14.9%
##############                                                            20.7%
#################                                                         24.6%
####################                                                      28.4%
#######################                                                   32.3%
#########################                                                 36.1%
22:16:02 [2020-12-04T22:16:02.313Z] #29 ...
22:16:02 [2020-12-04T22:16:02.313Z] 
22:16:02 [2020-12-04T22:16:02.313Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.782 + RM_GOPATH=0
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.782 + TMP_GOPATH=
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.782 + : /build
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.782 + '[' -z '' ']'
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.785 ++ mktemp -d
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.790 + export GOPATH=/tmp/tmp.CI0mNsgtlR
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.790 + GOPATH=/tmp/tmp.CI0mNsgtlR
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.790 + RM_GOPATH=1
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.790 + case "$(go env GOARCH)" in
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.816 ++ go env GOARCH
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.846 + export GO_BUILDMODE=-buildmode=pie
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.847 + GO_BUILDMODE=-buildmode=pie
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.852 ++ dirname /tmp/install/install.sh
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.868 + dir=/tmp/install
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.871 + bin=proxy
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.871 + shift
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.871 + '[' '!' -f /tmp/install/proxy.installer ']'
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.872 + . /tmp/install/proxy.installer
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.883 ++ : a543cbc4871f904b0efe205708eb45d72e65fd8b
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.884 + install_proxy
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.885 + case "$1" in
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.886 + export CGO_ENABLED=0
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.886 + CGO_ENABLED=0
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.886 + _install_proxy
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.886 + echo 'Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b'
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.887 Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.887 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.CI0mNsgtlR/src/github.com/docker/libnetwork
22:16:02 [2020-12-04T22:16:02.313Z] #64 0.892 Cloning into '/tmp/tmp.CI0mNsgtlR/src/github.com/docker/libnetwork'...
22:16:02 [2020-12-04T22:16:02.313Z] #64 ...
22:16:02 [2020-12-04T22:16:02.313Z] 
22:16:02 [2020-12-04T22:16:02.313Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:16:02 [2020-12-04T22:16:02.314Z] #36 1.086 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:16:02 [2020-12-04T22:16:02.314Z] #36 1.211 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:02 [2020-12-04T22:16:02.314Z] #36 1.483 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:02 [2020-12-04T22:16:02.314Z] #36 2.634 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
22:16:02 [2020-12-04T22:16:02.314Z] #36 4.795 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [243 kB]
22:16:02 [2020-12-04T22:16:02.314Z] #36 6.714 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
22:16:02 [2020-12-04T22:16:02.393Z] #18 24.49 Selecting previously unselected package thin-provisioning-tools.
22:16:02 [2020-12-04T22:16:02.393Z] #18 24.49 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ...
22:16:02 [2020-12-04T22:16:02.393Z] #18 24.50 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
22:16:02 [2020-12-04T22:16:02.437Z] #24 ...
22:16:02 [2020-12-04T22:16:02.437Z] 
22:16:02 [2020-12-04T22:16:02.437Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:02 [2020-12-04T22:16:02.613Z] #36 ...
22:16:02 [2020-12-04T22:16:02.613Z] 
22:16:02 [2020-12-04T22:16:02.613Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.754 + RM_GOPATH=0
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.755 + TMP_GOPATH=
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.757 + : /build
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.757 + '[' -z '' ']'
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.758 ++ mktemp -d
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.776 + export GOPATH=/tmp/tmp.0VxoDOXLC1
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.776 + GOPATH=/tmp/tmp.0VxoDOXLC1
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.776 + RM_GOPATH=1
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.776 + case "$(go env GOARCH)" in
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.778 ++ go env GOARCH
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.848 + export GO_BUILDMODE=-buildmode=pie
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.848 + GO_BUILDMODE=-buildmode=pie
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.848 ++ dirname /tmp/install/install.sh
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.850 + dir=/tmp/install
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.850 + bin=dockercli
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.850 + shift
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.851 + '[' '!' -f /tmp/install/dockercli.installer ']'
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.851 + . /tmp/install/dockercli.installer
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.851 ++ : stable
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.851 ++ : 17.06.2-ce
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.852 + install_dockercli
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.857 Install docker/cli version 17.06.2-ce from stable
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.857 + echo 'Install docker/cli version 17.06.2-ce from stable'
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.858 ++ uname -m
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.860 + arch=ppc64le
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.860 + '[' ppc64le '!=' x86_64 ']'
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.861 + '[' ppc64le '!=' s390x ']'
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.861 + '[' ppc64le '!=' armhf ']'
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.862 + build_dockercli
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.862 + git clone https://github.com/docker/docker-ce /tmp/tmp.0VxoDOXLC1/tmp/docker-ce
22:16:02 [2020-12-04T22:16:02.613Z] #24 0.884 Cloning into '/tmp/tmp.0VxoDOXLC1/tmp/docker-ce'...
22:16:02 [2020-12-04T22:16:02.613Z] #24 ...
22:16:02 [2020-12-04T22:16:02.613Z] 
22:16:02 [2020-12-04T22:16:02.613Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.821 + RM_GOPATH=0
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.822 + TMP_GOPATH=
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.823 + : /build
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.824 + '[' -z '' ']'
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.826 ++ mktemp -d
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.828 + export GOPATH=/tmp/tmp.DdPxAsqlY7
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.829 + GOPATH=/tmp/tmp.DdPxAsqlY7
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.830 + RM_GOPATH=1
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.831 + case "$(go env GOARCH)" in
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.833 ++ go env GOARCH
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.856 + export GO_BUILDMODE=-buildmode=pie
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.857 + GO_BUILDMODE=-buildmode=pie
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.865 ++ dirname /tmp/install/install.sh
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.867 + dir=/tmp/install
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.868 + bin=rootlesskit
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.869 + shift
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.870 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.871 + . /tmp/install/rootlesskit.installer
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.871 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.872 + install_rootlesskit
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.874 + case "$1" in
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.875 + export CGO_ENABLED=0
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.875 + CGO_ENABLED=0
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.875 + _install_rootlesskit
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.875 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.877 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.877 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.DdPxAsqlY7/src/github.com/rootless-containers/rootlesskit
22:16:02 [2020-12-04T22:16:02.613Z] #58 0.922 Cloning into '/tmp/tmp.DdPxAsqlY7/src/github.com/rootless-containers/rootlesskit'...
22:16:02 [2020-12-04T22:16:02.613Z] #58 6.654 + cd /tmp/tmp.DdPxAsqlY7/src/github.com/rootless-containers/rootlesskit
22:16:02 [2020-12-04T22:16:02.613Z] #58 6.662 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
22:16:02 [2020-12-04T22:16:02.613Z] #58 7.245 + for f in rootlesskit rootlesskit-docker-proxy
22:16:02 [2020-12-04T22:16:02.613Z] #58 7.245 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
22:16:02 [2020-12-04T22:16:02.613Z] #58 ...
22:16:02 [2020-12-04T22:16:02.613Z] 
22:16:02 [2020-12-04T22:16:02.613Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.771 + RM_GOPATH=0
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.772 + TMP_GOPATH=
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.772 + : /build
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.772 + '[' -z '' ']'
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.773 ++ mktemp -d
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.774 + export GOPATH=/tmp/tmp.LTj3xznRWR
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.774 + GOPATH=/tmp/tmp.LTj3xznRWR
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.774 + RM_GOPATH=1
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.775 + case "$(go env GOARCH)" in
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.797 ++ go env GOARCH
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.871 + export GO_BUILDMODE=-buildmode=pie
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.873 + GO_BUILDMODE=-buildmode=pie
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.875 ++ dirname /tmp/install/install.sh
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.878 + dir=/tmp/install
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.878 + bin=gotestsum
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.879 + shift
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.881 + '[' '!' -f /tmp/install/gotestsum.installer ']'
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.881 + . /tmp/install/gotestsum.installer
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.881 ++ : v0.5.3
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.882 + install_gotestsum
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.889 + set -e
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.889 + export GO111MODULE=on
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.889 + GO111MODULE=on
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.889 + GOBIN=/build
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.889 + go get gotest.tools/gotestsum@v0.5.3
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.995 go: finding gotest.tools v0.5.3
22:16:02 [2020-12-04T22:16:02.613Z] #47 0.996 go: finding gotest.tools/gotestsum v0.5.3
22:16:02 [2020-12-04T22:16:02.613Z] #47 2.085 go: downloading gotest.tools/gotestsum v0.5.3
22:16:02 [2020-12-04T22:16:02.613Z] #47 3.093 go: extracting gotest.tools/gotestsum v0.5.3
22:16:02 [2020-12-04T22:16:02.613Z] #47 4.765 go: downloading github.com/pkg/errors v0.9.1
22:16:02 [2020-12-04T22:16:02.613Z] #47 4.768 go: downloading github.com/spf13/pflag v1.0.3
22:16:02 [2020-12-04T22:16:02.613Z] #47 4.840 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:16:02 [2020-12-04T22:16:02.613Z] #47 4.864 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:16:02 [2020-12-04T22:16:02.613Z] #47 4.964 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:16:02 [2020-12-04T22:16:02.613Z] #47 5.003 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:16:02 [2020-12-04T22:16:02.613Z] #47 5.100 go: downloading github.com/jonboulle/clockwork v0.1.0
22:16:02 [2020-12-04T22:16:02.613Z] #47 5.182 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:16:02 [2020-12-04T22:16:02.613Z] #47 5.238 go: extracting github.com/pkg/errors v0.9.1
22:16:02 [2020-12-04T22:16:02.613Z] #47 5.238 go: extracting github.com/spf13/pflag v1.0.3
22:16:02 [2020-12-04T22:16:02.613Z] #47 5.298 go: downloading github.com/fatih/color v1.9.0
22:16:02 [2020-12-04T22:16:02.613Z] #47 5.437 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:16:02 [2020-12-04T22:16:02.613Z] #47 5.863 go: extracting github.com/jonboulle/clockwork v0.1.0
22:16:02 [2020-12-04T22:16:02.613Z] #47 6.000 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:16:02 [2020-12-04T22:16:02.613Z] #47 6.343 go: extracting github.com/fatih/color v1.9.0
22:16:02 [2020-12-04T22:16:02.613Z] #47 6.375 go: downloading github.com/mattn/go-colorable v0.1.6
22:16:02 [2020-12-04T22:16:02.613Z] #47 6.389 go: downloading github.com/mattn/go-isatty v0.0.12
22:16:02 [2020-12-04T22:16:02.613Z] #47 6.862 go: extracting github.com/mattn/go-isatty v0.0.12
22:16:02 [2020-12-04T22:16:02.613Z] #47 6.998 go: extracting github.com/mattn/go-colorable v0.1.6
22:16:02 [2020-12-04T22:16:02.613Z] #47 8.231 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:16:02 [2020-12-04T22:16:02.613Z] #47 9.856 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:16:02 [2020-12-04T22:16:02.686Z] #18 24.64 Selecting previously unselected package uidmap.
22:16:02 [2020-12-04T22:16:02.686Z] #18 24.64 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ...
22:16:02 [2020-12-04T22:16:02.686Z] #18 24.64 Unpacking uidmap (1:4.5-1.1) ...
22:16:02 [2020-12-04T22:16:02.686Z] #18 24.69 Selecting previously unselected package vim-runtime.
22:16:02 [2020-12-04T22:16:02.686Z] #18 24.69 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
22:16:02 [2020-12-04T22:16:02.686Z] #18 24.70 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
22:16:02 [2020-12-04T22:16:02.686Z] #18 24.73 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
22:16:02 [2020-12-04T22:16:02.686Z] #18 24.75 Unpacking vim-runtime (2:8.1.0875-5) ...
22:16:02 [2020-12-04T22:16:02.909Z] #47 ...
22:16:02 [2020-12-04T22:16:02.909Z] 
22:16:02 [2020-12-04T22:16:02.909Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:16:02 [2020-12-04T22:16:02.909Z] #55 1.087 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:16:02 [2020-12-04T22:16:02.909Z] #55 1.371 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:02 [2020-12-04T22:16:02.909Z] #55 1.438 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:02 [2020-12-04T22:16:02.909Z] #55 2.579 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
22:16:02 [2020-12-04T22:16:02.909Z] #55 4.905 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [243 kB]
22:16:02 [2020-12-04T22:16:02.909Z] #55 6.763 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
22:16:02 [2020-12-04T22:16:02.909Z] #55 ...
22:16:02 [2020-12-04T22:16:02.909Z] 
22:16:02 [2020-12-04T22:16:02.909Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:16:02 [2020-12-04T22:16:02.909Z] #42 1.179 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:16:02 [2020-12-04T22:16:02.909Z] #42 1.268 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:02 [2020-12-04T22:16:02.909Z] #42 1.410 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:02 [2020-12-04T22:16:02.909Z] #42 2.564 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
22:16:02 [2020-12-04T22:16:02.909Z] #42 4.783 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [243 kB]
22:16:02 [2020-12-04T22:16:02.909Z] #42 6.901 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
22:16:03 [2020-12-04T22:16:03.206Z] #42 ...
22:16:03 [2020-12-04T22:16:03.206Z] 
22:16:03 [2020-12-04T22:16:03.206Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.497 + RM_GOPATH=0
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.497 + TMP_GOPATH=
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.497 + : /build
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.497 + '[' -z '' ']'
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.498 ++ mktemp -d
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.500 + export GOPATH=/tmp/tmp.teMy2BGCBw
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.500 + GOPATH=/tmp/tmp.teMy2BGCBw
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.500 + RM_GOPATH=1
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.500 + case "$(go env GOARCH)" in
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.501 ++ go env GOARCH
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.508 + export GO_BUILDMODE=-buildmode=pie
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.508 + GO_BUILDMODE=-buildmode=pie
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.509 ++ dirname /tmp/install/install.sh
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.510 + dir=/tmp/install
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.510 + bin=golangci_lint
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.510 + shift
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.511 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.511 + . /tmp/install/golangci_lint.installer
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.511 ++ : v1.23.8
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.512 + install_golangci_lint
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.512 + set -e
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.512 + export GO111MODULE=on
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.512 + GO111MODULE=on
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.512 + GOBIN=/build
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.512 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.529 go: finding github.com v1.23.8
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.530 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.530 go: finding github.com/golangci/golangci-lint v1.23.8
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.530 go: finding github.com/golangci v1.23.8
22:16:03 [2020-12-04T22:16:03.206Z] #49 0.531 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
22:16:03 [2020-12-04T22:16:03.206Z] #49 1.564 go: downloading github.com/golangci/golangci-lint v1.23.8
22:16:03 [2020-12-04T22:16:03.206Z] #49 2.748 go: extracting github.com/golangci/golangci-lint v1.23.8
22:16:03 [2020-12-04T22:16:03.206Z] #49 ...
22:16:03 [2020-12-04T22:16:03.206Z] 
22:16:03 [2020-12-04T22:16:03.206Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.660 + RM_GOPATH=0
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.660 + TMP_GOPATH=
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.660 + : /build
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.660 + '[' -z '' ']'
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.661 ++ mktemp -d
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.662 + export GOPATH=/tmp/tmp.a4XrGlV1Te
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.663 + GOPATH=/tmp/tmp.a4XrGlV1Te
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.663 + RM_GOPATH=1
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.663 + case "$(go env GOARCH)" in
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.663 ++ go env GOARCH
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.668 + export GO_BUILDMODE=-buildmode=pie
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.668 + GO_BUILDMODE=-buildmode=pie
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.669 ++ dirname /tmp/install/install.sh
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.670 + dir=/tmp/install
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.670 + bin=tomlv
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.670 + shift
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.671 + '[' '!' -f /tmp/install/tomlv.installer ']'
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.671 + . /tmp/install/tomlv.installer
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.671 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.672 + install_tomlv
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.672 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.672 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.672 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.a4XrGlV1Te/src/github.com/BurntSushi/toml
22:16:03 [2020-12-04T22:16:03.206Z] #34 0.674 Cloning into '/tmp/tmp.a4XrGlV1Te/src/github.com/BurntSushi/toml'...
22:16:03 [2020-12-04T22:16:03.206Z] #34 1.633 + cd /tmp/tmp.a4XrGlV1Te/src/github.com/BurntSushi/toml
22:16:03 [2020-12-04T22:16:03.206Z] #34 1.633 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
22:16:03 [2020-12-04T22:16:03.206Z] #34 1.674 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
22:16:03 [2020-12-04T22:16:03.206Z] #34 2.403 runtime/internal/sys
22:16:03 [2020-12-04T22:16:03.206Z] #34 2.440 internal/cpu
22:16:03 [2020-12-04T22:16:03.206Z] #34 2.491 math/bits
22:16:03 [2020-12-04T22:16:03.206Z] #34 2.644 runtime/internal/atomic
22:16:03 [2020-12-04T22:16:03.206Z] #34 3.056 runtime/internal/math
22:16:03 [2020-12-04T22:16:03.206Z] #34 3.352 unicode/utf8
22:16:03 [2020-12-04T22:16:03.206Z] #34 3.756 internal/race
22:16:03 [2020-12-04T22:16:03.206Z] #34 3.789 internal/bytealg
22:16:03 [2020-12-04T22:16:03.206Z] #34 3.907 sync/atomic
22:16:03 [2020-12-04T22:16:03.206Z] #34 4.291 math
22:16:03 [2020-12-04T22:16:03.206Z] #34 5.273 runtime
22:16:03 [2020-12-04T22:16:03.206Z] #34 5.420 unicode
22:16:03 [2020-12-04T22:16:03.206Z] #34 5.568 internal/testlog
22:16:03 [2020-12-04T22:16:03.206Z] #34 6.780 encoding
22:16:03 [2020-12-04T22:16:03.206Z] #34 7.133 runtime/cgo
22:16:03 [2020-12-04T22:16:03.206Z] #34 ...
22:16:03 [2020-12-04T22:16:03.206Z] 
22:16:03 [2020-12-04T22:16:03.206Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.448 + RM_GOPATH=0
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.449 + TMP_GOPATH=
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.449 + : /build
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.449 + '[' -z '' ']'
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.449 ++ mktemp -d
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.451 + export GOPATH=/tmp/tmp.LFX7CO5gkp
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.451 + GOPATH=/tmp/tmp.LFX7CO5gkp
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.451 + RM_GOPATH=1
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.451 + case "$(go env GOARCH)" in
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.452 ++ go env GOARCH
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.458 + export GO_BUILDMODE=-buildmode=pie
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.458 + GO_BUILDMODE=-buildmode=pie
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.459 ++ dirname /tmp/install/install.sh
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.460 + dir=/tmp/install
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.460 + bin=shfmt
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.460 + shift
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.461 + '[' '!' -f /tmp/install/shfmt.installer ']'
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.461 + . /tmp/install/shfmt.installer
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.461 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.462 + install_shfmt
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.462 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.462 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.462 + git clone https://github.com/mvdan/sh.git /tmp/tmp.LFX7CO5gkp/src/github.com/mvdan/sh
22:16:03 [2020-12-04T22:16:03.206Z] #51 0.465 Cloning into '/tmp/tmp.LFX7CO5gkp/src/github.com/mvdan/sh'...
22:16:03 [2020-12-04T22:16:03.382Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.2s done
22:16:03 [2020-12-04T22:16:03.502Z] #51 ...
22:16:03 [2020-12-04T22:16:03.502Z] 
22:16:03 [2020-12-04T22:16:03.502Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:16:03 [2020-12-04T22:16:03.502Z] #13 1.103 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:16:03 [2020-12-04T22:16:03.502Z] #13 1.266 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:03 [2020-12-04T22:16:03.502Z] #13 1.403 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:03 [2020-12-04T22:16:03.502Z] #13 2.588 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
22:16:03 [2020-12-04T22:16:03.503Z] #13 4.810 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [243 kB]
22:16:03 [2020-12-04T22:16:03.503Z] #13 6.523 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
22:16:03 [2020-12-04T22:16:03.503Z] #13 ...
22:16:03 [2020-12-04T22:16:03.503Z] 
22:16:03 [2020-12-04T22:16:03.503Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.838 + RM_GOPATH=0
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.839 + TMP_GOPATH=
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.839 + : /build
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.839 + '[' -z '' ']'
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.839 ++ mktemp -d
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.841 + export GOPATH=/tmp/tmp.VXDnqRXoJc
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.841 + GOPATH=/tmp/tmp.VXDnqRXoJc
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.841 + RM_GOPATH=1
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.841 + case "$(go env GOARCH)" in
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.846 ++ go env GOARCH
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.896 + export GO_BUILDMODE=-buildmode=pie
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.897 + GO_BUILDMODE=-buildmode=pie
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.899 ++ dirname /tmp/install/install.sh
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.904 + dir=/tmp/install
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.905 + bin=vndr
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.905 + shift
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.905 + '[' '!' -f /tmp/install/vndr.installer ']'
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.905 + . /tmp/install/vndr.installer
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.906 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.907 + install_vndr
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.907 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.907 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.908 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.VXDnqRXoJc/src/github.com/LK4D4/vndr
22:16:03 [2020-12-04T22:16:03.503Z] #45 0.911 Cloning into '/tmp/tmp.VXDnqRXoJc/src/github.com/LK4D4/vndr'...
22:16:03 [2020-12-04T22:16:03.503Z] #45 1.862 + cd /tmp/tmp.VXDnqRXoJc/src/github.com/LK4D4/vndr
22:16:03 [2020-12-04T22:16:03.503Z] #45 1.871 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
22:16:03 [2020-12-04T22:16:03.503Z] #45 1.933 + go build -buildmode=pie -v -o /build/vndr .
22:16:03 [2020-12-04T22:16:03.503Z] #45 3.480 internal/race
22:16:03 [2020-12-04T22:16:03.503Z] #45 3.503 internal/cpu
22:16:03 [2020-12-04T22:16:03.503Z] #45 3.510 runtime/internal/atomic
22:16:03 [2020-12-04T22:16:03.503Z] #45 3.515 sync/atomic
22:16:03 [2020-12-04T22:16:03.503Z] #45 3.890 unicode
22:16:03 [2020-12-04T22:16:03.503Z] #45 4.530 unicode/utf8
22:16:03 [2020-12-04T22:16:03.503Z] #45 4.648 math
22:16:03 [2020-12-04T22:16:03.503Z] #45 5.639 runtime
22:16:03 [2020-12-04T22:16:03.503Z] #45 7.511 unicode/utf16
22:16:03 [2020-12-04T22:16:03.503Z] #45 8.382 container/list
22:16:03 [2020-12-04T22:16:03.503Z] #45 10.96 crypto/internal/subtle
22:16:03 [2020-12-04T22:16:03.503Z] #45 11.20 crypto/subtle
22:16:03 [2020-12-04T22:16:03.643Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
22:16:03 [2020-12-04T22:16:03.806Z] #45 ...
22:16:03 [2020-12-04T22:16:03.806Z] 
22:16:03 [2020-12-04T22:16:03.806Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:16:03 [2020-12-04T22:16:03.806Z] #32 0.684 + git clone https://github.com/kolyshkin/go-swagger.git .
22:16:03 [2020-12-04T22:16:03.806Z] #32 0.688 Cloning into '.'...
22:16:03 [2020-12-04T22:16:03.806Z] #32 ...
22:16:03 [2020-12-04T22:16:03.806Z] 
22:16:03 [2020-12-04T22:16:03.806Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:16:03 [2020-12-04T22:16:03.806Z] #29 8.144 
                                                                           0.1%
###                                                                        5.3%
######                                                                     9.1%
##########                                                                14.9%
##############                                                            20.7%
#################                                                         24.6%
####################                                                      28.4%
#######################                                                   32.3%
#########################                                                 36.1%
################################                                          45.7%
#########################################                                 57.1%
#############################################                             62.8%
################################################                          66.7%
####################################################                      72.4%
#########################################################                 79.8%
###############################################################           87.9%
##################################################################        91.7%
####################################################################      95.6%
######################################################################## 100.0%
22:16:03 [2020-12-04T22:16:03.806Z] #29 10.76 
22:16:03 [2020-12-04T22:16:03.921Z] #21 transferring context: 19.54MB 2.5s
22:16:04 [2020-12-04T22:16:04.583Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.3s done
22:16:04 [2020-12-04T22:16:04.746Z] #18 26.63 Selecting previously unselected package vim.
22:16:04 [2020-12-04T22:16:04.746Z] #18 26.63 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ...
22:16:04 [2020-12-04T22:16:04.746Z] #18 26.64 Unpacking vim (2:8.1.0875-5) ...
22:16:04 [2020-12-04T22:16:04.746Z] #18 27.04 Selecting previously unselected package xfsprogs.
22:16:04 [2020-12-04T22:16:04.746Z] #18 27.04 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ...
22:16:05 [2020-12-04T22:16:05.036Z] #18 27.04 Unpacking xfsprogs (4.20.0-1) ...
22:16:05 [2020-12-04T22:16:05.156Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s
22:16:05 [2020-12-04T22:16:05.156Z] #8 ...
22:16:05 [2020-12-04T22:16:05.156Z] 
22:16:05 [2020-12-04T22:16:05.156Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4...
22:16:05 [2020-12-04T22:16:05.156Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 7.4s done
22:16:05 [2020-12-04T22:16:05.156Z] #24 DONE 13.2s
22:16:05 [2020-12-04T22:16:05.156Z] 
22:16:05 [2020-12-04T22:16:05.156Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:05 [2020-12-04T22:16:05.326Z] #18 27.39 Selecting previously unselected package zip.
22:16:05 [2020-12-04T22:16:05.326Z] #18 27.39 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ...
22:16:05 [2020-12-04T22:16:05.326Z] #18 27.39 Unpacking zip (3.0-11+b1) ...
22:16:05 [2020-12-04T22:16:05.326Z] #18 27.53 Setting up aufs-tools (1:4.14+20190211-1) ...
22:16:05 [2020-12-04T22:16:05.326Z] #18 27.56 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
22:16:05 [2020-12-04T22:16:05.326Z] #18 27.56 Setting up libip6tc0:s390x (1.8.2-4) ...
22:16:05 [2020-12-04T22:16:05.326Z] #18 27.57 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ...
22:16:05 [2020-12-04T22:16:05.326Z] #18 27.58 Setting up libgpm2:s390x (1.20.7-5) ...
22:16:05 [2020-12-04T22:16:05.326Z] #18 27.59 Setting up libip4tc0:s390x (1.8.2-4) ...
22:16:05 [2020-12-04T22:16:05.326Z] #18 27.59 Setting up uidmap (1:4.5-1.1) ...
22:16:05 [2020-12-04T22:16:05.616Z] #18 27.60 Setting up libnftnl11:s390x (1.1.2-2) ...
22:16:05 [2020-12-04T22:16:05.616Z] #18 27.61 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
22:16:05 [2020-12-04T22:16:05.616Z] #18 27.61 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
22:16:05 [2020-12-04T22:16:05.616Z] #18 27.62 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
22:16:05 [2020-12-04T22:16:05.616Z] #18 27.63 Setting up libicu63:s390x (63.1-6+deb10u1) ...
22:16:05 [2020-12-04T22:16:05.616Z] #18 27.63 Setting up xxd (2:8.1.0875-5) ...
22:16:05 [2020-12-04T22:16:05.616Z] #18 27.65 Setting up zip (3.0-11+b1) ...
22:16:05 [2020-12-04T22:16:05.616Z] #18 27.67 Setting up vim-common (2:8.1.0875-5) ...
22:16:05 [2020-12-04T22:16:05.616Z] #18 27.69 Setting up bash-completion (1:2.8-6) ...
22:16:05 [2020-12-04T22:16:05.726Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.8s done
22:16:05 [2020-12-04T22:16:05.906Z] #18 ...
22:16:05 [2020-12-04T22:16:05.906Z] 
22:16:05 [2020-12-04T22:16:05.906Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:16:05 [2020-12-04T22:16:05.906Z] #41 58.24   CC       criu/cr-dump.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 59.37   CC       criu/cr-errno.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 59.40   CC       criu/cr-restore.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 61.84   CC       criu/cr-service.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 62.79   CC       criu/crtools.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 63.09   CC       criu/eventfd.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 63.36   CC       criu/eventpoll.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 63.89   CC       criu/external.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 64.05   CC       criu/fault-injection.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 64.13   CC       criu/fdstore.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 64.33   CC       criu/fifo.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 64.58   CC       criu/file-ids.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 64.80   CC       criu/file-lock.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 65.43   CC       criu/files-ext.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 65.68   CC       criu/files-reg.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 66.95   CC       criu/files.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 67.92   CC       criu/filesystems.o
22:16:05 [2020-12-04T22:16:05.906Z] #41 68.29   CC       criu/fsnotify.o
22:16:05 [2020-12-04T22:16:05.997Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
22:16:06 [2020-12-04T22:16:06.536Z] #41 68.94   CC       criu/image-desc.o
22:16:06 [2020-12-04T22:16:06.536Z] #41 69.01   CC       criu/image.o
22:16:07 [2020-12-04T22:16:07.166Z] #41 ...
22:16:07 [2020-12-04T22:16:07.166Z] 
22:16:07 [2020-12-04T22:16:07.166Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:16:07 [2020-12-04T22:16:07.166Z] #18 29.13 Setting up libiptc0:s390x (1.8.2-4) ...
22:16:07 [2020-12-04T22:16:07.166Z] #18 29.14 Setting up xz-utils (5.2.4-1) ...
22:16:07 [2020-12-04T22:16:07.166Z] #18 29.14 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:16:07 [2020-12-04T22:16:07.166Z] #18 29.15 Setting up sudo (1.8.27-1+deb10u2) ...
22:16:07 [2020-12-04T22:16:07.166Z] #18 29.17 invoke-rc.d: could not determine current runlevel
22:16:07 [2020-12-04T22:16:07.166Z] #18 29.18 invoke-rc.d: policy-rc.d denied execution of start.
22:16:07 [2020-12-04T22:16:07.166Z] #18 29.18 Setting up pigz (2.4-1) ...
22:16:07 [2020-12-04T22:16:07.166Z] #18 29.19 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ...
22:16:07 [2020-12-04T22:16:07.166Z] #18 29.19 Setting up libnl-3-200:s390x (3.4.0-1) ...
22:16:07 [2020-12-04T22:16:07.166Z] #18 29.21 Setting up python-pip-whl (18.1-5) ...
22:16:07 [2020-12-04T22:16:07.166Z] #18 29.22 Setting up libmpdec2:s390x (2.4.2-2) ...
22:16:07 [2020-12-04T22:16:07.166Z] #18 29.22 Setting up vim-runtime (2:8.1.0875-5) ...
22:16:07 [2020-12-04T22:16:07.256Z] #21 ...
22:16:07 [2020-12-04T22:16:07.256Z] 
22:16:07 [2020-12-04T22:16:07.256Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
22:16:07 [2020-12-04T22:16:07.256Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
22:16:07 [2020-12-04T22:16:07.256Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
22:16:07 [2020-12-04T22:16:07.256Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done
22:16:07 [2020-12-04T22:16:07.256Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.0s done
22:16:07 [2020-12-04T22:16:07.256Z] #60 DONE 5.2s
22:16:07 [2020-12-04T22:16:07.256Z] 
22:16:07 [2020-12-04T22:16:07.256Z] #21 [internal] load build context
22:16:07 [2020-12-04T22:16:07.256Z] #21 ...
22:16:07 [2020-12-04T22:16:07.256Z] 
22:16:07 [2020-12-04T22:16:07.256Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:07 [2020-12-04T22:16:07.256Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.4s done
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.9s done
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.6s done
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.6s done
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 37.27MB / 68.67MB 4.8s
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 21.03MB / 120.17MB 4.8s
22:16:07 [2020-12-04T22:16:07.256Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0.6s
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.7s done
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 41.27MB / 68.67MB 5.0s
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 45.07MB / 68.67MB 5.2s
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 29.30MB / 120.17MB 5.2s
22:16:07 [2020-12-04T22:16:07.256Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 50.86MB / 68.67MB 5.6s
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.44 Setting up libaio1:s390x (0.3.112-3) ...
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.45 Setting up libonig5:s390x (6.9.1-1) ...
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.45 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ...
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.46 Setting up vim (2:8.1.0875-5) ...
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.50 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.50 Setting up thin-provisioning-tools (0.7.6-2.1) ...
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.51 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ...
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.52 Setting up jq (1.5+dfsg-2+b1) ...
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.53 Setting up libpython3-stdlib:s390x (3.7.3-1) ...
22:16:07 [2020-12-04T22:16:07.456Z] #18 29.53 Setting up python3.7 (3.7.3-2+deb10u2) ...
22:16:07 [2020-12-04T22:16:07.831Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 37.69MB / 120.17MB 5.8s
22:16:07 [2020-12-04T22:16:07.831Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 55.08MB / 68.67MB 6.0s
22:16:08 [2020-12-04T22:16:08.093Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 45.19MB / 120.17MB 6.3s
22:16:08 [2020-12-04T22:16:08.353Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 58.61MB / 68.67MB 6.5s
22:16:08 [2020-12-04T22:16:08.840Z] INFO [loader] Go packages loading at mode 575 (compiled_files|name|types_sizes|deps|exports_file|files|imports) took 2m1.288408986s 
22:16:08 [2020-12-04T22:16:08.840Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 655.549645ms 
22:16:08 [2020-12-04T22:16:08.929Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 66.52MB / 68.67MB 6.9s
22:16:08 [2020-12-04T22:16:08.929Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 52.94MB / 120.17MB 6.9s
22:16:08 [2020-12-04T22:16:08.960Z] #18 30.93 Setting up iptables (1.8.2-4) ...
22:16:08 [2020-12-04T22:16:08.960Z] #18 30.94 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
22:16:08 [2020-12-04T22:16:08.960Z] #18 30.95 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:16:08 [2020-12-04T22:16:08.960Z] #18 30.95 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
22:16:08 [2020-12-04T22:16:08.960Z] #18 30.98 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:16:08 [2020-12-04T22:16:08.960Z] #18 30.98 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
22:16:08 [2020-12-04T22:16:08.960Z] #18 30.98 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
22:16:08 [2020-12-04T22:16:08.960Z] #18 30.98 Setting up python3 (3.7.3-1) ...
22:16:09 [2020-12-04T22:16:09.190Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 61.80MB / 120.17MB 7.4s
22:16:09 [2020-12-04T22:16:09.190Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 7.5s done
22:16:09 [2020-12-04T22:16:09.250Z] #18 31.26 Setting up python3-wheel (0.32.3-2) ...
22:16:09 [2020-12-04T22:16:09.451Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 71.30MB / 120.17MB 7.8s
22:16:09 [2020-12-04T22:16:09.540Z] #18 31.64 Setting up apparmor (2.13.2-10) ...
22:16:10 [2020-12-04T22:16:10.024Z] #8 ...
22:16:10 [2020-12-04T22:16:10.024Z] 
22:16:10 [2020-12-04T22:16:10.024Z] #21 [internal] load build context
22:16:10 [2020-12-04T22:16:10.024Z] #21 transferring context: 52.81MB 8.1s done
22:16:10 [2020-12-04T22:16:10.024Z] #21 DONE 8.6s
22:16:10 [2020-12-04T22:16:10.024Z] 
22:16:10 [2020-12-04T22:16:10.024Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:10 [2020-12-04T22:16:10.024Z] #8 ...
22:16:10 [2020-12-04T22:16:10.024Z] 
22:16:10 [2020-12-04T22:16:10.024Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4...
22:16:10 [2020-12-04T22:16:10.024Z] #24 sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 1.85kB / 1.85kB done
22:16:10 [2020-12-04T22:16:10.024Z] #24 sha256:f520e4a80b736389c3de162b8f60608d11c9fa3b2ec619bd40aabfd7e70d3455 529B / 529B done
22:16:10 [2020-12-04T22:16:10.024Z] #24 sha256:ef05c61d51129e3866d5b71b4f44864919dd2b9e5f2644f0a511703182acf8f9 1.46kB / 1.46kB done
22:16:10 [2020-12-04T22:16:10.024Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 50.40MB / 50.40MB 2.3s done
22:16:10 [2020-12-04T22:16:10.024Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 5.1s
22:16:10 [2020-12-04T22:16:10.024Z] #24 ...
22:16:10 [2020-12-04T22:16:10.024Z] 
22:16:10 [2020-12-04T22:16:10.024Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:10 [2020-12-04T22:16:10.024Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 81.24MB / 120.17MB 8.2s
22:16:10 [2020-12-04T22:16:10.024Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 88.66MB / 120.17MB 8.3s
22:16:10 [2020-12-04T22:16:10.161Z] #29 10.93 
                                                                           0.1%
                                                                           1.1%
##                                                                         3.3%
####                                                                       5.9%
#####                                                                      8.1%
########                                                                  11.3%
#########                                                                 13.0%
###########                                                               15.7%
############                                                              17.7%
#############                                                             19.3%
##############                                                            20.4%
###############                                                           22.0%
################                                                          23.4%
#################                                                         24.8%
###################                                                       26.6%
####################                                                      28.9%
######################                                                    30.7%
#######################                                                   33.1%
#########################                                                 34.8%
#########################                                                 35.4%
##########################                                                36.4%
###########################                                               37.6%
############################                                              39.2%
#############################                                             41.1%
##############################                                            42.2%
###############################                                           43.2%
################################                                          44.8%
##################################                                        47.5%
###################################                                       49.1%
####################################                                      50.2%
#####################################                                     51.4%
#####################################                                     52.4%
######################################                                    53.5%
#######################################                                   55.0%
########################################                                  56.3%
#########################################                                 57.9%
##########################################                                59.6%
###########################################                               60.7%
#############################################                             62.9%
##############################################                            65.1%
################################################                          66.7%
#################################################                         68.8%
###################################################                       71.6%
#####################################################                     74.3%
#######################################################                   76.4%
########################################################                  79.1%
##########################################################                81.3%
############################################################              84.0%
#############################################################             85.6%
###############################################################           88.3%
#################################################################         91.1%
###################################################################       94.2%
#####################################################################     96.4%
######################################################################    98.5%
######################################################################## 100.0%
22:16:10 [2020-12-04T22:16:10.294Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 99.92MB / 120.17MB 8.4s
22:16:10 [2020-12-04T22:16:10.456Z] #29 17.34 
22:16:10 [2020-12-04T22:16:10.456Z] #29 ...
22:16:10 [2020-12-04T22:16:10.456Z] 
22:16:10 [2020-12-04T22:16:10.456Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:16:10 [2020-12-04T22:16:10.456Z] #36 18.26 Fetched 8182 kB in 17s (473 kB/s)
22:16:10 [2020-12-04T22:16:10.557Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 106.99MB / 120.17MB 8.7s
22:16:10 [2020-12-04T22:16:10.571Z] #18 32.61 Setting up xfsprogs (4.20.0-1) ...
22:16:10 [2020-12-04T22:16:10.571Z] #18 32.62 Setting up python3-lib2to3 (3.7.3-1) ...
22:16:10 [2020-12-04T22:16:10.818Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 114.47MB / 120.17MB 9.0s
22:16:10 [2020-12-04T22:16:10.862Z] #18 32.81 Setting up python3-pkg-resources (40.8.0-1) ...
22:16:11 [2020-12-04T22:16:11.152Z] #18 33.29 Setting up python3-distutils (3.7.3-1) ...
22:16:11 [2020-12-04T22:16:11.288Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s
22:16:11 [2020-12-04T22:16:11.394Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.3s done
22:16:11 [2020-12-04T22:16:11.395Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.7s
22:16:11 [2020-12-04T22:16:11.782Z] #18 33.65 Setting up python3-setuptools (40.8.0-1) ...
22:16:12 [2020-12-04T22:16:12.414Z] #18 34.31 Setting up python3-pip (18.1-5) ...
22:16:12 [2020-12-04T22:16:12.550Z] ok  	github.com/docker/docker/cmd/dockerd	0.134s	coverage: 29.2% of statements
22:16:13 [2020-12-04T22:16:13.044Z] #18 35.13 Processing triggers for libc-bin (2.28-10) ...
22:16:13 [2020-12-04T22:16:13.044Z] #18 35.15 Processing triggers for mime-support (3.62) ...
22:16:13 [2020-12-04T22:16:13.125Z] ok  	github.com/docker/docker/container	0.147s	coverage: 34.4% of statements
22:16:13 [2020-12-04T22:16:13.125Z] ?   	github.com/docker/docker/container/stream	[no test files]
22:16:13 [2020-12-04T22:16:13.125Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
22:16:13 [2020-12-04T22:16:13.125Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
22:16:13 [2020-12-04T22:16:13.125Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
22:16:13 [2020-12-04T22:16:13.200Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.2s done
22:16:13 [2020-12-04T22:16:13.277Z] #36 18.26 Reading package lists...
22:16:13 [2020-12-04T22:16:13.277Z] #36 ...
22:16:13 [2020-12-04T22:16:13.277Z] 
22:16:13 [2020-12-04T22:16:13.277Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.03 go: downloading github.com/spf13/cobra v0.0.5
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.03 go: downloading github.com/go-lintpack/lintpack v0.5.2
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.13 go: downloading github.com/fatih/color v1.7.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.20 go: downloading github.com/pkg/errors v0.8.1
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.20 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.29 go: downloading github.com/spf13/viper v1.6.1
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.35 go: extracting github.com/pkg/errors v0.8.1
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.35 go: extracting github.com/go-lintpack/lintpack v0.5.2
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.40 go: downloading github.com/go-critic/go-critic v0.4.1
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.41 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.42 go: downloading github.com/spf13/pflag v1.0.5
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.49 go: extracting github.com/fatih/color v1.7.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.64 go: downloading github.com/mattn/go-colorable v0.1.4
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.83 go: downloading github.com/sirupsen/logrus v1.4.2
22:16:13 [2020-12-04T22:16:13.277Z] #49 11.84 go: extracting github.com/spf13/viper v1.6.1
22:16:13 [2020-12-04T22:16:13.277Z] #49 12.03 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:16:13 [2020-12-04T22:16:13.277Z] #49 12.13 go: extracting github.com/spf13/cobra v0.0.5
22:16:13 [2020-12-04T22:16:13.277Z] #49 12.28 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:16:13 [2020-12-04T22:16:13.277Z] #49 12.44 go: extracting github.com/spf13/pflag v1.0.5
22:16:13 [2020-12-04T22:16:13.277Z] #49 12.47 go: downloading github.com/subosito/gotenv v1.2.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 12.73 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 12.73 go: extracting github.com/go-critic/go-critic v0.4.1
22:16:13 [2020-12-04T22:16:13.277Z] #49 12.82 go: downloading github.com/hashicorp/hcl v1.0.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 12.96 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:16:13 [2020-12-04T22:16:13.277Z] #49 12.98 go: extracting github.com/subosito/gotenv v1.2.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 13.06 go: downloading github.com/magiconair/properties v1.8.1
22:16:13 [2020-12-04T22:16:13.277Z] #49 13.13 go: extracting github.com/mitchellh/go-homedir v1.1.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 13.20 go: extracting github.com/mattn/go-colorable v0.1.4
22:16:13 [2020-12-04T22:16:13.277Z] #49 13.27 go: downloading github.com/spf13/cast v1.3.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 13.48 go: extracting github.com/spf13/cast v1.3.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 13.50 go: downloading github.com/fsnotify/fsnotify v1.4.7
22:16:13 [2020-12-04T22:16:13.277Z] #49 13.56 go: extracting github.com/hashicorp/hcl v1.0.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 13.74 go: downloading github.com/spf13/afero v1.1.2
22:16:13 [2020-12-04T22:16:13.277Z] #49 13.77 go: extracting github.com/sirupsen/logrus v1.4.2
22:16:13 [2020-12-04T22:16:13.277Z] #49 13.82 go: extracting github.com/magiconair/properties v1.8.1
22:16:13 [2020-12-04T22:16:13.277Z] #49 13.93 go: downloading gopkg.in/ini.v1 v1.51.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 14.26 go: extracting github.com/fsnotify/fsnotify v1.4.7
22:16:13 [2020-12-04T22:16:13.277Z] #49 14.31 go: extracting gopkg.in/ini.v1 v1.51.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 14.54 go: extracting github.com/spf13/afero v1.1.2
22:16:13 [2020-12-04T22:16:13.277Z] #49 14.74 go: downloading github.com/inconshreveable/mousetrap v1.0.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 14.89 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:16:13 [2020-12-04T22:16:13.277Z] #49 14.89 go: downloading github.com/pelletier/go-toml v1.2.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 15.07 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:16:13 [2020-12-04T22:16:13.277Z] #49 15.08 go: downloading golang.org/x/text v0.3.2
22:16:13 [2020-12-04T22:16:13.277Z] #49 15.11 go: extracting github.com/inconshreveable/mousetrap v1.0.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 15.33 go: downloading github.com/mattn/go-isatty v0.0.8
22:16:13 [2020-12-04T22:16:13.277Z] #49 15.55 go: downloading github.com/stretchr/testify v1.4.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 15.59 go: extracting github.com/pelletier/go-toml v1.2.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 15.80 go: downloading github.com/go-toolsmith/astfmt v1.0.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 15.83 go: downloading github.com/spf13/jwalterweatherman v1.0.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 16.12 go: extracting github.com/mattn/go-isatty v0.0.8
22:16:13 [2020-12-04T22:16:13.277Z] #49 16.47 go: extracting github.com/go-toolsmith/astfmt v1.0.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 16.51 go: extracting github.com/spf13/jwalterweatherman v1.0.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 16.80 go: extracting github.com/stretchr/testify v1.4.0
22:16:13 [2020-12-04T22:16:13.277Z] #49 19.73 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:16:13 [2020-12-04T22:16:13.580Z] #49 ...
22:16:13 [2020-12-04T22:16:13.580Z] 
22:16:13 [2020-12-04T22:16:13.580Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:16:13 [2020-12-04T22:16:13.580Z] #29 18.95 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
22:16:13 [2020-12-04T22:16:13.580Z] #29 19.53 
22:16:13 [2020-12-04T22:16:13.580Z] #29 19.75 
###                                                                        5.3%
################################################################          90.3%
######################################################################## 100.0%
22:16:13 [2020-12-04T22:16:13.580Z] #29 20.15 
22:16:13 [2020-12-04T22:16:13.580Z] #29 ...
22:16:13 [2020-12-04T22:16:13.580Z] 
22:16:13 [2020-12-04T22:16:13.580Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:13 [2020-12-04T22:16:13.580Z] #51 11.29 + cd /tmp/tmp.LFX7CO5gkp/src/github.com/mvdan/sh
22:16:13 [2020-12-04T22:16:13.580Z] #51 11.29 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
22:16:13 [2020-12-04T22:16:13.580Z] #51 11.44 + GO111MODULE=on
22:16:13 [2020-12-04T22:16:13.580Z] #51 11.44 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
22:16:13 [2020-12-04T22:16:13.580Z] #51 13.40 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:16:13 [2020-12-04T22:16:13.580Z] #51 13.45 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:16:13 [2020-12-04T22:16:13.580Z] #51 13.56 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:16:13 [2020-12-04T22:16:13.580Z] #51 13.81 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:16:13 [2020-12-04T22:16:13.580Z] #51 14.13 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:16:13 [2020-12-04T22:16:13.580Z] #51 15.58 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:16:13 [2020-12-04T22:16:13.580Z] #51 16.70 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:16:13 [2020-12-04T22:16:13.580Z] #51 18.72 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:16:13 [2020-12-04T22:16:13.580Z] #51 20.09 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:16:13 [2020-12-04T22:16:13.580Z] #51 20.12 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:16:13 [2020-12-04T22:16:13.580Z] #51 20.37 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:16:13 [2020-12-04T22:16:13.580Z] #51 20.85 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:16:13 [2020-12-04T22:16:13.676Z] #18 DONE 35.6s
22:16:13 [2020-12-04T22:16:13.676Z] 
22:16:13 [2020-12-04T22:16:13.676Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
22:16:13 [2020-12-04T22:16:13.770Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
22:16:13 [2020-12-04T22:16:13.877Z] #51 ...
22:16:13 [2020-12-04T22:16:13.877Z] 
22:16:13 [2020-12-04T22:16:13.877Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:13 [2020-12-04T22:16:13.877Z] #64 20.33 Checking out files:  89% (1701/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.
22:16:13 [2020-12-04T22:16:13.877Z] #64 20.62 + cd /tmp/tmp.CI0mNsgtlR/src/github.com/docker/libnetwork
22:16:13 [2020-12-04T22:16:13.877Z] #64 20.62 + git checkout -q a543cbc4871f904b0efe205708eb45d72e65fd8b
22:16:13 [2020-12-04T22:16:13.877Z] #64 21.27 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
22:16:14 [2020-12-04T22:16:14.174Z] #64 ...
22:16:14 [2020-12-04T22:16:14.174Z] 
22:16:14 [2020-12-04T22:16:14.175Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:14 [2020-12-04T22:16:14.175Z] #45 11.82 vendor/golang.org/x/crypto/cryptobyte/asn1
22:16:14 [2020-12-04T22:16:14.175Z] #45 12.26 internal/nettrace
22:16:14 [2020-12-04T22:16:14.175Z] #45 12.35 runtime/cgo
22:16:14 [2020-12-04T22:16:14.175Z] #45 16.91 vendor/golang.org/x/crypto/internal/subtle
22:16:14 [2020-12-04T22:16:14.175Z] #45 ...
22:16:14 [2020-12-04T22:16:14.175Z] 
22:16:14 [2020-12-04T22:16:14.175Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:16:14 [2020-12-04T22:16:14.175Z] #47 11.73 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:16:14 [2020-12-04T22:16:14.175Z] #47 17.34 go: finding github.com/fatih/color v1.9.0
22:16:14 [2020-12-04T22:16:14.175Z] #47 17.36 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:16:14 [2020-12-04T22:16:14.175Z] #47 17.39 go: finding github.com/pkg/errors v0.9.1
22:16:14 [2020-12-04T22:16:14.175Z] #47 17.59 go: finding github.com/spf13/pflag v1.0.3
22:16:14 [2020-12-04T22:16:14.175Z] #47 17.60 go: finding github.com/mattn/go-colorable v0.1.6
22:16:14 [2020-12-04T22:16:14.175Z] #47 17.80 go: finding github.com/mattn/go-isatty v0.0.12
22:16:14 [2020-12-04T22:16:14.175Z] #47 18.08 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:16:14 [2020-12-04T22:16:14.175Z] #47 18.30 go: finding github.com/jonboulle/clockwork v0.1.0
22:16:14 [2020-12-04T22:16:14.175Z] #47 18.34 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:16:14 [2020-12-04T22:16:14.175Z] #47 18.45 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:16:14 [2020-12-04T22:16:14.175Z] #47 18.55 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:16:14 [2020-12-04T22:16:14.307Z] #19 0.823 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
22:16:14 [2020-12-04T22:16:14.307Z] #19 0.826 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
22:16:14 [2020-12-04T22:16:14.307Z] #19 0.828 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
22:16:14 [2020-12-04T22:16:14.345Z] #8 ...
22:16:14 [2020-12-04T22:16:14.345Z] 
22:16:14 [2020-12-04T22:16:14.345Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:16:14 [2020-12-04T22:16:14.345Z] #25 1.420 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 1.536 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 1.545 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 1.666 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 1.893 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 2.296 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:16:14 [2020-12-04T22:16:14.345Z] #25 3.866 Fetched 8407 kB in 3s (3118 kB/s)
22:16:14 [2020-12-04T22:16:14.345Z] #25 3.866 Reading package lists...
22:16:14 [2020-12-04T22:16:14.345Z] #25 4.846 Reading package lists...
22:16:14 [2020-12-04T22:16:14.345Z] #25 5.760 Building dependency tree...
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.139 The following additional packages will be installed:
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.139   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.139   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.144   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.144 Suggested packages:
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.144   krb5-doc krb5-user
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.144 Recommended packages:
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.144   krb5-locales publicsuffix libsasl2-modules
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.352 The following NEW packages will be installed:
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.352   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.352   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.352   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.360   libssh2-1 libssl1.1 openssl
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.657 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.657 Need to get 5049 kB of archives.
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.657 After this operation, 12.1 MB of additional disk space will be used.
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.657 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.664 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.664 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.664 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.664 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.676 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.684 Get:7 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.684 Get:8 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.696 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.719 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.719 Get:11 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.738 Get:12 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.741 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.744 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.746 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.748 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.749 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.757 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.769 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.769 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.769 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
22:16:14 [2020-12-04T22:16:14.345Z] #25 6.973 debconf: delaying package configuration, since apt-utils is not installed
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.007 Fetched 5049 kB in 0s (13.7 MB/s)
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.046 Selecting previously unselected package libkeyutils1:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.046 (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.)
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.048 Preparing to unpack .../00-libkeyutils1_1.6-6_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.065 Unpacking libkeyutils1:amd64 (1.6-6) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.117 Selecting previously unselected package libkrb5support0:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.117 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.121 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.176 Selecting previously unselected package libk5crypto3:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.176 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.186 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.288 Selecting previously unselected package libssl1.1:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.288 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.296 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.548 Selecting previously unselected package libkrb5-3:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.548 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.554 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.711 Selecting previously unselected package libgssapi-krb5-2:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.711 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.720 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.788 Selecting previously unselected package libsasl2-modules-db:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.788 Preparing to unpack .../06-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.792 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.847 Selecting previously unselected package libsasl2-2:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.847 Preparing to unpack .../07-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.853 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.920 Selecting previously unselected package libldap-common.
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.920 Preparing to unpack .../08-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 7.928 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.034 Selecting previously unselected package libldap-2.4-2:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.034 Preparing to unpack .../09-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.038 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.115 Selecting previously unselected package openssl.
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.115 Preparing to unpack .../10-openssl_1.1.1d-0+deb10u3_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.120 Unpacking openssl (1.1.1d-0+deb10u3) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.307 Selecting previously unselected package ca-certificates.
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.307 Preparing to unpack .../11-ca-certificates_20200601~deb10u1_all.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.311 Unpacking ca-certificates (20200601~deb10u1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.429 Selecting previously unselected package libnghttp2-14:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.429 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.435 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.496 Selecting previously unselected package libpsl5:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.496 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.501 Unpacking libpsl5:amd64 (0.20.2-2) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.560 Selecting previously unselected package librtmp1:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.560 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.567 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.625 Selecting previously unselected package libssh2-1:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.625 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.631 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.696 Selecting previously unselected package libcurl4:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.696 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.700 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.800 Selecting previously unselected package curl.
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.800 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.805 Unpacking curl (7.64.0-4+deb10u1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.902 Selecting previously unselected package libonig5:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.902 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 8.906 Unpacking libonig5:amd64 (6.9.1-1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 9.006 Selecting previously unselected package libjq1:amd64.
22:16:14 [2020-12-04T22:16:14.345Z] #25 9.006 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 9.019 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 9.098 Selecting previously unselected package jq.
22:16:14 [2020-12-04T22:16:14.345Z] #25 9.098 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 9.098 Unpacking jq (1.5+dfsg-2+b1) ...
22:16:14 [2020-12-04T22:16:14.345Z] #25 9.151 Setting up libkeyutils1:amd64 (1.6-6) ...
22:16:14 [2020-12-04T22:16:14.472Z] #47 ...
22:16:14 [2020-12-04T22:16:14.472Z] 
22:16:14 [2020-12-04T22:16:14.472Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:14 [2020-12-04T22:16:14.472Z] #51 21.84 runtime/cgo
22:16:14 [2020-12-04T22:16:14.472Z] #51 22.13 runtime
22:16:14 [2020-12-04T22:16:14.601Z] #19 DONE 1.0s
22:16:14 [2020-12-04T22:16:14.601Z] 
22:16:14 [2020-12-04T22:16:14.601Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
22:16:14 [2020-12-04T22:16:14.614Z] #25 9.171 Setting up libpsl5:amd64 (0.20.2-2) ...
22:16:14 [2020-12-04T22:16:14.615Z] #25 9.185 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
22:16:14 [2020-12-04T22:16:14.615Z] #25 ...
22:16:14 [2020-12-04T22:16:14.615Z] 
22:16:14 [2020-12-04T22:16:14.615Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:15 [2020-12-04T22:16:15.610Z] #8 ...
22:16:15 [2020-12-04T22:16:15.610Z] 
22:16:15 [2020-12-04T22:16:15.610Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4...
22:16:15 [2020-12-04T22:16:15.610Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 10.6s done
22:16:15 [2020-12-04T22:16:15.610Z] #24 DONE 14.1s
22:16:15 [2020-12-04T22:16:15.610Z] 
22:16:15 [2020-12-04T22:16:15.610Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:15 [2020-12-04T22:16:15.610Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.8s done
22:16:15 [2020-12-04T22:16:15.610Z] #8 ...
22:16:15 [2020-12-04T22:16:15.610Z] 
22:16:15 [2020-12-04T22:16:15.610Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:16:15 [2020-12-04T22:16:15.686Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.081s	coverage: 65.3% of statements
22:16:16 [2020-12-04T22:16:16.559Z] #25 1.011 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
22:16:16 [2020-12-04T22:16:16.559Z] #25 1.011 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:16 [2020-12-04T22:16:16.559Z] #25 1.015 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:16 [2020-12-04T22:16:16.559Z] #25 1.155 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:16:16 [2020-12-04T22:16:16.820Z] #25 1.369 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
22:16:17 [2020-12-04T22:16:17.081Z] #25 1.697 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:16:17 [2020-12-04T22:16:17.326Z] #20 ...
22:16:17 [2020-12-04T22:16:17.326Z] 
22:16:17 [2020-12-04T22:16:17.326Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:16:17 [2020-12-04T22:16:17.326Z] #41 69.49   CC       criu/ipc_ns.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 70.12   CC       criu/irmap.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 70.48   CC       criu/kcmp-ids.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 70.80   CC       criu/kerndat.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 71.50   CC       criu/libnetlink.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 71.80   CC       criu/log.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 72.14   CC       criu/lsm.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 72.34   CC       criu/mem.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 73.41   CC       criu/memfd.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 73.77   CC       criu/mount.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 76.14   CC       criu/namespaces.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 77.15   CC       criu/net.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 78.86   CC       criu/netfilter.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 79.09   CC       criu/page-pipe.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 79.48   CC       criu/page-xfer.o
22:16:17 [2020-12-04T22:16:17.326Z] #41 ...
22:16:17 [2020-12-04T22:16:17.326Z] 
22:16:17 [2020-12-04T22:16:17.326Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:16:17 [2020-12-04T22:16:17.326Z] #38 111.5 + dpkg --print-architecture
22:16:17 [2020-12-04T22:16:17.326Z] #38 111.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
22:16:17 [2020-12-04T22:16:17.326Z] #38 112.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
22:16:17 [2020-12-04T22:16:17.326Z] #38 112.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
22:16:17 [2020-12-04T22:16:17.612Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.081s	coverage: 35.9% of statements
22:16:18 [2020-12-04T22:16:18.819Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.0s
22:16:19 [2020-12-04T22:16:19.008Z] #25 3.511 Fetched 8407 kB in 3s (3053 kB/s)
22:16:19 [2020-12-04T22:16:19.081Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.4s done
22:16:19 [2020-12-04T22:16:19.341Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s
22:16:20 [2020-12-04T22:16:20.048Z] #38 ...
22:16:20 [2020-12-04T22:16:20.049Z] 
22:16:20 [2020-12-04T22:16:20.049Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
22:16:20 [2020-12-04T22:16:20.049Z] #20 3.152 Collecting yamllint==1.16.0
22:16:20 [2020-12-04T22:16:20.049Z] #20 3.358   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
22:16:20 [2020-12-04T22:16:20.049Z] #20 3.394 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
22:16:20 [2020-12-04T22:16:20.049Z] #20 3.437   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
22:16:20 [2020-12-04T22:16:20.049Z] #20 3.447 Collecting pyyaml (from yamllint==1.16.0)
22:16:20 [2020-12-04T22:16:20.049Z] #20 3.568   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
22:16:20 [2020-12-04T22:16:20.049Z] #20 4.311 Building wheels for collected packages: pyyaml
22:16:20 [2020-12-04T22:16:20.049Z] #20 4.312   Running setup.py bdist_wheel for pyyaml: started
22:16:20 [2020-12-04T22:16:20.049Z] #20 4.842   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
22:16:20 [2020-12-04T22:16:20.049Z] #20 4.848   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
22:16:20 [2020-12-04T22:16:20.049Z] #20 4.893 Successfully built pyyaml
22:16:20 [2020-12-04T22:16:20.049Z] #20 4.901 Installing collected packages: pathspec, pyyaml, yamllint
22:16:20 [2020-12-04T22:16:20.049Z] #20 5.127 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0
22:16:20 [2020-12-04T22:16:20.049Z] #20 DONE 5.4s
22:16:20 [2020-12-04T22:16:20.049Z] 
22:16:20 [2020-12-04T22:16:20.049Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
22:16:20 [2020-12-04T22:16:20.049Z] #23 DONE 0.2s
22:16:20 [2020-12-04T22:16:20.049Z] 
22:16:20 [2020-12-04T22:16:20.049Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
22:16:20 [2020-12-04T22:16:20.053Z] #25 3.511 Reading package lists...
22:16:20 [2020-12-04T22:16:20.116Z] #51 ...
22:16:20 [2020-12-04T22:16:20.116Z] 
22:16:20 [2020-12-04T22:16:20.116Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.51 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.54 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.55 go: downloading github.com/ultraware/funlen v0.0.2
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.56 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.57 go: downloading github.com/go-toolsmith/astcast v1.0.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.58 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.59 go: downloading github.com/go-toolsmith/typep v1.0.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.60 go: downloading github.com/uudashr/gocognit v1.0.1
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.61 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.75 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.94 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.95 go: extracting github.com/uudashr/gocognit v1.0.1
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.95 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:16:20 [2020-12-04T22:16:20.116Z] #49 24.96 go: extracting github.com/ultraware/funlen v0.0.2
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.01 go: extracting github.com/go-toolsmith/astcast v1.0.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.04 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.16 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.26 go: extracting github.com/go-toolsmith/typep v1.0.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.28 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.32 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.33 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.45 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.46 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.50 go: downloading github.com/sourcegraph/go-diff v0.5.1
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.53 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.68 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.68 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.72 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.75 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.84 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.85 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:16:20 [2020-12-04T22:16:20.116Z] #49 25.92 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.00 go: downloading github.com/go-toolsmith/astequal v1.0.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.00 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.01 go: extracting github.com/sourcegraph/go-diff v0.5.1
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.20 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.20 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.31 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.48 go: extracting github.com/go-toolsmith/astequal v1.0.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.49 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.49 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.53 go: downloading github.com/pmezard/go-difflib v1.0.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.59 go: downloading github.com/stretchr/objx v0.2.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.64 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.71 go: downloading github.com/davecgh/go-spew v1.1.1
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.85 go: extracting github.com/pmezard/go-difflib v1.0.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.92 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
22:16:20 [2020-12-04T22:16:20.116Z] #49 26.97 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:16:20 [2020-12-04T22:16:20.116Z] #49 27.03 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:16:20 [2020-12-04T22:16:20.116Z] #49 27.14 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:16:20 [2020-12-04T22:16:20.116Z] #49 27.22 go: extracting github.com/stretchr/objx v0.2.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 27.37 go: downloading github.com/go-toolsmith/astp v1.0.0
22:16:20 [2020-12-04T22:16:20.116Z] #49 ...
22:16:20 [2020-12-04T22:16:20.116Z] 
22:16:20 [2020-12-04T22:16:20.116Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:16:20 [2020-12-04T22:16:20.116Z] #13 17.41 Fetched 8182 kB in 16s (501 kB/s)
22:16:20 [2020-12-04T22:16:20.116Z] #13 17.41 Reading package lists...
22:16:20 [2020-12-04T22:16:20.116Z] #13 24.76 Reading package lists...
22:16:20 [2020-12-04T22:16:20.116Z] #13 ...
22:16:20 [2020-12-04T22:16:20.116Z] 
22:16:20 [2020-12-04T22:16:20.116Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:20 [2020-12-04T22:16:20.116Z] #49 27.44 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:16:20 [2020-12-04T22:16:20.116Z] #49 27.45 go: extracting github.com/davecgh/go-spew v1.1.1
22:16:20 [2020-12-04T22:16:20.116Z] #49 27.63 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:16:20 [2020-12-04T22:16:20.116Z] #49 ...
22:16:20 [2020-12-04T22:16:20.116Z] 
22:16:20 [2020-12-04T22:16:20.116Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:16:20 [2020-12-04T22:16:20.116Z] #55 17.63 Fetched 8182 kB in 17s (491 kB/s)
22:16:20 [2020-12-04T22:16:20.116Z] #55 17.63 Reading package lists...
22:16:20 [2020-12-04T22:16:20.116Z] #55 24.18 Reading package lists...
22:16:20 [2020-12-04T22:16:20.116Z] #55 ...
22:16:20 [2020-12-04T22:16:20.116Z] 
22:16:20 [2020-12-04T22:16:20.116Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:20 [2020-12-04T22:16:20.116Z] #49 27.84 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:16:20 [2020-12-04T22:16:20.116Z] #49 27.92 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:16:20 [2020-12-04T22:16:20.435Z] #49 28.12 go: downloading github.com/ultraware/whitespace v0.0.4
22:16:20 [2020-12-04T22:16:20.435Z] #49 28.12 go: extracting github.com/go-toolsmith/astp v1.0.0
22:16:20 [2020-12-04T22:16:20.435Z] #49 28.13 go: extracting golang.org/x/text v0.3.2
22:16:20 [2020-12-04T22:16:20.435Z] #49 28.13 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:16:20 [2020-12-04T22:16:20.435Z] #49 28.26 go: downloading github.com/mitchellh/mapstructure v1.1.2
22:16:20 [2020-12-04T22:16:20.743Z] #49 28.38 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:16:20 [2020-12-04T22:16:20.743Z] #49 28.40 go: extracting github.com/ultraware/whitespace v0.0.4
22:16:20 [2020-12-04T22:16:20.743Z] #49 28.40 go: downloading github.com/gogo/protobuf v1.2.1
22:16:20 [2020-12-04T22:16:20.743Z] #49 28.49 go: downloading github.com/go-toolsmith/strparse v1.0.0
22:16:20 [2020-12-04T22:16:20.743Z] #49 ...
22:16:20 [2020-12-04T22:16:20.743Z] 
22:16:20 [2020-12-04T22:16:20.743Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:16:20 [2020-12-04T22:16:20.743Z] #40 18.46 Checking out files:  97% (1626/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.
22:16:20 [2020-12-04T22:16:20.743Z] #40 18.52 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
22:16:20 [2020-12-04T22:16:20.743Z] #40 20.69 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
22:16:20 [2020-12-04T22:16:20.932Z] ok  	github.com/docker/docker/daemon/cluster	0.115s	coverage: 0.5% of statements
22:16:21 [2020-12-04T22:16:21.006Z] #25 4.688 Reading package lists...
22:16:21 [2020-12-04T22:16:21.039Z] #40 ...
22:16:21 [2020-12-04T22:16:21.039Z] 
22:16:21 [2020-12-04T22:16:21.039Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:21 [2020-12-04T22:16:21.039Z] #49 28.73 go: extracting github.com/mitchellh/mapstructure v1.1.2
22:16:21 [2020-12-04T22:16:21.039Z] #49 28.86 go: downloading github.com/kisielk/gotool v1.0.0
22:16:21 [2020-12-04T22:16:21.081Z] #28 DONE 0.9s
22:16:21 [2020-12-04T22:16:21.081Z] 
22:16:21 [2020-12-04T22:16:21.081Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
22:16:21 [2020-12-04T22:16:21.081Z] #31 DONE 0.2s
22:16:21 [2020-12-04T22:16:21.081Z] 
22:16:21 [2020-12-04T22:16:21.081Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:16:21 [2020-12-04T22:16:21.081Z] #41 80.30   CC       criu/pagemap-cache.o
22:16:21 [2020-12-04T22:16:21.081Z] #41 80.45   CC       criu/pagemap.o
22:16:21 [2020-12-04T22:16:21.081Z] #41 80.90   CC       criu/parasite-syscall.o
22:16:21 [2020-12-04T22:16:21.081Z] #41 81.43   CC       criu/path.o
22:16:21 [2020-12-04T22:16:21.081Z] #41 81.60   CC       criu/pie-util-vdso.o
22:16:21 [2020-12-04T22:16:21.081Z] #41 81.92   CC       criu/pie-util.o
22:16:21 [2020-12-04T22:16:21.081Z] #41 82.02   CC       criu/pipes.o
22:16:21 [2020-12-04T22:16:21.081Z] #41 82.63   CC       criu/plugin.o
22:16:21 [2020-12-04T22:16:21.081Z] #41 83.04   CC       criu/proc_parse.o
22:16:21 [2020-12-04T22:16:21.255Z] #8 ...
22:16:21 [2020-12-04T22:16:21.255Z] 
22:16:21 [2020-12-04T22:16:21.255Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.374 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.394 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.417 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.430 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.444 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.459 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.474 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.489 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.501 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.524 Setting up openssl (1.1.1d-0+deb10u3) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.543 Setting up libonig5:amd64 (6.9.1-1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.566 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.583 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 9.595 Setting up ca-certificates (20200601~deb10u1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 10.38 Updating certificates in /etc/ssl/certs...
22:16:21 [2020-12-04T22:16:21.255Z] #25 11.41 126 added, 0 removed; done.
22:16:21 [2020-12-04T22:16:21.255Z] #25 11.49 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 11.50 Setting up jq (1.5+dfsg-2+b1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 11.52 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 11.54 Setting up curl (7.64.0-4+deb10u1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 11.56 Processing triggers for libc-bin (2.28-10) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 11.58 Processing triggers for ca-certificates (20200601~deb10u1) ...
22:16:21 [2020-12-04T22:16:21.255Z] #25 11.59 Updating certificates in /etc/ssl/certs...
22:16:21 [2020-12-04T22:16:21.255Z] #25 12.62 0 added, 0 removed; done.
22:16:21 [2020-12-04T22:16:21.255Z] #25 12.62 Running hooks in /etc/ca-certificates/update.d...
22:16:21 [2020-12-04T22:16:21.255Z] #25 12.62 done.
22:16:21 [2020-12-04T22:16:21.255Z] #25 DONE 16.0s
22:16:21 [2020-12-04T22:16:21.255Z] 
22:16:21 [2020-12-04T22:16:21.255Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:21 [2020-12-04T22:16:21.255Z] #8 ...
22:16:21 [2020-12-04T22:16:21.255Z] 
22:16:21 [2020-12-04T22:16:21.255Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:16:21 [2020-12-04T22:16:21.255Z] #26 DONE 0.1s
22:16:21 [2020-12-04T22:16:21.255Z] 
22:16:21 [2020-12-04T22:16:21.255Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:16:21 [2020-12-04T22:16:21.267Z] #25 5.736 Building dependency tree...
22:16:21 [2020-12-04T22:16:21.336Z] #49 29.13 go: extracting github.com/go-toolsmith/strparse v1.0.0
22:16:21 [2020-12-04T22:16:21.371Z] #41 ...
22:16:21 [2020-12-04T22:16:21.371Z] 
22:16:21 [2020-12-04T22:16:21.371Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
22:16:21 [2020-12-04T22:16:21.371Z] #33 DONE 0.2s
22:16:21 [2020-12-04T22:16:21.371Z] 
22:16:21 [2020-12-04T22:16:21.371Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
22:16:21 [2020-12-04T22:16:21.371Z] #36 DONE 0.1s
22:16:21 [2020-12-04T22:16:21.528Z] #25 6.090 The following additional packages will be installed:
22:16:21 [2020-12-04T22:16:21.528Z] #25 6.091   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
22:16:21 [2020-12-04T22:16:21.528Z] #25 6.091   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
22:16:21 [2020-12-04T22:16:21.528Z] #25 6.091   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
22:16:21 [2020-12-04T22:16:21.528Z] #25 6.093 Suggested packages:
22:16:21 [2020-12-04T22:16:21.528Z] #25 6.093   krb5-doc krb5-user
22:16:21 [2020-12-04T22:16:21.528Z] #25 6.093 Recommended packages:
22:16:21 [2020-12-04T22:16:21.528Z] #25 6.093   krb5-locales publicsuffix libsasl2-modules
22:16:21 [2020-12-04T22:16:21.632Z] #49 29.17 go: extracting github.com/kisielk/gotool v1.0.0
22:16:21 [2020-12-04T22:16:21.632Z] #49 29.19 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:16:21 [2020-12-04T22:16:21.632Z] #49 29.42 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:16:21 [2020-12-04T22:16:21.632Z] #49 ...
22:16:21 [2020-12-04T22:16:21.632Z] 
22:16:21 [2020-12-04T22:16:21.632Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:16:21 [2020-12-04T22:16:21.632Z] #42 19.32 Fetched 8182 kB in 18s (446 kB/s)
22:16:21 [2020-12-04T22:16:21.632Z] #42 19.32 Reading package lists...
22:16:21 [2020-12-04T22:16:21.632Z] #42 26.32 Reading package lists...
22:16:21 [2020-12-04T22:16:21.632Z] #42 ...
22:16:21 [2020-12-04T22:16:21.632Z] 
22:16:21 [2020-12-04T22:16:21.632Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:21 [2020-12-04T22:16:21.632Z] #49 29.43 go: downloading gopkg.in/yaml.v2 v2.2.7
22:16:21 [2020-12-04T22:16:21.632Z] #49 29.52 go: downloading github.com/go-toolsmith/astcopy v1.0.0
22:16:21 [2020-12-04T22:16:21.663Z] 
22:16:21 [2020-12-04T22:16:21.663Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:16:21 [2020-12-04T22:16:21.790Z] #25 6.313 The following NEW packages will be installed:
22:16:21 [2020-12-04T22:16:21.790Z] #25 6.313   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
22:16:21 [2020-12-04T22:16:21.790Z] #25 6.313   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
22:16:21 [2020-12-04T22:16:21.790Z] #25 6.314   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
22:16:21 [2020-12-04T22:16:21.790Z] #25 6.314   libssh2-1 libssl1.1 openssl
22:16:21 [2020-12-04T22:16:21.953Z] #41 84.47   CC       criu/protobuf-desc.o
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.610 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.610 Need to get 5049 kB of archives.
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.610 After this operation, 12.1 MB of additional disk space will be used.
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.610 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.612 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.614 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.616 Get:4 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.616 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.630 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.630 Get:7 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.637 Get:8 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.651 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.651 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.657 Get:11 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.672 Get:12 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.698 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.698 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.698 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.698 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.698 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.700 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.712 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.712 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
22:16:22 [2020-12-04T22:16:22.052Z] #25 6.715 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
22:16:22 [2020-12-04T22:16:22.277Z] #49 29.88 go: extracting github.com/go-toolsmith/astcopy v1.0.0
22:16:22 [2020-12-04T22:16:22.317Z] #25 6.911 debconf: delaying package configuration, since apt-utils is not installed
22:16:22 [2020-12-04T22:16:22.317Z] #25 6.948 Fetched 5049 kB in 0s (13.3 MB/s)
22:16:22 [2020-12-04T22:16:22.317Z] #25 6.986 Selecting previously unselected package libkeyutils1:amd64.
22:16:22 [2020-12-04T22:16:22.317Z] #25 6.986 (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.)
22:16:22 [2020-12-04T22:16:22.317Z] #25 6.988 Preparing to unpack .../00-libkeyutils1_1.6-6_amd64.deb ...
22:16:22 [2020-12-04T22:16:22.573Z] #49 30.22 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:16:22 [2020-12-04T22:16:22.573Z] #49 30.36 go: extracting gopkg.in/yaml.v2 v2.2.7
22:16:22 [2020-12-04T22:16:22.573Z] #49 30.37 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:16:22 [2020-12-04T22:16:22.580Z] #25 7.000 Unpacking libkeyutils1:amd64 (1.6-6) ...
22:16:22 [2020-12-04T22:16:22.580Z] #25 7.044 Selecting previously unselected package libkrb5support0:amd64.
22:16:22 [2020-12-04T22:16:22.580Z] #25 7.044 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
22:16:22 [2020-12-04T22:16:22.580Z] #25 7.048 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
22:16:22 [2020-12-04T22:16:22.580Z] #25 7.096 Selecting previously unselected package libk5crypto3:amd64.
22:16:22 [2020-12-04T22:16:22.580Z] #25 7.096 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
22:16:22 [2020-12-04T22:16:22.580Z] #25 7.103 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
22:16:22 [2020-12-04T22:16:22.580Z] #25 7.192 Selecting previously unselected package libssl1.1:amd64.
22:16:22 [2020-12-04T22:16:22.580Z] #25 7.193 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ...
22:16:22 [2020-12-04T22:16:22.580Z] #25 7.206 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
22:16:22 [2020-12-04T22:16:22.585Z] #41 85.03   CC       criu/protobuf.o
22:16:22 [2020-12-04T22:16:22.841Z] #25 7.447 Selecting previously unselected package libkrb5-3:amd64.
22:16:22 [2020-12-04T22:16:22.841Z] #25 7.447 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
22:16:22 [2020-12-04T22:16:22.841Z] #25 7.453 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
22:16:22 [2020-12-04T22:16:22.859Z] ok  	github.com/docker/docker/daemon/discovery	0.019s	coverage: 30.0% of statements
22:16:22 [2020-12-04T22:16:22.869Z] #49 30.57 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:16:22 [2020-12-04T22:16:22.875Z] #41 85.22   CC       criu/pstree.o
22:16:23 [2020-12-04T22:16:23.103Z] #25 7.578 Selecting previously unselected package libgssapi-krb5-2:amd64.
22:16:23 [2020-12-04T22:16:23.103Z] #25 7.578 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
22:16:23 [2020-12-04T22:16:23.103Z] #25 7.583 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
22:16:23 [2020-12-04T22:16:23.103Z] #25 7.644 Selecting previously unselected package libsasl2-modules-db:amd64.
22:16:23 [2020-12-04T22:16:23.103Z] #25 7.644 Preparing to unpack .../06-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
22:16:23 [2020-12-04T22:16:23.103Z] #25 7.655 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:16:23 [2020-12-04T22:16:23.103Z] #25 7.714 Selecting previously unselected package libsasl2-2:amd64.
22:16:23 [2020-12-04T22:16:23.103Z] #25 7.714 Preparing to unpack .../07-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
22:16:23 [2020-12-04T22:16:23.103Z] #25 7.721 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:16:23 [2020-12-04T22:16:23.122Z] ok  	github.com/docker/docker/daemon/config	0.090s	coverage: 81.8% of statements
22:16:23 [2020-12-04T22:16:23.164Z] #49 30.85 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:16:23 [2020-12-04T22:16:23.164Z] #49 30.99 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:16:23 [2020-12-04T22:16:23.168Z] #27 1.862 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
22:16:23 [2020-12-04T22:16:23.168Z] #27 1.949 
22:16:23 [2020-12-04T22:16:23.364Z] #25 7.803 Selecting previously unselected package libldap-common.
22:16:23 [2020-12-04T22:16:23.364Z] #25 7.803 Preparing to unpack .../08-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ...
22:16:23 [2020-12-04T22:16:23.364Z] #25 7.803 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ...
22:16:23 [2020-12-04T22:16:23.364Z] #25 7.864 Selecting previously unselected package libldap-2.4-2:amd64.
22:16:23 [2020-12-04T22:16:23.364Z] #25 7.864 Preparing to unpack .../09-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ...
22:16:23 [2020-12-04T22:16:23.364Z] #25 7.869 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ...
22:16:23 [2020-12-04T22:16:23.459Z] #49 31.07 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:16:23 [2020-12-04T22:16:23.460Z] #49 31.13 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:16:23 [2020-12-04T22:16:23.460Z] #49 31.34 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:16:23 [2020-12-04T22:16:23.505Z] #41 85.95   CC       criu/rbtree.o
22:16:23 [2020-12-04T22:16:23.642Z] #25 7.951 Selecting previously unselected package openssl.
22:16:23 [2020-12-04T22:16:23.642Z] #25 7.951 Preparing to unpack .../10-openssl_1.1.1d-0+deb10u3_amd64.deb ...
22:16:23 [2020-12-04T22:16:23.642Z] #25 7.957 Unpacking openssl (1.1.1d-0+deb10u3) ...
22:16:23 [2020-12-04T22:16:23.642Z] #25 8.135 Selecting previously unselected package ca-certificates.
22:16:23 [2020-12-04T22:16:23.642Z] #25 8.135 Preparing to unpack .../11-ca-certificates_20200601~deb10u1_all.deb ...
22:16:23 [2020-12-04T22:16:23.642Z] #25 8.152 Unpacking ca-certificates (20200601~deb10u1) ...
22:16:23 [2020-12-04T22:16:23.642Z] #25 8.268 Selecting previously unselected package libnghttp2-14:amd64.
22:16:23 [2020-12-04T22:16:23.642Z] #25 8.268 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
22:16:23 [2020-12-04T22:16:23.642Z] #25 8.274 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
22:16:23 [2020-12-04T22:16:23.732Z] INFO [runner/unused/goanalysis] analyzers took 27.145868209s with top 10 stages: buildssa: 22.840308646s, U1000: 4.305559563s 
22:16:23 [2020-12-04T22:16:23.756Z] #49 31.45 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:16:23 [2020-12-04T22:16:23.756Z] #49 31.46 go: downloading github.com/gobwas/glob v0.2.3
22:16:23 [2020-12-04T22:16:23.756Z] #49 31.53 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:16:23 [2020-12-04T22:16:23.756Z] #49 31.63 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:16:23 [2020-12-04T22:16:23.796Z] #41 86.15   CC       criu/rst-malloc.o
22:16:23 [2020-12-04T22:16:23.796Z] #41 86.33   CC       criu/seccomp.o
22:16:23 [2020-12-04T22:16:23.905Z] #25 8.364 Selecting previously unselected package libpsl5:amd64.
22:16:23 [2020-12-04T22:16:23.905Z] #25 8.364 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
22:16:23 [2020-12-04T22:16:23.905Z] #25 8.370 Unpacking libpsl5:amd64 (0.20.2-2) ...
22:16:23 [2020-12-04T22:16:23.905Z] #25 8.426 Selecting previously unselected package librtmp1:amd64.
22:16:23 [2020-12-04T22:16:23.905Z] #25 8.428 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
22:16:23 [2020-12-04T22:16:23.905Z] #25 8.436 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
22:16:23 [2020-12-04T22:16:23.905Z] #25 8.491 Selecting previously unselected package libssh2-1:amd64.
22:16:23 [2020-12-04T22:16:23.905Z] #25 8.491 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
22:16:23 [2020-12-04T22:16:23.905Z] #25 8.501 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
22:16:23 [2020-12-04T22:16:23.955Z] #27 2.070 
##                                                                         2.8%
########################                                                  34.5%
########################################                                  55.8%
######################################################                    75.9%
####################################################################      95.6%
######################################################################## 100.0%
22:16:23 [2020-12-04T22:16:23.955Z] #27 2.611 
22:16:24 [2020-12-04T22:16:24.166Z] #25 8.591 Selecting previously unselected package libcurl4:amd64.
22:16:24 [2020-12-04T22:16:24.166Z] #25 8.591 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
22:16:24 [2020-12-04T22:16:24.166Z] #25 8.596 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
22:16:24 [2020-12-04T22:16:24.166Z] #25 8.674 Selecting previously unselected package curl.
22:16:24 [2020-12-04T22:16:24.166Z] #25 8.674 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
22:16:24 [2020-12-04T22:16:24.166Z] #25 8.679 Unpacking curl (7.64.0-4+deb10u1) ...
22:16:24 [2020-12-04T22:16:24.166Z] #25 8.778 Selecting previously unselected package libonig5:amd64.
22:16:24 [2020-12-04T22:16:24.166Z] #25 8.778 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
22:16:24 [2020-12-04T22:16:24.166Z] #25 8.779 Unpacking libonig5:amd64 (6.9.1-1) ...
22:16:24 [2020-12-04T22:16:24.219Z] #27 2.737 
################################################                          67.5%
######################################################################## 100.0%
22:16:24 [2020-12-04T22:16:24.219Z] #27 2.863 
22:16:24 [2020-12-04T22:16:24.411Z] #49 32.03 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:16:24 [2020-12-04T22:16:24.411Z] #49 32.14 go: extracting github.com/gobwas/glob v0.2.3
22:16:24 [2020-12-04T22:16:24.411Z] #49 32.21 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:16:24 [2020-12-04T22:16:24.426Z] #41 86.68   CC       criu/seize.o
22:16:24 [2020-12-04T22:16:24.427Z] #25 8.869 Selecting previously unselected package libjq1:amd64.
22:16:24 [2020-12-04T22:16:24.427Z] #25 8.869 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
22:16:24 [2020-12-04T22:16:24.427Z] #25 8.876 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
22:16:24 [2020-12-04T22:16:24.427Z] #25 8.951 Selecting previously unselected package jq.
22:16:24 [2020-12-04T22:16:24.427Z] #25 8.951 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
22:16:24 [2020-12-04T22:16:24.427Z] #25 8.970 Unpacking jq (1.5+dfsg-2+b1) ...
22:16:24 [2020-12-04T22:16:24.427Z] #25 9.012 Setting up libkeyutils1:amd64 (1.6-6) ...
22:16:24 [2020-12-04T22:16:24.427Z] #25 9.026 Setting up libpsl5:amd64 (0.20.2-2) ...
22:16:24 [2020-12-04T22:16:24.427Z] #25 9.042 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
22:16:24 [2020-12-04T22:16:24.488Z] #27 2.997 
#######################                                                   32.6%
######################################################################## 100.0%
22:16:24 [2020-12-04T22:16:24.488Z] #27 3.171 
22:16:24 [2020-12-04T22:16:24.517Z] ok  	github.com/docker/docker/daemon/events	0.071s	coverage: 50.0% of statements
22:16:24 [2020-12-04T22:16:24.689Z] #25 9.211 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
22:16:24 [2020-12-04T22:16:24.689Z] #25 9.224 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ...
22:16:24 [2020-12-04T22:16:24.689Z] #25 9.243 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
22:16:24 [2020-12-04T22:16:24.689Z] #25 9.256 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:16:24 [2020-12-04T22:16:24.689Z] #25 9.269 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
22:16:24 [2020-12-04T22:16:24.689Z] #25 9.283 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
22:16:24 [2020-12-04T22:16:24.689Z] #25 9.295 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:16:24 [2020-12-04T22:16:24.716Z] #41 87.17   CC       criu/servicefd.o
22:16:24 [2020-12-04T22:16:24.951Z] #25 9.319 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
22:16:24 [2020-12-04T22:16:24.951Z] #25 9.333 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
22:16:24 [2020-12-04T22:16:24.951Z] #25 9.399 Setting up openssl (1.1.1d-0+deb10u3) ...
22:16:24 [2020-12-04T22:16:24.951Z] #25 9.419 Setting up libonig5:amd64 (6.9.1-1) ...
22:16:24 [2020-12-04T22:16:24.951Z] #25 9.432 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
22:16:24 [2020-12-04T22:16:24.951Z] #25 9.446 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ...
22:16:24 [2020-12-04T22:16:24.951Z] #25 9.458 Setting up ca-certificates (20200601~deb10u1) ...
22:16:25 [2020-12-04T22:16:25.007Z] #41 87.42   CC       criu/shmem.o
22:16:25 [2020-12-04T22:16:25.050Z] #49 32.54 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:16:25 [2020-12-04T22:16:25.050Z] #49 32.59 go: downloading github.com/BurntSushi/toml v0.3.1
22:16:25 [2020-12-04T22:16:25.050Z] #49 ...
22:16:25 [2020-12-04T22:16:25.050Z] 
22:16:25 [2020-12-04T22:16:25.050Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:16:25 [2020-12-04T22:16:25.050Z] #29 21.84 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
22:16:25 [2020-12-04T22:16:25.050Z] #29 21.97 skipping existing 5cb8031fd95d
22:16:25 [2020-12-04T22:16:25.050Z] #29 22.16 
22:16:25 [2020-12-04T22:16:25.050Z] #29 24.90 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
22:16:25 [2020-12-04T22:16:25.050Z] #29 24.99 skipping existing 283607eaa57e
22:16:25 [2020-12-04T22:16:25.050Z] #29 25.31 
22:16:25 [2020-12-04T22:16:25.050Z] #29 26.90 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
22:16:25 [2020-12-04T22:16:25.050Z] #29 27.44 #=#=#                                                                         
22:16:25 [2020-12-04T22:16:25.050Z] #29 27.68 
######################################################################## 100.0%
22:16:25 [2020-12-04T22:16:25.050Z] #29 27.90 
22:16:25 [2020-12-04T22:16:25.050Z] #29 31.72 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
22:16:25 [2020-12-04T22:16:25.050Z] #29 32.18 
22:16:25 [2020-12-04T22:16:25.050Z] #29 ...
22:16:25 [2020-12-04T22:16:25.050Z] 
22:16:25 [2020-12-04T22:16:25.050Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:25 [2020-12-04T22:16:25.050Z] #49 32.84 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:16:25 [2020-12-04T22:16:25.050Z] #49 32.89 go: extracting github.com/BurntSushi/toml v0.3.1
22:16:25 [2020-12-04T22:16:25.274Z] #27 3.289 
###########                                                               16.4%
#########################                                                 35.7%
#####################################                                     51.5%
######################################################                    76.0%
######################################################################## 100.0%
22:16:25 [2020-12-04T22:16:25.274Z] #27 3.903 
22:16:25 [2020-12-04T22:16:25.467Z] ok  	github.com/docker/docker/daemon/graphdriver	0.029s	coverage: 2.2% of statements
22:16:25 [2020-12-04T22:16:25.525Z] #25 10.09 Updating certificates in /etc/ssl/certs...
22:16:25 [2020-12-04T22:16:25.525Z] #25 ...
22:16:25 [2020-12-04T22:16:25.525Z] 
22:16:25 [2020-12-04T22:16:25.525Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:25 [2020-12-04T22:16:25.525Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done
22:16:25 [2020-12-04T22:16:25.525Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done
22:16:25 [2020-12-04T22:16:25.525Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.4s done
22:16:25 [2020-12-04T22:16:25.525Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.2s
22:16:25 [2020-12-04T22:16:25.638Z] #41 87.99   CC       criu/sigframe.o
22:16:25 [2020-12-04T22:16:25.638Z] #41 88.10   CC       criu/signalfd.o
22:16:25 [2020-12-04T22:16:25.928Z] #41 88.26   CC       criu/sk-inet.o
22:16:26 [2020-12-04T22:16:26.103Z] #49 ...
22:16:26 [2020-12-04T22:16:26.103Z] 
22:16:26 [2020-12-04T22:16:26.103Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:16:26 [2020-12-04T22:16:26.103Z] #29 32.37 
######################################################################## 100.0%
22:16:26 [2020-12-04T22:16:26.103Z] #29 32.59 
22:16:26 [2020-12-04T22:16:26.103Z] #29 32.72 Download of images into '/build' complete.
22:16:26 [2020-12-04T22:16:26.103Z] #29 32.73 Use something like the following to load the result into a Docker daemon:
22:16:26 [2020-12-04T22:16:26.103Z] #29 32.73   tar -cC '/build' . | docker load
22:16:26 [2020-12-04T22:16:26.103Z] #29 DONE 32.8s
22:16:26 [2020-12-04T22:16:26.103Z] 
22:16:26 [2020-12-04T22:16:26.103Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:16:26 [2020-12-04T22:16:26.103Z] #42 26.32 Reading package lists...
22:16:26 [2020-12-04T22:16:26.559Z] #41 88.86   CC       criu/sk-netlink.o
22:16:26 [2020-12-04T22:16:26.849Z] #41 89.06   CC       criu/sk-packet.o
22:16:26 [2020-12-04T22:16:26.849Z] #41 89.39   CC       criu/sk-queue.o
22:16:26 [2020-12-04T22:16:26.915Z] #8 ...
22:16:26 [2020-12-04T22:16:26.915Z] 
22:16:26 [2020-12-04T22:16:26.915Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
22:16:26 [2020-12-04T22:16:26.915Z] #25 11.21 126 added, 0 removed; done.
22:16:26 [2020-12-04T22:16:26.915Z] #25 11.30 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
22:16:26 [2020-12-04T22:16:26.915Z] #25 11.32 Setting up jq (1.5+dfsg-2+b1) ...
22:16:26 [2020-12-04T22:16:26.915Z] #25 11.33 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
22:16:26 [2020-12-04T22:16:26.915Z] #25 11.35 Setting up curl (7.64.0-4+deb10u1) ...
22:16:26 [2020-12-04T22:16:26.915Z] #25 11.36 Processing triggers for libc-bin (2.28-10) ...
22:16:26 [2020-12-04T22:16:26.915Z] #25 11.38 Processing triggers for ca-certificates (20200601~deb10u1) ...
22:16:26 [2020-12-04T22:16:26.915Z] #25 11.40 Updating certificates in /etc/ssl/certs...
22:16:27 [2020-12-04T22:16:27.142Z] #41 ...
22:16:27 [2020-12-04T22:16:27.142Z] 
22:16:27 [2020-12-04T22:16:27.142Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:27 [2020-12-04T22:16:27.142Z] #51 53.60 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
22:16:27 [2020-12-04T22:16:27.142Z] #51 54.89 + mkdir -p /build
22:16:27 [2020-12-04T22:16:27.142Z] #51 54.89 + cp runc /build/runc
22:16:27 [2020-12-04T22:16:27.142Z] #51 DONE 55.1s
22:16:27 [2020-12-04T22:16:27.142Z] 
22:16:27 [2020-12-04T22:16:27.142Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:16:27 [2020-12-04T22:16:27.142Z] #41 89.63   CC       criu/sk-tcp.o
22:16:27 [2020-12-04T22:16:27.620Z] #27 4.041 
##                                                                         3.0%
######                                                                     9.5%
##########                                                                14.7%
##############                                                            19.9%
#################                                                         24.8%
#####################                                                     29.6%
#########################                                                 35.0%
#############################                                             40.9%
#################################                                         46.1%
#################################                                         46.4%
####################################                                      51.1%
#######################################                                   54.8%
###########################################                               59.8%
##############################################                            65.1%
##################################################                        69.7%
#######################################################                   77.0%
############################################################              83.9%
#################################################################         90.5%
#####################################################################     96.6%
######################################################################## 100.0%
22:16:27 [2020-12-04T22:16:27.620Z] #27 6.163 
22:16:27 [2020-12-04T22:16:27.632Z] #42 33.95 Building dependency tree...
22:16:27 [2020-12-04T22:16:27.632Z] #42 ...
22:16:27 [2020-12-04T22:16:27.632Z] 
22:16:27 [2020-12-04T22:16:27.632Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:16:27 [2020-12-04T22:16:27.632Z] #36 18.26 Reading package lists...
22:16:27 [2020-12-04T22:16:27.632Z] #36 25.87 Reading package lists...
22:16:27 [2020-12-04T22:16:27.632Z] #36 33.83 Building dependency tree...
22:16:27 [2020-12-04T22:16:27.632Z] #36 34.71 The following additional packages will be installed:
22:16:27 [2020-12-04T22:16:27.632Z] #36 34.71   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
22:16:27 [2020-12-04T22:16:27.632Z] #36 34.71 Suggested packages:
22:16:27 [2020-12-04T22:16:27.632Z] #36 34.71   cmake-doc ninja-build lrzip
22:16:27 [2020-12-04T22:16:27.632Z] #36 34.71 Recommended packages:
22:16:27 [2020-12-04T22:16:27.632Z] #36 34.71   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
22:16:27 [2020-12-04T22:16:27.632Z] #36 35.40 The following NEW packages will be installed:
22:16:27 [2020-12-04T22:16:27.632Z] #36 35.41   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
22:16:27 [2020-12-04T22:16:27.632Z] #36 35.41   vim-common xxd
22:16:27 [2020-12-04T22:16:27.789Z] #41 90.07   CC       criu/sk-unix.o
22:16:27 [2020-12-04T22:16:27.864Z] #25 12.33 0 added, 0 removed; done.
22:16:27 [2020-12-04T22:16:27.865Z] #25 12.33 Running hooks in /etc/ca-certificates/update.d...
22:16:27 [2020-12-04T22:16:27.865Z] #25 12.33 done.
22:16:27 [2020-12-04T22:16:27.931Z] #36 35.50 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded.
22:16:27 [2020-12-04T22:16:27.931Z] #36 35.50 Need to get 14.9 MB of archives.
22:16:27 [2020-12-04T22:16:27.931Z] #36 35.50 After this operation, 67.2 MB of additional disk space will be used.
22:16:27 [2020-12-04T22:16:27.931Z] #36 35.50 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
22:16:27 [2020-12-04T22:16:27.931Z] #36 35.53 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
22:16:27 [2020-12-04T22:16:27.931Z] #36 35.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB]
22:16:27 [2020-12-04T22:16:27.931Z] #36 ...
22:16:27 [2020-12-04T22:16:27.931Z] 
22:16:27 [2020-12-04T22:16:27.931Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:16:27 [2020-12-04T22:16:27.931Z] #13 24.76 Reading package lists...
22:16:27 [2020-12-04T22:16:27.931Z] #13 31.71 Building dependency tree...
22:16:27 [2020-12-04T22:16:27.931Z] #13 35.04 The following additional packages will be installed:
22:16:27 [2020-12-04T22:16:27.931Z] #13 35.07   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
22:16:27 [2020-12-04T22:16:27.931Z] #13 35.07   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
22:16:27 [2020-12-04T22:16:27.931Z] #13 35.07   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:16:27 [2020-12-04T22:16:27.931Z] #13 35.07   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
22:16:27 [2020-12-04T22:16:27.931Z] #13 35.07 Suggested packages:
22:16:27 [2020-12-04T22:16:27.931Z] #13 35.09   gcc-8-locales seccomp wine64
22:16:28 [2020-12-04T22:16:28.568Z] #27 7.381 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
22:16:28 [2020-12-04T22:16:28.578Z] #13 ...
22:16:28 [2020-12-04T22:16:28.578Z] 
22:16:28 [2020-12-04T22:16:28.578Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:16:28 [2020-12-04T22:16:28.578Z] #42 33.95 Building dependency tree...
22:16:28 [2020-12-04T22:16:28.829Z] #27 7.480 
22:16:28 [2020-12-04T22:16:28.829Z] #27 7.575 
######################################################################## 100.0%
22:16:28 [2020-12-04T22:16:28.829Z] #27 7.611 
22:16:29 [2020-12-04T22:16:29.336Z] #41 91.41   CC       criu/sockets.o
22:16:29 [2020-12-04T22:16:29.399Z] #27 8.025 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
22:16:29 [2020-12-04T22:16:29.627Z] #41 91.84   CC       criu/stats.o
22:16:29 [2020-12-04T22:16:29.627Z] #41 91.96   CC       criu/string.o
22:16:29 [2020-12-04T22:16:29.627Z] #41 92.01   CC       criu/sysctl.o
22:16:29 [2020-12-04T22:16:29.648Z] #42 ...
22:16:29 [2020-12-04T22:16:29.648Z] 
22:16:29 [2020-12-04T22:16:29.648Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:16:29 [2020-12-04T22:16:29.648Z] #55 24.18 Reading package lists...
22:16:29 [2020-12-04T22:16:29.648Z] #55 31.24 Building dependency tree...
22:16:29 [2020-12-04T22:16:29.648Z] #55 34.54 The following additional packages will be installed:
22:16:29 [2020-12-04T22:16:29.648Z] #55 34.55   libbtrfs0
22:16:29 [2020-12-04T22:16:29.648Z] #55 34.76 The following NEW packages will be installed:
22:16:29 [2020-12-04T22:16:29.648Z] #55 34.78   libbtrfs-dev libbtrfs0
22:16:29 [2020-12-04T22:16:29.648Z] #55 34.91 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded.
22:16:29 [2020-12-04T22:16:29.648Z] #55 34.91 Need to get 120 kB of archives.
22:16:29 [2020-12-04T22:16:29.648Z] #55 34.91 After this operation, 423 kB of additional disk space will be used.
22:16:29 [2020-12-04T22:16:29.648Z] #55 34.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
22:16:29 [2020-12-04T22:16:29.648Z] #55 34.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
22:16:29 [2020-12-04T22:16:29.648Z] #55 36.25 debconf: delaying package configuration, since apt-utils is not installed
22:16:29 [2020-12-04T22:16:29.648Z] #55 36.44 Fetched 120 kB in 0s (1588 kB/s)
22:16:29 [2020-12-04T22:16:29.648Z] #55 36.51 Selecting previously unselected package libbtrfs0.
22:16:29 [2020-12-04T22:16:29.648Z] #55 36.51 (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.)
22:16:29 [2020-12-04T22:16:29.648Z] #55 36.61 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ...
22:16:29 [2020-12-04T22:16:29.648Z] #55 36.62 Unpacking libbtrfs0 (4.20.1-2) ...
22:16:29 [2020-12-04T22:16:29.648Z] #55 36.81 Selecting previously unselected package libbtrfs-dev.
22:16:29 [2020-12-04T22:16:29.648Z] #55 36.82 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ...
22:16:29 [2020-12-04T22:16:29.648Z] #55 36.83 Unpacking libbtrfs-dev (4.20.1-2) ...
22:16:29 [2020-12-04T22:16:29.648Z] #55 37.09 Setting up libbtrfs0 (4.20.1-2) ...
22:16:29 [2020-12-04T22:16:29.648Z] #55 37.11 Setting up libbtrfs-dev (4.20.1-2) ...
22:16:29 [2020-12-04T22:16:29.648Z] #55 37.12 Processing triggers for libc-bin (2.28-10) ...
22:16:29 [2020-12-04T22:16:29.648Z] #55 DONE 37.5s
22:16:29 [2020-12-04T22:16:29.660Z] #27 8.123 
22:16:29 [2020-12-04T22:16:29.660Z] #27 8.258 
                                                                           0.6%
######################################################################## 100.0%
22:16:29 [2020-12-04T22:16:29.660Z] #27 8.363 
22:16:29 [2020-12-04T22:16:29.682Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.015s	coverage: 2.9% of statements
22:16:29 [2020-12-04T22:16:29.682Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.523s	coverage: 14.1% of statements
22:16:29 [2020-12-04T22:16:29.917Z] #41 92.28   CC       criu/sysfs_parse.o
22:16:29 [2020-12-04T22:16:29.947Z] 
22:16:29 [2020-12-04T22:16:29.947Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:16:29 [2020-12-04T22:16:29.947Z] #13 37.25 The following NEW packages will be installed:
22:16:29 [2020-12-04T22:16:29.947Z] #13 37.25   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
22:16:29 [2020-12-04T22:16:29.947Z] #13 37.25   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
22:16:29 [2020-12-04T22:16:29.947Z] #13 37.25   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
22:16:29 [2020-12-04T22:16:29.947Z] #13 37.26   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
22:16:29 [2020-12-04T22:16:29.947Z] #13 37.26   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
22:16:29 [2020-12-04T22:16:29.947Z] #13 37.26   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
22:16:29 [2020-12-04T22:16:29.947Z] #13 37.40 0 upgraded, 25 newly installed, 0 to remove and 9 not upgraded.
22:16:29 [2020-12-04T22:16:29.947Z] #13 37.40 Need to get 78.9 MB of archives.
22:16:29 [2020-12-04T22:16:29.947Z] #13 37.40 After this operation, 532 MB of additional disk space will be used.
22:16:29 [2020-12-04T22:16:29.947Z] #13 37.40 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]
22:16:29 [2020-12-04T22:16:29.947Z] #13 37.73 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]
22:16:30 [2020-12-04T22:16:30.208Z] #41 92.44   CC       criu/timens.o
22:16:30 [2020-12-04T22:16:30.208Z] #41 92.67   CC       criu/timerfd.o
22:16:30 [2020-12-04T22:16:30.243Z] #13 38.08 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
22:16:30 [2020-12-04T22:16:30.268Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.660s	coverage: 56.2% of statements
22:16:30 [2020-12-04T22:16:30.498Z] #41 92.86   CC       criu/tty.o
22:16:30 [2020-12-04T22:16:30.543Z] #13 38.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB]
22:16:30 [2020-12-04T22:16:30.543Z] #13 38.20 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB]
22:16:30 [2020-12-04T22:16:30.543Z] #13 38.22 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB]
22:16:30 [2020-12-04T22:16:30.598Z] #27 ...
22:16:30 [2020-12-04T22:16:30.598Z] 
22:16:30 [2020-12-04T22:16:30.598Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:30 [2020-12-04T22:16:30.598Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.5s done
22:16:30 [2020-12-04T22:16:30.598Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
22:16:30 [2020-12-04T22:16:30.598Z] #8 DONE 38.3s
22:16:30 [2020-12-04T22:16:30.598Z] 
22:16:30 [2020-12-04T22:16:30.598Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
22:16:30 [2020-12-04T22:16:30.842Z] #13 38.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
22:16:31 [2020-12-04T22:16:31.175Z] #25 DONE 15.7s
22:16:31 [2020-12-04T22:16:31.175Z] 
22:16:31 [2020-12-04T22:16:31.175Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:31 [2020-12-04T22:16:31.175Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.2s done
22:16:31 [2020-12-04T22:16:31.175Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.0s
22:16:31 [2020-12-04T22:16:31.175Z] #8 ...
22:16:31 [2020-12-04T22:16:31.175Z] 
22:16:31 [2020-12-04T22:16:31.175Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:16:31 [2020-12-04T22:16:31.175Z] #26 DONE 0.1s
22:16:31 [2020-12-04T22:16:31.175Z] 
22:16:31 [2020-12-04T22:16:31.175Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
22:16:31 [2020-12-04T22:16:31.489Z] #13 39.12 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]
22:16:31 [2020-12-04T22:16:31.489Z] #13 39.14 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]
22:16:31 [2020-12-04T22:16:31.529Z] #41 93.72   CC       criu/tun.o
22:16:31 [2020-12-04T22:16:31.529Z] #41 93.98   CC       criu/uffd.o
22:16:32 [2020-12-04T22:16:32.158Z] #41 94.54   CC       criu/util.o
22:16:32 [2020-12-04T22:16:32.158Z] #41 ...
22:16:32 [2020-12-04T22:16:32.158Z] 
22:16:32 [2020-12-04T22:16:32.158Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:16:32 [2020-12-04T22:16:32.158Z] #38 DONE 128.2s
22:16:32 [2020-12-04T22:16:32.448Z] 
22:16:32 [2020-12-04T22:16:32.448Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:16:32 [2020-12-04T22:16:32.748Z] #54 ...
22:16:32 [2020-12-04T22:16:32.748Z] 
22:16:32 [2020-12-04T22:16:32.748Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:16:32 [2020-12-04T22:16:32.748Z] #41 95.27   CC       criu/uts_ns.o
22:16:32 [2020-12-04T22:16:32.832Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.019s	coverage: 1.8% of statements
22:16:33 [2020-12-04T22:16:33.040Z] #41 95.36   CC       criu/vdso.o
22:16:33 [2020-12-04T22:16:33.040Z] #41 ...
22:16:33 [2020-12-04T22:16:33.040Z] 
22:16:33 [2020-12-04T22:16:33.040Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
22:16:33 [2020-12-04T22:16:33.040Z] #39 DONE 0.3s
22:16:33 [2020-12-04T22:16:33.040Z] 
22:16:33 [2020-12-04T22:16:33.040Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:16:33 [2020-12-04T22:16:33.040Z] #41 95.52   LINK     criu/built-in.o
22:16:33 [2020-12-04T22:16:33.334Z] #41 95.57   LINK     criu/criu
22:16:33 [2020-12-04T22:16:33.334Z] #41 95.66   DEP      lib/c/criu.d
22:16:33 [2020-12-04T22:16:33.334Z] #41 ...
22:16:33 [2020-12-04T22:16:33.334Z] 
22:16:33 [2020-12-04T22:16:33.334Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:33 [2020-12-04T22:16:33.334Z] #47 129.0 + /build/golangci-lint --version
22:16:33 [2020-12-04T22:16:33.334Z] #47 129.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
22:16:33 [2020-12-04T22:16:33.334Z] #47 DONE 129.5s
22:16:33 [2020-12-04T22:16:33.334Z] 
22:16:33 [2020-12-04T22:16:33.334Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:16:33 [2020-12-04T22:16:33.334Z] #41 95.68   CC       images/rpc.pb-c.o
22:16:33 [2020-12-04T22:16:33.629Z] #41 95.93   CC       lib/c/criu.o
22:16:33 [2020-12-04T22:16:33.919Z] #41 96.24   LINK     lib/c/built-in.o
22:16:33 [2020-12-04T22:16:33.919Z] #41 96.25   LINK     lib/c/libcriu.so
22:16:33 [2020-12-04T22:16:33.919Z] #41 96.29   LINK     lib/c/libcriu.a
22:16:33 [2020-12-04T22:16:33.919Z] #41 96.35   GEN      magic.py
22:16:34 [2020-12-04T22:16:34.210Z] #41 96.41 Note: Building without setproctitle() and strlcpy() support.
22:16:34 [2020-12-04T22:16:34.210Z] #41 96.41       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
22:16:34 [2020-12-04T22:16:34.210Z] #41 96.41 Note: Building without GnuTLS support
22:16:34 [2020-12-04T22:16:34.210Z] #41 96.41 Makefile.config:39: Warn: you have no libnftables installed
22:16:34 [2020-12-04T22:16:34.210Z] #41 96.41 Makefile.config:40: Warn: Building without nftables support
22:16:34 [2020-12-04T22:16:34.500Z] #41 96.67 fatal: not a git repository (or any of the parent directories): .git
22:16:34 [2020-12-04T22:16:34.500Z] #41 96.90 make[1]: Nothing to be done for 'all'.
22:16:34 [2020-12-04T22:16:34.763Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.425s	coverage: 45.9% of statements
22:16:34 [2020-12-04T22:16:34.790Z] #41 97.11 make[1]: 'images/built-in.o' is up to date.
22:16:34 [2020-12-04T22:16:34.790Z] #41 97.13 make[1]: 'compel/plugins/std.lib.a' is up to date.
22:16:34 [2020-12-04T22:16:34.790Z] #41 97.13 make[1]: 'compel/plugins/fds.lib.a' is up to date.
22:16:34 [2020-12-04T22:16:34.790Z] #41 97.14 make[1]: 'compel/libcompel.a' is up to date.
22:16:34 [2020-12-04T22:16:34.790Z] #41 97.15 make[1]: 'compel/compel-host-bin' is up to date.
22:16:34 [2020-12-04T22:16:34.790Z] #41 97.16 make[1]: Nothing to be done for 'all'.
22:16:34 [2020-12-04T22:16:34.790Z] #41 97.16 make[1]: 'soccr/libsoccr.a' is up to date.
22:16:34 [2020-12-04T22:16:34.790Z] #41 97.23 make[2]: Nothing to be done for 'all'.
22:16:34 [2020-12-04T22:16:34.790Z] #41 97.24 make[2]: Nothing to be done for 'all'.
22:16:34 [2020-12-04T22:16:34.790Z] #41 97.25 make[2]: Nothing to be done for 'all'.
22:16:34 [2020-12-04T22:16:34.790Z] #41 97.28 make[2]: Nothing to be done for 'all'.
22:16:35 [2020-12-04T22:16:35.041Z] #13 42.55 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]
22:16:35 [2020-12-04T22:16:35.041Z] #13 ...
22:16:35 [2020-12-04T22:16:35.041Z] 
22:16:35 [2020-12-04T22:16:35.041Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:35 [2020-12-04T22:16:35.041Z] #34 42.89 internal/reflectlite
22:16:35 [2020-12-04T22:16:35.041Z] #34 42.89 sync
22:16:35 [2020-12-04T22:16:35.081Z] #41 97.30 make[2]: Nothing to be done for 'all'.
22:16:35 [2020-12-04T22:16:35.081Z] #41 97.30 make[2]: Nothing to be done for 'all'.
22:16:35 [2020-12-04T22:16:35.081Z] #41 97.32 make[2]: Nothing to be done for 'all'.
22:16:35 [2020-12-04T22:16:35.081Z] #41 97.35 make[2]: Nothing to be done for 'all'.
22:16:35 [2020-12-04T22:16:35.081Z] #41 97.35   INSTALL  criu/criu
22:16:35 [2020-12-04T22:16:35.081Z] #41 DONE 97.6s
22:16:35 [2020-12-04T22:16:35.081Z] 
22:16:35 [2020-12-04T22:16:35.081Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:16:35 [2020-12-04T22:16:35.709Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	9.310s	coverage: 73.1% of statements
22:16:35 [2020-12-04T22:16:35.880Z] #9 ...
22:16:35 [2020-12-04T22:16:35.880Z] 
22:16:35 [2020-12-04T22:16:35.880Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:16:35 [2020-12-04T22:16:35.880Z] #27 9.162 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
22:16:35 [2020-12-04T22:16:35.880Z] #27 9.182 skipping existing c35d46ef359f
22:16:35 [2020-12-04T22:16:35.880Z] #27 9.217 
22:16:35 [2020-12-04T22:16:35.880Z] #27 9.659 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
22:16:35 [2020-12-04T22:16:35.880Z] #27 9.765 
22:16:35 [2020-12-04T22:16:35.880Z] #27 9.873 
######################################################################## 100.0%
22:16:35 [2020-12-04T22:16:35.880Z] #27 9.902 
22:16:35 [2020-12-04T22:16:35.880Z] #27 10.25 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
22:16:35 [2020-12-04T22:16:35.880Z] #27 10.33 
22:16:35 [2020-12-04T22:16:35.880Z] #27 10.41 
######################################################################## 100.0%
22:16:35 [2020-12-04T22:16:35.880Z] #27 10.44 
22:16:35 [2020-12-04T22:16:35.880Z] #27 10.47 Download of images into '/build' complete.
22:16:35 [2020-12-04T22:16:35.880Z] #27 10.47 Use something like the following to load the result into a Docker daemon:
22:16:35 [2020-12-04T22:16:35.880Z] #27 10.47   tar -cC '/build' . | docker load
22:16:36 [2020-12-04T22:16:36.111Z] #54 ...
22:16:36 [2020-12-04T22:16:36.111Z] 
22:16:36 [2020-12-04T22:16:36.111Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
22:16:36 [2020-12-04T22:16:36.111Z] #42 DONE 0.2s
22:16:36 [2020-12-04T22:16:36.111Z] 
22:16:36 [2020-12-04T22:16:36.111Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:16:36 [2020-12-04T22:16:36.401Z] #54 ...
22:16:36 [2020-12-04T22:16:36.401Z] 
22:16:36 [2020-12-04T22:16:36.401Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
22:16:36 [2020-12-04T22:16:36.401Z] #44 DONE 0.2s
22:16:36 [2020-12-04T22:16:36.401Z] 
22:16:36 [2020-12-04T22:16:36.401Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
22:16:36 [2020-12-04T22:16:36.497Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.1s
22:16:36 [2020-12-04T22:16:36.577Z] #34 ...
22:16:36 [2020-12-04T22:16:36.577Z] 
22:16:36 [2020-12-04T22:16:36.577Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:36 [2020-12-04T22:16:36.577Z] #64 DONE 44.3s
22:16:36 [2020-12-04T22:16:36.577Z] 
22:16:36 [2020-12-04T22:16:36.577Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:16:36 [2020-12-04T22:16:36.577Z] #42 38.65 The following additional packages will be installed:
22:16:36 [2020-12-04T22:16:36.577Z] #42 38.65   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
22:16:36 [2020-12-04T22:16:36.577Z] #42 38.66   libprotoc17 python-pkg-resources python-six zlib1g-dev
22:16:36 [2020-12-04T22:16:36.577Z] #42 38.67 Suggested packages:
22:16:36 [2020-12-04T22:16:36.577Z] #42 38.67   manpages-dev python-setuptools
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.37 The following NEW packages will be installed:
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.38   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.39   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.39   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.39   python-six zlib1g-dev
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.53 0 upgraded, 17 newly installed, 0 to remove and 9 not upgraded.
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.53 Need to get 4075 kB of archives.
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.53 After this operation, 24.5 MB of additional disk space will be used.
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.57 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.60 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.62 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.68 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.76 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.77 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.96 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.98 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 40.99 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 41.02 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 41.03 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB]
22:16:36 [2020-12-04T22:16:36.577Z] #42 42.67 debconf: delaying package configuration, since apt-utils is not installed
22:16:36 [2020-12-04T22:16:36.577Z] #42 42.99 Fetched 4075 kB in 1s (7101 kB/s)
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.15 Selecting previously unselected package libcap-dev:ppc64el.
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.15 (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.)
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.22 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ...
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.25 Unpacking libcap-dev:ppc64el (1:2.25-2) ...
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.45 Selecting previously unselected package libnet1:ppc64el.
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.47 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.48 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.65 Selecting previously unselected package libnet1-dev.
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.68 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ...
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.70 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.98 Selecting previously unselected package libnl-3-200:ppc64el.
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.98 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ...
22:16:36 [2020-12-04T22:16:36.577Z] #42 43.98 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
22:16:36 [2020-12-04T22:16:36.577Z] #42 44.14 Selecting previously unselected package libnl-3-dev:ppc64el.
22:16:36 [2020-12-04T22:16:36.577Z] #42 44.14 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ...
22:16:36 [2020-12-04T22:16:36.577Z] #42 44.16 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ...
22:16:36 [2020-12-04T22:16:36.577Z] #42 44.45 Selecting previously unselected package libprotobuf-c1:ppc64el.
22:16:36 [2020-12-04T22:16:36.656Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	1.920s	coverage: 49.5% of statements
22:16:36 [2020-12-04T22:16:36.691Z] #46 DONE 0.1s
22:16:36 [2020-12-04T22:16:36.691Z] 
22:16:36 [2020-12-04T22:16:36.691Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
22:16:36 [2020-12-04T22:16:36.691Z] #48 DONE 0.2s
22:16:36 [2020-12-04T22:16:36.691Z] 
22:16:36 [2020-12-04T22:16:36.691Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
22:16:36 [2020-12-04T22:16:36.874Z] #42 44.49 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
22:16:36 [2020-12-04T22:16:36.874Z] #42 44.50 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
22:16:36 [2020-12-04T22:16:36.874Z] #42 44.73 Selecting previously unselected package libprotobuf-c-dev:ppc64el.
22:16:36 [2020-12-04T22:16:36.874Z] #42 44.74 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ...
22:16:36 [2020-12-04T22:16:36.874Z] #42 44.74 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
22:16:36 [2020-12-04T22:16:36.874Z] #42 ...
22:16:36 [2020-12-04T22:16:36.874Z] 
22:16:36 [2020-12-04T22:16:36.874Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:36 [2020-12-04T22:16:36.874Z] #45 44.74 internal/reflectlite
22:16:36 [2020-12-04T22:16:36.981Z] #50 DONE 0.1s
22:16:36 [2020-12-04T22:16:36.981Z] 
22:16:36 [2020-12-04T22:16:36.981Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
22:16:36 [2020-12-04T22:16:36.981Z] #52 DONE 0.2s
22:16:36 [2020-12-04T22:16:36.981Z] 
22:16:36 [2020-12-04T22:16:36.981Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:16:37 [2020-12-04T22:16:37.172Z] #45 44.77 sync
22:16:37 [2020-12-04T22:16:37.603Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.019s	coverage: 58.0% of statements
22:16:37 [2020-12-04T22:16:37.787Z] #27 DONE 16.6s
22:16:37 [2020-12-04T22:16:37.787Z] 
22:16:37 [2020-12-04T22:16:37.787Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
22:16:37 [2020-12-04T22:16:37.817Z] #45 ...
22:16:37 [2020-12-04T22:16:37.817Z] 
22:16:37 [2020-12-04T22:16:37.817Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:16:37 [2020-12-04T22:16:37.817Z] #36 35.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
22:16:37 [2020-12-04T22:16:37.817Z] #36 36.88 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB]
22:16:37 [2020-12-04T22:16:37.817Z] #36 36.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB]
22:16:37 [2020-12-04T22:16:37.817Z] #36 36.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB]
22:16:37 [2020-12-04T22:16:37.817Z] #36 36.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB]
22:16:37 [2020-12-04T22:16:37.817Z] #36 36.98 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB]
22:16:37 [2020-12-04T22:16:37.817Z] #36 36.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB]
22:16:37 [2020-12-04T22:16:37.817Z] #36 38.59 debconf: delaying package configuration, since apt-utils is not installed
22:16:37 [2020-12-04T22:16:37.817Z] #36 38.84 Fetched 14.9 MB in 2s (8412 kB/s)
22:16:37 [2020-12-04T22:16:37.817Z] #36 38.91 Selecting previously unselected package xxd.
22:16:37 [2020-12-04T22:16:37.817Z] #36 38.91 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
22:16:37 [2020-12-04T22:16:37.817Z] #36 39.05 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ...
22:16:37 [2020-12-04T22:16:37.817Z] #36 39.06 Unpacking xxd (2:8.1.0875-5) ...
22:16:37 [2020-12-04T22:16:37.817Z] #36 39.37 Selecting previously unselected package vim-common.
22:16:37 [2020-12-04T22:16:37.817Z] #36 39.38 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
22:16:37 [2020-12-04T22:16:37.817Z] #36 39.49 Unpacking vim-common (2:8.1.0875-5) ...
22:16:37 [2020-12-04T22:16:37.817Z] #36 39.89 Selecting previously unselected package cmake-data.
22:16:37 [2020-12-04T22:16:37.817Z] #36 39.90 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
22:16:37 [2020-12-04T22:16:37.817Z] #36 39.92 Unpacking cmake-data (3.13.4-1) ...
22:16:37 [2020-12-04T22:16:37.817Z] #36 44.01 Selecting previously unselected package libicu63:ppc64el.
22:16:37 [2020-12-04T22:16:37.817Z] #36 44.01 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ...
22:16:37 [2020-12-04T22:16:37.817Z] #36 44.03 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
22:16:38 [2020-12-04T22:16:38.048Z] #9 DONE 7.6s
22:16:38 [2020-12-04T22:16:38.048Z] 
22:16:38 [2020-12-04T22:16:38.048Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
22:16:38 [2020-12-04T22:16:38.116Z] #36 ...
22:16:38 [2020-12-04T22:16:38.116Z] 
22:16:38 [2020-12-04T22:16:38.116Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.56 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.60 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.61 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.64 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]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.64 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.75 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.79 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.87 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.90 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.93 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.96 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB]
22:16:38 [2020-12-04T22:16:38.116Z] #13 45.96 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB]
22:16:38 [2020-12-04T22:16:38.180Z] ok  	github.com/docker/docker/daemon	12.375s	coverage: 17.2% of statements
22:16:38 [2020-12-04T22:16:38.180Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
22:16:38 [2020-12-04T22:16:38.180Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
22:16:38 [2020-12-04T22:16:38.180Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
22:16:38 [2020-12-04T22:16:38.180Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
22:16:38 [2020-12-04T22:16:38.180Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
22:16:38 [2020-12-04T22:16:38.413Z] #13 ...
22:16:38 [2020-12-04T22:16:38.414Z] 
22:16:38 [2020-12-04T22:16:38.414Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:38 [2020-12-04T22:16:38.414Z] #49 36.06 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:16:38 [2020-12-04T22:16:38.414Z] #49 39.51 go: extracting github.com/gogo/protobuf v1.2.1
22:16:38 [2020-12-04T22:16:38.414Z] #49 ...
22:16:38 [2020-12-04T22:16:38.414Z] 
22:16:38 [2020-12-04T22:16:38.414Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:16:38 [2020-12-04T22:16:38.414Z] #42 44.91 Selecting previously unselected package zlib1g-dev:ppc64el.
22:16:38 [2020-12-04T22:16:38.414Z] #42 44.93 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ...
22:16:38 [2020-12-04T22:16:38.414Z] #42 44.94 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
22:16:38 [2020-12-04T22:16:38.414Z] #42 45.49 Selecting previously unselected package libprotobuf17:ppc64el.
22:16:38 [2020-12-04T22:16:38.414Z] #42 45.50 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ...
22:16:38 [2020-12-04T22:16:38.414Z] #42 45.50 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ...
22:16:38 [2020-12-04T22:16:38.414Z] #42 46.16 Selecting previously unselected package libprotobuf-lite17:ppc64el.
22:16:38 [2020-12-04T22:16:38.414Z] #42 46.17 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ...
22:16:38 [2020-12-04T22:16:38.414Z] #42 46.20 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
22:16:38 [2020-12-04T22:16:38.711Z] #42 46.42 Selecting previously unselected package libprotobuf-dev:ppc64el.
22:16:38 [2020-12-04T22:16:38.711Z] #42 46.43 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ...
22:16:38 [2020-12-04T22:16:38.711Z] #42 46.43 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ...
22:16:38 [2020-12-04T22:16:38.758Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.041s	coverage: 3.0% of statements
22:16:38 [2020-12-04T22:16:38.988Z] #10 DONE 1.1s
22:16:38 [2020-12-04T22:16:38.988Z] 
22:16:38 [2020-12-04T22:16:38.988Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:16:39 [2020-12-04T22:16:39.020Z] ok  	github.com/docker/docker/daemon/links	0.009s	coverage: 93.0% of statements
22:16:39 [2020-12-04T22:16:39.701Z] #54 113.8 + bin/containerd
22:16:39 [2020-12-04T22:16:39.766Z] #42 ...
22:16:39 [2020-12-04T22:16:39.766Z] 
22:16:39 [2020-12-04T22:16:39.766Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.348 + RM_GOPATH=0
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.349 + TMP_GOPATH=
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.349 + : /build
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.349 + '[' -z '' ']'
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.353 ++ mktemp -d
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.362 + export GOPATH=/tmp/tmp.tFxtM7HWnM
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.363 + GOPATH=/tmp/tmp.tFxtM7HWnM
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.363 + RM_GOPATH=1
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.363 + case "$(go env GOARCH)" in
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.379 ++ go env GOARCH
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.403 + export GO_BUILDMODE=-buildmode=pie
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.404 + GO_BUILDMODE=-buildmode=pie
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.408 ++ dirname /tmp/install/install.sh
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.415 + dir=/tmp/install
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.416 + bin=containerd
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.416 + shift
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.416 + '[' '!' -f /tmp/install/containerd.installer ']'
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.416 + . /tmp/install/containerd.installer
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.416 ++ set -e
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.416 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.419 + install_containerd
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.420 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.421 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.422 + git clone https://github.com/containerd/containerd.git /tmp/tmp.tFxtM7HWnM/src/github.com/containerd/containerd
22:16:39 [2020-12-04T22:16:39.766Z] #56 0.425 Cloning into '/tmp/tmp.tFxtM7HWnM/src/github.com/containerd/containerd'...
22:16:39 [2020-12-04T22:16:39.766Z] #56 ...
22:16:39 [2020-12-04T22:16:39.766Z] 
22:16:39 [2020-12-04T22:16:39.766Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:16:39 [2020-12-04T22:16:39.766Z] #13 47.22 debconf: delaying package configuration, since apt-utils is not installed
22:16:39 [2020-12-04T22:16:39.766Z] #13 47.41 Fetched 78.9 MB in 9s (9138 kB/s)
22:16:39 [2020-12-04T22:16:39.766Z] #13 47.50 Selecting previously unselected package binutils-mingw-w64-i686.
22:16:39 [2020-12-04T22:16:39.766Z] #13 47.50 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
22:16:39 [2020-12-04T22:16:39.766Z] #13 47.59 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ...
22:16:39 [2020-12-04T22:16:39.766Z] #13 47.60 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:16:39 [2020-12-04T22:16:39.813Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.8s done
22:16:39 [2020-12-04T22:16:39.928Z] #29 DONE 0.9s
22:16:39 [2020-12-04T22:16:39.928Z] 
22:16:39 [2020-12-04T22:16:39.928Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:16:39 [2020-12-04T22:16:39.928Z] #37 DONE 0.9s
22:16:39 [2020-12-04T22:16:39.928Z] 
22:16:39 [2020-12-04T22:16:39.928Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:16:40 [2020-12-04T22:16:40.076Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a
22:16:40 [2020-12-04T22:16:40.076Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
22:16:40 [2020-12-04T22:16:40.338Z] #8 DONE 38.8s
22:16:40 [2020-12-04T22:16:40.338Z] 
22:16:40 [2020-12-04T22:16:40.338Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
22:16:41 [2020-12-04T22:16:41.288Z] #9 ...
22:16:41 [2020-12-04T22:16:41.288Z] 
22:16:41 [2020-12-04T22:16:41.288Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:16:41 [2020-12-04T22:16:41.288Z] #27 1.728 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
22:16:41 [2020-12-04T22:16:41.288Z] #27 1.843 
22:16:41 [2020-12-04T22:16:41.288Z] #27 1.958 
###########                                                               15.6%
#########################                                                 36.0%
#########################################                                 57.6%
#######################################################                   77.7%
######################################################################    97.5%
######################################################################## 100.0%
22:16:41 [2020-12-04T22:16:41.288Z] #27 2.500 
22:16:41 [2020-12-04T22:16:41.288Z] #27 2.614 
######################################################################## 100.0%
22:16:41 [2020-12-04T22:16:41.288Z] #27 2.712 
22:16:41 [2020-12-04T22:16:41.288Z] #27 2.845 
###################################################################       93.2%
######################################################################## 100.0%
22:16:41 [2020-12-04T22:16:41.288Z] #27 2.960 
22:16:41 [2020-12-04T22:16:41.288Z] #27 3.085 
                                                                           1.2%
######################                                                    31.9%
#######################################                                   55.4%
#####################################################                     74.7%
###################################################################       94.2%
######################################################################## 100.0%
22:16:41 [2020-12-04T22:16:41.288Z] #27 3.618 
22:16:41 [2020-12-04T22:16:41.288Z] #27 3.738 
###                                                                        4.5%
######                                                                     9.7%
##########                                                                14.9%
##############                                                            20.1%
##################                                                        25.4%
######################                                                    30.6%
#########################                                                 35.8%
#############################                                             41.1%
#################################                                         46.3%
#####################################                                     51.5%
########################################                                  56.7%
############################################                              61.8%
################################################                          67.0%
####################################################                      72.2%
#######################################################                   77.4%
###########################################################               82.6%
###############################################################           87.7%
###################################################################       93.1%
######################################################################    98.3%
######################################################################## 100.0%
22:16:41 [2020-12-04T22:16:41.288Z] #27 5.612 
22:16:41 [2020-12-04T22:16:41.288Z] #27 5.973 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
22:16:41 [2020-12-04T22:16:41.288Z] #27 6.064 
22:16:41 [2020-12-04T22:16:41.288Z] #27 6.139 
######################################################################## 100.0%
22:16:41 [2020-12-04T22:16:41.288Z] #27 6.172 
22:16:41 [2020-12-04T22:16:41.288Z] #27 6.536 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
22:16:41 [2020-12-04T22:16:41.288Z] #27 6.648 
22:16:41 [2020-12-04T22:16:41.288Z] #27 6.768 
##################                                                        25.4%
######################################################################## 100.0%
22:16:41 [2020-12-04T22:16:41.288Z] #27 6.820 
22:16:41 [2020-12-04T22:16:41.288Z] #27 8.463 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
22:16:41 [2020-12-04T22:16:41.288Z] #27 8.488 skipping existing c35d46ef359f
22:16:41 [2020-12-04T22:16:41.288Z] #27 8.515 
22:16:41 [2020-12-04T22:16:41.288Z] #27 9.062 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
22:16:41 [2020-12-04T22:16:41.288Z] #27 9.192 
22:16:41 [2020-12-04T22:16:41.288Z] #27 9.278 
######################################################################## 100.0%
22:16:41 [2020-12-04T22:16:41.288Z] #27 9.308 
22:16:41 [2020-12-04T22:16:41.288Z] #27 9.696 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
22:16:41 [2020-12-04T22:16:41.288Z] #27 9.793 
22:16:41 [2020-12-04T22:16:41.288Z] #27 9.861 
######################################################################## 100.0%
22:16:41 [2020-12-04T22:16:41.288Z] #27 9.885 
22:16:41 [2020-12-04T22:16:41.288Z] #27 9.896 Download of images into '/build' complete.
22:16:41 [2020-12-04T22:16:41.288Z] #27 9.896 Use something like the following to load the result into a Docker daemon:
22:16:41 [2020-12-04T22:16:41.288Z] #27 9.896   tar -cC '/build' . | docker load
22:16:41 [2020-12-04T22:16:41.583Z] ok  	github.com/docker/docker/daemon/logger	0.230s	coverage: 41.0% of statements
22:16:41 [2020-12-04T22:16:41.583Z] ok  	github.com/docker/docker/daemon/images	0.043s	coverage: 6.5% of statements
22:16:41 [2020-12-04T22:16:41.847Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.248s	coverage: 77.8% of statements
22:16:42 [2020-12-04T22:16:42.424Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.989s	coverage: 57.7% of statements
22:16:42 [2020-12-04T22:16:42.424Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
22:16:42 [2020-12-04T22:16:42.424Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
22:16:42 [2020-12-04T22:16:42.424Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
22:16:42 [2020-12-04T22:16:42.424Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
22:16:42 [2020-12-04T22:16:42.424Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
22:16:42 [2020-12-04T22:16:42.424Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
22:16:42 [2020-12-04T22:16:42.424Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.024s	coverage: 67.0% of statements
22:16:43 [2020-12-04T22:16:43.002Z] ok  	github.com/docker/docker/daemon/logger/journald	0.021s	coverage: 23.9% of statements
22:16:43 [2020-12-04T22:16:43.266Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.021s	coverage: 87.2% of statements
22:16:43 [2020-12-04T22:16:43.339Z] #13 50.95 Selecting previously unselected package binutils-mingw-w64-x86-64.
22:16:43 [2020-12-04T22:16:43.339Z] #13 50.95 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ...
22:16:43 [2020-12-04T22:16:43.339Z] #13 50.97 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:16:43 [2020-12-04T22:16:43.529Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.031s	coverage: 61.6% of statements
22:16:44 [2020-12-04T22:16:44.498Z] ok  	github.com/docker/docker/daemon/logger/local	0.033s	coverage: 75.2% of statements
22:16:44 [2020-12-04T22:16:44.498Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
22:16:45 [2020-12-04T22:16:45.438Z] #13 ...
22:16:45 [2020-12-04T22:16:45.438Z] 
22:16:45 [2020-12-04T22:16:45.438Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:45 [2020-12-04T22:16:45.438Z] #49 46.60 go: finding github.com/fatih/color v1.7.0
22:16:45 [2020-12-04T22:16:45.438Z] #49 46.75 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:16:45 [2020-12-04T22:16:45.438Z] #49 46.77 go: finding github.com/mattn/go-colorable v0.1.4
22:16:45 [2020-12-04T22:16:45.438Z] #49 46.79 go: finding github.com/mattn/go-isatty v0.0.8
22:16:45 [2020-12-04T22:16:45.438Z] #49 46.87 go: finding github.com/go-lintpack/lintpack v0.5.2
22:16:45 [2020-12-04T22:16:45.438Z] #49 46.88 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:16:45 [2020-12-04T22:16:45.438Z] #49 46.88 go: finding github.com/pkg/errors v0.8.1
22:16:45 [2020-12-04T22:16:45.438Z] #49 46.93 go: finding github.com/go-critic/go-critic v0.4.1
22:16:45 [2020-12-04T22:16:45.438Z] #49 46.98 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.02 go: finding github.com/go-toolsmith/astfmt v1.0.0
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.03 go: finding github.com/mitchellh/go-homedir v1.1.0
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.12 go: finding github.com/spf13/viper v1.6.1
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.17 go: finding github.com/go-toolsmith/astequal v1.0.0
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.19 go: finding github.com/sirupsen/logrus v1.4.2
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.29 go: finding github.com/go-toolsmith/astcast v1.0.0
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.31 go: finding github.com/stretchr/testify v1.4.0
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.32 go: finding github.com/go-toolsmith/astp v1.0.0
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.34 go: finding github.com/go-toolsmith/astcopy v1.0.0
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.41 go: finding github.com/go-toolsmith/typep v1.0.0
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.42 go: finding github.com/davecgh/go-spew v1.1.1
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.44 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.44 go: finding github.com/bombsimon/wsl/v2 v2.0.0
22:16:45 [2020-12-04T22:16:45.438Z] #49 47.50 go: finding github.com/spf13/cobra v0.0.5
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.52 go: finding github.com/pmezard/go-difflib v1.0.0
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.52 go: finding github.com/fsnotify/fsnotify v1.4.7
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.53 go: finding github.com/go-toolsmith/strparse v1.0.0
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.61 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.61 go: finding github.com/stretchr/objx v0.2.0
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.61 go: finding github.com/hashicorp/hcl v1.0.0
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.63 go: finding github.com/gobwas/glob v0.2.3
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.65 go: finding github.com/spf13/pflag v1.0.5
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.73 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.74 go: finding gopkg.in/yaml.v2 v2.2.7
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.79 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.81 go: finding github.com/magiconair/properties v1.8.1
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.85 go: finding github.com/mitchellh/mapstructure v1.1.2
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.89 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.89 go: finding github.com/pelletier/go-toml v1.2.0
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.94 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.97 go: finding github.com/spf13/afero v1.1.2
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.98 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:16:45 [2020-12-04T22:16:45.439Z] #49 47.99 go: finding github.com/spf13/cast v1.3.0
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.06 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.08 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.08 go: finding github.com/spf13/jwalterweatherman v1.0.0
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.25 go: finding github.com/subosito/gotenv v1.2.0
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.32 go: finding gopkg.in/ini.v1 v1.51.0
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.48 go: finding golang.org/x/text v0.3.2
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.60 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.60 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.61 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.72 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.73 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.74 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.74 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.82 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.83 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.83 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.95 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.96 go: finding github.com/kisielk/gotool v1.0.0
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.97 go: finding github.com/sourcegraph/go-diff v0.5.1
22:16:45 [2020-12-04T22:16:45.439Z] #49 48.98 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:16:45 [2020-12-04T22:16:45.439Z] #49 49.05 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:16:45 [2020-12-04T22:16:45.439Z] #49 49.10 go: finding github.com/tommy-muehle/go-mnd v1.1.1
22:16:45 [2020-12-04T22:16:45.439Z] #49 49.10 go: finding github.com/ultraware/funlen v0.0.2
22:16:45 [2020-12-04T22:16:45.439Z] #49 49.11 go: finding github.com/ultraware/whitespace v0.0.4
22:16:45 [2020-12-04T22:16:45.439Z] #49 49.16 go: finding github.com/uudashr/gocognit v1.0.1
22:16:45 [2020-12-04T22:16:45.439Z] #49 49.38 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:16:45 [2020-12-04T22:16:45.439Z] #49 49.60 go: finding github.com/gogo/protobuf v1.2.1
22:16:45 [2020-12-04T22:16:45.439Z] #49 49.67 go: finding honnef.co/go/tools v0.0.1-2019.2.3
22:16:45 [2020-12-04T22:16:45.439Z] #49 49.76 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:16:45 [2020-12-04T22:16:45.439Z] #49 49.76 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:16:45 [2020-12-04T22:16:45.439Z] #49 49.87 go: finding github.com/BurntSushi/toml v0.3.1
22:16:45 [2020-12-04T22:16:45.439Z] #49 49.93 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:16:45 [2020-12-04T22:16:45.446Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.021s	coverage: 33.3% of statements
22:16:45 [2020-12-04T22:16:45.446Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.098s	coverage: 59.3% of statements
22:16:46 [2020-12-04T22:16:46.394Z] ok  	github.com/docker/docker/daemon/logger/templates	0.027s	coverage: 8.3% of statements
22:16:46 [2020-12-04T22:16:46.490Z] #49 ...
22:16:46 [2020-12-04T22:16:46.490Z] 
22:16:46 [2020-12-04T22:16:46.490Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:16:46 [2020-12-04T22:16:46.490Z] #13 54.42 Selecting previously unselected package binutils-mingw-w64.
22:16:46 [2020-12-04T22:16:46.573Z] #38 ...
22:16:46 [2020-12-04T22:16:46.573Z] 
22:16:46 [2020-12-04T22:16:46.573Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:16:46 [2020-12-04T22:16:46.573Z] #22 6.647 + RM_GOPATH=0
22:16:46 [2020-12-04T22:16:46.573Z] #22 6.647 + TMP_GOPATH=
22:16:46 [2020-12-04T22:16:46.573Z] #22 6.647 + : /build
22:16:46 [2020-12-04T22:16:46.573Z] #22 6.647 + '[' -z '' ']'
22:16:46 [2020-12-04T22:16:46.573Z] #22 6.647 ++ mktemp -d
22:16:46 [2020-12-04T22:16:46.573Z] #22 6.647 + export GOPATH=/tmp/tmp.MKIuufeVs6
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.647 + GOPATH=/tmp/tmp.MKIuufeVs6
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.647 + RM_GOPATH=1
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.647 + case "$(go env GOARCH)" in
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.647 ++ go env GOARCH
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.647 + export GO_BUILDMODE=-buildmode=pie
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.647 + GO_BUILDMODE=-buildmode=pie
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.647 ++ dirname /tmp/install/install.sh
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.649 Install docker/cli version 17.06.2-ce from stable
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 + dir=/tmp/install
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 + bin=dockercli
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 + shift
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 + '[' '!' -f /tmp/install/dockercli.installer ']'
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 + . /tmp/install/dockercli.installer
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 ++ : stable
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 ++ : 17.06.2-ce
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 + install_dockercli
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 + echo 'Install docker/cli version 17.06.2-ce from stable'
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 ++ uname -m
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 + arch=x86_64
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 + '[' x86_64 '!=' x86_64 ']'
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.650 + url=https://download.docker.com/linux/static
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.668 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
22:16:46 [2020-12-04T22:16:46.574Z] #22 6.668 + tar -xz docker/docker
22:16:46 [2020-12-04T22:16:46.574Z] #22 ...
22:16:46 [2020-12-04T22:16:46.574Z] 
22:16:46 [2020-12-04T22:16:46.574Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.708 + RM_GOPATH=0
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.712 + TMP_GOPATH=
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.712 + : /build
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.712 + '[' -z '' ']'
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.712 ++ mktemp -d
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.712 + export GOPATH=/tmp/tmp.bcpwzun3Jm
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.712 + GOPATH=/tmp/tmp.bcpwzun3Jm
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.712 + RM_GOPATH=1
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.712 + case "$(go env GOARCH)" in
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.712 ++ go env GOARCH
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.719 + export GO_BUILDMODE=-buildmode=pie
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.719 + GO_BUILDMODE=-buildmode=pie
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.719 ++ dirname /tmp/install/install.sh
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 + dir=/tmp/install
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 + bin=rootlesskit
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 + shift
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 + . /tmp/install/rootlesskit.installer
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 + install_rootlesskit
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 + case "$1" in
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 + export CGO_ENABLED=0
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 + CGO_ENABLED=0
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 + _install_rootlesskit
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.720 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.bcpwzun3Jm/src/github.com/rootless-containers/rootlesskit
22:16:46 [2020-12-04T22:16:46.574Z] #56 6.724 Cloning into '/tmp/tmp.bcpwzun3Jm/src/github.com/rootless-containers/rootlesskit'...
22:16:46 [2020-12-04T22:16:46.574Z] #56 ...
22:16:46 [2020-12-04T22:16:46.574Z] 
22:16:46 [2020-12-04T22:16:46.574Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.867 + RM_GOPATH=0
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.867 + TMP_GOPATH=
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.867 + : /build
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.867 + '[' -z '' ']'
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.867 ++ mktemp -d
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.867 + export GOPATH=/tmp/tmp.GmckjSl6xE
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.867 + GOPATH=/tmp/tmp.GmckjSl6xE
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.867 + RM_GOPATH=1
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.867 + case "$(go env GOARCH)" in
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.869 ++ go env GOARCH
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 + export GO_BUILDMODE=-buildmode=pie
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 + GO_BUILDMODE=-buildmode=pie
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 ++ dirname /tmp/install/install.sh
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 + dir=/tmp/install
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 + bin=shfmt
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 + shift
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 + '[' '!' -f /tmp/install/shfmt.installer ']'
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 + . /tmp/install/shfmt.installer
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 + install_shfmt
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.914 + git clone https://github.com/mvdan/sh.git /tmp/tmp.GmckjSl6xE/src/github.com/mvdan/sh
22:16:46 [2020-12-04T22:16:46.574Z] #49 6.930 Cloning into '/tmp/tmp.GmckjSl6xE/src/github.com/mvdan/sh'...
22:16:46 [2020-12-04T22:16:46.574Z] #49 ...
22:16:46 [2020-12-04T22:16:46.574Z] 
22:16:46 [2020-12-04T22:16:46.574Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:16:46 [2020-12-04T22:16:46.574Z] #38 6.615 + git clone https://github.com/docker/distribution.git .
22:16:46 [2020-12-04T22:16:46.574Z] #38 6.615 Cloning into '.'...
22:16:46 [2020-12-04T22:16:46.578Z] #27 ...
22:16:46 [2020-12-04T22:16:46.578Z] 
22:16:46 [2020-12-04T22:16:46.578Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
22:16:46 [2020-12-04T22:16:46.578Z] #9 DONE 6.3s
22:16:46 [2020-12-04T22:16:46.578Z] 
22:16:46 [2020-12-04T22:16:46.578Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
22:16:46 [2020-12-04T22:16:46.578Z] #27 DONE 15.3s
22:16:46 [2020-12-04T22:16:46.578Z] 
22:16:46 [2020-12-04T22:16:46.578Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
22:16:46 [2020-12-04T22:16:46.658Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.016s	coverage: 46.8% of statements
22:16:46 [2020-12-04T22:16:46.788Z] #13 54.43 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
22:16:46 [2020-12-04T22:16:46.788Z] #13 54.44 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
22:16:46 [2020-12-04T22:16:46.788Z] #13 54.57 Selecting previously unselected package libdevmapper1.02.1:ppc64el.
22:16:46 [2020-12-04T22:16:46.788Z] #13 54.57 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ...
22:16:46 [2020-12-04T22:16:46.788Z] #13 54.58 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
22:16:46 [2020-12-04T22:16:46.921Z] ok  	github.com/docker/docker/daemon/network	0.023s	coverage: 63.8% of statements
22:16:47 [2020-12-04T22:16:47.087Z] #13 54.74 Selecting previously unselected package dmsetup.
22:16:47 [2020-12-04T22:16:47.087Z] #13 54.74 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ...
22:16:47 [2020-12-04T22:16:47.087Z] #13 54.75 Unpacking dmsetup (2:1.02.155-3) ...
22:16:47 [2020-12-04T22:16:47.087Z] #13 54.94 Selecting previously unselected package mingw-w64-common.
22:16:47 [2020-12-04T22:16:47.087Z] #13 54.94 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
22:16:47 [2020-12-04T22:16:47.087Z] #13 54.96 Unpacking mingw-w64-common (6.0.0-3) ...
22:16:47 [2020-12-04T22:16:47.523Z] #10 DONE 1.1s
22:16:47 [2020-12-04T22:16:47.523Z] 
22:16:47 [2020-12-04T22:16:47.523Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:16:47 [2020-12-04T22:16:47.786Z] #29 DONE 0.1s
22:16:47 [2020-12-04T22:16:47.786Z] 
22:16:47 [2020-12-04T22:16:47.786Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:16:47 [2020-12-04T22:16:47.786Z] #37 DONE 0.1s
22:16:47 [2020-12-04T22:16:47.786Z] 
22:16:47 [2020-12-04T22:16:47.786Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:16:47 [2020-12-04T22:16:47.872Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.882s	coverage: 82.5% of statements
22:16:47 [2020-12-04T22:16:47.872Z] ?   	github.com/docker/docker/daemon/names	[no test files]
22:16:47 [2020-12-04T22:16:47.872Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
22:16:48 [2020-12-04T22:16:48.141Z] #13 ...
22:16:48 [2020-12-04T22:16:48.141Z] 
22:16:48 [2020-12-04T22:16:48.141Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:16:48 [2020-12-04T22:16:48.141Z] #36 50.38 Selecting previously unselected package libxml2:ppc64el.
22:16:48 [2020-12-04T22:16:48.141Z] #36 50.38 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 50.38 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 51.22 Selecting previously unselected package libarchive13:ppc64el.
22:16:48 [2020-12-04T22:16:48.141Z] #36 51.25 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 51.26 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 51.65 Selecting previously unselected package libjsoncpp1:ppc64el.
22:16:48 [2020-12-04T22:16:48.141Z] #36 51.65 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 51.66 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 51.79 Selecting previously unselected package librhash0:ppc64el.
22:16:48 [2020-12-04T22:16:48.141Z] #36 51.80 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 51.81 Unpacking librhash0:ppc64el (1.3.8-1) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 51.98 Selecting previously unselected package libuv1:ppc64el.
22:16:48 [2020-12-04T22:16:48.141Z] #36 51.99 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 52.00 Unpacking libuv1:ppc64el (1.24.1-1) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 52.23 Selecting previously unselected package cmake.
22:16:48 [2020-12-04T22:16:48.141Z] #36 52.24 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 52.26 Unpacking cmake (3.13.4-1) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 55.22 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 55.24 Setting up xxd (2:8.1.0875-5) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 55.25 Setting up libuv1:ppc64el (1.24.1-1) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 55.26 Setting up vim-common (2:8.1.0875-5) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 55.31 Setting up librhash0:ppc64el (1.3.8-1) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 55.33 Setting up cmake-data (3.13.4-1) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 55.34 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 55.35 Setting up libjsoncpp1:ppc64el (1.7.4-3) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 55.37 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 55.39 Setting up cmake (3.13.4-1) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 55.40 Processing triggers for libc-bin (2.28-10) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 55.54 Processing triggers for mime-support (3.62) ...
22:16:48 [2020-12-04T22:16:48.141Z] #36 DONE 55.9s
22:16:48 [2020-12-04T22:16:48.448Z] ok  	github.com/docker/docker/distribution/metadata	0.077s	coverage: 48.2% of statements
22:16:48 [2020-12-04T22:16:48.470Z] 
22:16:48 [2020-12-04T22:16:48.470Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.286 + RM_GOPATH=0
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.288 + TMP_GOPATH=
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.288 + : /build
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.288 + '[' -z '' ']'
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.289 ++ mktemp -d
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.292 + export GOPATH=/tmp/tmp.oi0YstGKvq
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.293 + GOPATH=/tmp/tmp.oi0YstGKvq
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.293 + RM_GOPATH=1
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.293 + case "$(go env GOARCH)" in
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.294 ++ go env GOARCH
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.339 + export GO_BUILDMODE=-buildmode=pie
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.345 + GO_BUILDMODE=-buildmode=pie
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.347 ++ dirname /tmp/install/install.sh
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.354 + dir=/tmp/install
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.355 + bin=tini
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.356 + shift
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.357 + '[' '!' -f /tmp/install/tini.installer ']'
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.357 + . /tmp/install/tini.installer
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.358 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.359 + install_tini
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.360 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
22:16:48 [2020-12-04T22:16:48.470Z] #37 0.360 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
22:16:48 [2020-12-04T22:16:48.769Z] #37 0.360 + git clone https://github.com/krallin/tini.git /tmp/tmp.oi0YstGKvq/tini
22:16:48 [2020-12-04T22:16:48.769Z] #37 0.366 Cloning into '/tmp/tmp.oi0YstGKvq/tini'...
22:16:48 [2020-12-04T22:16:48.769Z] #37 ...
22:16:48 [2020-12-04T22:16:48.769Z] 
22:16:48 [2020-12-04T22:16:48.769Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:48 [2020-12-04T22:16:48.769Z] #45 46.61 internal/singleflight
22:16:48 [2020-12-04T22:16:48.769Z] #45 46.61 math/rand
22:16:48 [2020-12-04T22:16:48.769Z] #45 46.63 github.com/LK4D4/vndr/godl/singleflight
22:16:48 [2020-12-04T22:16:48.769Z] #45 49.73 sort
22:16:48 [2020-12-04T22:16:48.769Z] #45 49.74 syscall
22:16:48 [2020-12-04T22:16:48.769Z] #45 49.77 io
22:16:48 [2020-12-04T22:16:48.769Z] #45 49.81 strconv
22:16:48 [2020-12-04T22:16:48.769Z] #45 52.97 vendor/golang.org/x/net/dns/dnsmessage
22:16:48 [2020-12-04T22:16:48.769Z] #45 53.20 bytes
22:16:49 [2020-12-04T22:16:49.065Z] #45 ...
22:16:49 [2020-12-04T22:16:49.065Z] 
22:16:49 [2020-12-04T22:16:49.065Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:16:49 [2020-12-04T22:16:49.065Z] #42 47.84 Selecting previously unselected package libprotoc17:ppc64el.
22:16:49 [2020-12-04T22:16:49.065Z] #42 47.84 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 47.86 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 48.66 Selecting previously unselected package protobuf-c-compiler.
22:16:49 [2020-12-04T22:16:49.065Z] #42 48.67 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 48.67 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 48.83 Selecting previously unselected package protobuf-compiler.
22:16:49 [2020-12-04T22:16:49.065Z] #42 48.85 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 48.86 Unpacking protobuf-compiler (3.6.1.3-2) ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 49.03 Selecting previously unselected package python-pkg-resources.
22:16:49 [2020-12-04T22:16:49.065Z] #42 49.04 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 49.08 Unpacking python-pkg-resources (40.8.0-1) ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 49.25 Selecting previously unselected package python-six.
22:16:49 [2020-12-04T22:16:49.065Z] #42 49.25 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 49.25 Unpacking python-six (1.12.0-1) ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 49.38 Selecting previously unselected package python-protobuf.
22:16:49 [2020-12-04T22:16:49.065Z] #42 49.39 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 49.39 Unpacking python-protobuf (3.6.1.3-2) ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 50.06 Setting up python-pkg-resources (40.8.0-1) ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 54.48 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 54.48 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 54.48 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 54.49 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
22:16:49 [2020-12-04T22:16:49.065Z] #42 54.49 Setting up python-six (1.12.0-1) ...
22:16:49 [2020-12-04T22:16:49.117Z] #38 ...
22:16:49 [2020-12-04T22:16:49.117Z] 
22:16:49 [2020-12-04T22:16:49.117Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.594 + RM_GOPATH=0
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.594 + TMP_GOPATH=
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.594 + : /build
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.594 + '[' -z '' ']'
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.594 ++ mktemp -d
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.594 + export GOPATH=/tmp/tmp.1ntDxkOWoS
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.594 + GOPATH=/tmp/tmp.1ntDxkOWoS
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.594 + RM_GOPATH=1
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.594 + case "$(go env GOARCH)" in
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.596 ++ go env GOARCH
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.627 + export GO_BUILDMODE=-buildmode=pie
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.627 + GO_BUILDMODE=-buildmode=pie
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 ++ dirname /tmp/install/install.sh
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 + dir=/tmp/install
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 + bin=gotestsum
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 + shift
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 + '[' '!' -f /tmp/install/gotestsum.installer ']'
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 + . /tmp/install/gotestsum.installer
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 ++ : v0.5.3
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 + install_gotestsum
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 + set -e
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 + export GO111MODULE=on
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 + GO111MODULE=on
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 + GOBIN=/build
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.660 + go get gotest.tools/gotestsum@v0.5.3
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.812 go: finding gotest.tools/gotestsum v0.5.3
22:16:49 [2020-12-04T22:16:49.117Z] #45 7.812 go: finding gotest.tools v0.5.3
22:16:49 [2020-12-04T22:16:49.117Z] #45 9.112 go: downloading gotest.tools/gotestsum v0.5.3
22:16:49 [2020-12-04T22:16:49.117Z] #45 9.805 go: extracting gotest.tools/gotestsum v0.5.3
22:16:49 [2020-12-04T22:16:49.117Z] #45 ...
22:16:49 [2020-12-04T22:16:49.117Z] 
22:16:49 [2020-12-04T22:16:49.117Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:16:49 [2020-12-04T22:16:49.117Z] #40 8.858 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:16:49 [2020-12-04T22:16:49.117Z] #40 8.937 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:49 [2020-12-04T22:16:49.117Z] #40 8.945 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:49 [2020-12-04T22:16:49.362Z] #42 ...
22:16:49 [2020-12-04T22:16:49.362Z] 
22:16:49 [2020-12-04T22:16:49.362Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:49 [2020-12-04T22:16:49.362Z] #34 46.96 errors
22:16:49 [2020-12-04T22:16:49.362Z] #34 46.99 sort
22:16:49 [2020-12-04T22:16:49.362Z] #34 47.52 io
22:16:49 [2020-12-04T22:16:49.362Z] #34 47.52 strconv
22:16:49 [2020-12-04T22:16:49.362Z] #34 47.54 internal/oserror
22:16:49 [2020-12-04T22:16:49.362Z] #34 48.22 syscall
22:16:49 [2020-12-04T22:16:49.362Z] #34 51.78 bytes
22:16:49 [2020-12-04T22:16:49.362Z] #34 51.80 strings
22:16:49 [2020-12-04T22:16:49.362Z] #34 ...
22:16:49 [2020-12-04T22:16:49.362Z] 
22:16:49 [2020-12-04T22:16:49.362Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:16:49 [2020-12-04T22:16:49.362Z] #32 47.62 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
22:16:49 [2020-12-04T22:16:49.362Z] #32 47.93 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
22:16:49 [2020-12-04T22:16:49.362Z] #32 48.09 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:16:49 [2020-12-04T22:16:49.384Z] #40 ...
22:16:49 [2020-12-04T22:16:49.384Z] 
22:16:49 [2020-12-04T22:16:49.384Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.110 + RM_GOPATH=0
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.110 + TMP_GOPATH=
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.110 + : /build
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.110 + '[' -z '' ']'
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.118 ++ mktemp -d
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.118 + export GOPATH=/tmp/tmp.uNXp3ZNRwH
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.118 + GOPATH=/tmp/tmp.uNXp3ZNRwH
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.118 + RM_GOPATH=1
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.118 + case "$(go env GOARCH)" in
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.129 ++ go env GOARCH
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.244 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 + export GO_BUILDMODE=-buildmode=pie
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 + GO_BUILDMODE=-buildmode=pie
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 ++ dirname /tmp/install/install.sh
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 + dir=/tmp/install
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 + bin=vndr
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 + shift
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 + '[' '!' -f /tmp/install/vndr.installer ']'
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 + . /tmp/install/vndr.installer
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 + install_vndr
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.uNXp3ZNRwH/src/github.com/LK4D4/vndr
22:16:49 [2020-12-04T22:16:49.384Z] #43 8.250 Cloning into '/tmp/tmp.uNXp3ZNRwH/src/github.com/LK4D4/vndr'...
22:16:49 [2020-12-04T22:16:49.384Z] #43 9.374 + cd /tmp/tmp.uNXp3ZNRwH/src/github.com/LK4D4/vndr
22:16:49 [2020-12-04T22:16:49.384Z] #43 9.375 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
22:16:49 [2020-12-04T22:16:49.384Z] #43 9.412 + go build -buildmode=pie -v -o /build/vndr .
22:16:49 [2020-12-04T22:16:49.656Z] #43 ...
22:16:49 [2020-12-04T22:16:49.656Z] 
22:16:49 [2020-12-04T22:16:49.656Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:49 [2020-12-04T22:16:49.656Z] #47 7.945 + RM_GOPATH=0
22:16:49 [2020-12-04T22:16:49.656Z] #47 7.945 + TMP_GOPATH=
22:16:49 [2020-12-04T22:16:49.656Z] #47 7.945 + : /build
22:16:49 [2020-12-04T22:16:49.656Z] #47 7.945 + '[' -z '' ']'
22:16:49 [2020-12-04T22:16:49.656Z] #47 7.945 ++ mktemp -d
22:16:49 [2020-12-04T22:16:49.656Z] #47 7.945 + export GOPATH=/tmp/tmp.jMRC5zHBr4
22:16:49 [2020-12-04T22:16:49.656Z] #47 7.945 + GOPATH=/tmp/tmp.jMRC5zHBr4
22:16:49 [2020-12-04T22:16:49.656Z] #47 7.945 + RM_GOPATH=1
22:16:49 [2020-12-04T22:16:49.656Z] #47 7.945 + case "$(go env GOARCH)" in
22:16:49 [2020-12-04T22:16:49.656Z] #47 7.946 ++ go env GOARCH
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.013 + export GO_BUILDMODE=-buildmode=pie
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.013 + GO_BUILDMODE=-buildmode=pie
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.013 ++ dirname /tmp/install/install.sh
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.018 + dir=/tmp/install
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.018 + bin=golangci_lint
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.018 + shift
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.018 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.018 + . /tmp/install/golangci_lint.installer
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.018 ++ : v1.23.8
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.018 + install_golangci_lint
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.018 + set -e
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.018 + export GO111MODULE=on
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.018 + GO111MODULE=on
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.018 + GOBIN=/build
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.018 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.028 go: finding github.com v1.23.8
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.051 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.051 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.065 go: finding github.com/golangci v1.23.8
22:16:49 [2020-12-04T22:16:49.656Z] #47 8.065 go: finding github.com/golangci/golangci-lint v1.23.8
22:16:49 [2020-12-04T22:16:49.656Z] #47 9.362 go: downloading github.com/golangci/golangci-lint v1.23.8
22:16:49 [2020-12-04T22:16:49.656Z] #47 10.53 go: extracting github.com/golangci/golangci-lint v1.23.8
22:16:49 [2020-12-04T22:16:49.656Z] #47 ...
22:16:49 [2020-12-04T22:16:49.656Z] 
22:16:49 [2020-12-04T22:16:49.656Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.826 + RM_GOPATH=0
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.826 + TMP_GOPATH=
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.826 + : /build
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.826 + '[' -z '' ']'
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.826 ++ mktemp -d
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.826 + export GOPATH=/tmp/tmp.NFzjCHhkWI
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.826 + GOPATH=/tmp/tmp.NFzjCHhkWI
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.826 + RM_GOPATH=1
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.826 + case "$(go env GOARCH)" in
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.826 ++ go env GOARCH
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.895 + export GO_BUILDMODE=-buildmode=pie
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.895 + GO_BUILDMODE=-buildmode=pie
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.920 ++ dirname /tmp/install/install.sh
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.930 + dir=/tmp/install
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.930 + bin=tomlv
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.930 + shift
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.930 + '[' '!' -f /tmp/install/tomlv.installer ']'
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.930 + . /tmp/install/tomlv.installer
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.930 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.930 + install_tomlv
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.930 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.930 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.NFzjCHhkWI/src/github.com/BurntSushi/toml
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.930 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
22:16:49 [2020-12-04T22:16:49.656Z] #32 7.932 Cloning into '/tmp/tmp.NFzjCHhkWI/src/github.com/BurntSushi/toml'...
22:16:49 [2020-12-04T22:16:49.656Z] #32 9.573 + cd /tmp/tmp.NFzjCHhkWI/src/github.com/BurntSushi/toml
22:16:49 [2020-12-04T22:16:49.656Z] #32 9.575 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
22:16:49 [2020-12-04T22:16:49.656Z] #32 9.666 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
22:16:49 [2020-12-04T22:16:49.661Z] #32 ...
22:16:49 [2020-12-04T22:16:49.662Z] 
22:16:49 [2020-12-04T22:16:49.662Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:49 [2020-12-04T22:16:49.662Z] #37 1.523 + cd /tmp/tmp.oi0YstGKvq/tini
22:16:49 [2020-12-04T22:16:49.846Z] ok  	github.com/docker/docker/errdefs	0.013s	coverage: 53.1% of statements
22:16:49 [2020-12-04T22:16:49.916Z] #32 10.81 runtime/internal/atomic
22:16:49 [2020-12-04T22:16:49.916Z] #32 ...
22:16:49 [2020-12-04T22:16:49.916Z] 
22:16:49 [2020-12-04T22:16:49.916Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:16:49 [2020-12-04T22:16:49.916Z] #34 8.826 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:16:49 [2020-12-04T22:16:49.916Z] #34 9.022 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:49 [2020-12-04T22:16:49.916Z] #34 9.026 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:49 [2020-12-04T22:16:49.916Z] #34 ...
22:16:49 [2020-12-04T22:16:49.916Z] 
22:16:49 [2020-12-04T22:16:49.916Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:16:49 [2020-12-04T22:16:49.916Z] #11 7.953 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:16:49 [2020-12-04T22:16:49.916Z] #11 8.111 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:49 [2020-12-04T22:16:49.916Z] #11 8.111 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:49 [2020-12-04T22:16:49.916Z] #11 10.25 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
22:16:49 [2020-12-04T22:16:49.961Z] #37 1.524 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
22:16:49 [2020-12-04T22:16:49.961Z] #37 1.534 + cmake .
22:16:50 [2020-12-04T22:16:50.109Z] ok  	github.com/docker/docker/distribution	0.267s	coverage: 25.6% of statements
22:16:50 [2020-12-04T22:16:50.109Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
22:16:50 [2020-12-04T22:16:50.216Z] #11 ...
22:16:50 [2020-12-04T22:16:50.216Z] 
22:16:50 [2020-12-04T22:16:50.216Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:16:50 [2020-12-04T22:16:50.216Z] #30 6.962 + git clone https://github.com/kolyshkin/go-swagger.git .
22:16:50 [2020-12-04T22:16:50.216Z] #30 6.962 Cloning into '.'...
22:16:50 [2020-12-04T22:16:50.216Z] #30 ...
22:16:50 [2020-12-04T22:16:50.216Z] 
22:16:50 [2020-12-04T22:16:50.216Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.880 + RM_GOPATH=0
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.880 + TMP_GOPATH=
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.880 + : /build
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.880 + '[' -z '' ']'
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.880 ++ mktemp -d
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.880 + export GOPATH=/tmp/tmp.AIy6sn8ckj
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.880 + GOPATH=/tmp/tmp.AIy6sn8ckj
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.880 + RM_GOPATH=1
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.880 + case "$(go env GOARCH)" in
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.880 ++ go env GOARCH
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.891 + export GO_BUILDMODE=-buildmode=pie
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.891 + GO_BUILDMODE=-buildmode=pie
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.891 ++ dirname /tmp/install/install.sh
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.891 + dir=/tmp/install
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.891 + bin=proxy
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.891 + shift
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.908 Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.908 + '[' '!' -f /tmp/install/proxy.installer ']'
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.908 + . /tmp/install/proxy.installer
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.908 ++ : a543cbc4871f904b0efe205708eb45d72e65fd8b
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.908 + install_proxy
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.908 + case "$1" in
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.908 + export CGO_ENABLED=0
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.908 + CGO_ENABLED=0
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.908 + _install_proxy
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.908 + echo 'Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b'
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.908 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.AIy6sn8ckj/src/github.com/docker/libnetwork
22:16:50 [2020-12-04T22:16:50.216Z] #62 6.908 Cloning into '/tmp/tmp.AIy6sn8ckj/src/github.com/docker/libnetwork'...
22:16:50 [2020-12-04T22:16:50.476Z] #62 ...
22:16:50 [2020-12-04T22:16:50.476Z] 
22:16:50 [2020-12-04T22:16:50.476Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:16:50 [2020-12-04T22:16:50.476Z] #53 8.727 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:16:50 [2020-12-04T22:16:50.476Z] #53 8.777 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:50 [2020-12-04T22:16:50.476Z] #53 8.990 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:50 [2020-12-04T22:16:50.476Z] #53 11.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
22:16:50 [2020-12-04T22:16:50.476Z] #53 ...
22:16:50 [2020-12-04T22:16:50.476Z] 
22:16:50 [2020-12-04T22:16:50.476Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:50 [2020-12-04T22:16:50.476Z] #43 11.42 internal/cpu
22:16:50 [2020-12-04T22:16:50.476Z] #43 11.46 runtime/internal/sys
22:16:50 [2020-12-04T22:16:50.608Z] #37 2.443 -- The C compiler identification is GNU 8.3.0
22:16:50 [2020-12-04T22:16:50.608Z] #37 2.518 -- Check for working C compiler: /usr/bin/cc
22:16:50 [2020-12-04T22:16:50.684Z] ok  	github.com/docker/docker/image	0.051s	coverage: 86.4% of statements
22:16:50 [2020-12-04T22:16:50.947Z] ok  	github.com/docker/docker/distribution/xfer	1.703s	coverage: 85.6% of statements
22:16:50 [2020-12-04T22:16:50.947Z] ?   	github.com/docker/docker/dockerversion	[no test files]
22:16:51 [2020-12-04T22:16:51.426Z] #43 12.40 internal/race
22:16:51 [2020-12-04T22:16:51.426Z] #43 12.43 internal/bytealg
22:16:51 [2020-12-04T22:16:51.525Z] ok  	github.com/docker/docker/image/cache	0.050s	coverage: 19.2% of statements
22:16:51 [2020-12-04T22:16:51.525Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
22:16:51 [2020-12-04T22:16:51.525Z] ok  	github.com/docker/docker/image/v1	0.023s	coverage: 25.0% of statements
22:16:51 [2020-12-04T22:16:51.525Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
22:16:51 [2020-12-04T22:16:51.669Z] #37 3.272 -- Check for working C compiler: /usr/bin/cc -- works
22:16:51 [2020-12-04T22:16:51.669Z] #37 3.281 -- Detecting C compiler ABI info
22:16:51 [2020-12-04T22:16:51.686Z] #43 12.75 sync/atomic
22:16:51 [2020-12-04T22:16:51.788Z] ok  	github.com/docker/docker/libcontainerd/queue	0.051s	coverage: 100.0% of statements
22:16:52 [2020-12-04T22:16:52.258Z] #43 13.29 unicode
22:16:52 [2020-12-04T22:16:52.258Z] #43 13.32 runtime
22:16:52 [2020-12-04T22:16:52.312Z] #37 4.157 -- Detecting C compiler ABI info - done
22:16:52 [2020-12-04T22:16:52.312Z] #37 4.268 -- Detecting C compile features
22:16:53 [2020-12-04T22:16:53.184Z] ok  	github.com/docker/docker/oci	0.034s	coverage: 8.2% of statements
22:16:53 [2020-12-04T22:16:53.184Z] ok  	github.com/docker/docker/pkg/aaparser	0.010s	coverage: 52.9% of statements
22:16:53 [2020-12-04T22:16:53.184Z] ok  	github.com/docker/docker/opts	0.049s	coverage: 67.1% of statements
22:16:54 [2020-12-04T22:16:54.135Z] ok  	github.com/docker/docker/pkg/broadcaster	0.022s	coverage: 100.0% of statements
22:16:54 [2020-12-04T22:16:54.387Z] #30 ...
22:16:54 [2020-12-04T22:16:54.387Z] 
22:16:54 [2020-12-04T22:16:54.387Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.894 Install docker/cli version 17.06.2-ce from stable
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + RM_GOPATH=0
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + TMP_GOPATH=
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + : /build
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + '[' -z '' ']'
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 ++ mktemp -d
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + export GOPATH=/tmp/tmp.w2ZNdzosYv
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + GOPATH=/tmp/tmp.w2ZNdzosYv
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + RM_GOPATH=1
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + case "$(go env GOARCH)" in
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 ++ go env GOARCH
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + export GO_BUILDMODE=-buildmode=pie
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + GO_BUILDMODE=-buildmode=pie
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 ++ dirname /tmp/install/install.sh
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + dir=/tmp/install
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + bin=dockercli
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + shift
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + '[' '!' -f /tmp/install/dockercli.installer ']'
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + . /tmp/install/dockercli.installer
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 ++ : stable
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 ++ : 17.06.2-ce
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + install_dockercli
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + echo 'Install docker/cli version 17.06.2-ce from stable'
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 ++ uname -m
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + arch=x86_64
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + '[' x86_64 '!=' x86_64 ']'
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + url=https://download.docker.com/linux/static
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
22:16:54 [2020-12-04T22:16:54.387Z] #22 5.895 + tar -xz docker/docker
22:16:54 [2020-12-04T22:16:54.387Z] #22 ...
22:16:54 [2020-12-04T22:16:54.387Z] 
22:16:54 [2020-12-04T22:16:54.387Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.971 + RM_GOPATH=0
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.971 + TMP_GOPATH=
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.971 + : /build
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.971 + '[' -z '' ']'
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.971 ++ mktemp -d
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.971 + export GOPATH=/tmp/tmp.WYhXzrRR5S
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.971 + GOPATH=/tmp/tmp.WYhXzrRR5S
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.971 + RM_GOPATH=1
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.971 + case "$(go env GOARCH)" in
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.971 ++ go env GOARCH
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.972 + export GO_BUILDMODE=-buildmode=pie
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.972 + GO_BUILDMODE=-buildmode=pie
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.972 ++ dirname /tmp/install/install.sh
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 + dir=/tmp/install
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 + bin=proxy
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 + shift
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 + '[' '!' -f /tmp/install/proxy.installer ']'
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 + . /tmp/install/proxy.installer
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 ++ : a543cbc4871f904b0efe205708eb45d72e65fd8b
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 + install_proxy
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 + case "$1" in
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 + export CGO_ENABLED=0
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 + CGO_ENABLED=0
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 + _install_proxy
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 + echo 'Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b'
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.974 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.WYhXzrRR5S/src/github.com/docker/libnetwork
22:16:54 [2020-12-04T22:16:54.387Z] #62 5.980 Cloning into '/tmp/tmp.WYhXzrRR5S/src/github.com/docker/libnetwork'...
22:16:54 [2020-12-04T22:16:54.387Z] #62 ...
22:16:54 [2020-12-04T22:16:54.387Z] 
22:16:54 [2020-12-04T22:16:54.387Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.459 + RM_GOPATH=0
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.459 + TMP_GOPATH=
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.459 + : /build
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.459 + '[' -z '' ']'
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.459 ++ mktemp -d
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.462 + export GOPATH=/tmp/tmp.ZgAZ5RdWDx
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.462 + GOPATH=/tmp/tmp.ZgAZ5RdWDx
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.462 + RM_GOPATH=1
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.462 + case "$(go env GOARCH)" in
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.462 ++ go env GOARCH
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.478 + export GO_BUILDMODE=-buildmode=pie
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.478 + GO_BUILDMODE=-buildmode=pie
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.478 ++ dirname /tmp/install/install.sh
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.487 + dir=/tmp/install
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.487 + bin=rootlesskit
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.487 + shift
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.487 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.487 + . /tmp/install/rootlesskit.installer
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.487 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.487 + install_rootlesskit
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.487 + case "$1" in
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.487 + export CGO_ENABLED=0
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.487 + CGO_ENABLED=0
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.487 + _install_rootlesskit
22:16:54 [2020-12-04T22:16:54.387Z] #56 6.487 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
22:16:54 [2020-12-04T22:16:54.388Z] #56 6.487 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.ZgAZ5RdWDx/src/github.com/rootless-containers/rootlesskit
22:16:54 [2020-12-04T22:16:54.388Z] #56 6.487 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
22:16:54 [2020-12-04T22:16:54.388Z] #56 6.497 Cloning into '/tmp/tmp.ZgAZ5RdWDx/src/github.com/rootless-containers/rootlesskit'...
22:16:54 [2020-12-04T22:16:54.388Z] #56 ...
22:16:54 [2020-12-04T22:16:54.388Z] 
22:16:54 [2020-12-04T22:16:54.388Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.831 + RM_GOPATH=0
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.831 + TMP_GOPATH=
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.831 + : /build
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.831 + '[' -z '' ']'
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.831 ++ mktemp -d
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.833 + export GOPATH=/tmp/tmp.4pdkKRmJK0
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.833 + GOPATH=/tmp/tmp.4pdkKRmJK0
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.833 + RM_GOPATH=1
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.833 + case "$(go env GOARCH)" in
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.838 ++ go env GOARCH
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.858 + export GO_BUILDMODE=-buildmode=pie
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.858 + GO_BUILDMODE=-buildmode=pie
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.859 ++ dirname /tmp/install/install.sh
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.871 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.871 + dir=/tmp/install
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.871 + bin=tomlv
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.871 + shift
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.871 + '[' '!' -f /tmp/install/tomlv.installer ']'
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.871 + . /tmp/install/tomlv.installer
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.871 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.871 + install_tomlv
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.871 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.871 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.4pdkKRmJK0/src/github.com/BurntSushi/toml
22:16:54 [2020-12-04T22:16:54.388Z] #32 6.882 Cloning into '/tmp/tmp.4pdkKRmJK0/src/github.com/BurntSushi/toml'...
22:16:54 [2020-12-04T22:16:54.410Z] #37 6.169 -- Detecting C compile features - done
22:16:54 [2020-12-04T22:16:54.410Z] #37 6.222 -- Performing Test HAS_BUILTIN_FORTIFY
22:16:54 [2020-12-04T22:16:54.707Z] #37 6.430 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:16:55 [2020-12-04T22:16:55.004Z] #37 6.624 -- Configuring done
22:16:55 [2020-12-04T22:16:55.004Z] #37 6.654 -- Generating done
22:16:55 [2020-12-04T22:16:55.004Z] #37 6.658 -- Build files have been written to: /tmp/tmp.oi0YstGKvq/tini
22:16:55 [2020-12-04T22:16:55.004Z] #37 6.669 + make tini-static
22:16:55 [2020-12-04T22:16:55.085Z] ok  	github.com/docker/docker/pkg/capabilities	0.011s	coverage: 87.5% of statements
22:16:55 [2020-12-04T22:16:55.085Z] ok  	github.com/docker/docker/pkg/authorization	0.437s	coverage: 68.3% of statements
22:16:55 [2020-12-04T22:16:55.300Z] #37 7.122 Scanning dependencies of target tini-static
22:16:55 [2020-12-04T22:16:55.337Z] #32 ...
22:16:55 [2020-12-04T22:16:55.337Z] 
22:16:55 [2020-12-04T22:16:55.337Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:16:55 [2020-12-04T22:16:55.337Z] #30 7.437 + git clone https://github.com/kolyshkin/go-swagger.git .
22:16:55 [2020-12-04T22:16:55.337Z] #30 7.437 Cloning into '.'...
22:16:55 [2020-12-04T22:16:55.595Z] #37 7.229 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:16:56 [2020-12-04T22:16:56.033Z] ok  	github.com/docker/docker/pkg/directory	0.016s	coverage: 80.0% of statements
22:16:56 [2020-12-04T22:16:56.458Z] #43 ...
22:16:56 [2020-12-04T22:16:56.458Z] 
22:16:56 [2020-12-04T22:16:56.458Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:16:56 [2020-12-04T22:16:56.458Z] #56 13.11 Checking out files:  85% (677/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.
22:16:56 [2020-12-04T22:16:56.458Z] #56 13.43 + cd /tmp/tmp.bcpwzun3Jm/src/github.com/rootless-containers/rootlesskit
22:16:56 [2020-12-04T22:16:56.458Z] #56 13.43 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
22:16:56 [2020-12-04T22:16:56.458Z] #56 13.59 + for f in rootlesskit rootlesskit-docker-proxy
22:16:56 [2020-12-04T22:16:56.458Z] #56 13.59 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
22:16:56 [2020-12-04T22:16:56.617Z] ok  	github.com/docker/docker/pkg/archive	1.301s	coverage: 76.8% of statements
22:16:56 [2020-12-04T22:16:56.617Z] ok  	github.com/docker/docker/pkg/discovery	0.011s	coverage: 58.3% of statements
22:16:57 [2020-12-04T22:16:57.119Z] #37 ...
22:16:57 [2020-12-04T22:16:57.119Z] 
22:16:57 [2020-12-04T22:16:57.119Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:16:57 [2020-12-04T22:16:57.119Z] #42 58.72 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
22:16:57 [2020-12-04T22:16:57.119Z] #42 58.74 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
22:16:57 [2020-12-04T22:16:57.119Z] #42 58.75 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ...
22:16:57 [2020-12-04T22:16:57.119Z] #42 58.76 Setting up libcap-dev:ppc64el (1:2.25-2) ...
22:16:57 [2020-12-04T22:16:57.119Z] #42 58.77 Setting up libprotoc17:ppc64el (3.6.1.3-2) ...
22:16:57 [2020-12-04T22:16:57.119Z] #42 58.78 Setting up protobuf-compiler (3.6.1.3-2) ...
22:16:57 [2020-12-04T22:16:57.119Z] #42 58.78 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
22:16:57 [2020-12-04T22:16:57.119Z] #42 58.79 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ...
22:16:57 [2020-12-04T22:16:57.119Z] #42 58.79 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
22:16:57 [2020-12-04T22:16:57.119Z] #42 58.80 Setting up python-protobuf (3.6.1.3-2) ...
22:16:57 [2020-12-04T22:16:57.191Z] ok  	github.com/docker/docker/pkg/discovery/file	0.013s	coverage: 92.9% of statements
22:16:57 [2020-12-04T22:16:57.415Z] #42 ...
22:16:57 [2020-12-04T22:16:57.415Z] 
22:16:57 [2020-12-04T22:16:57.415Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:57 [2020-12-04T22:16:57.415Z] #51 55.07 strconv
22:16:57 [2020-12-04T22:16:57.415Z] #51 55.07 syscall
22:16:57 [2020-12-04T22:16:57.415Z] #51 55.08 bytes
22:16:57 [2020-12-04T22:16:57.415Z] #51 55.09 strings
22:16:57 [2020-12-04T22:16:57.415Z] #51 62.15 bufio
22:16:57 [2020-12-04T22:16:57.415Z] #51 65.02 text/tabwriter
22:16:57 [2020-12-04T22:16:57.415Z] #51 ...
22:16:57 [2020-12-04T22:16:57.415Z] 
22:16:57 [2020-12-04T22:16:57.415Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:57 [2020-12-04T22:16:57.415Z] #37 9.154 [100%] Linking C executable tini-static
22:16:57 [2020-12-04T22:16:57.767Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.009s	coverage: 92.3% of statements
22:16:57 [2020-12-04T22:16:57.892Z] #30 ...
22:16:57 [2020-12-04T22:16:57.892Z] 
22:16:57 [2020-12-04T22:16:57.892Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:16:57 [2020-12-04T22:16:57.892Z] #40 6.035 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:16:57 [2020-12-04T22:16:57.892Z] #40 6.109 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:57 [2020-12-04T22:16:57.892Z] #40 6.109 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:57 [2020-12-04T22:16:57.892Z] #40 6.659 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
22:16:57 [2020-12-04T22:16:57.892Z] #40 ...
22:16:57 [2020-12-04T22:16:57.892Z] 
22:16:57 [2020-12-04T22:16:57.892Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.246 + RM_GOPATH=0
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.246 + TMP_GOPATH=
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.246 + : /build
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.249 + '[' -z '' ']'
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.249 ++ mktemp -d
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.249 + export GOPATH=/tmp/tmp.OkD6ORlaMS
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.249 + GOPATH=/tmp/tmp.OkD6ORlaMS
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.249 + RM_GOPATH=1
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.249 + case "$(go env GOARCH)" in
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.249 ++ go env GOARCH
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.384 + export GO_BUILDMODE=-buildmode=pie
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.384 + GO_BUILDMODE=-buildmode=pie
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.384 ++ dirname /tmp/install/install.sh
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.390 + dir=/tmp/install
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.390 + bin=gotestsum
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.390 + shift
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.390 + '[' '!' -f /tmp/install/gotestsum.installer ']'
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.390 + . /tmp/install/gotestsum.installer
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.390 ++ : v0.5.3
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.390 + install_gotestsum
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.390 + set -e
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.390 + export GO111MODULE=on
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.390 + GO111MODULE=on
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.390 + GOBIN=/build
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.390 + go get gotest.tools/gotestsum@v0.5.3
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.501 go: finding gotest.tools v0.5.3
22:16:57 [2020-12-04T22:16:57.892Z] #45 7.501 go: finding gotest.tools/gotestsum v0.5.3
22:16:57 [2020-12-04T22:16:57.892Z] #45 9.390 go: downloading gotest.tools/gotestsum v0.5.3
22:16:57 [2020-12-04T22:16:57.892Z] #45 10.32 go: extracting gotest.tools/gotestsum v0.5.3
22:16:57 [2020-12-04T22:16:57.892Z] #45 ...
22:16:57 [2020-12-04T22:16:57.892Z] 
22:16:57 [2020-12-04T22:16:57.892Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.647 + RM_GOPATH=0
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.647 + TMP_GOPATH=
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.647 + : /build
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.647 + '[' -z '' ']'
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.647 ++ mktemp -d
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.650 + export GOPATH=/tmp/tmp.NDZDcFvof3
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.650 + GOPATH=/tmp/tmp.NDZDcFvof3
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.650 + RM_GOPATH=1
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.650 + case "$(go env GOARCH)" in
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.650 ++ go env GOARCH
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.712 + export GO_BUILDMODE=-buildmode=pie
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.712 + GO_BUILDMODE=-buildmode=pie
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 ++ dirname /tmp/install/install.sh
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 + dir=/tmp/install
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 + bin=golangci_lint
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 + shift
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 + . /tmp/install/golangci_lint.installer
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 ++ : v1.23.8
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 + install_golangci_lint
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 + set -e
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 + export GO111MODULE=on
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 + GO111MODULE=on
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 + GOBIN=/build
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.715 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.813 go: finding github.com v1.23.8
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.813 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.813 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.820 go: finding github.com/golangci/golangci-lint v1.23.8
22:16:57 [2020-12-04T22:16:57.892Z] #47 6.820 go: finding github.com/golangci v1.23.8
22:16:57 [2020-12-04T22:16:57.892Z] #47 8.656 go: downloading github.com/golangci/golangci-lint v1.23.8
22:16:57 [2020-12-04T22:16:57.892Z] #47 9.991 go: extracting github.com/golangci/golangci-lint v1.23.8
22:16:58 [2020-12-04T22:16:58.057Z] #37 ...
22:16:58 [2020-12-04T22:16:58.057Z] 
22:16:58 [2020-12-04T22:16:58.057Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:16:58 [2020-12-04T22:16:58.057Z] #42 65.45 Setting up libnl-3-dev:ppc64el (3.4.0-1) ...
22:16:58 [2020-12-04T22:16:58.057Z] #42 65.45 Processing triggers for libc-bin (2.28-10) ...
22:16:58 [2020-12-04T22:16:58.057Z] #42 DONE 65.7s
22:16:58 [2020-12-04T22:16:58.057Z] 
22:16:58 [2020-12-04T22:16:58.057Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:16:58 [2020-12-04T22:16:58.221Z] #47 ...
22:16:58 [2020-12-04T22:16:58.221Z] 
22:16:58 [2020-12-04T22:16:58.221Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:16:58 [2020-12-04T22:16:58.221Z] #53 8.238 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:16:58 [2020-12-04T22:16:58.221Z] #53 8.417 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:58 [2020-12-04T22:16:58.221Z] #53 8.417 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:58 [2020-12-04T22:16:58.265Z] #54 132.1 + bin/containerd-stress
22:16:58 [2020-12-04T22:16:58.340Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.014s	coverage: 93.8% of statements
22:16:58 [2020-12-04T22:16:58.353Z] #43 ...
22:16:58 [2020-12-04T22:16:58.353Z] 
22:16:58 [2020-12-04T22:16:58.353Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:58 [2020-12-04T22:16:58.353Z] #37 10.09 [100%] Built target tini-static
22:16:58 [2020-12-04T22:16:58.353Z] #37 10.16 + mkdir -p /build
22:16:58 [2020-12-04T22:16:58.353Z] #37 10.16 + cp tini-static /build/docker-init
22:16:58 [2020-12-04T22:16:58.353Z] #37 DONE 10.3s
22:16:58 [2020-12-04T22:16:58.368Z] #56 ...
22:16:58 [2020-12-04T22:16:58.368Z] 
22:16:58 [2020-12-04T22:16:58.368Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:58 [2020-12-04T22:16:58.368Z] #43 19.09 unicode/utf8
22:16:58 [2020-12-04T22:16:58.485Z] #53 ...
22:16:58 [2020-12-04T22:16:58.485Z] 
22:16:58 [2020-12-04T22:16:58.485Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.852 + RM_GOPATH=0
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.852 + TMP_GOPATH=
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.852 + : /build
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.852 + '[' -z '' ']'
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.852 ++ mktemp -d
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.859 + export GOPATH=/tmp/tmp.sJbk6snVg8
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.859 + GOPATH=/tmp/tmp.sJbk6snVg8
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.859 + RM_GOPATH=1
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.859 + case "$(go env GOARCH)" in
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.859 ++ go env GOARCH
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 + export GO_BUILDMODE=-buildmode=pie
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 + GO_BUILDMODE=-buildmode=pie
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 ++ dirname /tmp/install/install.sh
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 + dir=/tmp/install
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 + bin=shfmt
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 + shift
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 + '[' '!' -f /tmp/install/shfmt.installer ']'
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 + . /tmp/install/shfmt.installer
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 + install_shfmt
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 + git clone https://github.com/mvdan/sh.git /tmp/tmp.sJbk6snVg8/src/github.com/mvdan/sh
22:16:58 [2020-12-04T22:16:58.485Z] #49 6.882 Cloning into '/tmp/tmp.sJbk6snVg8/src/github.com/mvdan/sh'...
22:16:58 [2020-12-04T22:16:58.485Z] #49 ...
22:16:58 [2020-12-04T22:16:58.485Z] 
22:16:58 [2020-12-04T22:16:58.485Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:16:58 [2020-12-04T22:16:58.485Z] #38 7.587 + git clone https://github.com/docker/distribution.git .
22:16:58 [2020-12-04T22:16:58.485Z] #38 7.601 Cloning into '.'...
22:16:58 [2020-12-04T22:16:58.485Z] #38 ...
22:16:58 [2020-12-04T22:16:58.485Z] 
22:16:58 [2020-12-04T22:16:58.485Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:16:58 [2020-12-04T22:16:58.485Z] #11 7.869 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:16:58 [2020-12-04T22:16:58.485Z] #11 8.029 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:58 [2020-12-04T22:16:58.485Z] #11 8.029 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:58 [2020-12-04T22:16:58.485Z] #11 9.753 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
22:16:58 [2020-12-04T22:16:58.650Z] 
22:16:58 [2020-12-04T22:16:58.650Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:58 [2020-12-04T22:16:58.650Z] #34 58.88 reflect
22:16:58 [2020-12-04T22:16:58.650Z] #34 59.41 bufio
22:16:58 [2020-12-04T22:16:58.650Z] #34 62.21 path
22:16:58 [2020-12-04T22:16:58.650Z] #34 64.25 text/tabwriter
22:16:58 [2020-12-04T22:16:58.748Z] #11 ...
22:16:58 [2020-12-04T22:16:58.748Z] 
22:16:58 [2020-12-04T22:16:58.748Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:16:58 [2020-12-04T22:16:58.748Z] #34 7.946 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:16:58 [2020-12-04T22:16:58.748Z] #34 8.181 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:16:58 [2020-12-04T22:16:58.748Z] #34 8.181 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:16:58 [2020-12-04T22:16:58.748Z] #34 10.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
22:16:58 [2020-12-04T22:16:58.748Z] #34 ...
22:16:58 [2020-12-04T22:16:58.748Z] 
22:16:58 [2020-12-04T22:16:58.748Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.504 + RM_GOPATH=0
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.504 + TMP_GOPATH=
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.504 + : /build
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.504 + '[' -z '' ']'
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.504 ++ mktemp -d
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.504 + export GOPATH=/tmp/tmp.6R7l0CRacr
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.504 + GOPATH=/tmp/tmp.6R7l0CRacr
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.504 + RM_GOPATH=1
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.504 + case "$(go env GOARCH)" in
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.504 ++ go env GOARCH
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.541 + export GO_BUILDMODE=-buildmode=pie
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.541 + GO_BUILDMODE=-buildmode=pie
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.541 ++ dirname /tmp/install/install.sh
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.546 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.546 + dir=/tmp/install
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.546 + bin=vndr
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.546 + shift
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.546 + '[' '!' -f /tmp/install/vndr.installer ']'
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.546 + . /tmp/install/vndr.installer
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.546 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.546 + install_vndr
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.546 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.546 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.6R7l0CRacr/src/github.com/LK4D4/vndr
22:16:58 [2020-12-04T22:16:58.748Z] #43 6.555 Cloning into '/tmp/tmp.6R7l0CRacr/src/github.com/LK4D4/vndr'...
22:16:58 [2020-12-04T22:16:58.748Z] #43 7.724 + cd /tmp/tmp.6R7l0CRacr/src/github.com/LK4D4/vndr
22:16:58 [2020-12-04T22:16:58.748Z] #43 7.724 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
22:16:58 [2020-12-04T22:16:58.748Z] #43 7.773 + go build -buildmode=pie -v -o /build/vndr .
22:16:58 [2020-12-04T22:16:58.748Z] #43 10.67 internal/cpu
22:16:58 [2020-12-04T22:16:58.748Z] #43 10.84 runtime/internal/sys
22:16:58 [2020-12-04T22:16:58.914Z] ok  	github.com/docker/docker/pkg/dmesg	0.009s	coverage: 83.3% of statements
22:16:59 [2020-12-04T22:16:59.011Z] #43 ...
22:16:59 [2020-12-04T22:16:59.011Z] 
22:16:59 [2020-12-04T22:16:59.011Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:16:59 [2020-12-04T22:16:59.011Z] #40 11.04 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:16:59 [2020-12-04T22:16:59.295Z] #54 133.4 + bin/containerd-shim
22:16:59 [2020-12-04T22:16:59.489Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.505s	coverage: 43.2% of statements
22:16:59 [2020-12-04T22:16:59.731Z] #34 ...
22:16:59 [2020-12-04T22:16:59.731Z] 
22:16:59 [2020-12-04T22:16:59.731Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:16:59 [2020-12-04T22:16:59.731Z] #51 67.22 reflect
22:16:59 [2020-12-04T22:16:59.747Z] #43 20.70 math
22:16:59 [2020-12-04T22:16:59.752Z] ok  	github.com/docker/docker/pkg/filenotify	0.609s	coverage: 67.0% of statements
22:17:00 [2020-12-04T22:17:00.007Z] #43 ...
22:17:00 [2020-12-04T22:17:00.008Z] 
22:17:00 [2020-12-04T22:17:00.008Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:00 [2020-12-04T22:17:00.008Z] #32 11.03 internal/cpu
22:17:00 [2020-12-04T22:17:00.008Z] #32 11.43 runtime/internal/sys
22:17:00 [2020-12-04T22:17:00.008Z] #32 12.10 runtime/internal/math
22:17:00 [2020-12-04T22:17:00.008Z] #32 12.38 math/bits
22:17:00 [2020-12-04T22:17:00.008Z] #32 12.39 internal/bytealg
22:17:00 [2020-12-04T22:17:00.008Z] #32 13.52 math
22:17:00 [2020-12-04T22:17:00.008Z] #32 14.00 runtime
22:17:00 [2020-12-04T22:17:00.015Z] ok  	github.com/docker/docker/pkg/fileutils	0.017s	coverage: 89.5% of statements
22:17:00 [2020-12-04T22:17:00.269Z] #32 21.19 internal/testlog
22:17:00 [2020-12-04T22:17:00.269Z] #32 ...
22:17:00 [2020-12-04T22:17:00.269Z] 
22:17:00 [2020-12-04T22:17:00.269Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:17:00 [2020-12-04T22:17:00.269Z] #45 11.13 go: downloading github.com/fatih/color v1.9.0
22:17:00 [2020-12-04T22:17:00.269Z] #45 11.16 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:17:00 [2020-12-04T22:17:00.269Z] #45 11.16 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:17:00 [2020-12-04T22:17:00.269Z] #45 11.19 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:17:00 [2020-12-04T22:17:00.269Z] #45 11.25 go: downloading github.com/jonboulle/clockwork v0.1.0
22:17:00 [2020-12-04T22:17:00.269Z] #45 11.33 go: downloading github.com/spf13/pflag v1.0.3
22:17:00 [2020-12-04T22:17:00.269Z] #45 11.66 go: downloading github.com/pkg/errors v0.9.1
22:17:00 [2020-12-04T22:17:00.269Z] #45 12.00 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:17:00 [2020-12-04T22:17:00.269Z] #45 12.00 go: extracting github.com/fatih/color v1.9.0
22:17:00 [2020-12-04T22:17:00.269Z] #45 12.19 go: extracting github.com/jonboulle/clockwork v0.1.0
22:17:00 [2020-12-04T22:17:00.269Z] #45 12.22 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:17:00 [2020-12-04T22:17:00.269Z] #45 12.67 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:17:00 [2020-12-04T22:17:00.269Z] #45 12.71 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:17:00 [2020-12-04T22:17:00.269Z] #45 12.82 go: extracting github.com/pkg/errors v0.9.1
22:17:00 [2020-12-04T22:17:00.269Z] #45 12.90 go: downloading github.com/mattn/go-isatty v0.0.12
22:17:00 [2020-12-04T22:17:00.269Z] #45 13.04 go: extracting github.com/spf13/pflag v1.0.3
22:17:00 [2020-12-04T22:17:00.269Z] #45 13.05 go: downloading github.com/mattn/go-colorable v0.1.6
22:17:00 [2020-12-04T22:17:00.269Z] #45 13.66 go: extracting github.com/mattn/go-colorable v0.1.6
22:17:00 [2020-12-04T22:17:00.269Z] #45 13.69 go: extracting github.com/mattn/go-isatty v0.0.12
22:17:00 [2020-12-04T22:17:00.269Z] #45 15.18 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:17:00 [2020-12-04T22:17:00.269Z] #45 17.31 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:17:00 [2020-12-04T22:17:00.269Z] #45 19.72 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:17:00 [2020-12-04T22:17:00.375Z] #51 67.97 regexp/syntax
22:17:00 [2020-12-04T22:17:00.557Z] #45 ...
22:17:00 [2020-12-04T22:17:00.557Z] 
22:17:00 [2020-12-04T22:17:00.557Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:17:00 [2020-12-04T22:17:00.557Z] #40 11.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
22:17:00 [2020-12-04T22:17:00.557Z] #40 14.42 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:17:00 [2020-12-04T22:17:00.557Z] #40 18.66 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:17:00 [2020-12-04T22:17:00.557Z] #40 ...
22:17:00 [2020-12-04T22:17:00.557Z] 
22:17:00 [2020-12-04T22:17:00.557Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:00 [2020-12-04T22:17:00.557Z] #34 11.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
22:17:00 [2020-12-04T22:17:00.557Z] #34 14.12 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:17:00 [2020-12-04T22:17:00.557Z] #34 17.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:17:00 [2020-12-04T22:17:00.589Z] ok  	github.com/docker/docker/pkg/homedir	0.013s	coverage: 11.4% of statements
22:17:00 [2020-12-04T22:17:00.822Z] #34 ...
22:17:00 [2020-12-04T22:17:00.822Z] 
22:17:00 [2020-12-04T22:17:00.822Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:00 [2020-12-04T22:17:00.822Z] #47 20.17 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:17:00 [2020-12-04T22:17:00.822Z] #47 20.17 go: downloading github.com/spf13/cobra v0.0.5
22:17:00 [2020-12-04T22:17:00.822Z] #47 20.25 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:17:00 [2020-12-04T22:17:00.822Z] #47 20.25 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:17:00 [2020-12-04T22:17:00.822Z] #47 20.30 go: downloading github.com/spf13/viper v1.6.1
22:17:00 [2020-12-04T22:17:00.822Z] #47 20.30 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:17:00 [2020-12-04T22:17:00.822Z] #47 20.66 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:17:00 [2020-12-04T22:17:00.822Z] #47 20.66 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
22:17:00 [2020-12-04T22:17:00.822Z] #47 20.68 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:17:00 [2020-12-04T22:17:00.822Z] #47 20.68 go: downloading github.com/uudashr/gocognit v1.0.1
22:17:00 [2020-12-04T22:17:00.822Z] #47 21.02 go: downloading github.com/ultraware/funlen v0.0.2
22:17:00 [2020-12-04T22:17:00.822Z] #47 21.13 go: extracting github.com/spf13/viper v1.6.1
22:17:00 [2020-12-04T22:17:00.822Z] #47 21.52 go: extracting github.com/spf13/cobra v0.0.5
22:17:00 [2020-12-04T22:17:00.822Z] #47 21.75 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:17:00 [2020-12-04T22:17:00.822Z] #47 21.83 go: extracting github.com/ultraware/funlen v0.0.2
22:17:00 [2020-12-04T22:17:00.822Z] #47 21.90 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:17:00 [2020-12-04T22:17:00.852Z] ok  	github.com/docker/docker/pkg/fsutils	0.315s	coverage: 85.1% of statements
22:17:01 [2020-12-04T22:17:01.082Z] #47 21.99 go: extracting github.com/uudashr/gocognit v1.0.1
22:17:01 [2020-12-04T22:17:01.115Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.096s	coverage: 84.1% of statements
22:17:01 [2020-12-04T22:17:01.115Z] ok  	github.com/docker/docker/layer	7.144s	coverage: 68.8% of statements
22:17:01 [2020-12-04T22:17:01.115Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
22:17:01 [2020-12-04T22:17:01.115Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
22:17:01 [2020-12-04T22:17:01.115Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
22:17:01 [2020-12-04T22:17:01.115Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
22:17:01 [2020-12-04T22:17:01.115Z] ?   	github.com/docker/docker/oci/caps	[no test files]
22:17:01 [2020-12-04T22:17:01.115Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
22:17:01 [2020-12-04T22:17:01.115Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
22:17:01 [2020-12-04T22:17:01.347Z] #47 22.36 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:17:01 [2020-12-04T22:17:01.348Z] #47 22.45 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
22:17:01 [2020-12-04T22:17:01.610Z] #47 ...
22:17:01 [2020-12-04T22:17:01.610Z] 
22:17:01 [2020-12-04T22:17:01.610Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:17:01 [2020-12-04T22:17:01.610Z] #22 20.97 + mkdir -p /build
22:17:01 [2020-12-04T22:17:01.610Z] #22 20.98 + mv docker/docker /build/
22:17:01 [2020-12-04T22:17:01.610Z] #22 21.03 + rmdir docker
22:17:01 [2020-12-04T22:17:01.610Z] #22 DONE 22.5s
22:17:01 [2020-12-04T22:17:01.610Z] 
22:17:01 [2020-12-04T22:17:01.610Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:01 [2020-12-04T22:17:01.610Z] #32 22.09 encoding
22:17:01 [2020-12-04T22:17:01.870Z] #32 22.74 runtime/cgo
22:17:02 [2020-12-04T22:17:02.067Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.014s	coverage: 91.7% of statements
22:17:02 [2020-12-04T22:17:02.067Z] ok  	github.com/docker/docker/pkg/longpath	0.011s	coverage: 100.0% of statements
22:17:02 [2020-12-04T22:17:02.329Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.021s	coverage: 85.7% of statements
22:17:02 [2020-12-04T22:17:02.329Z] ok  	github.com/docker/docker/pkg/ioutils	0.647s	coverage: 70.6% of statements
22:17:02 [2020-12-04T22:17:02.440Z] #32 ...
22:17:02 [2020-12-04T22:17:02.440Z] 
22:17:02 [2020-12-04T22:17:02.440Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:02 [2020-12-04T22:17:02.440Z] #11 13.45 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:17:02 [2020-12-04T22:17:02.440Z] #11 16.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:17:02 [2020-12-04T22:17:02.591Z] ok  	github.com/docker/docker/pkg/parsers	0.015s	coverage: 97.0% of statements
22:17:02 [2020-12-04T22:17:02.591Z] ok  	github.com/docker/docker/pkg/idtools	0.975s	coverage: 70.1% of statements
22:17:02 [2020-12-04T22:17:02.591Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
22:17:02 [2020-12-04T22:17:02.591Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
22:17:02 [2020-12-04T22:17:02.591Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
22:17:02 [2020-12-04T22:17:02.591Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
22:17:02 [2020-12-04T22:17:02.700Z] #11 ...
22:17:02 [2020-12-04T22:17:02.700Z] 
22:17:02 [2020-12-04T22:17:02.700Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:02 [2020-12-04T22:17:02.700Z] #47 22.92 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:17:02 [2020-12-04T22:17:02.700Z] #47 22.92 go: downloading github.com/fsnotify/fsnotify v1.4.7
22:17:02 [2020-12-04T22:17:02.700Z] #47 23.35 go: downloading github.com/fatih/color v1.7.0
22:17:02 [2020-12-04T22:17:02.855Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.015s	coverage: 60.0% of statements
22:17:02 [2020-12-04T22:17:02.963Z] #47 23.84 go: extracting github.com/fsnotify/fsnotify v1.4.7
22:17:02 [2020-12-04T22:17:02.963Z] #47 23.89 go: extracting github.com/fatih/color v1.7.0
22:17:02 [2020-12-04T22:17:02.963Z] #47 ...
22:17:02 [2020-12-04T22:17:02.963Z] 
22:17:02 [2020-12-04T22:17:02.963Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:17:02 [2020-12-04T22:17:02.963Z] #53 13.99 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:17:02 [2020-12-04T22:17:02.963Z] #53 18.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:17:03 [2020-12-04T22:17:03.119Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.056s	coverage: 86.7% of statements
22:17:03 [2020-12-04T22:17:03.150Z] #51 ...
22:17:03 [2020-12-04T22:17:03.150Z] 
22:17:03 [2020-12-04T22:17:03.150Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:03 [2020-12-04T22:17:03.150Z] #45 60.64 bufio
22:17:03 [2020-12-04T22:17:03.150Z] #45 62.05 reflect
22:17:03 [2020-12-04T22:17:03.150Z] #45 66.11 regexp/syntax
22:17:03 [2020-12-04T22:17:03.150Z] #45 69.15 hash/crc32
22:17:03 [2020-12-04T22:17:03.150Z] #45 ...
22:17:03 [2020-12-04T22:17:03.150Z] 
22:17:03 [2020-12-04T22:17:03.150Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:17:03 [2020-12-04T22:17:03.150Z] #43 2.183 Note: Building without setproctitle() and strlcpy() support.
22:17:03 [2020-12-04T22:17:03.150Z] #43 2.184       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
22:17:03 [2020-12-04T22:17:03.150Z] #43 2.197 Note: Building without GnuTLS support
22:17:03 [2020-12-04T22:17:03.150Z] #43 2.200 Makefile.config:39: Warn: you have no libnftables installed
22:17:03 [2020-12-04T22:17:03.150Z] #43 2.201 Makefile.config:40: Warn: Building without nftables support
22:17:03 [2020-12-04T22:17:03.150Z] #43 4.022 fatal: not a git repository (or any of the parent directories): .git
22:17:03 [2020-12-04T22:17:03.150Z] #43 4.072   GEN      .gitid
22:17:03 [2020-12-04T22:17:03.150Z] #43 4.123   GEN      criu/include/version.h
22:17:03 [2020-12-04T22:17:03.150Z] #43 4.170   GEN      include/common/asm
22:17:03 [2020-12-04T22:17:03.224Z] #53 ...
22:17:03 [2020-12-04T22:17:03.224Z] 
22:17:03 [2020-12-04T22:17:03.224Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:03 [2020-12-04T22:17:03.224Z] #47 24.05 go: downloading github.com/spf13/cast v1.3.0
22:17:03 [2020-12-04T22:17:03.226Z] #40 15.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:17:03 [2020-12-04T22:17:03.383Z] ok  	github.com/docker/docker/pkg/pidfile	0.026s	coverage: 82.4% of statements
22:17:03 [2020-12-04T22:17:03.383Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
22:17:03 [2020-12-04T22:17:03.383Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
22:17:03 [2020-12-04T22:17:03.447Z] #43 ...
22:17:03 [2020-12-04T22:17:03.447Z] 
22:17:03 [2020-12-04T22:17:03.447Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:03 [2020-12-04T22:17:03.447Z] #13 61.26 Selecting previously unselected package mingw-w64-x86-64-dev.
22:17:03 [2020-12-04T22:17:03.447Z] #13 61.29 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
22:17:03 [2020-12-04T22:17:03.447Z] #13 61.29 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
22:17:03 [2020-12-04T22:17:03.447Z] #13 68.29 Selecting previously unselected package gcc-mingw-w64-base.
22:17:03 [2020-12-04T22:17:03.447Z] #13 68.29 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
22:17:03 [2020-12-04T22:17:03.447Z] #13 68.34 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:17:03 [2020-12-04T22:17:03.447Z] #13 68.53 Selecting previously unselected package gcc-mingw-w64-x86-64.
22:17:03 [2020-12-04T22:17:03.447Z] #13 68.54 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
22:17:03 [2020-12-04T22:17:03.447Z] #13 68.55 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:17:03 [2020-12-04T22:17:03.736Z] #54 137.6 + bin/containerd-shim-runc-v1
22:17:03 [2020-12-04T22:17:03.744Z] #13 ...
22:17:03 [2020-12-04T22:17:03.744Z] 
22:17:03 [2020-12-04T22:17:03.744Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:03 [2020-12-04T22:17:03.744Z] #34 69.13 internal/syscall/execenv
22:17:03 [2020-12-04T22:17:03.744Z] #34 69.14 time
22:17:03 [2020-12-04T22:17:03.744Z] #34 69.17 internal/syscall/unix
22:17:03 [2020-12-04T22:17:03.795Z] #47 24.55 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:17:03 [2020-12-04T22:17:03.795Z] #47 24.77 go: extracting github.com/spf13/cast v1.3.0
22:17:03 [2020-12-04T22:17:03.804Z] #40 ...
22:17:03 [2020-12-04T22:17:03.804Z] 
22:17:03 [2020-12-04T22:17:03.805Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:17:03 [2020-12-04T22:17:03.805Z] #45 12.45 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:17:03 [2020-12-04T22:17:03.805Z] #45 12.48 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:17:03 [2020-12-04T22:17:03.805Z] #45 12.61 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:17:03 [2020-12-04T22:17:03.805Z] #45 12.66 go: downloading github.com/pkg/errors v0.9.1
22:17:03 [2020-12-04T22:17:03.805Z] #45 12.70 go: downloading github.com/spf13/pflag v1.0.3
22:17:03 [2020-12-04T22:17:03.805Z] #45 12.78 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:17:03 [2020-12-04T22:17:03.805Z] #45 12.78 go: downloading github.com/fatih/color v1.9.0
22:17:03 [2020-12-04T22:17:03.805Z] #45 13.14 go: downloading github.com/jonboulle/clockwork v0.1.0
22:17:03 [2020-12-04T22:17:03.805Z] #45 13.14 go: extracting github.com/pkg/errors v0.9.1
22:17:03 [2020-12-04T22:17:03.805Z] #45 13.40 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:17:03 [2020-12-04T22:17:03.805Z] #45 13.45 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:17:03 [2020-12-04T22:17:03.805Z] #45 13.61 go: extracting github.com/fatih/color v1.9.0
22:17:03 [2020-12-04T22:17:03.805Z] #45 13.84 go: extracting github.com/spf13/pflag v1.0.3
22:17:03 [2020-12-04T22:17:03.805Z] #45 13.91 go: extracting github.com/jonboulle/clockwork v0.1.0
22:17:03 [2020-12-04T22:17:03.805Z] #45 13.91 go: downloading github.com/mattn/go-isatty v0.0.12
22:17:03 [2020-12-04T22:17:03.805Z] #45 13.91 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:17:03 [2020-12-04T22:17:03.805Z] #45 13.94 go: downloading github.com/mattn/go-colorable v0.1.6
22:17:03 [2020-12-04T22:17:03.805Z] #45 14.06 go: extracting github.com/mattn/go-isatty v0.0.12
22:17:03 [2020-12-04T22:17:03.805Z] #45 14.69 go: extracting github.com/mattn/go-colorable v0.1.6
22:17:03 [2020-12-04T22:17:03.958Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.030s	coverage: 56.8% of statements
22:17:04 [2020-12-04T22:17:04.067Z] #45 16.48 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:17:04 [2020-12-04T22:17:04.221Z] ok  	github.com/docker/docker/pkg/pools	0.030s	coverage: 88.2% of statements
22:17:04 [2020-12-04T22:17:04.371Z] #47 25.27 go: downloading github.com/spf13/pflag v1.0.5
22:17:04 [2020-12-04T22:17:04.484Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.028s	coverage: 85.7% of statements
22:17:04 [2020-12-04T22:17:04.747Z] ok  	github.com/docker/docker/pkg/progress	0.013s	coverage: 75.9% of statements
22:17:04 [2020-12-04T22:17:04.940Z] #47 25.71 go: extracting github.com/spf13/pflag v1.0.5
22:17:04 [2020-12-04T22:17:04.941Z] #47 25.89 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:17:05 [2020-12-04T22:17:05.011Z] #45 ...
22:17:05 [2020-12-04T22:17:05.011Z] 
22:17:05 [2020-12-04T22:17:05.011Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:17:05 [2020-12-04T22:17:05.011Z] #22 16.78 + mkdir -p /build
22:17:05 [2020-12-04T22:17:05.011Z] #22 16.80 + mv docker/docker /build/
22:17:05 [2020-12-04T22:17:05.011Z] #22 16.82 + rmdir docker
22:17:05 [2020-12-04T22:17:05.011Z] #22 DONE 17.1s
22:17:05 [2020-12-04T22:17:05.011Z] 
22:17:05 [2020-12-04T22:17:05.011Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:17:05 [2020-12-04T22:17:05.011Z] #56 14.28 + cd /tmp/tmp.ZgAZ5RdWDx/src/github.com/rootless-containers/rootlesskit
22:17:05 [2020-12-04T22:17:05.011Z] #56 14.28 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
22:17:05 [2020-12-04T22:17:05.011Z] #56 14.74 + for f in rootlesskit rootlesskit-docker-proxy
22:17:05 [2020-12-04T22:17:05.011Z] #56 14.78 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
22:17:05 [2020-12-04T22:17:05.200Z] #47 26.15 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:17:05 [2020-12-04T22:17:05.321Z] ok  	github.com/docker/docker/pkg/reexec	0.021s	coverage: 82.4% of statements
22:17:05 [2020-12-04T22:17:05.460Z] #47 26.35 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:17:05 [2020-12-04T22:17:05.460Z] #47 26.46 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:17:05 [2020-12-04T22:17:05.720Z] #47 26.69 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:17:05 [2020-12-04T22:17:05.897Z] ok  	github.com/docker/docker/pkg/stdcopy	0.012s	coverage: 100.0% of statements
22:17:05 [2020-12-04T22:17:05.897Z] ok  	github.com/docker/docker/pkg/pubsub	1.078s	coverage: 75.0% of statements
22:17:05 [2020-12-04T22:17:05.979Z] #47 26.79 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:17:06 [2020-12-04T22:17:06.405Z] #56 ...
22:17:06 [2020-12-04T22:17:06.405Z] 
22:17:06 [2020-12-04T22:17:06.405Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:06 [2020-12-04T22:17:06.405Z] #32 8.521 + cd /tmp/tmp.4pdkKRmJK0/src/github.com/BurntSushi/toml
22:17:06 [2020-12-04T22:17:06.405Z] #32 8.521 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
22:17:06 [2020-12-04T22:17:06.405Z] #32 8.643 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
22:17:06 [2020-12-04T22:17:06.405Z] #32 9.853 internal/cpu
22:17:06 [2020-12-04T22:17:06.405Z] #32 9.883 runtime/internal/atomic
22:17:06 [2020-12-04T22:17:06.405Z] #32 10.64 runtime/internal/sys
22:17:06 [2020-12-04T22:17:06.405Z] #32 10.97 internal/bytealg
22:17:06 [2020-12-04T22:17:06.405Z] #32 11.01 runtime/internal/math
22:17:06 [2020-12-04T22:17:06.405Z] #32 11.39 math/bits
22:17:06 [2020-12-04T22:17:06.405Z] #32 12.02 runtime
22:17:06 [2020-12-04T22:17:06.405Z] #32 12.30 math
22:17:06 [2020-12-04T22:17:06.456Z] #54 140.6 + bin/containerd-shim-runc-v2
22:17:06 [2020-12-04T22:17:06.473Z] ok  	github.com/docker/docker/pkg/stringid	0.009s	coverage: 70.6% of statements
22:17:06 [2020-12-04T22:17:06.473Z] ok  	github.com/docker/docker/pkg/streamformatter	0.010s	coverage: 66.2% of statements
22:17:06 [2020-12-04T22:17:06.516Z] #34 ...
22:17:06 [2020-12-04T22:17:06.516Z] 
22:17:06 [2020-12-04T22:17:06.516Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:17:06 [2020-12-04T22:17:06.516Z] #47 DONE 74.2s
22:17:06 [2020-12-04T22:17:06.516Z] 
22:17:06 [2020-12-04T22:17:06.516Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:17:06 [2020-12-04T22:17:06.516Z] #43 6.475   PBCC     images/timens.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 6.529   DEP      images/timens.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 6.583   PBCC     images/fown.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 6.647   PBCC     images/google/protobuf/descriptor.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 6.733   PBCC     images/opts.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 6.856   PBCC     images/memfd.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 6.921   DEP      images/fown.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 6.962   DEP      images/google/protobuf/descriptor.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.024   DEP      images/opts.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.062   DEP      images/memfd.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.119   PBCC     images/sit.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.181   DEP      images/sit.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.262   PBCC     images/macvlan.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.272   DEP      images/macvlan.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.302   PBCC     images/autofs.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.363   DEP      images/autofs.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.435   PBCC     images/sysctl.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.450   DEP      images/sysctl.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.511   PBCC     images/time.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.525   DEP      images/time.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.606   PBCC     images/binfmt-misc.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.620   DEP      images/binfmt-misc.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.687   PBCC     images/seccomp.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.702   DEP      images/seccomp.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.787   PBCC     images/userns.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.813   DEP      images/userns.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.836   PBCC     images/cgroup.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.875   DEP      images/cgroup.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.948   PBCC     images/ext-file.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 7.990   DEP      images/ext-file.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 8.072   PBCC     images/rpc.pb-c.c
22:17:06 [2020-12-04T22:17:06.516Z] #43 8.130   DEP      images/rpc.pb-c.d
22:17:06 [2020-12-04T22:17:06.516Z] #43 8.186   PBCC     images/siginfo.pb-c.c
22:17:06 [2020-12-04T22:17:06.517Z] #43 8.234   DEP      images/siginfo.pb-c.d
22:17:06 [2020-12-04T22:17:06.517Z] #43 8.269   PBCC     images/pagemap.pb-c.c
22:17:06 [2020-12-04T22:17:06.517Z] #43 8.319   DEP      images/pagemap.pb-c.d
22:17:06 [2020-12-04T22:17:06.517Z] #43 8.442   PBCC     images/rlimit.pb-c.c
22:17:06 [2020-12-04T22:17:06.517Z] #43 8.458   DEP      images/rlimit.pb-c.d
22:17:06 [2020-12-04T22:17:06.517Z] #43 8.532   PBCC     images/file-lock.pb-c.c
22:17:06 [2020-12-04T22:17:06.517Z] #43 8.678   DEP      images/file-lock.pb-c.d
22:17:06 [2020-12-04T22:17:06.517Z] #43 8.724   PBCC     images/tty.pb-c.c
22:17:06 [2020-12-04T22:17:06.668Z] #32 18.96 unicode/utf8
22:17:06 [2020-12-04T22:17:06.813Z] #43 8.867   DEP      images/tty.pb-c.d
22:17:06 [2020-12-04T22:17:06.813Z] #43 8.952   PBCC     images/tun.pb-c.c
22:17:06 [2020-12-04T22:17:06.917Z] #47 28.04 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:17:07 [2020-12-04T22:17:07.086Z] #54 141.2 + binaries
22:17:07 [2020-12-04T22:17:07.086Z] #54 141.2 + install -D bin/containerd /build/containerd
22:17:07 [2020-12-04T22:17:07.086Z] #54 141.3 + install -D bin/containerd-shim /build/containerd-shim
22:17:07 [2020-12-04T22:17:07.106Z] #43 9.024   PBCC     images/netdev.pb-c.c
22:17:07 [2020-12-04T22:17:07.106Z] #43 9.117   DEP      images/tun.pb-c.d
22:17:07 [2020-12-04T22:17:07.106Z] #43 9.200   DEP      images/netdev.pb-c.d
22:17:07 [2020-12-04T22:17:07.106Z] #43 9.280   PBCC     images/vma.pb-c.c
22:17:07 [2020-12-04T22:17:07.240Z] #32 19.65 internal/testlog
22:17:07 [2020-12-04T22:17:07.376Z] #54 141.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
22:17:07 [2020-12-04T22:17:07.376Z] #54 141.3 + install -D bin/ctr /build/ctr
22:17:07 [2020-12-04T22:17:07.401Z] #43 9.478   DEP      images/vma.pb-c.d
22:17:07 [2020-12-04T22:17:07.401Z] #43 9.556   PBCC     images/creds.pb-c.c
22:17:07 [2020-12-04T22:17:07.433Z] ok  	github.com/docker/docker/pkg/sysinfo	0.016s	coverage: 54.2% of statements
22:17:07 [2020-12-04T22:17:07.433Z] ok  	github.com/docker/docker/pkg/system	0.044s	coverage: 36.9% of statements
22:17:07 [2020-12-04T22:17:07.666Z] #54 DONE 141.9s
22:17:07 [2020-12-04T22:17:07.696Z] #43 9.568   DEP      images/creds.pb-c.d
22:17:07 [2020-12-04T22:17:07.696Z] #43 9.626   PBCC     images/utsns.pb-c.c
22:17:07 [2020-12-04T22:17:07.696Z] #43 9.652   DEP      images/utsns.pb-c.d
22:17:07 [2020-12-04T22:17:07.696Z] #43 9.808   PBCC     images/ipc-desc.pb-c.c
22:17:07 [2020-12-04T22:17:07.991Z] #43 9.870   PBCC     images/ipc-sem.pb-c.c
22:17:07 [2020-12-04T22:17:07.991Z] #43 9.982   DEP      images/ipc-desc.pb-c.d
22:17:07 [2020-12-04T22:17:07.991Z] #43 10.03   DEP      images/ipc-sem.pb-c.d
22:17:07 [2020-12-04T22:17:07.991Z] #43 10.08   PBCC     images/ipc-msg.pb-c.c
22:17:07 [2020-12-04T22:17:07.991Z] #43 10.10   DEP      images/ipc-msg.pb-c.d
22:17:07 [2020-12-04T22:17:07.991Z] #43 10.13   PBCC     images/ipc-shm.pb-c.c
22:17:07 [2020-12-04T22:17:07.991Z] #43 10.16   DEP      images/ipc-shm.pb-c.d
22:17:07 [2020-12-04T22:17:07.991Z] #43 10.20   PBCC     images/ipc-var.pb-c.c
22:17:08 [2020-12-04T22:17:08.010Z] ok  	github.com/docker/docker/pkg/tailfile	0.104s	coverage: 88.6% of statements
22:17:08 [2020-12-04T22:17:08.199Z] #32 ...
22:17:08 [2020-12-04T22:17:08.199Z] 
22:17:08 [2020-12-04T22:17:08.199Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:08 [2020-12-04T22:17:08.199Z] #47 20.40 go: downloading github.com/spf13/pflag v1.0.5
22:17:08 [2020-12-04T22:17:08.199Z] #47 20.46 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:17:08 [2020-12-04T22:17:08.272Z] ok  	github.com/docker/docker/pkg/signal	2.837s	coverage: 61.0% of statements
22:17:08 [2020-12-04T22:17:08.288Z] #43 10.23   DEP      images/ipc-var.pb-c.d
22:17:08 [2020-12-04T22:17:08.289Z] #43 10.28   PBCC     images/sk-opts.pb-c.c
22:17:08 [2020-12-04T22:17:08.289Z] #43 10.31   PBCC     images/packet-sock.pb-c.c
22:17:08 [2020-12-04T22:17:08.289Z] #43 10.37   DEP      images/sk-opts.pb-c.d
22:17:08 [2020-12-04T22:17:08.289Z] #43 10.39   DEP      images/packet-sock.pb-c.d
22:17:08 [2020-12-04T22:17:08.289Z] #43 10.42   PBCC     images/sk-netlink.pb-c.c
22:17:08 [2020-12-04T22:17:08.462Z] #47 20.85 go: downloading github.com/fatih/color v1.7.0
22:17:08 [2020-12-04T22:17:08.462Z] #47 20.86 go: downloading github.com/spf13/viper v1.6.1
22:17:08 [2020-12-04T22:17:08.462Z] #47 20.86 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:17:08 [2020-12-04T22:17:08.462Z] #47 20.88 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:17:08 [2020-12-04T22:17:08.462Z] #47 20.88 go: downloading github.com/pkg/errors v0.8.1
22:17:08 [2020-12-04T22:17:08.462Z] #47 20.88 go: downloading github.com/spf13/cobra v0.0.5
22:17:08 [2020-12-04T22:17:08.462Z] #47 ...
22:17:08 [2020-12-04T22:17:08.462Z] 
22:17:08 [2020-12-04T22:17:08.462Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:17:08 [2020-12-04T22:17:08.462Z] #53 10.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
22:17:08 [2020-12-04T22:17:08.462Z] #53 14.78 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:17:08 [2020-12-04T22:17:08.462Z] #53 18.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:17:08 [2020-12-04T22:17:08.535Z] ok  	github.com/docker/docker/pkg/tarsum	0.122s	coverage: 89.3% of statements
22:17:08 [2020-12-04T22:17:08.535Z] testing: warning: no tests to run
22:17:08 [2020-12-04T22:17:08.535Z] coverage: [no statements]
22:17:08 [2020-12-04T22:17:08.535Z] ok  	github.com/docker/docker/pkg/term/windows	0.016s	coverage: [no statements] [no tests to run]
22:17:08 [2020-12-04T22:17:08.586Z] #43 10.44   DEP      images/sk-netlink.pb-c.d
22:17:08 [2020-12-04T22:17:08.586Z] #43 10.46   PBCC     images/sk-inet.pb-c.c
22:17:08 [2020-12-04T22:17:08.586Z] #43 10.49   DEP      images/sk-inet.pb-c.d
22:17:08 [2020-12-04T22:17:08.586Z] #43 10.54   PBCC     images/sk-unix.pb-c.c
22:17:08 [2020-12-04T22:17:08.586Z] #43 10.60   DEP      images/sk-unix.pb-c.d
22:17:08 [2020-12-04T22:17:08.586Z] #43 10.64   PBCC     images/mm.pb-c.c
22:17:08 [2020-12-04T22:17:08.586Z] #43 10.68   DEP      images/mm.pb-c.d
22:17:08 [2020-12-04T22:17:08.586Z] #43 10.72   PBCC     images/timerfd.pb-c.c
22:17:08 [2020-12-04T22:17:08.586Z] #43 10.76   DEP      images/timerfd.pb-c.d
22:17:08 [2020-12-04T22:17:08.586Z] #43 10.82   PBCC     images/timer.pb-c.c
22:17:08 [2020-12-04T22:17:08.696Z] 
22:17:08 [2020-12-04T22:17:08.696Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
22:17:08 [2020-12-04T22:17:08.696Z] #55 DONE 0.3s
22:17:08 [2020-12-04T22:17:08.696Z] 
22:17:08 [2020-12-04T22:17:08.696Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
22:17:08 [2020-12-04T22:17:08.725Z] #53 ...
22:17:08 [2020-12-04T22:17:08.725Z] 
22:17:08 [2020-12-04T22:17:08.725Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:08 [2020-12-04T22:17:08.725Z] #47 21.11 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:17:08 [2020-12-04T22:17:08.725Z] #47 21.12 go: extracting github.com/spf13/pflag v1.0.5
22:17:08 [2020-12-04T22:17:08.798Z] ok  	github.com/docker/docker/pkg/truncindex	0.109s	coverage: 91.5% of statements
22:17:08 [2020-12-04T22:17:08.883Z] #43 10.87   DEP      images/timer.pb-c.d
22:17:08 [2020-12-04T22:17:08.883Z] #43 10.92   PBCC     images/sa.pb-c.c
22:17:08 [2020-12-04T22:17:08.883Z] #43 10.96   DEP      images/sa.pb-c.d
22:17:08 [2020-12-04T22:17:08.883Z] #43 11.01   PBCC     images/pipe-data.pb-c.c
22:17:08 [2020-12-04T22:17:08.883Z] #43 11.03   DEP      images/pipe-data.pb-c.d
22:17:08 [2020-12-04T22:17:08.883Z] #43 11.09   PBCC     images/mnt.pb-c.c
22:17:08 [2020-12-04T22:17:08.986Z] #59 DONE 0.2s
22:17:08 [2020-12-04T22:17:08.986Z] 
22:17:08 [2020-12-04T22:17:08.986Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
22:17:08 [2020-12-04T22:17:08.986Z] #61 DONE 0.2s
22:17:08 [2020-12-04T22:17:08.986Z] 
22:17:08 [2020-12-04T22:17:08.986Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
22:17:08 [2020-12-04T22:17:08.986Z] #47 21.37 go: extracting github.com/fatih/color v1.7.0
22:17:08 [2020-12-04T22:17:08.986Z] #47 21.38 go: downloading github.com/mattn/go-isatty v0.0.8
22:17:08 [2020-12-04T22:17:08.987Z] #47 21.42 go: extracting github.com/spf13/cobra v0.0.5
22:17:09 [2020-12-04T22:17:09.061Z] ok  	github.com/docker/docker/pkg/urlutil	0.011s	coverage: 100.0% of statements
22:17:09 [2020-12-04T22:17:09.061Z] ok  	github.com/docker/docker/pkg/useragent	0.014s	coverage: 88.9% of statements
22:17:09 [2020-12-04T22:17:09.183Z] #43 11.16   DEP      images/mnt.pb-c.d
22:17:09 [2020-12-04T22:17:09.183Z] #43 11.24   PBCC     images/sk-packet.pb-c.c
22:17:09 [2020-12-04T22:17:09.183Z] #43 11.26   DEP      images/sk-packet.pb-c.d
22:17:09 [2020-12-04T22:17:09.183Z] #43 11.30   PBCC     images/tcp-stream.pb-c.c
22:17:09 [2020-12-04T22:17:09.183Z] #43 11.35   DEP      images/tcp-stream.pb-c.d
22:17:09 [2020-12-04T22:17:09.253Z] #47 ...
22:17:09 [2020-12-04T22:17:09.253Z] 
22:17:09 [2020-12-04T22:17:09.253Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:09 [2020-12-04T22:17:09.253Z] #43 11.69 internal/race
22:17:09 [2020-12-04T22:17:09.253Z] #43 11.88 sync/atomic
22:17:09 [2020-12-04T22:17:09.253Z] #43 12.51 runtime
22:17:09 [2020-12-04T22:17:09.253Z] #43 12.57 unicode
22:17:09 [2020-12-04T22:17:09.253Z] #43 17.85 unicode/utf8
22:17:09 [2020-12-04T22:17:09.253Z] #43 19.14 internal/testlog
22:17:09 [2020-12-04T22:17:09.253Z] #43 19.91 encoding
22:17:09 [2020-12-04T22:17:09.253Z] #43 20.45 unicode/utf16
22:17:09 [2020-12-04T22:17:09.253Z] #43 20.91 container/list
22:17:09 [2020-12-04T22:17:09.279Z] #63 DONE 0.1s
22:17:09 [2020-12-04T22:17:09.279Z] 
22:17:09 [2020-12-04T22:17:09.279Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
22:17:09 [2020-12-04T22:17:09.279Z] #64 DONE 0.0s
22:17:09 [2020-12-04T22:17:09.279Z] 
22:17:09 [2020-12-04T22:17:09.279Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
22:17:09 [2020-12-04T22:17:09.459Z] #47 ...
22:17:09 [2020-12-04T22:17:09.459Z] 
22:17:09 [2020-12-04T22:17:09.459Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:09 [2020-12-04T22:17:09.459Z] #49 19.93 + cd /tmp/tmp.GmckjSl6xE/src/github.com/mvdan/sh
22:17:09 [2020-12-04T22:17:09.459Z] #49 19.95 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
22:17:09 [2020-12-04T22:17:09.459Z] #49 20.35 + GO111MODULE=on
22:17:09 [2020-12-04T22:17:09.459Z] #49 20.35 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
22:17:09 [2020-12-04T22:17:09.459Z] #49 22.59 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:17:09 [2020-12-04T22:17:09.459Z] #49 22.59 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:17:09 [2020-12-04T22:17:09.459Z] #49 23.10 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:17:09 [2020-12-04T22:17:09.459Z] #49 23.10 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:17:09 [2020-12-04T22:17:09.459Z] #49 23.35 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:17:09 [2020-12-04T22:17:09.459Z] #49 24.70 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:17:09 [2020-12-04T22:17:09.459Z] #49 25.95 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:17:09 [2020-12-04T22:17:09.459Z] #49 28.14 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:17:09 [2020-12-04T22:17:09.459Z] #49 29.90 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:17:09 [2020-12-04T22:17:09.459Z] #49 30.13 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:17:09 [2020-12-04T22:17:09.459Z] #49 ...
22:17:09 [2020-12-04T22:17:09.459Z] 
22:17:09 [2020-12-04T22:17:09.459Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:17:09 [2020-12-04T22:17:09.459Z] #45 26.07 go: finding github.com/fatih/color v1.9.0
22:17:09 [2020-12-04T22:17:09.459Z] #45 26.09 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:17:09 [2020-12-04T22:17:09.459Z] #45 26.12 go: finding github.com/pkg/errors v0.9.1
22:17:09 [2020-12-04T22:17:09.459Z] #45 26.32 go: finding github.com/spf13/pflag v1.0.3
22:17:09 [2020-12-04T22:17:09.459Z] #45 26.42 go: finding github.com/mattn/go-colorable v0.1.6
22:17:09 [2020-12-04T22:17:09.459Z] #45 26.63 go: finding github.com/mattn/go-isatty v0.0.12
22:17:09 [2020-12-04T22:17:09.459Z] #45 27.06 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:17:09 [2020-12-04T22:17:09.459Z] #45 27.45 go: finding github.com/jonboulle/clockwork v0.1.0
22:17:09 [2020-12-04T22:17:09.459Z] #45 27.50 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:17:09 [2020-12-04T22:17:09.459Z] #45 27.55 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:17:09 [2020-12-04T22:17:09.459Z] #45 27.56 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:17:09 [2020-12-04T22:17:09.479Z] #43 11.39   PBCC     images/pipe.pb-c.c
22:17:09 [2020-12-04T22:17:09.479Z] #43 11.45   DEP      images/pipe.pb-c.d
22:17:09 [2020-12-04T22:17:09.479Z] #43 11.49   PBCC     images/pstree.pb-c.c
22:17:09 [2020-12-04T22:17:09.479Z] #43 11.52   DEP      images/pstree.pb-c.d
22:17:09 [2020-12-04T22:17:09.479Z] #43 11.57   PBCC     images/fs.pb-c.c
22:17:09 [2020-12-04T22:17:09.479Z] #43 11.60   DEP      images/fs.pb-c.d
22:17:09 [2020-12-04T22:17:09.515Z] #43 ...
22:17:09 [2020-12-04T22:17:09.515Z] 
22:17:09 [2020-12-04T22:17:09.515Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:09 [2020-12-04T22:17:09.515Z] #47 21.85 go: extracting github.com/spf13/viper v1.6.1
22:17:09 [2020-12-04T22:17:09.515Z] #47 21.94 go: extracting github.com/pkg/errors v0.8.1
22:17:09 [2020-12-04T22:17:09.515Z] #47 22.03 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:17:09 [2020-12-04T22:17:09.777Z] #43 11.65   PBCC     images/signalfd.pb-c.c
22:17:09 [2020-12-04T22:17:09.777Z] #43 11.74   DEP      images/signalfd.pb-c.d
22:17:09 [2020-12-04T22:17:09.777Z] #43 11.79   PBCC     images/fh.pb-c.c
22:17:09 [2020-12-04T22:17:09.777Z] #43 11.84   PBCC     images/fsnotify.pb-c.c
22:17:09 [2020-12-04T22:17:09.777Z] #43 ...
22:17:09 [2020-12-04T22:17:09.777Z] 
22:17:09 [2020-12-04T22:17:09.777Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:09 [2020-12-04T22:17:09.777Z] #34 77.56 internal/poll
22:17:09 [2020-12-04T22:17:09.778Z] #47 22.11 go: downloading github.com/stretchr/testify v1.4.0
22:17:09 [2020-12-04T22:17:09.911Z] #65 DONE 0.6s
22:17:10 [2020-12-04T22:17:10.039Z] #47 22.40 go: downloading github.com/hashicorp/hcl v1.0.0
22:17:10 [2020-12-04T22:17:10.039Z] #47 22.43 go: extracting github.com/mattn/go-isatty v0.0.8
22:17:10 [2020-12-04T22:17:10.039Z] #47 22.48 go: downloading github.com/pelletier/go-toml v1.2.0
22:17:10 [2020-12-04T22:17:10.201Z] 
22:17:10 [2020-12-04T22:17:10.201Z] #66 exporting to image
22:17:10 [2020-12-04T22:17:10.201Z] #66 exporting layers
22:17:10 [2020-12-04T22:17:10.409Z] #45 ...
22:17:10 [2020-12-04T22:17:10.409Z] 
22:17:10 [2020-12-04T22:17:10.409Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:10 [2020-12-04T22:17:10.409Z] #47 31.26 go: downloading github.com/hashicorp/hcl v1.0.0
22:17:10 [2020-12-04T22:17:10.409Z] #47 31.26 go: downloading github.com/subosito/gotenv v1.2.0
22:17:10 [2020-12-04T22:17:10.409Z] #47 31.26 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:17:10 [2020-12-04T22:17:10.409Z] #47 31.27 go: downloading github.com/magiconair/properties v1.8.1
22:17:10 [2020-12-04T22:17:10.409Z] #47 31.29 go: downloading github.com/pelletier/go-toml v1.2.0
22:17:10 [2020-12-04T22:17:10.409Z] #47 31.30 go: downloading github.com/ultraware/whitespace v0.0.4
22:17:10 [2020-12-04T22:17:10.409Z] #47 31.32 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:17:10 [2020-12-04T22:17:10.409Z] #47 31.33 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:17:10 [2020-12-04T22:17:10.409Z] #47 31.34 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:17:10 [2020-12-04T22:17:10.409Z] #47 31.35 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:17:10 [2020-12-04T22:17:10.454Z] ok  	github.com/docker/docker/plugin/v2	0.014s	coverage: 14.5% of statements
22:17:10 [2020-12-04T22:17:10.454Z] ok  	github.com/docker/docker/profiles/seccomp	0.023s	coverage: 85.4% of statements
22:17:10 [2020-12-04T22:17:10.646Z] #47 22.81 go: downloading github.com/inconshreveable/mousetrap v1.0.0
22:17:10 [2020-12-04T22:17:10.646Z] #47 22.89 go: extracting github.com/pelletier/go-toml v1.2.0
22:17:10 [2020-12-04T22:17:10.646Z] #47 22.99 go: extracting github.com/stretchr/testify v1.4.0
22:17:10 [2020-12-04T22:17:10.646Z] #47 ...
22:17:10 [2020-12-04T22:17:10.646Z] 
22:17:10 [2020-12-04T22:17:10.646Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:10 [2020-12-04T22:17:10.646Z] #34 13.00 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:17:10 [2020-12-04T22:17:10.646Z] #34 16.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:17:10 [2020-12-04T22:17:10.671Z] #47 31.72 go: extracting github.com/magiconair/properties v1.8.1
22:17:10 [2020-12-04T22:17:10.911Z] #34 ...
22:17:10 [2020-12-04T22:17:10.911Z] 
22:17:10 [2020-12-04T22:17:10.911Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:10 [2020-12-04T22:17:10.911Z] #11 13.09 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:17:10 [2020-12-04T22:17:10.911Z] #11 16.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:17:10 [2020-12-04T22:17:10.911Z] #11 ...
22:17:10 [2020-12-04T22:17:10.911Z] 
22:17:10 [2020-12-04T22:17:10.911Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:10 [2020-12-04T22:17:10.911Z] #47 23.35 go: extracting github.com/inconshreveable/mousetrap v1.0.0
22:17:10 [2020-12-04T22:17:10.911Z] #47 23.37 go: downloading github.com/spf13/jwalterweatherman v1.0.0
22:17:10 [2020-12-04T22:17:10.911Z] #47 23.43 go: downloading github.com/magiconair/properties v1.8.1
22:17:10 [2020-12-04T22:17:10.936Z] #47 32.01 go: extracting github.com/ultraware/whitespace v0.0.4
22:17:11 [2020-12-04T22:17:11.172Z] #47 23.43 go: extracting github.com/hashicorp/hcl v1.0.0
22:17:11 [2020-12-04T22:17:11.173Z] #47 23.44 go: downloading gopkg.in/ini.v1 v1.51.0
22:17:11 [2020-12-04T22:17:11.196Z] #47 32.04 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:17:11 [2020-12-04T22:17:11.196Z] #47 32.04 go: downloading github.com/kisielk/gotool v1.0.0
22:17:11 [2020-12-04T22:17:11.196Z] #47 32.07 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:17:11 [2020-12-04T22:17:11.196Z] #47 32.13 go: extracting github.com/mitchellh/go-homedir v1.1.0
22:17:11 [2020-12-04T22:17:11.196Z] #47 32.26 go: extracting github.com/pelletier/go-toml v1.2.0
22:17:11 [2020-12-04T22:17:11.338Z] Running on azwin-2-d78ae0 in d:\jenkins\workspace\moby_PR-41622
[Pipeline] {
[Pipeline] ws
22:17:11 [2020-12-04T22:17:11.353Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
22:17:11 [2020-12-04T22:17:11.402Z] ok  	github.com/docker/docker/reference	0.017s	coverage: 84.4% of statements
22:17:11 [2020-12-04T22:17:11.436Z] #47 23.87 go: extracting github.com/spf13/jwalterweatherman v1.0.0
22:17:11 [2020-12-04T22:17:11.456Z] #47 32.27 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:17:11 [2020-12-04T22:17:11.456Z] #47 32.34 go: extracting github.com/subosito/gotenv v1.2.0
22:17:11 [2020-12-04T22:17:11.456Z] #47 32.34 go: downloading github.com/sourcegraph/go-diff v0.5.1
22:17:11 [2020-12-04T22:17:11.456Z] #47 32.39 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:17:11 [2020-12-04T22:17:11.456Z] #47 32.40 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
22:17:11 [2020-12-04T22:17:11.456Z] #47 32.40 go: downloading github.com/mitchellh/mapstructure v1.1.2
22:17:11 [2020-12-04T22:17:11.456Z] #47 32.43 go: extracting github.com/hashicorp/hcl v1.0.0
22:17:11 [2020-12-04T22:17:11.666Z] ok  	github.com/docker/docker/plugin	0.578s	coverage: 23.2% of statements
22:17:11 [2020-12-04T22:17:11.698Z] #47 23.96 go: extracting gopkg.in/ini.v1 v1.51.0
22:17:11 [2020-12-04T22:17:11.698Z] #47 24.15 go: downloading gopkg.in/yaml.v2 v2.2.7
22:17:11 [2020-12-04T22:17:11.715Z] #47 32.61 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:17:11 [2020-12-04T22:17:11.715Z] #47 32.68 go: extracting github.com/kisielk/gotool v1.0.0
22:17:11 [2020-12-04T22:17:11.715Z] #47 32.72 go: downloading github.com/mattn/go-isatty v0.0.8
22:17:11 [2020-12-04T22:17:11.959Z] #47 24.29 go: downloading github.com/spf13/cast v1.3.0
22:17:11 [2020-12-04T22:17:11.975Z] #47 32.87 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
22:17:12 [2020-12-04T22:17:12.221Z] #47 24.51 go: extracting github.com/magiconair/properties v1.8.1
22:17:12 [2020-12-04T22:17:12.221Z] #47 24.57 go: downloading github.com/sirupsen/logrus v1.4.2
22:17:12 [2020-12-04T22:17:12.221Z] #47 24.61 go: downloading github.com/subosito/gotenv v1.2.0
22:17:12 [2020-12-04T22:17:12.221Z] #47 24.66 go: extracting gopkg.in/yaml.v2 v2.2.7
22:17:12 [2020-12-04T22:17:12.234Z] #47 33.10 go: extracting github.com/sourcegraph/go-diff v0.5.1
22:17:12 [2020-12-04T22:17:12.234Z] #47 33.11 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:17:12 [2020-12-04T22:17:12.234Z] #47 33.17 go: extracting github.com/mitchellh/mapstructure v1.1.2
22:17:12 [2020-12-04T22:17:12.234Z] #47 33.28 go: downloading github.com/go-lintpack/lintpack v0.5.2
22:17:12 [2020-12-04T22:17:12.266Z] #66 exporting layers 2.4s done
22:17:12 [2020-12-04T22:17:12.266Z] #66 writing image sha256:54874aca1d873f00cc81c7fd5e52f0cb668855cba1aa5655d096b4ba278d46a6 done
22:17:12 [2020-12-04T22:17:12.266Z] #66 naming to docker.io/library/docker:fdceba93defafa708bcb082cd1f747a5f58010b7 done
22:17:12 [2020-12-04T22:17:12.266Z] #66 DONE 2.4s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
22:17:12 [2020-12-04T22:17:12.483Z] #47 24.79 go: extracting github.com/spf13/cast v1.3.0
22:17:12 [2020-12-04T22:17:12.483Z] #47 24.79 go: downloading github.com/go-lintpack/lintpack v0.5.2
22:17:12 [2020-12-04T22:17:12.483Z] #47 24.83 go: extracting github.com/subosito/gotenv v1.2.0
22:17:12 [2020-12-04T22:17:12.483Z] #47 24.88 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:17:12 [2020-12-04T22:17:12.493Z] #47 33.37 go: downloading github.com/pkg/errors v0.8.1
22:17:12 [2020-12-04T22:17:12.543Z] #34 80.35 os
22:17:12 [2020-12-04T22:17:12.689Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/test/unit
22:17:12 [2020-12-04T22:17:12.744Z] #47 25.12 go: downloading github.com/spf13/afero v1.1.2
22:17:12 [2020-12-04T22:17:12.752Z] #47 33.56 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:17:12 [2020-12-04T22:17:12.753Z] #47 33.67 go: downloading github.com/spf13/afero v1.1.2
22:17:12 [2020-12-04T22:17:12.753Z] #47 33.67 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:17:12 [2020-12-04T22:17:12.753Z] #47 33.67 go: extracting github.com/mattn/go-isatty v0.0.8
22:17:12 [2020-12-04T22:17:12.753Z] #47 33.67 go: downloading gopkg.in/ini.v1 v1.51.0
22:17:12 [2020-12-04T22:17:12.753Z] #47 33.68 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:17:12 [2020-12-04T22:17:12.753Z] #47 33.68 go: extracting github.com/go-lintpack/lintpack v0.5.2
22:17:12 [2020-12-04T22:17:12.753Z] #47 33.73 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:17:13 [2020-12-04T22:17:13.013Z] #47 33.99 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:17:13 [2020-12-04T22:17:13.013Z] #47 33.99 go: downloading github.com/stretchr/testify v1.4.0
22:17:13 [2020-12-04T22:17:13.013Z] #47 34.01 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:17:13 [2020-12-04T22:17:13.013Z] #47 34.03 go: extracting github.com/spf13/afero v1.1.2
22:17:13 [2020-12-04T22:17:13.013Z] #47 34.11 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:17:13 [2020-12-04T22:17:13.050Z] #47 25.55 go: extracting github.com/sirupsen/logrus v1.4.2
22:17:13 [2020-12-04T22:17:13.061Z] ok  	github.com/docker/docker/registry/resumable	0.029s	coverage: 100.0% of statements
22:17:13 [2020-12-04T22:17:13.187Z] #34 80.91 internal/fmtsort
22:17:13 [2020-12-04T22:17:13.272Z] #47 34.12 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:17:13 [2020-12-04T22:17:13.273Z] #47 34.15 go: extracting gopkg.in/ini.v1 v1.51.0
22:17:13 [2020-12-04T22:17:13.273Z] #47 34.16 go: extracting github.com/pkg/errors v0.8.1
22:17:13 [2020-12-04T22:17:13.273Z] #47 34.20 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:17:13 [2020-12-04T22:17:13.273Z] #47 34.22 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:17:13 [2020-12-04T22:17:13.273Z] #47 34.29 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:17:13 [2020-12-04T22:17:13.312Z] #47 25.61 go: downloading github.com/davecgh/go-spew v1.1.1
22:17:13 [2020-12-04T22:17:13.312Z] #47 25.71 go: extracting github.com/spf13/afero v1.1.2
22:17:13 [2020-12-04T22:17:13.312Z] #47 25.77 go: extracting github.com/go-lintpack/lintpack v0.5.2
22:17:13 [2020-12-04T22:17:13.324Z] ok  	github.com/docker/docker/quota	0.610s	coverage: 71.4% of statements
22:17:13 [2020-12-04T22:17:13.532Z] #47 34.52 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
22:17:13 [2020-12-04T22:17:13.573Z] #47 25.90 go: downloading github.com/go-critic/go-critic v0.4.1
22:17:13 [2020-12-04T22:17:13.586Z] ok  	github.com/docker/docker/registry	0.183s	coverage: 57.2% of statements
22:17:13 [2020-12-04T22:17:13.586Z] ok  	github.com/docker/docker/restartmanager	0.009s	coverage: 45.3% of statements
22:17:13 [2020-12-04T22:17:13.793Z] #47 34.71 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:17:13 [2020-12-04T22:17:13.793Z] #47 34.72 go: downloading github.com/inconshreveable/mousetrap v1.0.0
22:17:13 [2020-12-04T22:17:13.793Z] #47 34.72 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:17:13 [2020-12-04T22:17:13.793Z] #47 34.72 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:17:14 [2020-12-04T22:17:14.057Z] #47 34.80 go: downloading github.com/mattn/go-colorable v0.1.4
22:17:14 [2020-12-04T22:17:14.057Z] #47 34.80 go: downloading github.com/spf13/jwalterweatherman v1.0.0
22:17:14 [2020-12-04T22:17:14.057Z] #47 34.80 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:17:14 [2020-12-04T22:17:14.057Z] #47 34.85 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:17:14 [2020-12-04T22:17:14.057Z] #47 34.97 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
22:17:14 [2020-12-04T22:17:14.057Z] #47 34.97 go: downloading golang.org/x/text v0.3.2
22:17:14 [2020-12-04T22:17:14.057Z] #47 34.99 go: extracting github.com/stretchr/testify v1.4.0
22:17:14 [2020-12-04T22:17:14.057Z] #47 35.04 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:17:14 [2020-12-04T22:17:14.057Z] #47 35.07 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:17:14 [2020-12-04T22:17:14.146Z] #47 26.46 go: extracting github.com/davecgh/go-spew v1.1.1
22:17:14 [2020-12-04T22:17:14.332Z] #47 35.08 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
22:17:14 [2020-12-04T22:17:14.332Z] #47 35.22 go: extracting github.com/spf13/jwalterweatherman v1.0.0
22:17:14 [2020-12-04T22:17:14.332Z] #47 35.23 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:17:14 [2020-12-04T22:17:14.332Z] #47 35.23 go: extracting github.com/inconshreveable/mousetrap v1.0.0
22:17:14 [2020-12-04T22:17:14.332Z] #47 35.25 go: extracting github.com/mattn/go-colorable v0.1.4
22:17:14 [2020-12-04T22:17:14.332Z] #47 35.36 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:17:14 [2020-12-04T22:17:14.536Z] ok  	github.com/docker/docker/testutil	0.012s	coverage: 62.5% of statements
22:17:14 [2020-12-04T22:17:14.592Z] #47 35.49 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:17:14 [2020-12-04T22:17:14.592Z] #47 35.51 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:17:14 [2020-12-04T22:17:14.719Z] #34 ...
22:17:14 [2020-12-04T22:17:14.719Z] 
22:17:14 [2020-12-04T22:17:14.719Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:14 [2020-12-04T22:17:14.719Z] #45 72.53 vendor/golang.org/x/crypto/hkdf
22:17:14 [2020-12-04T22:17:14.719Z] #45 73.04 vendor/golang.org/x/text/transform
22:17:14 [2020-12-04T22:17:14.719Z] #45 74.60 time
22:17:14 [2020-12-04T22:17:14.719Z] #45 80.99 regexp
22:17:14 [2020-12-04T22:17:14.719Z] #47 26.99 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:17:14 [2020-12-04T22:17:14.719Z] #47 27.08 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:17:14 [2020-12-04T22:17:14.800Z] ok  	github.com/docker/docker/runconfig	0.028s	coverage: 66.1% of statements
22:17:14 [2020-12-04T22:17:14.851Z] #47 35.69 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
22:17:14 [2020-12-04T22:17:14.851Z] #47 35.84 go: downloading github.com/stretchr/objx v0.2.0
22:17:14 [2020-12-04T22:17:14.851Z] #47 35.88 go: downloading gopkg.in/yaml.v2 v2.2.7
22:17:14 [2020-12-04T22:17:14.980Z] #47 27.39 go: extracting github.com/go-critic/go-critic v0.4.1
22:17:15 [2020-12-04T22:17:15.016Z] #45 ...
22:17:15 [2020-12-04T22:17:15.016Z] 
22:17:15 [2020-12-04T22:17:15.016Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:17:15 [2020-12-04T22:17:15.016Z] #43 11.89   DEP      images/fh.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 11.93   DEP      images/fsnotify.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 11.99   PBCC     images/eventpoll.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.01   DEP      images/eventpoll.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.06   PBCC     images/eventfd.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.09   DEP      images/eventfd.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.13   PBCC     images/remap-file-path.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.15   DEP      images/remap-file-path.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.19   PBCC     images/fifo.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.21   DEP      images/fifo.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.24   PBCC     images/ghost-file.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.28   DEP      images/ghost-file.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.35   PBCC     images/regfile.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.39   DEP      images/regfile.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.44   PBCC     images/ns.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.45   DEP      images/ns.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.50   PBCC     images/fdinfo.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.64   DEP      images/fdinfo.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.67   PBCC     images/core-aarch64.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.71   PBCC     images/core-arm.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.75   PBCC     images/core-ppc64.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.82   PBCC     images/core-s390.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.87   PBCC     images/core-x86.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 12.94   PBCC     images/core.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 13.01   PBCC     images/inventory.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 13.10   DEP      images/core-aarch64.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 13.17   DEP      images/core-arm.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 13.26   DEP      images/core-ppc64.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 13.33   DEP      images/core-s390.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 13.38   DEP      images/core-x86.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 13.47   DEP      images/core.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 13.56   DEP      images/inventory.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 13.67   PBCC     images/cpuinfo.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 13.69   DEP      images/cpuinfo.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 13.75   PBCC     images/stats.pb-c.c
22:17:15 [2020-12-04T22:17:15.016Z] #43 13.77   DEP      images/stats.pb-c.d
22:17:15 [2020-12-04T22:17:15.016Z] #43 15.50 make[1]: Nothing to be done for 'all'.
22:17:15 [2020-12-04T22:17:15.111Z] #47 36.08 go: downloading github.com/go-critic/go-critic v0.4.1
22:17:15 [2020-12-04T22:17:15.111Z] #47 36.18 go: extracting github.com/stretchr/objx v0.2.0
22:17:15 [2020-12-04T22:17:15.242Z] #47 27.56 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:17:15 [2020-12-04T22:17:15.242Z] #47 ...
22:17:15 [2020-12-04T22:17:15.242Z] 
22:17:15 [2020-12-04T22:17:15.242Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:17:15 [2020-12-04T22:17:15.242Z] #45 17.62 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:17:15 [2020-12-04T22:17:15.242Z] #45 21.57 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:17:15 [2020-12-04T22:17:15.242Z] #45 26.40 go: finding github.com/fatih/color v1.9.0
22:17:15 [2020-12-04T22:17:15.242Z] #45 26.43 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:17:15 [2020-12-04T22:17:15.242Z] #45 26.45 go: finding github.com/pkg/errors v0.9.1
22:17:15 [2020-12-04T22:17:15.242Z] #45 26.62 go: finding github.com/spf13/pflag v1.0.3
22:17:15 [2020-12-04T22:17:15.242Z] #45 26.84 go: finding github.com/mattn/go-colorable v0.1.6
22:17:15 [2020-12-04T22:17:15.242Z] #45 26.95 go: finding github.com/mattn/go-isatty v0.0.12
22:17:15 [2020-12-04T22:17:15.242Z] #45 27.19 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:17:15 [2020-12-04T22:17:15.242Z] #45 27.60 go: finding github.com/jonboulle/clockwork v0.1.0
22:17:15 [2020-12-04T22:17:15.242Z] #45 27.62 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:17:15 [2020-12-04T22:17:15.313Z] #43 17.29   CC       images/stats.o
22:17:15 [2020-12-04T22:17:15.313Z] #43 ...
22:17:15 [2020-12-04T22:17:15.313Z] 
22:17:15 [2020-12-04T22:17:15.313Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:15 [2020-12-04T22:17:15.313Z] #34 83.06 path/filepath
22:17:15 [2020-12-04T22:17:15.313Z] #34 83.07 fmt
22:17:15 [2020-12-04T22:17:15.375Z] #47 36.31 go: downloading github.com/davecgh/go-spew v1.1.1
22:17:15 [2020-12-04T22:17:15.375Z] #47 36.33 go: downloading github.com/pmezard/go-difflib v1.0.0
22:17:15 [2020-12-04T22:17:15.412Z] ?   	github.com/docker/docker/api	[no test files]
22:17:15 [2020-12-04T22:17:15.506Z] #45 27.90 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:17:15 [2020-12-04T22:17:15.506Z] #45 ...
22:17:15 [2020-12-04T22:17:15.506Z] 
22:17:15 [2020-12-04T22:17:15.506Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:15 [2020-12-04T22:17:15.506Z] #49 21.64 + cd /tmp/tmp.sJbk6snVg8/src/github.com/mvdan/sh
22:17:15 [2020-12-04T22:17:15.506Z] #49 21.65 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
22:17:15 [2020-12-04T22:17:15.506Z] #49 21.86 + GO111MODULE=on
22:17:15 [2020-12-04T22:17:15.506Z] #49 21.86 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
22:17:15 [2020-12-04T22:17:15.506Z] #49 23.45 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:17:15 [2020-12-04T22:17:15.506Z] #49 23.47 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:17:15 [2020-12-04T22:17:15.506Z] #49 23.52 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:17:15 [2020-12-04T22:17:15.506Z] #49 24.10 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:17:15 [2020-12-04T22:17:15.506Z] #49 24.13 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:17:15 [2020-12-04T22:17:15.506Z] #49 25.43 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:17:15 [2020-12-04T22:17:15.506Z] #49 26.69 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:17:15 [2020-12-04T22:17:15.506Z] #49 ...
22:17:15 [2020-12-04T22:17:15.506Z] 
22:17:15 [2020-12-04T22:17:15.506Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:17:15 [2020-12-04T22:17:15.506Z] #45 27.92 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:17:15 [2020-12-04T22:17:15.636Z] #47 36.43 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:17:15 [2020-12-04T22:17:15.636Z] #47 36.50 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:17:15 [2020-12-04T22:17:15.636Z] #47 36.65 go: downloading github.com/sirupsen/logrus v1.4.2
22:17:15 [2020-12-04T22:17:15.896Z] #47 36.86 go: downloading github.com/go-toolsmith/astfmt v1.0.0
22:17:16 [2020-12-04T22:17:16.157Z] #47 37.11 go: extracting gopkg.in/yaml.v2 v2.2.7
22:17:16 [2020-12-04T22:17:16.724Z] ok  	github.com/docker/docker/volume/drivers	0.026s	coverage: 36.1% of statements
22:17:16 [2020-12-04T22:17:16.728Z] #47 37.42 go: extracting github.com/pmezard/go-difflib v1.0.0
22:17:16 [2020-12-04T22:17:16.728Z] #47 37.48 go: extracting github.com/davecgh/go-spew v1.1.1
22:17:16 [2020-12-04T22:17:16.728Z] #47 ...
22:17:16 [2020-12-04T22:17:16.728Z] 
22:17:16 [2020-12-04T22:17:16.728Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:16 [2020-12-04T22:17:16.728Z] #43 27.48 unicode/utf16
22:17:16 [2020-12-04T22:17:16.728Z] #43 27.50 container/list
22:17:16 [2020-12-04T22:17:16.728Z] #43 28.37 crypto/internal/subtle
22:17:16 [2020-12-04T22:17:16.728Z] #43 28.70 crypto/subtle
22:17:16 [2020-12-04T22:17:16.728Z] #43 28.95 vendor/golang.org/x/crypto/cryptobyte/asn1
22:17:16 [2020-12-04T22:17:16.728Z] #43 29.24 internal/nettrace
22:17:16 [2020-12-04T22:17:16.728Z] #43 29.38 runtime/cgo
22:17:16 [2020-12-04T22:17:16.728Z] #43 ...
22:17:16 [2020-12-04T22:17:16.728Z] 
22:17:16 [2020-12-04T22:17:16.728Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:16 [2020-12-04T22:17:16.728Z] #47 37.61 go: extracting github.com/go-toolsmith/astfmt v1.0.0
22:17:16 [2020-12-04T22:17:16.728Z] #47 37.62 go: extracting github.com/sirupsen/logrus v1.4.2
22:17:16 [2020-12-04T22:17:16.728Z] #47 37.83 go: downloading github.com/BurntSushi/toml v0.3.1
22:17:16 [2020-12-04T22:17:16.987Z] ok  	github.com/docker/docker/volume/mounts	0.048s	coverage: 67.0% of statements
22:17:17 [2020-12-04T22:17:17.297Z] #47 38.14 go: downloading github.com/gogo/protobuf v1.2.1
22:17:17 [2020-12-04T22:17:17.297Z] #47 38.42 go: extracting github.com/go-critic/go-critic v0.4.1
22:17:17 [2020-12-04T22:17:17.425Z] #34 85.13 io/ioutil
22:17:17 [2020-12-04T22:17:17.557Z] #47 38.47 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:17:17 [2020-12-04T22:17:17.557Z] #47 38.54 go: downloading github.com/gobwas/glob v0.2.3
22:17:17 [2020-12-04T22:17:17.933Z] ok  	github.com/docker/docker/volume/local	0.302s	coverage: 76.6% of statements
22:17:18 [2020-12-04T22:17:18.475Z] #34 ...
22:17:18 [2020-12-04T22:17:18.475Z] 
22:17:18 [2020-12-04T22:17:18.475Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:18 [2020-12-04T22:17:18.475Z] #51 76.26 time
22:17:18 [2020-12-04T22:17:18.475Z] #51 79.92 regexp
22:17:18 [2020-12-04T22:17:18.495Z] #47 39.20 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:17:18 [2020-12-04T22:17:18.495Z] #47 39.21 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:17:18 [2020-12-04T22:17:18.495Z] #47 39.48 go: extracting github.com/BurntSushi/toml v0.3.1
22:17:18 [2020-12-04T22:17:18.755Z] #47 39.60 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:17:18 [2020-12-04T22:17:18.772Z] #51 ...
22:17:18 [2020-12-04T22:17:18.772Z] 
22:17:18 [2020-12-04T22:17:18.772Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:18 [2020-12-04T22:17:18.772Z] #45 86.49 context
22:17:18 [2020-12-04T22:17:18.813Z] #45 ...
22:17:18 [2020-12-04T22:17:18.813Z] 
22:17:18 [2020-12-04T22:17:18.813Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:18 [2020-12-04T22:17:18.813Z] #32 20.93 runtime/cgo
22:17:18 [2020-12-04T22:17:18.813Z] #32 ...
22:17:18 [2020-12-04T22:17:18.813Z] 
22:17:18 [2020-12-04T22:17:18.813Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:18 [2020-12-04T22:17:18.877Z] ok  	github.com/docker/docker/volume/service	0.028s	coverage: 73.1% of statements
22:17:19 [2020-12-04T22:17:19.598Z] #62 30.99 Checking out files:  42% (817/1905)   
Checking out files:  43% (820/1905)   
Checking out files:  44% (839/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:  79% (1506/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)   
22:17:19 [2020-12-04T22:17:19.598Z] #62 ...
22:17:19 [2020-12-04T22:17:19.598Z] 
22:17:19 [2020-12-04T22:17:19.598Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:19 [2020-12-04T22:17:19.598Z] #43 22.09 crypto/internal/subtle
22:17:19 [2020-12-04T22:17:19.598Z] #43 22.28 crypto/subtle
22:17:19 [2020-12-04T22:17:19.598Z] #43 22.41 vendor/golang.org/x/crypto/cryptobyte/asn1
22:17:19 [2020-12-04T22:17:19.598Z] #43 22.51 internal/nettrace
22:17:19 [2020-12-04T22:17:19.598Z] #43 22.73 runtime/cgo
22:17:19 [2020-12-04T22:17:19.693Z] #47 40.38 go: extracting github.com/gobwas/glob v0.2.3
22:17:19 [2020-12-04T22:17:19.693Z] #47 40.48 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:17:19 [2020-12-04T22:17:19.693Z] #47 ...
22:17:19 [2020-12-04T22:17:19.693Z] 
22:17:19 [2020-12-04T22:17:19.693Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:19 [2020-12-04T22:17:19.693Z] #49 30.56 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:17:19 [2020-12-04T22:17:19.693Z] #49 30.58 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:17:19 [2020-12-04T22:17:19.693Z] #49 32.04 runtime/cgo
22:17:19 [2020-12-04T22:17:19.693Z] #49 32.17 runtime
22:17:19 [2020-12-04T22:17:19.693Z] #49 ...
22:17:19 [2020-12-04T22:17:19.693Z] 
22:17:19 [2020-12-04T22:17:19.693Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:19 [2020-12-04T22:17:19.693Z] #62 32.52 Checking out files:  48% (925/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:  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:  89% (1700/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.
22:17:19 [2020-12-04T22:17:19.693Z] #62 33.94 + cd /tmp/tmp.AIy6sn8ckj/src/github.com/docker/libnetwork
22:17:19 [2020-12-04T22:17:19.693Z] #62 33.94 + git checkout -q a543cbc4871f904b0efe205708eb45d72e65fd8b
22:17:19 [2020-12-04T22:17:19.693Z] #62 34.65 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
22:17:19 [2020-12-04T22:17:19.823Z] #45 87.68 github.com/LK4D4/vndr/versioned
22:17:19 [2020-12-04T22:17:19.823Z] #45 87.72 internal/lazyregexp
22:17:19 [2020-12-04T22:17:19.861Z] #43 ...
22:17:19 [2020-12-04T22:17:19.861Z] 
22:17:19 [2020-12-04T22:17:19.861Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:17:19 [2020-12-04T22:17:19.861Z] #38 29.45 Checking out files:  61% (1020/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.
22:17:19 [2020-12-04T22:17:19.861Z] #38 30.53 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
22:17:20 [2020-12-04T22:17:20.269Z] #62 ...
22:17:20 [2020-12-04T22:17:20.269Z] 
22:17:20 [2020-12-04T22:17:20.269Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:20 [2020-12-04T22:17:20.269Z] #47 41.17 go: downloading github.com/go-toolsmith/astp v1.0.0
22:17:20 [2020-12-04T22:17:20.269Z] #47 41.23 go: downloading github.com/go-toolsmith/astcopy v1.0.0
22:17:20 [2020-12-04T22:17:20.470Z] #45 88.11 os/exec
22:17:20 [2020-12-04T22:17:20.470Z] #45 88.17 net
22:17:20 [2020-12-04T22:17:20.529Z] #47 41.41 go: downloading github.com/go-toolsmith/astequal v1.0.0
22:17:20 [2020-12-04T22:17:20.529Z] #47 41.43 go: downloading github.com/go-toolsmith/typep v1.0.0
22:17:20 [2020-12-04T22:17:20.788Z] #47 41.81 go: extracting github.com/go-toolsmith/typep v1.0.0
22:17:21 [2020-12-04T22:17:21.048Z] #47 41.83 go: downloading github.com/go-toolsmith/strparse v1.0.0
22:17:21 [2020-12-04T22:17:21.048Z] #47 41.95 go: downloading github.com/go-toolsmith/astcast v1.0.0
22:17:21 [2020-12-04T22:17:21.308Z] #47 42.14 go: extracting github.com/go-toolsmith/strparse v1.0.0
22:17:21 [2020-12-04T22:17:21.308Z] #47 42.18 go: extracting github.com/go-toolsmith/astequal v1.0.0
22:17:21 [2020-12-04T22:17:21.308Z] #47 ...
22:17:21 [2020-12-04T22:17:21.308Z] 
22:17:21 [2020-12-04T22:17:21.308Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:17:21 [2020-12-04T22:17:21.308Z] #38 31.26 Checking out files:  68% (1134/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.
22:17:21 [2020-12-04T22:17:21.308Z] #38 32.23 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
22:17:21 [2020-12-04T22:17:21.308Z] #38 35.56 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
22:17:21 [2020-12-04T22:17:21.308Z] #38 ...
22:17:21 [2020-12-04T22:17:21.308Z] 
22:17:21 [2020-12-04T22:17:21.308Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:21 [2020-12-04T22:17:21.308Z] #11 32.33 Fetched 8407 kB in 25s (340 kB/s)
22:17:21 [2020-12-04T22:17:21.568Z] #11 32.33 Reading package lists...
22:17:21 [2020-12-04T22:17:21.568Z] #11 ...
22:17:21 [2020-12-04T22:17:21.568Z] 
22:17:21 [2020-12-04T22:17:21.568Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:21 [2020-12-04T22:17:21.568Z] #47 42.37 go: extracting github.com/go-toolsmith/astcopy v1.0.0
22:17:21 [2020-12-04T22:17:21.568Z] #47 42.62 go: extracting github.com/go-toolsmith/astp v1.0.0
22:17:21 [2020-12-04T22:17:21.828Z] #47 42.79 go: extracting github.com/go-toolsmith/astcast v1.0.0
22:17:22 [2020-12-04T22:17:22.038Z] #38 34.25 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
22:17:23 [2020-12-04T22:17:23.207Z] #47 ...
22:17:23 [2020-12-04T22:17:23.207Z] 
22:17:23 [2020-12-04T22:17:23.207Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:23 [2020-12-04T22:17:23.207Z] #34 33.88 Fetched 8407 kB in 25s (333 kB/s)
22:17:23 [2020-12-04T22:17:23.207Z] #34 33.88 Reading package lists...
22:17:23 [2020-12-04T22:17:23.207Z] #34 ...
22:17:23 [2020-12-04T22:17:23.207Z] 
22:17:23 [2020-12-04T22:17:23.207Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:23 [2020-12-04T22:17:23.207Z] #11 32.33 Reading package lists...
22:17:23 [2020-12-04T22:17:23.778Z] #11 43.53 Reading package lists...
22:17:23 [2020-12-04T22:17:23.778Z] #11 ...
22:17:23 [2020-12-04T22:17:23.778Z] 
22:17:23 [2020-12-04T22:17:23.778Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:17:23 [2020-12-04T22:17:23.778Z] #53 34.62 Fetched 8407 kB in 26s (321 kB/s)
22:17:23 [2020-12-04T22:17:23.778Z] #53 34.62 Reading package lists...
22:17:23 [2020-12-04T22:17:23.778Z] #53 ...
22:17:23 [2020-12-04T22:17:23.778Z] 
22:17:23 [2020-12-04T22:17:23.778Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:17:23 [2020-12-04T22:17:23.778Z] #40 34.71 Fetched 8407 kB in 26s (321 kB/s)
22:17:23 [2020-12-04T22:17:23.872Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 9.0% of statements
22:17:24 [2020-12-04T22:17:24.037Z] #40 34.71 Reading package lists...
22:17:24 [2020-12-04T22:17:24.038Z] #40 ...
22:17:24 [2020-12-04T22:17:24.038Z] 
22:17:24 [2020-12-04T22:17:24.038Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:24 [2020-12-04T22:17:24.038Z] #47 44.72 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:17:25 [2020-12-04T22:17:25.001Z] #45 ...
22:17:25 [2020-12-04T22:17:25.002Z] 
22:17:25 [2020-12-04T22:17:25.002Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:25 [2020-12-04T22:17:25.002Z] #13 92.01 Selecting previously unselected package g++-mingw-w64-x86-64.
22:17:25 [2020-12-04T22:17:25.002Z] #13 92.01 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
22:17:25 [2020-12-04T22:17:25.002Z] #13 92.03 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:17:25 [2020-12-04T22:17:25.645Z] #13 ...
22:17:25 [2020-12-04T22:17:25.646Z] 
22:17:25 [2020-12-04T22:17:25.646Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:17:25 [2020-12-04T22:17:25.646Z] #56 45.87 Checking out files:  64% (2333/3632)   
Checking out files:  65% (2361/3632)   
Checking out files:  66% (2398/3632)   
Checking out files:  67% (2434/3632)   
Checking out files:  68% (2470/3632)   
Checking out files:  69% (2507/3632)   
Checking out files:  70% (2543/3632)   
Checking out files:  71% (2579/3632)   
Checking out files:  72% (2616/3632)   
Checking out files:  73% (2652/3632)   
Checking out files:  74% (2688/3632)   
Checking out files:  75% (2724/3632)   
Checking out files:  76% (2761/3632)   
Checking out files:  77% (2797/3632)   
Checking out files:  78% (2833/3632)   
Checking out files:  79% (2870/3632)   
Checking out files:  80% (2906/3632)   
Checking out files:  81% (2942/3632)   
Checking out files:  82% (2979/3632)   
Checking out files:  83% (3015/3632)   
Checking out files:  84% (3051/3632)   
Checking out files:  85% (3088/3632)   
Checking out files:  86% (3124/3632)   
Checking out files:  87% (3160/3632)   
Checking out files:  88% (3197/3632)   
Checking out files:  89% (3233/3632)   
Checking out files:  90% (3269/3632)   
Checking out files:  91% (3306/3632)   
Checking out files:  92% (3342/3632)   
Checking out files:  93% (3378/3632)   
Checking out files:  94% (3415/3632)   
Checking out files:  95% (3451/3632)   
Checking out files:  96% (3487/3632)   
Checking out files:  97% (3524/3632)   
Checking out files:  98% (3560/3632)   
Checking out files:  99% (3596/3632)   
Checking out files: 100% (3632/3632)   
Checking out files: 100% (3632/3632), done.
22:17:25 [2020-12-04T22:17:25.646Z] #56 46.63 + cd /tmp/tmp.tFxtM7HWnM/src/github.com/containerd/containerd
22:17:25 [2020-12-04T22:17:25.646Z] #56 46.64 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
22:17:25 [2020-12-04T22:17:25.646Z] #56 47.61 + export 'BUILDTAGS=netgo osusergo static_build'
22:17:25 [2020-12-04T22:17:25.646Z] #56 47.61 + BUILDTAGS='netgo osusergo static_build'
22:17:25 [2020-12-04T22:17:25.646Z] #56 47.61 + export EXTRA_FLAGS=-buildmode=pie
22:17:25 [2020-12-04T22:17:25.646Z] #56 47.61 + EXTRA_FLAGS=-buildmode=pie
22:17:25 [2020-12-04T22:17:25.646Z] #56 47.61 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
22:17:25 [2020-12-04T22:17:25.646Z] #56 47.61 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
22:17:25 [2020-12-04T22:17:25.646Z] #56 47.61 + '[' '' = dynamic ']'
22:17:25 [2020-12-04T22:17:25.646Z] #56 47.61 + make
22:17:25 [2020-12-04T22:17:25.646Z] #56 48.83 + bin/ctr
22:17:25 [2020-12-04T22:17:25.943Z] #56 ...
22:17:25 [2020-12-04T22:17:25.943Z] 
22:17:25 [2020-12-04T22:17:25.943Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:17:25 [2020-12-04T22:17:25.943Z] #43 17.83   CC       images/core.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 18.72   CC       images/core-x86.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 19.26   CC       images/core-arm.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 19.83   CC       images/core-aarch64.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 20.24   CC       images/core-ppc64.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 21.03   CC       images/core-s390.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 21.91   CC       images/cpuinfo.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 22.44   CC       images/inventory.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 22.76   CC       images/fdinfo.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 23.13   CC       images/fown.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 23.41   CC       images/ns.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 23.66   CC       images/regfile.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 23.98   CC       images/ghost-file.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 24.32   CC       images/fifo.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 24.51   CC       images/remap-file-path.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 24.75   CC       images/eventfd.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 24.99   CC       images/eventpoll.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 25.33   CC       images/fh.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 25.81   CC       images/fsnotify.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 26.51   CC       images/signalfd.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 26.80   CC       images/fs.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 27.02   CC       images/pstree.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 27.26   CC       images/pipe.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 27.51   CC       images/tcp-stream.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 27.70   CC       images/sk-packet.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 27.97   CC       images/mnt.o
22:17:25 [2020-12-04T22:17:25.943Z] #43 ...
22:17:25 [2020-12-04T22:17:25.943Z] 
22:17:25 [2020-12-04T22:17:25.943Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:25 [2020-12-04T22:17:25.943Z] #45 92.74 encoding/binary
22:17:25 [2020-12-04T22:17:25.943Z] #45 92.75 net/url
22:17:25 [2020-12-04T22:17:25.943Z] #45 92.77 go/scanner
22:17:26 [2020-12-04T22:17:26.250Z] #38 ...
22:17:26 [2020-12-04T22:17:26.251Z] 
22:17:26 [2020-12-04T22:17:26.251Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:26 [2020-12-04T22:17:26.251Z] #47 28.06 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:17:26 [2020-12-04T22:17:26.251Z] #47 29.25 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:17:26 [2020-12-04T22:17:26.251Z] #47 30.03 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:17:26 [2020-12-04T22:17:26.251Z] #47 30.70 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:17:26 [2020-12-04T22:17:26.251Z] #47 30.87 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:17:26 [2020-12-04T22:17:26.251Z] #47 31.21 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:17:26 [2020-12-04T22:17:26.251Z] #47 31.37 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:17:26 [2020-12-04T22:17:26.251Z] #47 34.37 go: downloading golang.org/x/text v0.3.2
22:17:26 [2020-12-04T22:17:26.251Z] #47 37.99 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.15 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.21 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
22:17:26 [2020-12-04T22:17:26.251Z] #47 ...
22:17:26 [2020-12-04T22:17:26.251Z] 
22:17:26 [2020-12-04T22:17:26.251Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:26 [2020-12-04T22:17:26.251Z] #62 30.99 Checking out files:  42% (817/1905)   
Checking out files:  43% (820/1905)   
Checking out files:  44% (839/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:  79% (1506/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.
22:17:26 [2020-12-04T22:17:26.251Z] #62 32.58 + cd /tmp/tmp.WYhXzrRR5S/src/github.com/docker/libnetwork
22:17:26 [2020-12-04T22:17:26.251Z] #62 32.58 + git checkout -q a543cbc4871f904b0efe205708eb45d72e65fd8b
22:17:26 [2020-12-04T22:17:26.251Z] #62 33.63 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
22:17:26 [2020-12-04T22:17:26.251Z] #62 ...
22:17:26 [2020-12-04T22:17:26.251Z] 
22:17:26 [2020-12-04T22:17:26.251Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.22 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.22 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.22 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.22 go: downloading github.com/go-toolsmith/astcopy v1.0.0
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.28 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.34 go: downloading github.com/stretchr/objx v0.2.0
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.34 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.36 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.44 go: downloading github.com/go-toolsmith/astfmt v1.0.0
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.44 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.50 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.56 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.56 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.59 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.67 go: extracting github.com/go-toolsmith/astcopy v1.0.0
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.67 go: downloading github.com/ultraware/whitespace v0.0.4
22:17:26 [2020-12-04T22:17:26.251Z] #47 38.78 go: downloading github.com/go-toolsmith/typep v1.0.0
22:17:26 [2020-12-04T22:17:26.515Z] #47 38.79 go: downloading github.com/fsnotify/fsnotify v1.4.7
22:17:26 [2020-12-04T22:17:26.515Z] #47 ...
22:17:26 [2020-12-04T22:17:26.515Z] 
22:17:26 [2020-12-04T22:17:26.515Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:26 [2020-12-04T22:17:26.515Z] #49 28.81 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:17:26 [2020-12-04T22:17:26.515Z] #49 30.91 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:17:26 [2020-12-04T22:17:26.515Z] #49 31.19 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:17:26 [2020-12-04T22:17:26.515Z] #49 31.46 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:17:26 [2020-12-04T22:17:26.515Z] #49 31.57 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:17:26 [2020-12-04T22:17:26.515Z] #49 32.66 runtime/cgo
22:17:26 [2020-12-04T22:17:26.515Z] #49 32.80 runtime
22:17:26 [2020-12-04T22:17:26.515Z] #49 ...
22:17:26 [2020-12-04T22:17:26.515Z] 
22:17:26 [2020-12-04T22:17:26.515Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:26 [2020-12-04T22:17:26.515Z] #47 38.97 go: extracting github.com/stretchr/objx v0.2.0
22:17:26 [2020-12-04T22:17:26.776Z] #47 39.09 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:17:26 [2020-12-04T22:17:26.776Z] #47 39.15 go: extracting github.com/mitchellh/go-homedir v1.1.0
22:17:26 [2020-12-04T22:17:26.776Z] #47 39.20 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:17:26 [2020-12-04T22:17:26.776Z] #47 39.21 go: downloading github.com/go-toolsmith/astcast v1.0.0
22:17:26 [2020-12-04T22:17:26.776Z] #47 39.34 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:17:26 [2020-12-04T22:17:26.994Z] #45 ...
22:17:26 [2020-12-04T22:17:26.995Z] 
22:17:26 [2020-12-04T22:17:26.995Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:26 [2020-12-04T22:17:26.995Z] #34 86.86 log
22:17:26 [2020-12-04T22:17:26.995Z] #34 86.86 github.com/BurntSushi/toml
22:17:26 [2020-12-04T22:17:26.995Z] #34 86.88 flag
22:17:26 [2020-12-04T22:17:26.995Z] #34 91.22 github.com/BurntSushi/toml/cmd/tomlv
22:17:26 [2020-12-04T22:17:26.995Z] #34 DONE 94.8s
22:17:27 [2020-12-04T22:17:27.040Z] #47 39.40 go: extracting github.com/go-toolsmith/astfmt v1.0.0
22:17:27 [2020-12-04T22:17:27.040Z] #47 39.51 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:17:27 [2020-12-04T22:17:27.040Z] #47 39.60 go: extracting github.com/ultraware/whitespace v0.0.4
22:17:27 [2020-12-04T22:17:27.292Z] 
22:17:27 [2020-12-04T22:17:27.292Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:17:27 [2020-12-04T22:17:27.292Z] #43 28.12   CC       images/pipe-data.o
22:17:27 [2020-12-04T22:17:27.292Z] #43 28.33   CC       images/sa.o
22:17:27 [2020-12-04T22:17:27.292Z] #43 28.59   CC       images/timer.o
22:17:27 [2020-12-04T22:17:27.292Z] #43 28.92   CC       images/timerfd.o
22:17:27 [2020-12-04T22:17:27.292Z] #43 29.15   CC       images/mm.o
22:17:27 [2020-12-04T22:17:27.302Z] #47 39.65 go: extracting github.com/go-toolsmith/typep v1.0.0
22:17:27 [2020-12-04T22:17:27.302Z] #47 39.66 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:17:27 [2020-12-04T22:17:27.564Z] #47 39.76 go: extracting github.com/go-toolsmith/astcast v1.0.0
22:17:27 [2020-12-04T22:17:27.590Z] #43 29.60   CC       images/sk-opts.o
22:17:27 [2020-12-04T22:17:27.826Z] #47 40.11 go: extracting github.com/fsnotify/fsnotify v1.4.7
22:17:27 [2020-12-04T22:17:27.826Z] #47 40.12 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
22:17:27 [2020-12-04T22:17:27.826Z] #47 40.12 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:17:27 [2020-12-04T22:17:27.826Z] #47 40.12 go: downloading github.com/mattn/go-colorable v0.1.4
22:17:27 [2020-12-04T22:17:27.826Z] #47 40.12 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:17:27 [2020-12-04T22:17:27.826Z] #47 40.12 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:17:27 [2020-12-04T22:17:27.826Z] #47 40.12 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:17:27 [2020-12-04T22:17:27.826Z] #47 40.18 go: downloading github.com/go-toolsmith/astp v1.0.0
22:17:27 [2020-12-04T22:17:27.826Z] #47 40.18 go: downloading github.com/go-toolsmith/astequal v1.0.0
22:17:27 [2020-12-04T22:17:27.826Z] #47 40.29 go: downloading github.com/sourcegraph/go-diff v0.5.1
22:17:28 [2020-12-04T22:17:28.233Z] #47 48.61 go: extracting github.com/gogo/protobuf v1.2.1
22:17:28 [2020-12-04T22:17:28.236Z] #43 30.09   CC       images/sk-unix.o
22:17:28 [2020-12-04T22:17:28.236Z] #43 30.44   CC       images/sk-inet.o
22:17:28 [2020-12-04T22:17:28.399Z] #47 40.62 go: extracting github.com/mattn/go-colorable v0.1.4
22:17:28 [2020-12-04T22:17:28.399Z] #47 40.68 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:17:28 [2020-12-04T22:17:28.399Z] #47 40.88 go: extracting github.com/go-toolsmith/astp v1.0.0
22:17:28 [2020-12-04T22:17:28.399Z] #47 ...
22:17:28 [2020-12-04T22:17:28.399Z] 
22:17:28 [2020-12-04T22:17:28.399Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:17:28 [2020-12-04T22:17:28.399Z] #40 30.83 Fetched 8407 kB in 25s (336 kB/s)
22:17:28 [2020-12-04T22:17:28.399Z] #40 30.83 Reading package lists...
22:17:28 [2020-12-04T22:17:28.662Z] #40 40.88 Reading package lists...
22:17:28 [2020-12-04T22:17:28.662Z] #40 ...
22:17:28 [2020-12-04T22:17:28.662Z] 
22:17:28 [2020-12-04T22:17:28.662Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:28 [2020-12-04T22:17:28.662Z] #47 40.92 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:17:28 [2020-12-04T22:17:28.662Z] #47 41.16 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:17:28 [2020-12-04T22:17:28.885Z] #43 30.76   CC       images/tun.o
22:17:28 [2020-12-04T22:17:28.924Z] #47 41.25 go: downloading github.com/mitchellh/mapstructure v1.1.2
22:17:28 [2020-12-04T22:17:28.924Z] #47 41.36 go: downloading github.com/go-toolsmith/strparse v1.0.0
22:17:28 [2020-12-04T22:17:28.924Z] #47 41.44 go: downloading github.com/ultraware/funlen v0.0.2
22:17:29 [2020-12-04T22:17:29.181Z] #43 31.10   CC       images/sk-netlink.o
22:17:29 [2020-12-04T22:17:29.181Z] #43 31.30   CC       images/packet-sock.o
22:17:29 [2020-12-04T22:17:29.181Z] #43 ...
22:17:29 [2020-12-04T22:17:29.181Z] 
22:17:29 [2020-12-04T22:17:29.181Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:29 [2020-12-04T22:17:29.181Z] #51 86.97 context
22:17:29 [2020-12-04T22:17:29.181Z] #51 87.05 mvdan.cc/sh/v3/fileutil
22:17:29 [2020-12-04T22:17:29.181Z] #51 89.36 encoding/binary
22:17:29 [2020-12-04T22:17:29.181Z] #51 89.36 github.com/pkg/diff
22:17:29 [2020-12-04T22:17:29.181Z] #51 89.38 go/token
22:17:29 [2020-12-04T22:17:29.181Z] #51 89.43 mvdan.cc/editorconfig
22:17:29 [2020-12-04T22:17:29.181Z] #51 91.67 go/scanner
22:17:29 [2020-12-04T22:17:29.181Z] #51 93.86 mvdan.cc/sh/v3/syntax
22:17:29 [2020-12-04T22:17:29.181Z] #51 94.73 golang.org/x/sys/unix
22:17:29 [2020-12-04T22:17:29.181Z] #51 94.74 encoding/base64
22:17:29 [2020-12-04T22:17:29.181Z] #51 96.77 go/ast
22:17:29 [2020-12-04T22:17:29.181Z] #51 ...
22:17:29 [2020-12-04T22:17:29.181Z] 
22:17:29 [2020-12-04T22:17:29.181Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:29 [2020-12-04T22:17:29.181Z] #45 96.86 text/template/parse
22:17:29 [2020-12-04T22:17:29.181Z] #45 97.11 go/ast
22:17:29 [2020-12-04T22:17:29.186Z] #47 41.46 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:17:29 [2020-12-04T22:17:29.186Z] #47 41.46 go: extracting github.com/go-toolsmith/astequal v1.0.0
22:17:29 [2020-12-04T22:17:29.186Z] #47 41.46 go: extracting github.com/sourcegraph/go-diff v0.5.1
22:17:29 [2020-12-04T22:17:29.448Z] #47 41.97 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:17:29 [2020-12-04T22:17:29.448Z] #47 41.97 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:17:29 [2020-12-04T22:17:29.448Z] #47 42.01 go: extracting github.com/mitchellh/mapstructure v1.1.2
22:17:29 [2020-12-04T22:17:29.710Z] #47 42.02 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:17:29 [2020-12-04T22:17:29.710Z] #47 42.07 go: extracting github.com/go-toolsmith/strparse v1.0.0
22:17:29 [2020-12-04T22:17:29.710Z] #47 42.09 go: extracting github.com/ultraware/funlen v0.0.2
22:17:29 [2020-12-04T22:17:29.710Z] #47 42.09 go: downloading github.com/kisielk/gotool v1.0.0
22:17:30 [2020-12-04T22:17:30.283Z] #47 42.53 go: downloading github.com/pmezard/go-difflib v1.0.0
22:17:30 [2020-12-04T22:17:30.283Z] #47 ...
22:17:30 [2020-12-04T22:17:30.283Z] 
22:17:30 [2020-12-04T22:17:30.283Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:30 [2020-12-04T22:17:30.283Z] #11 32.52 Fetched 8407 kB in 25s (337 kB/s)
22:17:30 [2020-12-04T22:17:30.283Z] #11 32.52 Reading package lists...
22:17:30 [2020-12-04T22:17:30.283Z] #11 ...
22:17:30 [2020-12-04T22:17:30.283Z] 
22:17:30 [2020-12-04T22:17:30.283Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:30 [2020-12-04T22:17:30.283Z] #43 38.87 vendor/golang.org/x/crypto/internal/subtle
22:17:30 [2020-12-04T22:17:30.283Z] #43 39.14 vendor/golang.org/x/crypto/curve25519
22:17:30 [2020-12-04T22:17:30.712Z] #45 98.22 encoding/json
22:17:30 [2020-12-04T22:17:30.774Z] #47 ...
22:17:30 [2020-12-04T22:17:30.774Z] 
22:17:30 [2020-12-04T22:17:30.774Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:17:30 [2020-12-04T22:17:30.774Z] #40 34.71 Reading package lists...
22:17:30 [2020-12-04T22:17:30.856Z] #43 ...
22:17:30 [2020-12-04T22:17:30.856Z] 
22:17:30 [2020-12-04T22:17:30.856Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:30 [2020-12-04T22:17:30.856Z] #34 33.42 Fetched 8407 kB in 26s (328 kB/s)
22:17:31 [2020-12-04T22:17:31.135Z] #34 33.42 Reading package lists...
22:17:31 [2020-12-04T22:17:31.135Z] #34 ...
22:17:31 [2020-12-04T22:17:31.135Z] 
22:17:31 [2020-12-04T22:17:31.135Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:31 [2020-12-04T22:17:31.135Z] #47 43.02 go: extracting github.com/kisielk/gotool v1.0.0
22:17:31 [2020-12-04T22:17:31.135Z] #47 43.06 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
22:17:31 [2020-12-04T22:17:31.135Z] #47 43.06 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:17:31 [2020-12-04T22:17:31.135Z] #47 43.10 go: extracting github.com/pmezard/go-difflib v1.0.0
22:17:31 [2020-12-04T22:17:31.135Z] #47 43.28 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
22:17:31 [2020-12-04T22:17:31.135Z] #47 43.36 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:17:31 [2020-12-04T22:17:31.135Z] #47 43.42 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:17:31 [2020-12-04T22:17:31.135Z] #47 43.42 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:17:31 [2020-12-04T22:17:31.135Z] #47 43.47 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:17:31 [2020-12-04T22:17:31.707Z] #47 ...
22:17:31 [2020-12-04T22:17:31.707Z] 
22:17:31 [2020-12-04T22:17:31.707Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:17:31 [2020-12-04T22:17:31.707Z] #53 33.98 Fetched 8407 kB in 26s (326 kB/s)
22:17:31 [2020-12-04T22:17:31.707Z] #53 33.98 Reading package lists...
22:17:31 [2020-12-04T22:17:31.707Z] #53 ...
22:17:31 [2020-12-04T22:17:31.707Z] 
22:17:31 [2020-12-04T22:17:31.707Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:31 [2020-12-04T22:17:31.707Z] #34 33.42 Reading package lists...
22:17:33 [2020-12-04T22:17:33.413Z] #40 46.08 Reading package lists...
22:17:33 [2020-12-04T22:17:33.414Z] #40 ...
22:17:33 [2020-12-04T22:17:33.414Z] 
22:17:33 [2020-12-04T22:17:33.414Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:33 [2020-12-04T22:17:33.414Z] #47 53.96 go: extracting golang.org/x/text v0.3.2
22:17:33 [2020-12-04T22:17:33.673Z] #47 ...
22:17:33 [2020-12-04T22:17:33.673Z] 
22:17:33 [2020-12-04T22:17:33.673Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:33 [2020-12-04T22:17:33.673Z] #34 44.47 Reading package lists...
22:17:33 [2020-12-04T22:17:33.673Z] #34 ...
22:17:33 [2020-12-04T22:17:33.673Z] 
22:17:33 [2020-12-04T22:17:33.673Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:33 [2020-12-04T22:17:33.673Z] #11 43.53 Reading package lists...
22:17:34 [2020-12-04T22:17:34.242Z] #11 54.34 Building dependency tree...
22:17:34 [2020-12-04T22:17:34.242Z] #11 ...
22:17:34 [2020-12-04T22:17:34.242Z] 
22:17:34 [2020-12-04T22:17:34.242Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:17:34 [2020-12-04T22:17:34.242Z] #53 34.62 Reading package lists...
22:17:34 [2020-12-04T22:17:34.242Z] #53 45.62 Reading package lists...
22:17:34 [2020-12-04T22:17:34.242Z] #53 ...
22:17:34 [2020-12-04T22:17:34.242Z] 
22:17:34 [2020-12-04T22:17:34.242Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:34 [2020-12-04T22:17:34.242Z] #34 44.47 Reading package lists...
22:17:34 [2020-12-04T22:17:34.669Z] using credential docker-jenkins-github-credentials
22:17:34 [2020-12-04T22:17:34.744Z] Cloning the remote Git repository
22:17:34 [2020-12-04T22:17:34.744Z] Cloning with configured refspecs honoured and without tags
22:17:35 [2020-12-04T22:17:35.195Z] #45 ...
22:17:35 [2020-12-04T22:17:35.195Z] 
22:17:35 [2020-12-04T22:17:35.195Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:17:35 [2020-12-04T22:17:35.195Z] #43 31.63   CC       images/ipc-var.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 31.78   CC       images/ipc-desc.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 31.96   CC       images/ipc-shm.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 32.16   CC       images/ipc-msg.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 32.43   CC       images/ipc-sem.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 32.60   CC       images/utsns.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 32.83   CC       images/creds.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 33.07   CC       images/vma.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 33.31   CC       images/netdev.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 33.71   CC       images/tty.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 34.40   CC       images/file-lock.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 34.66   CC       images/rlimit.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 34.90   CC       images/pagemap.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 35.24   CC       images/siginfo.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 35.61   CC       images/rpc.o
22:17:35 [2020-12-04T22:17:35.195Z] #43 37.09   CC       images/ext-file.o
22:17:35 [2020-12-04T22:17:35.490Z] #43 37.38   CC       images/cgroup.o
22:17:36 [2020-12-04T22:17:36.132Z] #43 38.14   CC       images/userns.o
22:17:36 [2020-12-04T22:17:36.428Z] #43 38.41   CC       images/google/protobuf/descriptor.o
22:17:34 [2020-12-04T22:17:34.943Z] Cloning repository https://github.com/moby/moby.git
22:17:35 [2020-12-04T22:17:35.358Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
22:17:36 [2020-12-04T22:17:36.577Z] Fetching upstream changes from https://github.com/moby/moby.git
22:17:36 [2020-12-04T22:17:36.577Z]  > git --version # timeout=10
22:17:36 [2020-12-04T22:17:36.626Z]  > git --version # 'git version 2.24.1.windows.2'
22:17:36 [2020-12-04T22:17:36.627Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:17:36 [2020-12-04T22:17:36.630Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:17:37 [2020-12-04T22:17:37.537Z] #34 55.29 Building dependency tree...
22:17:37 [2020-12-04T22:17:37.582Z] #34 44.66 Reading package lists...
22:17:37 [2020-12-04T22:17:37.582Z] #34 ...
22:17:37 [2020-12-04T22:17:37.582Z] 
22:17:37 [2020-12-04T22:17:37.582Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:37 [2020-12-04T22:17:37.582Z] #47 44.14 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:17:37 [2020-12-04T22:17:37.582Z] #47 44.39 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:17:37 [2020-12-04T22:17:37.582Z] #47 44.39 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:17:37 [2020-12-04T22:17:37.582Z] #47 44.39 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
22:17:37 [2020-12-04T22:17:37.582Z] #47 44.44 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:17:37 [2020-12-04T22:17:37.582Z] #47 44.63 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:17:37 [2020-12-04T22:17:37.582Z] #47 44.65 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:17:37 [2020-12-04T22:17:37.582Z] #47 44.83 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:17:37 [2020-12-04T22:17:37.582Z] #47 44.91 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:17:37 [2020-12-04T22:17:37.582Z] #47 45.21 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:17:37 [2020-12-04T22:17:37.582Z] #47 45.27 go: downloading github.com/gobwas/glob v0.2.3
22:17:37 [2020-12-04T22:17:37.582Z] #47 45.33 go: downloading github.com/gogo/protobuf v1.2.1
22:17:37 [2020-12-04T22:17:37.582Z] #47 45.68 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:17:37 [2020-12-04T22:17:37.582Z] #47 45.88 go: extracting github.com/gobwas/glob v0.2.3
22:17:37 [2020-12-04T22:17:37.582Z] #47 46.01 go: downloading github.com/uudashr/gocognit v1.0.1
22:17:37 [2020-12-04T22:17:37.582Z] #47 46.34 go: extracting github.com/uudashr/gocognit v1.0.1
22:17:37 [2020-12-04T22:17:37.582Z] #47 46.62 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:17:37 [2020-12-04T22:17:37.582Z] #47 46.86 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:17:37 [2020-12-04T22:17:37.582Z] #47 47.24 go: downloading github.com/BurntSushi/toml v0.3.1
22:17:37 [2020-12-04T22:17:37.582Z] #47 48.27 go: extracting github.com/BurntSushi/toml v0.3.1
22:17:38 [2020-12-04T22:17:38.527Z] #43 40.60   CC       images/opts.o
22:17:38 [2020-12-04T22:17:38.824Z] #43 40.83   CC       images/seccomp.o
22:17:38 [2020-12-04T22:17:38.969Z] #47 ...
22:17:38 [2020-12-04T22:17:38.969Z] 
22:17:38 [2020-12-04T22:17:38.969Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:17:38 [2020-12-04T22:17:38.969Z] #40 40.88 Reading package lists...
22:17:39 [2020-12-04T22:17:39.121Z] #43 41.11   CC       images/binfmt-misc.o
22:17:39 [2020-12-04T22:17:39.121Z] #43 ...
22:17:39 [2020-12-04T22:17:39.121Z] 
22:17:39 [2020-12-04T22:17:39.121Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:39 [2020-12-04T22:17:39.121Z] #45 106.8 text/template
22:17:39 [2020-12-04T22:17:39.450Z] #34 ...
22:17:39 [2020-12-04T22:17:39.450Z] 
22:17:39 [2020-12-04T22:17:39.450Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:39 [2020-12-04T22:17:39.450Z] #11 54.34 Building dependency tree...
22:17:39 [2020-12-04T22:17:39.450Z] #11 60.27 The following additional packages will be installed:
22:17:39 [2020-12-04T22:17:39.450Z] #11 60.28   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
22:17:39 [2020-12-04T22:17:39.450Z] #11 60.28   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
22:17:39 [2020-12-04T22:17:39.450Z] #11 60.28   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:17:39 [2020-12-04T22:17:39.450Z] #11 60.30   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
22:17:39 [2020-12-04T22:17:39.450Z] #11 60.31 Suggested packages:
22:17:39 [2020-12-04T22:17:39.450Z] #11 60.31   gcc-8-locales seccomp wine64
22:17:40 [2020-12-04T22:17:40.176Z] #45 ...
22:17:40 [2020-12-04T22:17:40.176Z] 
22:17:40 [2020-12-04T22:17:40.176Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:40 [2020-12-04T22:17:40.176Z] #51 98.00 encoding/json
22:17:40 [2020-12-04T22:17:40.475Z] #51 ...
22:17:40 [2020-12-04T22:17:40.475Z] 
22:17:40 [2020-12-04T22:17:40.475Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.4 Selecting previously unselected package libapparmor1:ppc64el.
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.4 Unpacking libapparmor1:ppc64el (2.13.2-10) ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.5 Selecting previously unselected package libapparmor-dev:ppc64el.
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.5 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.6 Selecting previously unselected package libbtrfs0.
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.6 Unpacking libbtrfs0 (4.20.1-2) ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.7 Selecting previously unselected package libbtrfs-dev.
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.7 Unpacking libbtrfs-dev (4.20.1-2) ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.8 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el.
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 107.9 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 108.0 Selecting previously unselected package libudev-dev:ppc64el.
22:17:40 [2020-12-04T22:17:40.475Z] #13 108.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 108.0 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 108.1 Selecting previously unselected package libsepol1-dev:ppc64el.
22:17:40 [2020-12-04T22:17:40.475Z] #13 108.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ...
22:17:40 [2020-12-04T22:17:40.475Z] #13 108.1 Unpacking libsepol1-dev:ppc64el (2.8-1) ...
22:17:40 [2020-12-04T22:17:40.772Z] #13 108.4 Selecting previously unselected package libpcre16-3:ppc64el.
22:17:40 [2020-12-04T22:17:40.772Z] #13 108.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ...
22:17:40 [2020-12-04T22:17:40.772Z] #13 108.4 Unpacking libpcre16-3:ppc64el (2:8.39-12) ...
22:17:40 [2020-12-04T22:17:40.772Z] #13 108.6 Selecting previously unselected package libpcre32-3:ppc64el.
22:17:40 [2020-12-04T22:17:40.772Z] #13 108.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ...
22:17:40 [2020-12-04T22:17:40.772Z] #13 108.6 Unpacking libpcre32-3:ppc64el (2:8.39-12) ...
22:17:40 [2020-12-04T22:17:40.842Z] ok  	github.com/docker/docker/pkg/plugins	33.641s	coverage: 76.6% of statements
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/pkg/term	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/rootless	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/testutil/request	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/volume	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === Skipped
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
22:17:40 [2020-12-04T22:17:40.842Z]     exec_linux_test.go:18: requires AppArmor to be enabled
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
22:17:40 [2020-12-04T22:17:40.842Z]     exec_linux_test.go:38: requires AppArmor to be enabled
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:46: Driver btrfs not supported
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:46: Driver btrfs not supported
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:46: Driver btrfs not supported
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:46: Driver btrfs not supported
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:46: Driver btrfs not supported
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:73: No driver to put!
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
22:17:40 [2020-12-04T22:17:40.842Z] time="2020-12-04T22:16:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
22:17:40 [2020-12-04T22:17:40.842Z] time="2020-12-04T22:16:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
22:17:40 [2020-12-04T22:17:40.842Z] time="2020-12-04T22:16:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
22:17:40 [2020-12-04T22:17:40.842Z] time="2020-12-04T22:16:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:17:40 [2020-12-04T22:17:40.842Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:17:40 [2020-12-04T22:17:40.842Z] 
22:17:40 [2020-12-04T22:17:40.842Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z] time="2020-12-04T22:16:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:73: No driver to put!
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     overlay_test.go:49: Fails to compute changes intermittently
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     overlay_test.go:65: Cannot run test with naive change algorithm
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:46: Driver zfs not supported
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:46: Driver zfs not supported
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:46: Driver zfs not supported
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:46: Driver zfs not supported
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:46: Driver zfs not supported
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     graphtest_unix.go:73: No driver to put!
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
22:17:40 [2020-12-04T22:17:40.843Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] 
22:17:40 [2020-12-04T22:17:40.843Z] DONE 2191 tests, 26 skipped in 194.577s
Post stage
[Pipeline] junit
22:17:40 [2020-12-04T22:17:40.857Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:17:41 [2020-12-04T22:17:41.070Z] #13 108.8 Selecting previously unselected package libpcrecpp0v5:ppc64el.
22:17:41 [2020-12-04T22:17:41.070Z] #13 108.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ...
22:17:41 [2020-12-04T22:17:41.070Z] #13 108.9 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ...
22:17:41 [2020-12-04T22:17:41.150Z] #40 51.51 Building dependency tree...
22:17:41 [2020-12-04T22:17:41.150Z] #40 ...
22:17:41 [2020-12-04T22:17:41.150Z] 
22:17:41 [2020-12-04T22:17:41.150Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:41 [2020-12-04T22:17:41.150Z] #11 43.14 Reading package lists...
22:17:41 [2020-12-04T22:17:41.150Z] #11 ...
22:17:41 [2020-12-04T22:17:41.150Z] 
22:17:41 [2020-12-04T22:17:41.150Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:41 [2020-12-04T22:17:41.150Z] #47 51.20 go: extracting golang.org/x/text v0.3.2
22:17:41 [2020-12-04T22:17:41.150Z] #47 52.50 go: extracting github.com/gogo/protobuf v1.2.1
22:17:41 [2020-12-04T22:17:41.339Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -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:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/make.sh dynbinary test-integration
22:17:41 [2020-12-04T22:17:41.358Z] #11 ...
22:17:41 [2020-12-04T22:17:41.359Z] 
22:17:41 [2020-12-04T22:17:41.359Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:41 [2020-12-04T22:17:41.359Z] #47 62.09 go: finding github.com/fatih/color v1.7.0
22:17:41 [2020-12-04T22:17:41.359Z] #47 62.15 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:17:41 [2020-12-04T22:17:41.359Z] #47 62.19 go: finding github.com/mattn/go-colorable v0.1.4
22:17:41 [2020-12-04T22:17:41.359Z] #47 62.29 go: finding github.com/mattn/go-isatty v0.0.8
22:17:41 [2020-12-04T22:17:41.359Z] #47 62.43 go: finding github.com/go-critic/go-critic v0.4.1
22:17:41 [2020-12-04T22:17:41.359Z] #47 62.45 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:17:41 [2020-12-04T22:17:41.367Z] #13 109.0 Selecting previously unselected package libpcre3-dev:ppc64el.
22:17:41 [2020-12-04T22:17:41.367Z] #13 109.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ...
22:17:41 [2020-12-04T22:17:41.367Z] #13 109.0 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ...
22:17:41 [2020-12-04T22:17:41.619Z] #47 62.47 go: finding github.com/go-lintpack/lintpack v0.5.2
22:17:41 [2020-12-04T22:17:41.619Z] #47 62.50 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:17:41 [2020-12-04T22:17:41.619Z] #47 62.54 go: finding github.com/pkg/errors v0.8.1
22:17:41 [2020-12-04T22:17:41.619Z] #47 62.59 go: finding github.com/go-toolsmith/astfmt v1.0.0
22:17:41 [2020-12-04T22:17:41.619Z] #47 62.60 go: finding github.com/go-toolsmith/astequal v1.0.0
22:17:41 [2020-12-04T22:17:41.619Z] #47 62.62 go: finding github.com/mitchellh/go-homedir v1.1.0
22:17:41 [2020-12-04T22:17:41.619Z] #47 62.63 go: finding github.com/sirupsen/logrus v1.4.2
22:17:41 [2020-12-04T22:17:41.619Z] #47 62.69 go: finding github.com/stretchr/testify v1.4.0
22:17:41 [2020-12-04T22:17:41.619Z] #47 62.69 go: finding github.com/go-toolsmith/astp v1.0.0
22:17:41 [2020-12-04T22:17:41.668Z] #13 109.4 Selecting previously unselected package libselinux1-dev:ppc64el.
22:17:41 [2020-12-04T22:17:41.668Z] #13 109.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ...
22:17:41 [2020-12-04T22:17:41.668Z] #13 109.5 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ...
22:17:41 [2020-12-04T22:17:41.879Z] #47 62.74 go: finding github.com/davecgh/go-spew v1.1.1
22:17:41 [2020-12-04T22:17:41.879Z] #47 62.80 go: finding github.com/go-toolsmith/astcast v1.0.0
22:17:41 [2020-12-04T22:17:41.879Z] #47 62.83 go: finding github.com/go-toolsmith/typep v1.0.0
22:17:41 [2020-12-04T22:17:41.879Z] #47 62.85 go: finding github.com/spf13/viper v1.6.1
22:17:41 [2020-12-04T22:17:41.879Z] #47 62.87 go: finding github.com/go-toolsmith/astcopy v1.0.0
22:17:41 [2020-12-04T22:17:41.929Z] 
22:17:41 [2020-12-04T22:17:41.963Z] #13 109.7 Selecting previously unselected package libdevmapper-dev:ppc64el.
22:17:41 [2020-12-04T22:17:41.963Z] #13 109.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ...
22:17:41 [2020-12-04T22:17:41.963Z] #13 109.7 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ...
22:17:42 [2020-12-04T22:17:42.095Z] #47 ...
22:17:42 [2020-12-04T22:17:42.095Z] 
22:17:42 [2020-12-04T22:17:42.095Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:17:42 [2020-12-04T22:17:42.095Z] #53 33.98 Reading package lists...
22:17:42 [2020-12-04T22:17:42.095Z] #53 44.92 Reading package lists...
22:17:42 [2020-12-04T22:17:42.095Z] #53 54.66 Building dependency tree...
22:17:42 [2020-12-04T22:17:42.095Z] #53 ...
22:17:42 [2020-12-04T22:17:42.095Z] 
22:17:42 [2020-12-04T22:17:42.095Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:42 [2020-12-04T22:17:42.095Z] #34 44.66 Reading package lists...
22:17:42 [2020-12-04T22:17:42.140Z] #47 62.94 go: finding github.com/pmezard/go-difflib v1.0.0
22:17:42 [2020-12-04T22:17:42.140Z] #47 63.00 go: finding github.com/stretchr/objx v0.2.0
22:17:42 [2020-12-04T22:17:42.140Z] #47 63.06 go: finding github.com/go-toolsmith/strparse v1.0.0
22:17:42 [2020-12-04T22:17:42.190Z] Removing bundles/
22:17:42 [2020-12-04T22:17:42.190Z] 
22:17:42 [2020-12-04T22:17:42.190Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:17:42 [2020-12-04T22:17:42.190Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:17:42 [2020-12-04T22:17:42.190Z] GOOS="" GOARCH="" GOARM=""
22:17:42 [2020-12-04T22:17:42.258Z] #13 109.8 Selecting previously unselected package libseccomp-dev:ppc64el.
22:17:42 [2020-12-04T22:17:42.258Z] #13 109.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ...
22:17:42 [2020-12-04T22:17:42.258Z] #13 109.9 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ...
22:17:42 [2020-12-04T22:17:42.258Z] #13 110.0 Selecting previously unselected package libsystemd-dev:ppc64el.
22:17:42 [2020-12-04T22:17:42.258Z] #13 110.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ...
22:17:42 [2020-12-04T22:17:42.258Z] #13 110.0 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ...
22:17:42 [2020-12-04T22:17:42.403Z] #47 63.27 go: finding github.com/bombsimon/wsl/v2 v2.0.0
22:17:42 [2020-12-04T22:17:42.403Z] #47 63.34 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
22:17:42 [2020-12-04T22:17:42.403Z] #47 63.35 go: finding gopkg.in/yaml.v2 v2.2.7
22:17:42 [2020-12-04T22:17:42.403Z] #47 63.41 go: finding github.com/fsnotify/fsnotify v1.4.7
22:17:42 [2020-12-04T22:17:42.403Z] #47 63.41 go: finding github.com/spf13/cobra v0.0.5
22:17:42 [2020-12-04T22:17:42.403Z] #47 63.47 go: finding github.com/hashicorp/hcl v1.0.0
22:17:42 [2020-12-04T22:17:42.663Z] #47 63.59 go: finding github.com/spf13/pflag v1.0.5
22:17:42 [2020-12-04T22:17:42.663Z] #47 63.59 go: finding github.com/gobwas/glob v0.2.3
22:17:42 [2020-12-04T22:17:42.663Z] #47 63.65 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.6 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.6 Setting up libseccomp-dev:ppc64el (2.3.3-4) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.6 Setting up libapparmor1:ppc64el (2.13.2-10) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.6 Setting up libpcre16-3:ppc64el (2:8.39-12) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.6 Setting up libsepol1-dev:ppc64el (2.8-1) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.7 Setting up libbtrfs0 (4.20.1-2) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.7 Setting up libpcre32-3:ppc64el (2:8.39-12) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.7 Setting up libudev-dev:ppc64el (241-7~deb10u4) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.7 Setting up libbtrfs-dev (4.20.1-2) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.7 Setting up libapparmor-dev:ppc64el (2.13.2-10) ...
22:17:42 [2020-12-04T22:17:42.905Z] #13 110.7 Setting up mingw-w64-common (6.0.0-3) ...
22:17:42 [2020-12-04T22:17:42.923Z] #47 ...
22:17:42 [2020-12-04T22:17:42.923Z] 
22:17:42 [2020-12-04T22:17:42.923Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:42 [2020-12-04T22:17:42.923Z] #62 DONE 63.9s
22:17:42 [2020-12-04T22:17:42.923Z] 
22:17:42 [2020-12-04T22:17:42.923Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:42 [2020-12-04T22:17:42.923Z] #47 63.98 go: finding github.com/magiconair/properties v1.8.1
22:17:43 [2020-12-04T22:17:43.183Z] #47 64.05 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:17:43 [2020-12-04T22:17:43.183Z] #47 64.17 go: finding github.com/mitchellh/mapstructure v1.1.2
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.7 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ...
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.7 Setting up libpcre3-dev:ppc64el (2:8.39-12) ...
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.8 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
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.9 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
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.9 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
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.9 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
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.9 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ...
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.9 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
22:17:43 [2020-12-04T22:17:43.201Z] #13 110.9 Setting up dmsetup (2:1.02.155-3) ...
22:17:43 [2020-12-04T22:17:43.201Z] #13 111.0 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
22:17:43 [2020-12-04T22:17:43.201Z] #13 111.0 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ...
22:17:43 [2020-12-04T22:17:43.201Z] #13 111.0 Processing triggers for libc-bin (2.28-10) ...
22:17:43 [2020-12-04T22:17:43.443Z] #47 64.37 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:17:43 [2020-12-04T22:17:43.443Z] #47 64.44 go: finding github.com/pelletier/go-toml v1.2.0
22:17:43 [2020-12-04T22:17:43.443Z] #47 64.52 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:17:43 [2020-12-04T22:17:43.443Z] #47 64.55 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:17:43 [2020-12-04T22:17:43.498Z] #13 DONE 111.4s
22:17:43 [2020-12-04T22:17:43.498Z] 
22:17:43 [2020-12-04T22:17:43.498Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:17:43 [2020-12-04T22:17:43.498Z] #43 41.25   CC       images/time.o
22:17:43 [2020-12-04T22:17:43.498Z] #43 41.43   CC       images/sysctl.o
22:17:43 [2020-12-04T22:17:43.498Z] #43 41.58   CC       images/autofs.o
22:17:43 [2020-12-04T22:17:43.498Z] #43 41.77   CC       images/macvlan.o
22:17:43 [2020-12-04T22:17:43.498Z] #43 42.01   CC       images/sit.o
22:17:43 [2020-12-04T22:17:43.498Z] #43 42.27   CC       images/memfd.o
22:17:43 [2020-12-04T22:17:43.498Z] #43 42.66   CC       images/timens.o
22:17:43 [2020-12-04T22:17:43.498Z] #43 42.98   LINK     images/built-in.o
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.20   GEN      compel/include/asm
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.22   GEN      compel/include/version.h
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.24 touch .config
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.32   GEN      include/common/config.h
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.43   GEN      compel/plugins/include/uapi/std/syscall-codes.h
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.45   GEN      compel/plugins/include/uapi/std/syscall.h
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.49   GEN      compel/arch/ppc64/plugins/std/syscalls/syscalls.S
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.52   DEP      compel/arch/ppc64/plugins/std/syscalls/syscalls.d
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.55   DEP      compel/arch/ppc64/plugins/std/memcmp.d
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.59   DEP      compel/arch/ppc64/plugins/std/memcpy.d
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.64   DEP      compel/arch/ppc64/plugins/std/parasite-head.d
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.66   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.67   DEP      compel/plugins/std/infect.d
22:17:43 [2020-12-04T22:17:43.498Z] #43 43.92   DEP      compel/plugins/std/string.d
22:17:43 [2020-12-04T22:17:43.498Z] #43 44.02   DEP      compel/plugins/std/log.d
22:17:43 [2020-12-04T22:17:43.498Z] #43 44.13   DEP      compel/plugins/std/fds.d
22:17:43 [2020-12-04T22:17:43.498Z] #43 44.28   DEP      compel/plugins/std/std.d
22:17:43 [2020-12-04T22:17:43.498Z] #43 44.40   DEP      compel/plugins/shmem/shmem.d
22:17:43 [2020-12-04T22:17:43.498Z] #43 44.52   DEP      compel/plugins/fds/fds.d
22:17:43 [2020-12-04T22:17:43.498Z] #43 44.68   CC       compel/plugins/std/std.o
22:17:43 [2020-12-04T22:17:43.498Z] #43 45.16   CC       compel/plugins/std/fds.o
22:17:43 [2020-12-04T22:17:43.498Z] #43 45.60   CC       compel/plugins/std/log.o
22:17:43 [2020-12-04T22:17:43.708Z] #47 64.61 go: finding github.com/spf13/afero v1.1.2
22:17:43 [2020-12-04T22:17:43.708Z] #47 64.65 go: finding github.com/spf13/cast v1.3.0
22:17:43 [2020-12-04T22:17:43.708Z] #47 64.65 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:17:43 [2020-12-04T22:17:43.708Z] #47 64.67 go: finding github.com/spf13/jwalterweatherman v1.0.0
22:17:43 [2020-12-04T22:17:43.708Z] #47 64.69 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:17:43 [2020-12-04T22:17:43.708Z] #47 64.74 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:17:43 [2020-12-04T22:17:43.968Z] #47 64.84 go: finding github.com/subosito/gotenv v1.2.0
22:17:43 [2020-12-04T22:17:43.968Z] #47 64.90 go: finding gopkg.in/ini.v1 v1.51.0
22:17:43 [2020-12-04T22:17:43.968Z] #47 64.90 go: finding golang.org/x/text v0.3.2
22:17:44 [2020-12-04T22:17:44.142Z] #43 ...
22:17:44 [2020-12-04T22:17:44.142Z] 
22:17:44 [2020-12-04T22:17:44.142Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
22:17:44 [2020-12-04T22:17:44.142Z] #14 DONE 0.5s
22:17:44 [2020-12-04T22:17:44.228Z] #47 65.14 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:17:44 [2020-12-04T22:17:44.439Z] 
22:17:44 [2020-12-04T22:17:44.439Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.432 + RM_GOPATH=0
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.434 + TMP_GOPATH=
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.434 + : /build
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.434 + '[' -z '' ']'
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.435 ++ mktemp -d
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.437 + export GOPATH=/tmp/tmp.8igqdnB0jw
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.438 + GOPATH=/tmp/tmp.8igqdnB0jw
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.438 + RM_GOPATH=1
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.438 + case "$(go env GOARCH)" in
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.449 ++ go env GOARCH
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.455 + export GO_BUILDMODE=-buildmode=pie
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.456 + GO_BUILDMODE=-buildmode=pie
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.466 ++ dirname /tmp/install/install.sh
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.475 + dir=/tmp/install
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.476 + bin=runc
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.476 + shift
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.476 + '[' '!' -f /tmp/install/runc.installer ']'
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.476 + . /tmp/install/runc.installer
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.477 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.477 + install_runc
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.491 + uname -r
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.492 + grep -q '^3\.10\.0.*\.el7\.'
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.495 + RUNC_BUILDTAGS='seccomp apparmor selinux '
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.495 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.495 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.8igqdnB0jw/src/github.com/opencontainers/runc
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.495 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
22:17:44 [2020-12-04T22:17:44.439Z] #53 0.507 Cloning into '/tmp/tmp.8igqdnB0jw/src/github.com/opencontainers/runc'...
22:17:44 [2020-12-04T22:17:44.488Z] #47 65.27 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:17:44 [2020-12-04T22:17:44.488Z] #47 65.27 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:17:44 [2020-12-04T22:17:44.488Z] #47 65.41 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:17:44 [2020-12-04T22:17:44.488Z] #47 65.44 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:17:44 [2020-12-04T22:17:44.488Z] #47 65.46 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:17:44 [2020-12-04T22:17:44.488Z] #47 65.47 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:17:44 [2020-12-04T22:17:44.488Z] #47 65.50 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:17:44 [2020-12-04T22:17:44.488Z] #47 65.51 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:17:44 [2020-12-04T22:17:44.488Z] #47 65.52 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:17:44 [2020-12-04T22:17:44.488Z] #47 65.62 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:17:44 [2020-12-04T22:17:44.736Z] #53 ...
22:17:44 [2020-12-04T22:17:44.737Z] 
22:17:44 [2020-12-04T22:17:44.737Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
22:17:44 [2020-12-04T22:17:44.737Z] #15 DONE 0.5s
22:17:44 [2020-12-04T22:17:44.737Z] 
22:17:44 [2020-12-04T22:17:44.737Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:17:44 [2020-12-04T22:17:44.737Z] #43 46.81   CC       compel/plugins/std/string.o
22:17:44 [2020-12-04T22:17:44.748Z] #47 65.70 go: finding github.com/sourcegraph/go-diff v0.5.1
22:17:44 [2020-12-04T22:17:44.748Z] #47 65.70 go: finding github.com/kisielk/gotool v1.0.0
22:17:44 [2020-12-04T22:17:44.748Z] #47 65.71 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:17:44 [2020-12-04T22:17:44.748Z] #47 65.76 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:17:44 [2020-12-04T22:17:44.748Z] #47 65.81 go: finding github.com/tommy-muehle/go-mnd v1.1.1
22:17:44 [2020-12-04T22:17:44.748Z] #47 65.86 go: finding github.com/ultraware/funlen v0.0.2
22:17:44 [2020-12-04T22:17:44.925Z] #34 54.75 Building dependency tree...
22:17:45 [2020-12-04T22:17:45.008Z] #47 65.98 go: finding github.com/ultraware/whitespace v0.0.4
22:17:45 [2020-12-04T22:17:45.008Z] #47 66.02 go: finding github.com/uudashr/gocognit v1.0.1
22:17:45 [2020-12-04T22:17:45.008Z] #47 66.10 go: finding github.com/gogo/protobuf v1.2.1
22:17:45 [2020-12-04T22:17:45.034Z] #43 ...
22:17:45 [2020-12-04T22:17:45.034Z] 
22:17:45 [2020-12-04T22:17:45.034Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
22:17:45 [2020-12-04T22:17:45.034Z] #16 0.245 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:17:45 [2020-12-04T22:17:45.034Z] #16 DONE 0.3s
22:17:45 [2020-12-04T22:17:45.034Z] 
22:17:45 [2020-12-04T22:17:45.034Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
22:17:45 [2020-12-04T22:17:45.110Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.42265424s with top 10 stages: buildssa: 1m39.857720846s, goimports: 23.065393682s, unconvert: 13.238842958s, gosec: 10.645078519s, golint: 6.140109588s, misspell: 4.52483732s, ineffassign: 4.48264937s, inspect: 3.355416468s, vrp: 2.827249939s, printf: 1.883714447s 
22:17:45 [2020-12-04T22:17:45.110Z] INFO [runner] Issues before processing: 2262, after processing: 0 
22:17:45 [2020-12-04T22:17:45.110Z] INFO [runner] Processors filtering stat (out/in): cgo: 1682/2262, skip_dirs: 1682/1682, identifier_marker: 1577/1577, skip_files: 1682/1682, autogenerated_exclude: 1577/1682, exclude: 1577/1577, nolint: 0/64, filename_unadjuster: 1682/1682, path_prettifier: 1682/1682, exclude-rules: 64/1577 
22:17:45 [2020-12-04T22:17:45.110Z] INFO [runner] processing took 60.707451ms with stages: nolint: 26.759556ms, identifier_marker: 17.052089ms, path_prettifier: 7.596526ms, autogenerated_exclude: 3.990258ms, exclude-rules: 3.306965ms, skip_dirs: 1.686164ms, cgo: 203.19µs, filename_unadjuster: 108.482µs, max_same_issues: 1.223µs, uniq_by_line: 641ns, max_from_linter: 500ns, diff: 378ns, skip_files: 372ns, exclude: 315ns, source_code: 312ns, path_shortener: 245ns, max_per_file_from_linter: 235ns 
22:17:45 [2020-12-04T22:17:45.110Z] INFO [runner] linters took 1m39.019950863s with stages: goanalysis_metalinter: 1m19.533507446s, unused: 19.425610093s 
22:17:45 [2020-12-04T22:17:45.110Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
22:17:45 [2020-12-04T22:17:45.110Z] INFO Memory: 1533 samples, avg is 655.7MB, max is 3238.0MB 
22:17:45 [2020-12-04T22:17:45.110Z] INFO Execution took 3m40.984081458s               
22:17:45 [2020-12-04T22:17:45.110Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
22:17:45 [2020-12-04T22:17:45.267Z] #47 66.17 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:17:45 [2020-12-04T22:17:45.267Z] #47 ...
22:17:45 [2020-12-04T22:17:45.267Z] 
22:17:45 [2020-12-04T22:17:45.267Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:17:45 [2020-12-04T22:17:45.267Z] #53 45.62 Reading package lists...
22:17:45 [2020-12-04T22:17:45.267Z] #53 56.83 Building dependency tree...
22:17:45 [2020-12-04T22:17:45.267Z] #53 62.62 The following additional packages will be installed:
22:17:45 [2020-12-04T22:17:45.267Z] #53 62.65   libbtrfs0
22:17:45 [2020-12-04T22:17:45.267Z] #53 62.92 The following NEW packages will be installed:
22:17:45 [2020-12-04T22:17:45.267Z] #53 62.96   libbtrfs-dev libbtrfs0
22:17:45 [2020-12-04T22:17:45.267Z] #53 63.51 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded.
22:17:45 [2020-12-04T22:17:45.267Z] #53 63.51 Need to get 119 kB of archives.
22:17:45 [2020-12-04T22:17:45.267Z] #53 63.51 After this operation, 387 kB of additional disk space will be used.
22:17:45 [2020-12-04T22:17:45.267Z] #53 63.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
22:17:45 [2020-12-04T22:17:45.267Z] #53 63.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
22:17:45 [2020-12-04T22:17:45.267Z] #53 65.45 debconf: delaying package configuration, since apt-utils is not installed
22:17:45 [2020-12-04T22:17:45.267Z] #53 65.87 Fetched 119 kB in 0s (426 kB/s)
22:17:45 [2020-12-04T22:17:45.267Z] #53 66.21 Selecting previously unselected package libbtrfs0.
22:17:45 [2020-12-04T22:17:45.267Z] #53 66.21 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
22:17:45 [2020-12-04T22:17:45.267Z] #53 66.30 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
22:17:45 [2020-12-04T22:17:45.333Z] #17 DONE 0.4s
22:17:45 [2020-12-04T22:17:45.333Z] 
22:17:45 [2020-12-04T22:17:45.333Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:45 [2020-12-04T22:17:45.333Z] #45 109.4 go/parser
22:17:45 [2020-12-04T22:17:45.440Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/make.sh dynbinary-daemon test-docker-py
22:17:45 [2020-12-04T22:17:45.527Z] #53 66.31 Unpacking libbtrfs0 (4.20.1-2) ...
22:17:45 [2020-12-04T22:17:45.527Z] #53 ...
22:17:45 [2020-12-04T22:17:45.527Z] 
22:17:45 [2020-12-04T22:17:45.527Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:45 [2020-12-04T22:17:45.527Z] #34 61.60 The following additional packages will be installed:
22:17:45 [2020-12-04T22:17:45.527Z] #34 61.64   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
22:17:45 [2020-12-04T22:17:45.527Z] #34 61.66 Suggested packages:
22:17:45 [2020-12-04T22:17:45.527Z] #34 61.69   cmake-doc ninja-build lrzip
22:17:45 [2020-12-04T22:17:45.527Z] #34 61.69 Recommended packages:
22:17:45 [2020-12-04T22:17:45.527Z] #34 61.69   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
22:17:45 [2020-12-04T22:17:45.527Z] #34 63.03 The following NEW packages will be installed:
22:17:45 [2020-12-04T22:17:45.527Z] #34 63.06   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
22:17:45 [2020-12-04T22:17:45.527Z] #34 63.06   vim-common xxd
22:17:45 [2020-12-04T22:17:45.527Z] #34 63.49 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded.
22:17:45 [2020-12-04T22:17:45.527Z] #34 63.49 Need to get 14.9 MB of archives.
22:17:45 [2020-12-04T22:17:45.527Z] #34 63.49 After this operation, 61.8 MB of additional disk space will be used.
22:17:45 [2020-12-04T22:17:45.527Z] #34 63.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #34 63.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #34 63.50 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #34 63.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #34 65.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #34 65.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #34 65.53 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #34 65.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #34 65.55 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #34 65.60 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #34 ...
22:17:45 [2020-12-04T22:17:45.527Z] 
22:17:45 [2020-12-04T22:17:45.527Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:17:45 [2020-12-04T22:17:45.527Z] #40 46.08 Reading package lists...
22:17:45 [2020-12-04T22:17:45.527Z] #40 57.00 Building dependency tree...
22:17:45 [2020-12-04T22:17:45.527Z] #40 62.70 The following additional packages will be installed:
22:17:45 [2020-12-04T22:17:45.527Z] #40 62.70   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
22:17:45 [2020-12-04T22:17:45.527Z] #40 62.70   libprotoc17 python-pkg-resources python-six zlib1g-dev
22:17:45 [2020-12-04T22:17:45.527Z] #40 62.73 Suggested packages:
22:17:45 [2020-12-04T22:17:45.527Z] #40 62.73   manpages-dev python-setuptools
22:17:45 [2020-12-04T22:17:45.527Z] #40 64.98 The following NEW packages will be installed:
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.04   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.04   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.04   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.04   python-six zlib1g-dev
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.55 0 upgraded, 17 newly installed, 0 to remove and 9 not upgraded.
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.55 Need to get 4095 kB of archives.
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.55 After this operation, 22.5 MB of additional disk space will be used.
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.55 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.57 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.59 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.62 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.62 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.62 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.82 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 65.85 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 66.16 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 66.27 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 66.28 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 66.30 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 66.34 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
22:17:45 [2020-12-04T22:17:45.527Z] #40 66.34 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
22:17:45 [2020-12-04T22:17:45.630Z] #45 ...
22:17:45 [2020-12-04T22:17:45.630Z] 
22:17:45 [2020-12-04T22:17:45.630Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
22:17:45 [2020-12-04T22:17:45.630Z] #18 DONE 0.4s
22:17:45 [2020-12-04T22:17:45.698Z] 
22:17:45 [2020-12-04T22:17:45.786Z] #40 ...
22:17:45 [2020-12-04T22:17:45.786Z] 
22:17:45 [2020-12-04T22:17:45.786Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:45 [2020-12-04T22:17:45.786Z] #47 66.65 go: finding honnef.co/go/tools v0.0.1-2019.2.3
22:17:45 [2020-12-04T22:17:45.786Z] #47 66.67 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:17:45 [2020-12-04T22:17:45.786Z] #47 66.68 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:17:45 [2020-12-04T22:17:45.786Z] #47 66.83 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:17:45 [2020-12-04T22:17:45.926Z] 
22:17:45 [2020-12-04T22:17:45.926Z] #19 [dev-systemd-false  6/26] RUN ldconfig
22:17:45 [2020-12-04T22:17:45.955Z] Removing bundles/
22:17:45 [2020-12-04T22:17:45.955Z] 
22:17:45 [2020-12-04T22:17:45.955Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
22:17:45 [2020-12-04T22:17:45.955Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:17:45 [2020-12-04T22:17:45.955Z] GOOS="" GOARCH="" GOARM=""
22:17:46 [2020-12-04T22:17:46.046Z] #47 66.99 go: finding github.com/BurntSushi/toml v0.3.1
22:17:46 [2020-12-04T22:17:46.222Z] #19 DONE 0.5s
22:17:46 [2020-12-04T22:17:46.222Z] 
22:17:46 [2020-12-04T22:17:46.222Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:17:46 [2020-12-04T22:17:46.877Z] #20 0.526 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:17:46 [2020-12-04T22:17:46.877Z] #20 0.572 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:17:46 [2020-12-04T22:17:46.877Z] #20 0.581 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:17:47 [2020-12-04T22:17:47.002Z] #47 ...
22:17:47 [2020-12-04T22:17:47.002Z] 
22:17:47 [2020-12-04T22:17:47.002Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:17:47 [2020-12-04T22:17:47.002Z] #53 66.79 Selecting previously unselected package libbtrfs-dev.
22:17:47 [2020-12-04T22:17:47.002Z] #53 66.79 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
22:17:47 [2020-12-04T22:17:47.002Z] #53 66.80 Unpacking libbtrfs-dev (4.20.1-2) ...
22:17:47 [2020-12-04T22:17:47.002Z] #53 67.13 Setting up libbtrfs0 (4.20.1-2) ...
22:17:47 [2020-12-04T22:17:47.002Z] #53 67.16 Setting up libbtrfs-dev (4.20.1-2) ...
22:17:47 [2020-12-04T22:17:47.002Z] #53 67.20 Processing triggers for libc-bin (2.28-10) ...
22:17:47 [2020-12-04T22:17:47.002Z] #53 DONE 67.8s
22:17:47 [2020-12-04T22:17:47.002Z] 
22:17:47 [2020-12-04T22:17:47.002Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:47 [2020-12-04T22:17:47.002Z] #34 67.96 debconf: delaying package configuration, since apt-utils is not installed
22:17:47 [2020-12-04T22:17:47.474Z] #34 ...
22:17:47 [2020-12-04T22:17:47.474Z] 
22:17:47 [2020-12-04T22:17:47.474Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:47 [2020-12-04T22:17:47.474Z] #43 59.08 sync
22:17:47 [2020-12-04T22:17:47.474Z] #43 59.13 internal/reflectlite
22:17:47 [2020-12-04T22:17:47.572Z] #34 68.40 Fetched 14.9 MB in 3s (5076 kB/s)
22:17:47 [2020-12-04T22:17:47.572Z] #34 68.59 Selecting previously unselected package xxd.
22:17:47 [2020-12-04T22:17:47.831Z] #34 68.60 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
22:17:47 [2020-12-04T22:17:47.831Z] #34 ...
22:17:47 [2020-12-04T22:17:47.831Z] 
22:17:47 [2020-12-04T22:17:47.831Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:47 [2020-12-04T22:17:47.831Z] #32 58.72 sync
22:17:47 [2020-12-04T22:17:47.831Z] #32 58.72 internal/reflectlite
22:17:47 [2020-12-04T22:17:47.831Z] #32 63.05 sort
22:17:47 [2020-12-04T22:17:47.831Z] #32 63.06 errors
22:17:47 [2020-12-04T22:17:47.831Z] #32 63.61 strconv
22:17:47 [2020-12-04T22:17:47.831Z] #32 65.39 io
22:17:47 [2020-12-04T22:17:47.831Z] #32 67.38 internal/oserror
22:17:47 [2020-12-04T22:17:47.831Z] #32 67.68 syscall
22:17:47 [2020-12-04T22:17:47.831Z] #32 ...
22:17:47 [2020-12-04T22:17:47.831Z] 
22:17:47 [2020-12-04T22:17:47.831Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:47 [2020-12-04T22:17:47.831Z] #34 68.76 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
22:17:47 [2020-12-04T22:17:47.831Z] #34 68.76 Unpacking xxd (2:8.1.0875-5) ...
22:17:47 [2020-12-04T22:17:47.931Z] #20 1.626 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
22:17:48 [2020-12-04T22:17:48.403Z] #34 69.16 Selecting previously unselected package vim-common.
22:17:48 [2020-12-04T22:17:48.403Z] #34 69.16 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
22:17:48 [2020-12-04T22:17:48.403Z] #34 69.29 Unpacking vim-common (2:8.1.0875-5) ...
22:17:48 [2020-12-04T22:17:48.982Z] #34 69.95 Selecting previously unselected package cmake-data.
22:17:48 [2020-12-04T22:17:48.982Z] #34 69.95 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
22:17:48 [2020-12-04T22:17:48.982Z] #34 69.97 Unpacking cmake-data (3.13.4-1) ...
22:17:49 [2020-12-04T22:17:49.396Z] #43 61.46 github.com/LK4D4/vndr/godl/singleflight
22:17:49 [2020-12-04T22:17:49.396Z] #43 ...
22:17:49 [2020-12-04T22:17:49.396Z] 
22:17:49 [2020-12-04T22:17:49.396Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:49 [2020-12-04T22:17:49.396Z] #62 DONE 61.8s
22:17:49 [2020-12-04T22:17:49.396Z] 
22:17:49 [2020-12-04T22:17:49.396Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:49 [2020-12-04T22:17:49.396Z] #43 61.96 math/rand
22:17:49 [2020-12-04T22:17:49.462Z] #20 3.261 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [243 kB]
22:17:50 [2020-12-04T22:17:50.994Z] #20 4.558 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
22:17:51 [2020-12-04T22:17:51.319Z] #43 ...
22:17:51 [2020-12-04T22:17:51.319Z] 
22:17:51 [2020-12-04T22:17:51.319Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:51 [2020-12-04T22:17:51.319Z] #11 53.52 Building dependency tree...
22:17:51 [2020-12-04T22:17:51.319Z] #11 59.06 The following additional packages will be installed:
22:17:51 [2020-12-04T22:17:51.319Z] #11 59.08   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
22:17:51 [2020-12-04T22:17:51.319Z] #11 59.08   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
22:17:51 [2020-12-04T22:17:51.319Z] #11 59.08   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:17:51 [2020-12-04T22:17:51.319Z] #11 59.09   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
22:17:51 [2020-12-04T22:17:51.319Z] #11 59.13 Suggested packages:
22:17:51 [2020-12-04T22:17:51.319Z] #11 59.13   gcc-8-locales seccomp wine64
22:17:51 [2020-12-04T22:17:51.319Z] #11 60.71 The following NEW packages will be installed:
22:17:51 [2020-12-04T22:17:51.319Z] #11 60.73   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
22:17:51 [2020-12-04T22:17:51.319Z] #11 60.73   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
22:17:51 [2020-12-04T22:17:51.319Z] #11 60.73   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
22:17:51 [2020-12-04T22:17:51.319Z] #11 60.73   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
22:17:51 [2020-12-04T22:17:51.319Z] #11 60.73   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
22:17:51 [2020-12-04T22:17:51.319Z] #11 60.74   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
22:17:51 [2020-12-04T22:17:51.319Z] #11 61.20 0 upgraded, 25 newly installed, 0 to remove and 9 not upgraded.
22:17:51 [2020-12-04T22:17:51.319Z] #11 61.20 Need to get 77.7 MB of archives.
22:17:51 [2020-12-04T22:17:51.319Z] #11 61.20 After this operation, 487 MB of additional disk space will be used.
22:17:51 [2020-12-04T22:17:51.319Z] #11 61.20 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]
22:17:51 [2020-12-04T22:17:51.319Z] #11 61.61 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]
22:17:51 [2020-12-04T22:17:51.319Z] #11 61.98 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
22:17:51 [2020-12-04T22:17:51.319Z] #11 62.02 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
22:17:51 [2020-12-04T22:17:51.319Z] #11 62.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
22:17:51 [2020-12-04T22:17:51.319Z] #11 62.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
22:17:51 [2020-12-04T22:17:51.319Z] #11 62.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
22:17:51 [2020-12-04T22:17:51.319Z] #11 63.55 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]
22:17:51 [2020-12-04T22:17:51.319Z] #11 63.58 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]
22:17:51 [2020-12-04T22:17:51.319Z] #11 ...
22:17:51 [2020-12-04T22:17:51.319Z] 
22:17:51 [2020-12-04T22:17:51.319Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:51 [2020-12-04T22:17:51.319Z] #47 61.75 go: finding github.com/fatih/color v1.7.0
22:17:51 [2020-12-04T22:17:51.319Z] #47 61.84 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.21 go: finding github.com/mattn/go-colorable v0.1.4
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.30 go: finding github.com/mattn/go-isatty v0.0.8
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.36 go: finding github.com/go-critic/go-critic v0.4.1
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.38 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.48 go: finding github.com/pkg/errors v0.8.1
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.48 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.61 go: finding github.com/go-lintpack/lintpack v0.5.2
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.73 go: finding github.com/go-toolsmith/astequal v1.0.0
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.73 go: finding github.com/sirupsen/logrus v1.4.2
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.75 go: finding github.com/stretchr/testify v1.4.0
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.81 go: finding github.com/go-toolsmith/astfmt v1.0.0
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.81 go: finding github.com/mitchellh/go-homedir v1.1.0
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.83 go: finding github.com/davecgh/go-spew v1.1.1
22:17:51 [2020-12-04T22:17:51.319Z] #47 62.96 go: finding github.com/go-toolsmith/astp v1.0.0
22:17:51 [2020-12-04T22:17:51.319Z] #47 63.01 go: finding github.com/pmezard/go-difflib v1.0.0
22:17:51 [2020-12-04T22:17:51.319Z] #47 63.03 go: finding github.com/go-toolsmith/astcast v1.0.0
22:17:51 [2020-12-04T22:17:51.319Z] #47 63.10 go: finding github.com/stretchr/objx v0.2.0
22:17:51 [2020-12-04T22:17:51.319Z] #47 63.11 go: finding github.com/go-toolsmith/typep v1.0.0
22:17:51 [2020-12-04T22:17:51.319Z] #47 63.17 go: finding github.com/spf13/viper v1.6.1
22:17:51 [2020-12-04T22:17:51.319Z] #47 63.32 go: finding github.com/go-toolsmith/astcopy v1.0.0
22:17:51 [2020-12-04T22:17:51.319Z] #47 63.75 go: finding gopkg.in/yaml.v2 v2.2.7
22:17:51 [2020-12-04T22:17:51.319Z] #47 63.78 go: finding github.com/go-toolsmith/strparse v1.0.0
22:17:51 [2020-12-04T22:17:51.525Z] #34 ...
22:17:51 [2020-12-04T22:17:51.525Z] 
22:17:51 [2020-12-04T22:17:51.525Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:51 [2020-12-04T22:17:51.525Z] #11 62.44 The following NEW packages will be installed:
22:17:51 [2020-12-04T22:17:51.525Z] #11 62.44   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
22:17:51 [2020-12-04T22:17:51.525Z] #11 62.44   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
22:17:51 [2020-12-04T22:17:51.525Z] #11 62.44   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
22:17:51 [2020-12-04T22:17:51.525Z] #11 62.44   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
22:17:51 [2020-12-04T22:17:51.525Z] #11 62.45   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
22:17:51 [2020-12-04T22:17:51.525Z] #11 62.46   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
22:17:51 [2020-12-04T22:17:51.525Z] #11 63.11 0 upgraded, 25 newly installed, 0 to remove and 9 not upgraded.
22:17:51 [2020-12-04T22:17:51.525Z] #11 63.11 Need to get 77.7 MB of archives.
22:17:51 [2020-12-04T22:17:51.525Z] #11 63.11 After this operation, 487 MB of additional disk space will be used.
22:17:51 [2020-12-04T22:17:51.525Z] #11 63.11 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]
22:17:51 [2020-12-04T22:17:51.525Z] #11 63.48 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]
22:17:51 [2020-12-04T22:17:51.525Z] #11 64.04 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
22:17:51 [2020-12-04T22:17:51.525Z] #11 64.05 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
22:17:51 [2020-12-04T22:17:51.525Z] #11 64.05 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
22:17:51 [2020-12-04T22:17:51.525Z] #11 64.11 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
22:17:51 [2020-12-04T22:17:51.525Z] #11 64.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
22:17:51 [2020-12-04T22:17:51.525Z] #11 65.48 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]
22:17:51 [2020-12-04T22:17:51.525Z] #11 65.48 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]
22:17:51 [2020-12-04T22:17:51.525Z] #11 70.55 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]
22:17:51 [2020-12-04T22:17:51.525Z] #11 ...
22:17:51 [2020-12-04T22:17:51.525Z] 
22:17:51 [2020-12-04T22:17:51.525Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:17:51 [2020-12-04T22:17:51.525Z] #30 69.83 Checking out files:  79% (1215/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.
22:17:51 [2020-12-04T22:17:51.525Z] #30 71.55 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
22:17:51 [2020-12-04T22:17:51.581Z] #47 63.99 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
22:17:51 [2020-12-04T22:17:51.581Z] #47 63.99 go: finding github.com/spf13/cobra v0.0.5
22:17:51 [2020-12-04T22:17:51.581Z] #47 64.05 go: finding github.com/bombsimon/wsl/v2 v2.0.0
22:17:51 [2020-12-04T22:17:51.581Z] #47 64.05 go: finding github.com/fsnotify/fsnotify v1.4.7
22:17:51 [2020-12-04T22:17:51.792Z] #30 71.89 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:17:51 [2020-12-04T22:17:51.842Z] #47 64.21 go: finding github.com/gobwas/glob v0.2.3
22:17:51 [2020-12-04T22:17:51.843Z] #47 64.23 go: finding github.com/spf13/pflag v1.0.5
22:17:51 [2020-12-04T22:17:51.843Z] #47 64.26 go: finding github.com/hashicorp/hcl v1.0.0
22:17:51 [2020-12-04T22:17:51.843Z] #47 64.26 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:17:51 [2020-12-04T22:17:51.843Z] #47 ...
22:17:51 [2020-12-04T22:17:51.843Z] 
22:17:51 [2020-12-04T22:17:51.843Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:17:51 [2020-12-04T22:17:51.843Z] #40 51.51 Building dependency tree...
22:17:51 [2020-12-04T22:17:51.843Z] #40 57.17 The following additional packages will be installed:
22:17:51 [2020-12-04T22:17:51.843Z] #40 57.18   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
22:17:51 [2020-12-04T22:17:51.843Z] #40 57.18   libprotoc17 python-pkg-resources python-six zlib1g-dev
22:17:51 [2020-12-04T22:17:51.843Z] #40 57.20 Suggested packages:
22:17:51 [2020-12-04T22:17:51.843Z] #40 57.23   manpages-dev python-setuptools
22:17:51 [2020-12-04T22:17:51.843Z] #40 59.60 The following NEW packages will be installed:
22:17:51 [2020-12-04T22:17:51.843Z] #40 59.60   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
22:17:51 [2020-12-04T22:17:51.843Z] #40 59.61   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
22:17:51 [2020-12-04T22:17:51.843Z] #40 59.61   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
22:17:51 [2020-12-04T22:17:51.843Z] #40 59.62   python-six zlib1g-dev
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.27 0 upgraded, 17 newly installed, 0 to remove and 9 not upgraded.
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.27 Need to get 4095 kB of archives.
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.27 After this operation, 22.5 MB of additional disk space will be used.
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.31 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.35 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.48 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.70 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.73 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.77 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 60.77 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
22:17:51 [2020-12-04T22:17:51.843Z] #40 62.76 debconf: delaying package configuration, since apt-utils is not installed
22:17:51 [2020-12-04T22:17:51.843Z] #40 63.41 Fetched 4095 kB in 1s (4226 kB/s)
22:17:51 [2020-12-04T22:17:51.843Z] #40 63.69 Selecting previously unselected package libcap-dev:amd64.
22:17:51 [2020-12-04T22:17:51.843Z] #40 63.69 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
22:17:51 [2020-12-04T22:17:51.843Z] #40 63.87 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
22:17:51 [2020-12-04T22:17:51.843Z] #40 63.97 Unpacking libcap-dev:amd64 (1:2.25-2) ...
22:17:52 [2020-12-04T22:17:52.104Z] #40 64.35 Selecting previously unselected package libnet1:amd64.
22:17:52 [2020-12-04T22:17:52.104Z] #40 64.40 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
22:17:52 [2020-12-04T22:17:52.104Z] #40 64.46 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:17:52 [2020-12-04T22:17:52.104Z] #40 ...
22:17:52 [2020-12-04T22:17:52.104Z] 
22:17:52 [2020-12-04T22:17:52.104Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:52 [2020-12-04T22:17:52.104Z] #47 64.37 go: finding github.com/magiconair/properties v1.8.1
22:17:52 [2020-12-04T22:17:52.104Z] #47 64.43 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:17:52 [2020-12-04T22:17:52.104Z] #47 64.56 go: finding github.com/mitchellh/mapstructure v1.1.2
22:17:52 [2020-12-04T22:17:52.372Z] #47 64.60 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:17:52 [2020-12-04T22:17:52.372Z] #47 64.62 go: finding github.com/pelletier/go-toml v1.2.0
22:17:52 [2020-12-04T22:17:52.372Z] #47 64.63 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:17:52 [2020-12-04T22:17:52.372Z] #47 64.75 go: finding github.com/spf13/afero v1.1.2
22:17:52 [2020-12-04T22:17:52.524Z] #20 ...
22:17:52 [2020-12-04T22:17:52.524Z] 
22:17:52 [2020-12-04T22:17:52.524Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:17:52 [2020-12-04T22:17:52.524Z] #43 47.55   CC       compel/plugins/std/infect.o
22:17:52 [2020-12-04T22:17:52.524Z] #43 47.98   CC       compel/arch/ppc64/plugins/std/parasite-head.o
22:17:52 [2020-12-04T22:17:52.524Z] #43 48.01   CC       compel/arch/ppc64/plugins/std/memcpy.o
22:17:52 [2020-12-04T22:17:52.524Z] #43 48.06   CC       compel/arch/ppc64/plugins/std/memcmp.o
22:17:52 [2020-12-04T22:17:52.524Z] #43 48.12   CC       compel/arch/ppc64/plugins/std/syscalls/syscalls.o
22:17:52 [2020-12-04T22:17:52.524Z] #43 48.20   AR       compel/plugins/std.lib.a
22:17:52 [2020-12-04T22:17:52.524Z] #43 48.36   CC       compel/plugins/fds/fds.o
22:17:52 [2020-12-04T22:17:52.524Z] #43 48.71   AR       compel/plugins/fds.lib.a
22:17:52 [2020-12-04T22:17:52.524Z] #43 48.75   HOSTDEP  compel/src/lib/log-host.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 48.83   HOSTDEP  compel/src/lib/handle-elf-host.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 48.98   HOSTDEP  compel/arch/ppc64/src/lib/handle-elf-host.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 49.14   HOSTDEP  compel/src/main-host.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 49.44   DEP      compel/src/lib/ptrace.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 49.67   DEP      compel/src/lib/infect.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 49.86   DEP      compel/src/lib/infect-util.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 49.98   DEP      compel/src/lib/infect-rpc.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 50.15   DEP      compel/arch/ppc64/src/lib/infect.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 50.30   DEP      compel/arch/ppc64/src/lib/cpu.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 50.44   DEP      compel/src/lib/log.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 50.64   DEP      compel/src/main.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 50.74   DEP      compel/src/lib/handle-elf.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 50.84   DEP      compel/arch/ppc64/src/lib/handle-elf.d
22:17:52 [2020-12-04T22:17:52.524Z] #43 50.95   CC       compel/src/lib/log.o
22:17:52 [2020-12-04T22:17:52.524Z] #43 51.14   CC       compel/arch/ppc64/src/lib/cpu.o
22:17:52 [2020-12-04T22:17:52.524Z] #43 51.40   CC       compel/arch/ppc64/src/lib/infect.o
22:17:52 [2020-12-04T22:17:52.524Z] #43 52.28   CC       compel/src/lib/infect-rpc.o
22:17:52 [2020-12-04T22:17:52.524Z] #43 52.77   CC       compel/src/lib/infect-util.o
22:17:52 [2020-12-04T22:17:52.524Z] #43 53.19   CC       compel/src/lib/infect.o
22:17:52 [2020-12-04T22:17:52.635Z] #47 64.86 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:17:52 [2020-12-04T22:17:52.635Z] #47 64.89 go: finding github.com/spf13/cast v1.3.0
22:17:52 [2020-12-04T22:17:52.635Z] #47 64.93 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:17:52 [2020-12-04T22:17:52.635Z] #47 64.96 go: finding github.com/spf13/jwalterweatherman v1.0.0
22:17:52 [2020-12-04T22:17:52.635Z] #47 64.98 go: finding golang.org/x/text v0.3.2
22:17:52 [2020-12-04T22:17:52.635Z] #47 65.02 go: finding github.com/subosito/gotenv v1.2.0
22:17:52 [2020-12-04T22:17:52.635Z] #47 65.03 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:17:52 [2020-12-04T22:17:52.635Z] #47 65.04 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:17:52 [2020-12-04T22:17:52.635Z] #47 65.07 go: finding gopkg.in/ini.v1 v1.51.0
22:17:52 [2020-12-04T22:17:52.735Z] #30 ...
22:17:52 [2020-12-04T22:17:52.735Z] 
22:17:52 [2020-12-04T22:17:52.735Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:52 [2020-12-04T22:17:52.735Z] #43 63.78 github.com/LK4D4/vndr/godl/singleflight
22:17:52 [2020-12-04T22:17:52.735Z] #43 63.79 io
22:17:52 [2020-12-04T22:17:52.735Z] #43 64.45 strconv
22:17:52 [2020-12-04T22:17:52.735Z] #43 66.45 bytes
22:17:52 [2020-12-04T22:17:52.735Z] #43 70.31 bufio
22:17:52 [2020-12-04T22:17:52.735Z] #43 70.47 reflect
22:17:52 [2020-12-04T22:17:52.735Z] #43 73.43 syscall
22:17:52 [2020-12-04T22:17:52.900Z] #47 65.12 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:17:52 [2020-12-04T22:17:52.901Z] #47 65.13 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:17:52 [2020-12-04T22:17:52.901Z] #47 65.23 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:17:52 [2020-12-04T22:17:52.901Z] #47 65.29 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:17:52 [2020-12-04T22:17:52.901Z] #47 65.29 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:17:52 [2020-12-04T22:17:52.901Z] #47 65.33 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:17:52 [2020-12-04T22:17:52.901Z] #47 65.36 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:17:52 [2020-12-04T22:17:52.901Z] #47 65.38 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:17:52 [2020-12-04T22:17:52.901Z] #47 65.41 go: finding github.com/kisielk/gotool v1.0.0
22:17:52 [2020-12-04T22:17:52.901Z] #47 65.46 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:17:52 [2020-12-04T22:17:52.995Z] #43 ...
22:17:52 [2020-12-04T22:17:52.995Z] 
22:17:52 [2020-12-04T22:17:52.995Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:52 [2020-12-04T22:17:52.995Z] #11 73.94 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
22:17:52 [2020-12-04T22:17:52.995Z] #11 73.96 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
22:17:52 [2020-12-04T22:17:52.995Z] #11 73.96 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
22:17:52 [2020-12-04T22:17:52.995Z] #11 74.01 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
22:17:52 [2020-12-04T22:17:52.995Z] #11 74.06 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]
22:17:53 [2020-12-04T22:17:53.163Z] #47 65.48 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:17:53 [2020-12-04T22:17:53.163Z] #47 65.57 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:17:53 [2020-12-04T22:17:53.163Z] #47 ...
22:17:53 [2020-12-04T22:17:53.163Z] 
22:17:53 [2020-12-04T22:17:53.163Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
22:17:53 [2020-12-04T22:17:53.163Z] #53 54.66 Building dependency tree...
22:17:53 [2020-12-04T22:17:53.163Z] #53 60.32 The following additional packages will be installed:
22:17:53 [2020-12-04T22:17:53.163Z] #53 60.34   libbtrfs0
22:17:53 [2020-12-04T22:17:53.163Z] #53 60.59 The following NEW packages will be installed:
22:17:53 [2020-12-04T22:17:53.163Z] #53 60.61   libbtrfs-dev libbtrfs0
22:17:53 [2020-12-04T22:17:53.163Z] #53 61.05 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded.
22:17:53 [2020-12-04T22:17:53.163Z] #53 61.05 Need to get 119 kB of archives.
22:17:53 [2020-12-04T22:17:53.163Z] #53 61.05 After this operation, 387 kB of additional disk space will be used.
22:17:53 [2020-12-04T22:17:53.163Z] #53 61.05 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
22:17:53 [2020-12-04T22:17:53.163Z] #53 61.06 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
22:17:53 [2020-12-04T22:17:53.163Z] #53 62.97 debconf: delaying package configuration, since apt-utils is not installed
22:17:53 [2020-12-04T22:17:53.163Z] #53 63.44 Fetched 119 kB in 0s (440 kB/s)
22:17:53 [2020-12-04T22:17:53.163Z] #53 63.70 Selecting previously unselected package libbtrfs0.
22:17:53 [2020-12-04T22:17:53.163Z] #53 63.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 ... 15410 files and directories currently installed.)
22:17:53 [2020-12-04T22:17:53.163Z] #53 63.90 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
22:17:53 [2020-12-04T22:17:53.163Z] #53 64.02 Unpacking libbtrfs0 (4.20.1-2) ...
22:17:53 [2020-12-04T22:17:53.163Z] #53 64.34 Selecting previously unselected package libbtrfs-dev.
22:17:53 [2020-12-04T22:17:53.163Z] #53 64.38 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
22:17:53 [2020-12-04T22:17:53.163Z] #53 64.39 Unpacking libbtrfs-dev (4.20.1-2) ...
22:17:53 [2020-12-04T22:17:53.163Z] #53 64.88 Setting up libbtrfs0 (4.20.1-2) ...
22:17:53 [2020-12-04T22:17:53.163Z] #53 65.00 Setting up libbtrfs-dev (4.20.1-2) ...
22:17:53 [2020-12-04T22:17:53.163Z] #53 65.08 Processing triggers for libc-bin (2.28-10) ...
22:17:53 [2020-12-04T22:17:53.163Z] #53 DONE 65.6s
22:17:53 [2020-12-04T22:17:53.163Z] 
22:17:53 [2020-12-04T22:17:53.163Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:17:53 [2020-12-04T22:17:53.163Z] #47 65.58 go: finding github.com/sourcegraph/go-diff v0.5.1
22:17:53 [2020-12-04T22:17:53.163Z] #47 65.59 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:17:53 [2020-12-04T22:17:53.163Z] #47 65.60 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:17:53 [2020-12-04T22:17:53.257Z] #11 74.06 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB]
22:17:53 [2020-12-04T22:17:53.257Z] #11 74.06 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
22:17:53 [2020-12-04T22:17:53.257Z] #11 74.13 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
22:17:53 [2020-12-04T22:17:53.257Z] #11 74.16 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
22:17:53 [2020-12-04T22:17:53.257Z] #11 74.20 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
22:17:53 [2020-12-04T22:17:53.257Z] #11 74.21 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
22:17:53 [2020-12-04T22:17:53.424Z] #47 65.73 go: finding github.com/ultraware/funlen v0.0.2
22:17:53 [2020-12-04T22:17:53.424Z] #47 65.78 go: finding github.com/ultraware/whitespace v0.0.4
22:17:53 [2020-12-04T22:17:53.424Z] #47 65.96 go: finding github.com/tommy-muehle/go-mnd v1.1.1
22:17:53 [2020-12-04T22:17:53.532Z] #11 74.33 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
22:17:53 [2020-12-04T22:17:53.532Z] #11 74.36 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
22:17:53 [2020-12-04T22:17:53.532Z] #11 74.37 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
22:17:53 [2020-12-04T22:17:53.532Z] #11 74.38 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB]
22:17:53 [2020-12-04T22:17:53.686Z] #47 66.02 go: finding github.com/uudashr/gocognit v1.0.1
22:17:53 [2020-12-04T22:17:53.686Z] #47 66.02 go: finding github.com/gogo/protobuf v1.2.1
22:17:53 [2020-12-04T22:17:53.686Z] #47 66.05 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:17:53 [2020-12-04T22:17:53.947Z] #47 66.28 go: finding honnef.co/go/tools v0.0.1-2019.2.3
22:17:53 [2020-12-04T22:17:53.947Z] #47 66.30 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:17:53 [2020-12-04T22:17:53.947Z] #47 66.31 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:17:53 [2020-12-04T22:17:53.947Z] #47 66.38 go: finding github.com/BurntSushi/toml v0.3.1
22:17:53 [2020-12-04T22:17:53.947Z] #47 66.39 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:17:54 [2020-12-04T22:17:54.055Z] #43 55.99   CC       compel/src/lib/ptrace.o
22:17:54 [2020-12-04T22:17:54.351Z] #43 56.48   AR       compel/libcompel.a
22:17:54 [2020-12-04T22:17:54.351Z] #43 ...
22:17:54 [2020-12-04T22:17:54.351Z] 
22:17:54 [2020-12-04T22:17:54.351Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:54 [2020-12-04T22:17:54.351Z] #53 10.86 + cd /tmp/tmp.8igqdnB0jw/src/github.com/opencontainers/runc
22:17:54 [2020-12-04T22:17:54.620Z] Fetching without tags
22:17:54 [2020-12-04T22:17:54.648Z] #53 10.86 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
22:17:54 [2020-12-04T22:17:54.946Z] #53 11.42 + '[' -z '' ']'
22:17:55 [2020-12-04T22:17:55.243Z] #53 11.42 + target=static
22:17:55 [2020-12-04T22:17:55.243Z] #53 11.42 + make 'BUILDTAGS=seccomp apparmor selinux ' static
22:17:55 [2020-12-04T22:17:55.443Z] #11 76.04 debconf: delaying package configuration, since apt-utils is not installed
22:17:55 [2020-12-04T22:17:55.443Z] #11 76.36 Fetched 77.7 MB in 12s (6664 kB/s)
22:17:55 [2020-12-04T22:17:55.443Z] #11 76.53 Selecting previously unselected package binutils-mingw-w64-i686.
22:17:55 [2020-12-04T22:17:55.543Z] #53 ...
22:17:55 [2020-12-04T22:17:55.543Z] 
22:17:55 [2020-12-04T22:17:55.543Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:55 [2020-12-04T22:17:55.543Z] #51 114.7 golang.org/x/crypto/ssh/terminal
22:17:55 [2020-12-04T22:17:55.543Z] #51 117.4 mvdan.cc/sh/v3/cmd/shfmt
22:17:55 [2020-12-04T22:17:55.543Z] #51 DONE 123.2s
22:17:55 [2020-12-04T22:17:55.543Z] 
22:17:55 [2020-12-04T22:17:55.543Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:55 [2020-12-04T22:17:55.543Z] #53 11.94 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 .
22:17:55 [2020-12-04T22:17:55.703Z] #11 76.53 (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.)
22:17:55 [2020-12-04T22:17:55.703Z] #11 76.60 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
22:17:55 [2020-12-04T22:17:55.703Z] #11 76.62 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:17:55 [2020-12-04T22:17:55.878Z] Merging remotes/origin/master commit ab373df1125b6002603456fd7f554ef370389ad9 into PR head commit cd63cc846e7ec4f2d255023d04ead33a2a7fe986
22:17:54 [2020-12-04T22:17:54.227Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:17:54 [2020-12-04T22:17:54.338Z]  > git config --add remote.origin.fetch +refs/pull/41622/head:refs/remotes/origin/PR-41622 # timeout=10
22:17:54 [2020-12-04T22:17:54.395Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:17:54 [2020-12-04T22:17:54.531Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:17:54 [2020-12-04T22:17:54.657Z] Fetching upstream changes from https://github.com/moby/moby.git
22:17:54 [2020-12-04T22:17:54.658Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:17:54 [2020-12-04T22:17:54.659Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41622/head:refs/remotes/origin/PR-41622 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:17:55 [2020-12-04T22:17:55.987Z]  > git config core.sparsecheckout # timeout=10
22:17:56 [2020-12-04T22:17:56.036Z]  > git checkout -f cd63cc846e7ec4f2d255023d04ead33a2a7fe986 # timeout=10
22:17:56 [2020-12-04T22:17:56.655Z] #47 ...
22:17:56 [2020-12-04T22:17:56.655Z] 
22:17:56 [2020-12-04T22:17:56.655Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:56 [2020-12-04T22:17:56.655Z] #32 58.63 sync
22:17:56 [2020-12-04T22:17:56.655Z] #32 58.64 internal/reflectlite
22:17:56 [2020-12-04T22:17:56.655Z] #32 62.85 errors
22:17:56 [2020-12-04T22:17:56.655Z] #32 62.86 sort
22:17:56 [2020-12-04T22:17:56.655Z] #32 64.05 strconv
22:17:56 [2020-12-04T22:17:56.655Z] #32 65.05 io
22:17:56 [2020-12-04T22:17:56.655Z] #32 67.04 internal/oserror
22:17:56 [2020-12-04T22:17:56.655Z] #32 67.17 syscall
22:17:56 [2020-12-04T22:17:56.655Z] #32 ...
22:17:56 [2020-12-04T22:17:56.655Z] 
22:17:56 [2020-12-04T22:17:56.655Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:56 [2020-12-04T22:17:56.655Z] #11 68.80 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]
22:17:57 [2020-12-04T22:17:57.073Z] #53 ...
22:17:57 [2020-12-04T22:17:57.073Z] 
22:17:57 [2020-12-04T22:17:57.073Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:17:57 [2020-12-04T22:17:57.073Z] #45 114.5 encoding/xml
22:17:57 [2020-12-04T22:17:57.073Z] #45 121.3 crypto/rand
22:17:57 [2020-12-04T22:17:57.073Z] #45 123.1 go/doc
22:17:57 [2020-12-04T22:17:57.073Z] #45 123.5 crypto/elliptic
22:17:57 [2020-12-04T22:17:57.073Z] #45 ...
22:17:57 [2020-12-04T22:17:57.073Z] 
22:17:57 [2020-12-04T22:17:57.073Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:17:57 [2020-12-04T22:17:57.073Z] #43 56.60   HOSTCC   compel/src/main-host.o
22:17:57 [2020-12-04T22:17:57.073Z] #43 57.04   HOSTCC   compel/arch/ppc64/src/lib/handle-elf-host.o
22:17:57 [2020-12-04T22:17:57.073Z] #43 57.27   HOSTCC   compel/src/lib/handle-elf-host.o
22:17:57 [2020-12-04T22:17:57.073Z] #43 57.87   HOSTCC   compel/src/lib/log-host.o
22:17:57 [2020-12-04T22:17:57.073Z] #43 58.08   HOSTLINK compel/compel-host-bin
22:17:57 [2020-12-04T22:17:57.073Z] #43 58.26   DEP      soccr/soccr.d
22:17:57 [2020-12-04T22:17:57.073Z] #43 58.48   CC       soccr/soccr.o
22:17:57 [2020-12-04T22:17:57.089Z] #11 ...
22:17:57 [2020-12-04T22:17:57.089Z] 
22:17:57 [2020-12-04T22:17:57.089Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.731 + RM_GOPATH=0
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.733 + TMP_GOPATH=
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.733 + : /build
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.733 + '[' -z '' ']'
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.735 ++ mktemp -d
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.738 + export GOPATH=/tmp/tmp.5tab1yLUgb
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.740 + GOPATH=/tmp/tmp.5tab1yLUgb
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.740 + RM_GOPATH=1
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.741 + case "$(go env GOARCH)" in
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.741 ++ go env GOARCH
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.763 + export GO_BUILDMODE=-buildmode=pie
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.763 + GO_BUILDMODE=-buildmode=pie
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.785 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.785 ++ dirname /tmp/install/install.sh
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.785 + dir=/tmp/install
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.785 + bin=containerd
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.785 + shift
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.785 + '[' '!' -f /tmp/install/containerd.installer ']'
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.785 + . /tmp/install/containerd.installer
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.785 ++ set -e
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.785 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.785 + install_containerd
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.785 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.785 + git clone https://github.com/containerd/containerd.git /tmp/tmp.5tab1yLUgb/src/github.com/containerd/containerd
22:17:57 [2020-12-04T22:17:57.089Z] #54 1.839 Cloning into '/tmp/tmp.5tab1yLUgb/src/github.com/containerd/containerd'...
22:17:57 [2020-12-04T22:17:57.089Z] #54 ...
22:17:57 [2020-12-04T22:17:57.089Z] 
22:17:57 [2020-12-04T22:17:57.089Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:17:57 [2020-12-04T22:17:57.089Z] #40 68.39 debconf: delaying package configuration, since apt-utils is not installed
22:17:57 [2020-12-04T22:17:57.089Z] #40 68.81 Fetched 4095 kB in 1s (3605 kB/s)
22:17:57 [2020-12-04T22:17:57.089Z] #40 68.96 Selecting previously unselected package libcap-dev:amd64.
22:17:57 [2020-12-04T22:17:57.089Z] #40 68.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 ... 15410 files and directories currently installed.)
22:17:57 [2020-12-04T22:17:57.089Z] #40 69.11 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 69.12 Unpacking libcap-dev:amd64 (1:2.25-2) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 69.54 Selecting previously unselected package libnet1:amd64.
22:17:57 [2020-12-04T22:17:57.089Z] #40 69.54 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 69.54 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 69.74 Selecting previously unselected package libnet1-dev.
22:17:57 [2020-12-04T22:17:57.089Z] #40 69.74 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 69.75 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 69.94 Selecting previously unselected package libnl-3-200:amd64.
22:17:57 [2020-12-04T22:17:57.089Z] #40 69.95 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 69.98 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 70.22 Selecting previously unselected package libnl-3-dev:amd64.
22:17:57 [2020-12-04T22:17:57.089Z] #40 70.23 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 70.24 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 70.74 Selecting previously unselected package libprotobuf-c1:amd64.
22:17:57 [2020-12-04T22:17:57.089Z] #40 70.76 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 70.79 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 70.97 Selecting previously unselected package libprotobuf-c-dev:amd64.
22:17:57 [2020-12-04T22:17:57.089Z] #40 71.01 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 71.04 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 71.32 Selecting previously unselected package zlib1g-dev:amd64.
22:17:57 [2020-12-04T22:17:57.089Z] #40 71.32 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 71.32 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 71.83 Selecting previously unselected package libprotobuf17:amd64.
22:17:57 [2020-12-04T22:17:57.089Z] #40 71.84 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 71.84 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 73.47 Selecting previously unselected package libprotobuf-lite17:amd64.
22:17:57 [2020-12-04T22:17:57.089Z] #40 73.49 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 73.55 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 73.95 Selecting previously unselected package libprotobuf-dev:amd64.
22:17:57 [2020-12-04T22:17:57.089Z] #40 73.95 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 74.00 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 76.02 Selecting previously unselected package libprotoc17:amd64.
22:17:57 [2020-12-04T22:17:57.089Z] #40 76.03 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 76.07 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 76.84 Selecting previously unselected package protobuf-c-compiler.
22:17:57 [2020-12-04T22:17:57.089Z] #40 76.85 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 76.90 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 77.22 Selecting previously unselected package protobuf-compiler.
22:17:57 [2020-12-04T22:17:57.089Z] #40 77.24 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 77.25 Unpacking protobuf-compiler (3.6.1.3-2) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 77.48 Selecting previously unselected package python-pkg-resources.
22:17:57 [2020-12-04T22:17:57.089Z] #40 77.48 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 77.49 Unpacking python-pkg-resources (40.8.0-1) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 77.92 Selecting previously unselected package python-six.
22:17:57 [2020-12-04T22:17:57.089Z] #40 77.92 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 77.93 Unpacking python-six (1.12.0-1) ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 78.07 Selecting previously unselected package python-protobuf.
22:17:57 [2020-12-04T22:17:57.089Z] #40 78.07 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.089Z] #40 78.10 Unpacking python-protobuf (3.6.1.3-2) ...
22:17:57 [2020-12-04T22:17:57.623Z] #11 ...
22:17:57 [2020-12-04T22:17:57.623Z] 
22:17:57 [2020-12-04T22:17:57.623Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:57 [2020-12-04T22:17:57.623Z] #34 60.13 The following additional packages will be installed:
22:17:57 [2020-12-04T22:17:57.623Z] #34 60.13   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
22:17:57 [2020-12-04T22:17:57.623Z] #34 60.13 Suggested packages:
22:17:57 [2020-12-04T22:17:57.623Z] #34 60.13   cmake-doc ninja-build lrzip
22:17:57 [2020-12-04T22:17:57.623Z] #34 60.13 Recommended packages:
22:17:57 [2020-12-04T22:17:57.623Z] #34 60.13   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
22:17:57 [2020-12-04T22:17:57.623Z] #34 61.57 The following NEW packages will be installed:
22:17:57 [2020-12-04T22:17:57.623Z] #34 61.61   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
22:17:57 [2020-12-04T22:17:57.623Z] #34 61.64   vim-common xxd
22:17:57 [2020-12-04T22:17:57.623Z] #34 62.04 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded.
22:17:57 [2020-12-04T22:17:57.623Z] #34 62.04 Need to get 14.9 MB of archives.
22:17:57 [2020-12-04T22:17:57.623Z] #34 62.04 After this operation, 61.8 MB of additional disk space will be used.
22:17:57 [2020-12-04T22:17:57.623Z] #34 62.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
22:17:57 [2020-12-04T22:17:57.623Z] #34 62.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
22:17:57 [2020-12-04T22:17:57.623Z] #34 62.05 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
22:17:57 [2020-12-04T22:17:57.623Z] #34 62.39 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
22:17:57 [2020-12-04T22:17:57.623Z] #34 64.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
22:17:57 [2020-12-04T22:17:57.623Z] #34 64.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
22:17:57 [2020-12-04T22:17:57.623Z] #34 64.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
22:17:57 [2020-12-04T22:17:57.623Z] #34 64.23 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
22:17:57 [2020-12-04T22:17:57.623Z] #34 64.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
22:17:57 [2020-12-04T22:17:57.623Z] #34 64.25 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
22:17:57 [2020-12-04T22:17:57.623Z] #34 66.80 debconf: delaying package configuration, since apt-utils is not installed
22:17:57 [2020-12-04T22:17:57.623Z] #34 67.32 Fetched 14.9 MB in 3s (4609 kB/s)
22:17:57 [2020-12-04T22:17:57.623Z] #34 67.42 Selecting previously unselected package xxd.
22:17:57 [2020-12-04T22:17:57.623Z] #34 67.42 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
22:17:57 [2020-12-04T22:17:57.623Z] #34 67.60 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
22:17:57 [2020-12-04T22:17:57.623Z] #34 67.69 Unpacking xxd (2:8.1.0875-5) ...
22:17:57 [2020-12-04T22:17:57.623Z] #34 68.38 Selecting previously unselected package vim-common.
22:17:57 [2020-12-04T22:17:57.623Z] #34 68.39 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
22:17:57 [2020-12-04T22:17:57.623Z] #34 68.56 Unpacking vim-common (2:8.1.0875-5) ...
22:17:57 [2020-12-04T22:17:57.623Z] #34 69.19 Selecting previously unselected package cmake-data.
22:17:57 [2020-12-04T22:17:57.623Z] #34 69.22 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
22:17:57 [2020-12-04T22:17:57.623Z] #34 69.25 Unpacking cmake-data (3.13.4-1) ...
22:17:57 [2020-12-04T22:17:57.906Z] #34 ...
22:17:57 [2020-12-04T22:17:57.906Z] 
22:17:57 [2020-12-04T22:17:57.906Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:17:58 [2020-12-04T22:17:58.124Z] #43 60.26   AR       soccr/libsoccr.a
22:17:58 [2020-12-04T22:17:58.429Z] #43 60.34 make[1]: 'soccr/libsoccr.a' is up to date.
22:17:58 [2020-12-04T22:17:58.470Z] #40 79.20 Setting up python-pkg-resources (40.8.0-1) ...
22:17:58 [2020-12-04T22:17:58.964Z] #30 69.60 Checking out files:  69% (1052/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.
22:17:58 [2020-12-04T22:17:58.964Z] #30 71.16 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
22:17:59 [2020-12-04T22:17:59.071Z] #43 61.01   DEP      criu/arch/ppc64/sigframe.d
22:17:59 [2020-12-04T22:17:59.071Z] #43 61.23   DEP      criu/arch/ppc64/crtools.d
22:17:59 [2020-12-04T22:17:59.368Z] #43 61.43   DEP      criu/arch/ppc64/cpu.d
22:17:59 [2020-12-04T22:17:59.410Z] #40 ...
22:17:59 [2020-12-04T22:17:59.410Z] 
22:17:59 [2020-12-04T22:17:59.410Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:17:59 [2020-12-04T22:17:59.410Z] #32 70.32 reflect
22:17:59 [2020-12-04T22:17:59.410Z] #32 80.03 time
22:17:59 [2020-12-04T22:17:59.090Z]  > git remote # timeout=10
22:17:59 [2020-12-04T22:17:59.179Z]  > git config --get remote.origin.url # timeout=10
22:17:59 [2020-12-04T22:17:59.227Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:17:59 [2020-12-04T22:17:59.229Z]  > git merge ab373df1125b6002603456fd7f554ef370389ad9 # timeout=10
22:17:59 [2020-12-04T22:17:59.623Z] #30 71.65 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:17:59 [2020-12-04T22:17:59.665Z] #43 61.63   CC       criu/arch/ppc64/cpu.o
22:17:59 [2020-12-04T22:17:59.670Z] #32 ...
22:17:59 [2020-12-04T22:17:59.670Z] 
22:17:59 [2020-12-04T22:17:59.670Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:17:59 [2020-12-04T22:17:59.670Z] #34 74.48 Selecting previously unselected package libicu63:amd64.
22:17:59 [2020-12-04T22:17:59.670Z] #34 74.59 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
22:17:59 [2020-12-04T22:17:59.670Z] #34 74.61 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
22:17:59 [2020-12-04T22:17:59.930Z] #34 ...
22:17:59 [2020-12-04T22:17:59.930Z] 
22:17:59 [2020-12-04T22:17:59.930Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:17:59 [2020-12-04T22:17:59.930Z] #11 80.96 Selecting previously unselected package binutils-mingw-w64-x86-64.
22:17:59 [2020-12-04T22:17:59.963Z] #43 62.15   CC       criu/arch/ppc64/crtools.o
22:18:00 [2020-12-04T22:18:00.190Z] #11 80.97 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
22:18:00 [2020-12-04T22:18:00.190Z] #11 80.99 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:18:00 [2020-12-04T22:18:00.633Z] Merge succeeded, producing 51ebd31f1fdae3b0b93656f5bdb167d54b1f9150
22:18:00 [2020-12-04T22:18:00.633Z] Checking out Revision 51ebd31f1fdae3b0b93656f5bdb167d54b1f9150 (PR-41622)
22:18:01 [2020-12-04T22:18:01.495Z] #43 63.25   CC       criu/arch/ppc64/sigframe.o
22:18:01 [2020-12-04T22:18:01.495Z] #43 63.60   LINK     criu/arch/ppc64/crtools.built-in.o
22:18:01 [2020-12-04T22:18:01.794Z] #43 63.68   DEP      criu/pie/util-vdso.d
22:18:01 [2020-12-04T22:18:01.794Z] #43 63.86   DEP      criu/pie/util.d
22:18:02 [2020-12-04T22:18:02.092Z] #43 64.08   CC       criu/pie/util.o
22:18:02 [2020-12-04T22:18:02.169Z] #30 ...
22:18:02 [2020-12-04T22:18:02.169Z] 
22:18:02 [2020-12-04T22:18:02.169Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:02 [2020-12-04T22:18:02.169Z] #43 64.15 internal/singleflight
22:18:02 [2020-12-04T22:18:02.169Z] #43 64.24 io
22:18:02 [2020-12-04T22:18:02.169Z] #43 64.79 strconv
22:18:02 [2020-12-04T22:18:02.169Z] #43 66.31 bytes
22:18:02 [2020-12-04T22:18:02.169Z] #43 70.31 bufio
22:18:02 [2020-12-04T22:18:02.169Z] #43 71.98 reflect
22:18:02 [2020-12-04T22:18:02.169Z] #43 72.98 syscall
22:18:02 [2020-12-04T22:18:02.169Z] #43 ...
22:18:02 [2020-12-04T22:18:02.169Z] 
22:18:02 [2020-12-04T22:18:02.169Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:18:02 [2020-12-04T22:18:02.169Z] #34 74.24 Selecting previously unselected package libicu63:amd64.
22:18:02 [2020-12-04T22:18:02.169Z] #34 74.25 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #34 74.28 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
22:18:02 [2020-12-04T22:18:02.169Z] #34 ...
22:18:02 [2020-12-04T22:18:02.169Z] 
22:18:02 [2020-12-04T22:18:02.169Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:18:02 [2020-12-04T22:18:02.169Z] #40 64.46 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 64.79 Selecting previously unselected package libnet1-dev.
22:18:02 [2020-12-04T22:18:02.169Z] #40 64.79 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 64.80 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 65.23 Selecting previously unselected package libnl-3-200:amd64.
22:18:02 [2020-12-04T22:18:02.169Z] #40 65.24 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 65.26 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 65.71 Selecting previously unselected package libnl-3-dev:amd64.
22:18:02 [2020-12-04T22:18:02.169Z] #40 65.74 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 65.75 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 66.26 Selecting previously unselected package libprotobuf-c1:amd64.
22:18:02 [2020-12-04T22:18:02.169Z] #40 66.26 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 66.28 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 66.42 Selecting previously unselected package libprotobuf-c-dev:amd64.
22:18:02 [2020-12-04T22:18:02.169Z] #40 66.42 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 66.42 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 66.66 Selecting previously unselected package zlib1g-dev:amd64.
22:18:02 [2020-12-04T22:18:02.169Z] #40 66.67 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 66.67 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 66.97 Selecting previously unselected package libprotobuf17:amd64.
22:18:02 [2020-12-04T22:18:02.169Z] #40 66.99 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 66.99 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 68.72 Selecting previously unselected package libprotobuf-lite17:amd64.
22:18:02 [2020-12-04T22:18:02.169Z] #40 68.72 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 68.74 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 69.23 Selecting previously unselected package libprotobuf-dev:amd64.
22:18:02 [2020-12-04T22:18:02.169Z] #40 69.24 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 69.25 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 71.94 Selecting previously unselected package libprotoc17:amd64.
22:18:02 [2020-12-04T22:18:02.169Z] #40 71.94 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 71.96 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 73.21 Selecting previously unselected package protobuf-c-compiler.
22:18:02 [2020-12-04T22:18:02.169Z] #40 73.21 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 73.25 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 73.68 Selecting previously unselected package protobuf-compiler.
22:18:02 [2020-12-04T22:18:02.169Z] #40 73.68 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 73.70 Unpacking protobuf-compiler (3.6.1.3-2) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 74.02 Selecting previously unselected package python-pkg-resources.
22:18:02 [2020-12-04T22:18:02.169Z] #40 74.03 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 74.05 Unpacking python-pkg-resources (40.8.0-1) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 74.47 Selecting previously unselected package python-six.
22:18:02 [2020-12-04T22:18:02.169Z] #40 74.47 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 74.48 Unpacking python-six (1.12.0-1) ...
22:18:02 [2020-12-04T22:18:02.169Z] #40 ...
22:18:02 [2020-12-04T22:18:02.169Z] 
22:18:02 [2020-12-04T22:18:02.169Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:18:02 [2020-12-04T22:18:02.169Z] #11 72.79 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
22:18:02 [2020-12-04T22:18:02.169Z] #11 72.80 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
22:18:02 [2020-12-04T22:18:02.169Z] #11 72.80 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
22:18:02 [2020-12-04T22:18:02.169Z] #11 72.82 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
22:18:02 [2020-12-04T22:18:02.170Z] #11 72.82 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]
22:18:02 [2020-12-04T22:18:02.170Z] #11 72.82 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB]
22:18:02 [2020-12-04T22:18:02.170Z] #11 72.84 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
22:18:02 [2020-12-04T22:18:02.170Z] #11 72.87 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
22:18:02 [2020-12-04T22:18:02.170Z] #11 72.91 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
22:18:02 [2020-12-04T22:18:02.170Z] #11 72.95 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
22:18:02 [2020-12-04T22:18:02.170Z] #11 72.97 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
22:18:02 [2020-12-04T22:18:02.170Z] #11 73.04 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
22:18:02 [2020-12-04T22:18:02.170Z] #11 73.08 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
22:18:02 [2020-12-04T22:18:02.170Z] #11 73.09 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
22:18:02 [2020-12-04T22:18:02.170Z] #11 73.09 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB]
22:18:02 [2020-12-04T22:18:02.389Z] #43 ...
22:18:02 [2020-12-04T22:18:02.390Z] 
22:18:02 [2020-12-04T22:18:02.390Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:02 [2020-12-04T22:18:02.390Z] #45 130.1 encoding/asn1
22:18:02 [2020-12-04T22:18:02.430Z] #11 74.87 debconf: delaying package configuration, since apt-utils is not installed
22:18:00 [2020-12-04T22:18:00.524Z]  > git rev-parse "HEAD^{commit}" # timeout=10
22:18:00 [2020-12-04T22:18:00.666Z]  > git config core.sparsecheckout # timeout=10
22:18:00 [2020-12-04T22:18:00.718Z]  > git checkout -f 51ebd31f1fdae3b0b93656f5bdb167d54b1f9150 # timeout=10
22:18:03 [2020-12-04T22:18:03.001Z] #11 75.19 Fetched 77.7 MB in 12s (6327 kB/s)
22:18:03 [2020-12-04T22:18:03.001Z] #11 75.30 Selecting previously unselected package binutils-mingw-w64-i686.
22:18:03 [2020-12-04T22:18:03.001Z] #11 75.30 (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.)
22:18:03 [2020-12-04T22:18:03.001Z] #11 75.40 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
22:18:03 [2020-12-04T22:18:03.001Z] #11 75.41 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:18:03 [2020-12-04T22:18:03.263Z] #11 ...
22:18:03 [2020-12-04T22:18:03.263Z] 
22:18:03 [2020-12-04T22:18:03.263Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.900 + RM_GOPATH=0
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.900 + TMP_GOPATH=
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.900 + : /build
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.900 + '[' -z '' ']'
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.912 ++ mktemp -d
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.912 + export GOPATH=/tmp/tmp.dnMsVZdjxS
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.912 + GOPATH=/tmp/tmp.dnMsVZdjxS
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.912 + RM_GOPATH=1
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.912 + case "$(go env GOARCH)" in
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.912 ++ go env GOARCH
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.952 + export GO_BUILDMODE=-buildmode=pie
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.952 + GO_BUILDMODE=-buildmode=pie
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.954 ++ dirname /tmp/install/install.sh
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.955 + dir=/tmp/install
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.955 + bin=containerd
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.955 + shift
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.955 + '[' '!' -f /tmp/install/containerd.installer ']'
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.955 + . /tmp/install/containerd.installer
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.955 ++ set -e
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.955 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.955 + install_containerd
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.979 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.979 + git clone https://github.com/containerd/containerd.git /tmp/tmp.dnMsVZdjxS/src/github.com/containerd/containerd
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.979 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
22:18:03 [2020-12-04T22:18:03.263Z] #54 1.988 Cloning into '/tmp/tmp.dnMsVZdjxS/src/github.com/containerd/containerd'...
22:18:03 [2020-12-04T22:18:03.524Z] #54 ...
22:18:03 [2020-12-04T22:18:03.524Z] 
22:18:03 [2020-12-04T22:18:03.524Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:18:03 [2020-12-04T22:18:03.524Z] #40 74.66 Selecting previously unselected package python-protobuf.
22:18:03 [2020-12-04T22:18:03.524Z] #40 74.67 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
22:18:03 [2020-12-04T22:18:03.524Z] #40 74.69 Unpacking python-protobuf (3.6.1.3-2) ...
22:18:03 [2020-12-04T22:18:03.524Z] #40 75.46 Setting up python-pkg-resources (40.8.0-1) ...
22:18:04 [2020-12-04T22:18:04.392Z] #11 ...
22:18:04 [2020-12-04T22:18:04.392Z] 
22:18:04 [2020-12-04T22:18:04.392Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:04 [2020-12-04T22:18:04.392Z] #49 74.71 syscall
22:18:04 [2020-12-04T22:18:04.392Z] #49 74.81 reflect
22:18:04 [2020-12-04T22:18:04.392Z] #49 ...
22:18:04 [2020-12-04T22:18:04.392Z] 
22:18:04 [2020-12-04T22:18:04.392Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:04 [2020-12-04T22:18:04.392Z] #43 85.30 time
22:18:05 [2020-12-04T22:18:05.175Z] #45 132.8 crypto/rsa
22:18:06 [2020-12-04T22:18:06.227Z] #45 133.8 github.com/LK4D4/vndr/build
22:18:06 [2020-12-04T22:18:06.935Z] #43 ...
22:18:06 [2020-12-04T22:18:06.935Z] 
22:18:06 [2020-12-04T22:18:06.935Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:18:06 [2020-12-04T22:18:06.935Z] #45 DONE 87.6s
22:18:06 [2020-12-04T22:18:06.935Z] 
22:18:06 [2020-12-04T22:18:06.935Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:18:06 [2020-12-04T22:18:06.935Z] #40 87.20 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
22:18:06 [2020-12-04T22:18:06.935Z] #40 87.41 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:18:06 [2020-12-04T22:18:06.935Z] #40 87.56 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:18:06 [2020-12-04T22:18:06.935Z] #40 87.61 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
22:18:06 [2020-12-04T22:18:06.935Z] #40 87.64 Setting up python-six (1.12.0-1) ...
22:18:07 [2020-12-04T22:18:07.731Z] #40 ...
22:18:07 [2020-12-04T22:18:07.731Z] 
22:18:07 [2020-12-04T22:18:07.731Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:18:07 [2020-12-04T22:18:07.731Z] #11 79.77 Selecting previously unselected package binutils-mingw-w64-x86-64.
22:18:07 [2020-12-04T22:18:07.731Z] #11 79.79 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
22:18:07 [2020-12-04T22:18:07.731Z] #11 79.80 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:18:07 [2020-12-04T22:18:07.731Z] #11 ...
22:18:07 [2020-12-04T22:18:07.731Z] 
22:18:07 [2020-12-04T22:18:07.731Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:07 [2020-12-04T22:18:07.731Z] #32 70.15 reflect
22:18:07 [2020-12-04T22:18:07.731Z] #32 78.97 time
22:18:07 [2020-12-04T22:18:07.762Z] #45 ...
22:18:07 [2020-12-04T22:18:07.762Z] 
22:18:07 [2020-12-04T22:18:07.762Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:18:07 [2020-12-04T22:18:07.762Z] #20 11.24 Fetched 8182 kB in 11s (755 kB/s)
22:18:07 [2020-12-04T22:18:07.762Z] #20 11.24 Reading package lists...
22:18:07 [2020-12-04T22:18:07.762Z] #20 16.44 Reading package lists...
22:18:07 [2020-12-04T22:18:07.762Z] #20 21.25 Building dependency tree...
22:18:07 [2020-12-04T22:18:07.762Z] #20 ...
22:18:07 [2020-12-04T22:18:07.762Z] 
22:18:07 [2020-12-04T22:18:07.762Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:07 [2020-12-04T22:18:07.762Z] #43 64.51   CC       criu/pie/util-vdso.o
22:18:07 [2020-12-04T22:18:07.762Z] #43 65.21   AR       criu/pie/pie.lib.a
22:18:07 [2020-12-04T22:18:07.762Z] #43 65.30   DEP      criu/pie/restorer.d
22:18:07 [2020-12-04T22:18:07.762Z] #43 65.73   DEP      criu/arch/ppc64/vdso-trampoline.d
22:18:07 [2020-12-04T22:18:07.762Z] #43 65.77   DEP      criu/arch/ppc64/restorer.d
22:18:07 [2020-12-04T22:18:07.762Z] #43 66.05   DEP      criu/arch/ppc64/vdso-pie.d
22:18:07 [2020-12-04T22:18:07.762Z] #43 66.28   DEP      criu/pie/parasite-vdso.d
22:18:07 [2020-12-04T22:18:07.762Z] #43 66.51   DEP      criu/pie/parasite.d
22:18:07 [2020-12-04T22:18:07.762Z] #43 66.77   CC       criu/pie/parasite.o
22:18:07 [2020-12-04T22:18:07.762Z] #43 68.24   LINK     criu/pie/parasite.built-in.o
22:18:07 [2020-12-04T22:18:07.762Z] #43 68.26   GEN      criu/pie/parasite-blob.h
22:18:07 [2020-12-04T22:18:07.762Z] #43 68.29   CC       criu/pie/parasite-vdso.o
22:18:07 [2020-12-04T22:18:07.762Z] #43 69.08   CC       criu/arch/ppc64/vdso-pie.o
22:18:07 [2020-12-04T22:18:07.762Z] #43 69.48   CC       criu/arch/ppc64/restorer.o
22:18:07 [2020-12-04T22:18:07.992Z] #32 ...
22:18:07 [2020-12-04T22:18:07.992Z] 
22:18:07 [2020-12-04T22:18:07.992Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:07 [2020-12-04T22:18:07.992Z] #49 71.79 syscall
22:18:07 [2020-12-04T22:18:07.992Z] #49 71.85 reflect
22:18:08 [2020-12-04T22:18:08.060Z] #43 70.02   CC       criu/arch/ppc64/vdso-trampoline.o
22:18:08 [2020-12-04T22:18:08.060Z] #43 70.06   CC       criu/pie/restorer.o
22:18:08 [2020-12-04T22:18:08.357Z] #43 ...
22:18:08 [2020-12-04T22:18:08.357Z] 
22:18:08 [2020-12-04T22:18:08.357Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:18:08 [2020-12-04T22:18:08.357Z] #20 21.25 Building dependency tree...
22:18:09 [2020-12-04T22:18:09.411Z] #20 22.97 libcap2-bin is already the newest version (1:2.25-2).
22:18:09 [2020-12-04T22:18:09.411Z] #20 22.97 The following additional packages will be installed:
22:18:09 [2020-12-04T22:18:09.411Z] #20 22.98   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
22:18:09 [2020-12-04T22:18:09.411Z] #20 22.98   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
22:18:09 [2020-12-04T22:18:09.411Z] #20 22.98   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
22:18:09 [2020-12-04T22:18:09.411Z] #20 22.98   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
22:18:09 [2020-12-04T22:18:09.411Z] #20 22.99   python3.7 python3.7-minimal vim-runtime xxd
22:18:09 [2020-12-04T22:18:09.411Z] #20 22.99 Suggested packages:
22:18:09 [2020-12-04T22:18:09.411Z] #20 23.00   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
22:18:09 [2020-12-04T22:18:09.411Z] #20 23.00   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
22:18:09 [2020-12-04T22:18:09.411Z] #20 23.00   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
22:18:09 [2020-12-04T22:18:09.411Z] #20 23.00 Recommended packages:
22:18:09 [2020-12-04T22:18:09.411Z] #20 23.00   aufs-dkms nftables build-essential python3-dev python3-keyring
22:18:09 [2020-12-04T22:18:09.411Z] #20 23.00   python3-keyrings.alt python3-xdg unzip
22:18:10 [2020-12-04T22:18:10.472Z] #20 ...
22:18:10 [2020-12-04T22:18:10.472Z] 
22:18:10 [2020-12-04T22:18:10.472Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:18:10 [2020-12-04T22:18:10.472Z] #58 130.4 + for f in rootlesskit rootlesskit-docker-proxy
22:18:10 [2020-12-04T22:18:10.472Z] #58 130.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
22:18:10 [2020-12-04T22:18:10.472Z] #58 DONE 138.2s
22:18:10 [2020-12-04T22:18:10.472Z] 
22:18:10 [2020-12-04T22:18:10.472Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
22:18:10 [2020-12-04T22:18:10.472Z] #59 DONE 0.1s
22:18:10 [2020-12-04T22:18:10.769Z] 
22:18:10 [2020-12-04T22:18:10.769Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
22:18:10 [2020-12-04T22:18:10.769Z] #60 DONE 0.1s
22:18:10 [2020-12-04T22:18:10.769Z] 
22:18:10 [2020-12-04T22:18:10.769Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:10 [2020-12-04T22:18:10.769Z] #45 138.1 vendor/golang.org/x/net/idna
22:18:11 [2020-12-04T22:18:11.214Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
22:18:11 [2020-12-04T22:18:11.298Z] #49 ...
22:18:11 [2020-12-04T22:18:11.298Z] 
22:18:11 [2020-12-04T22:18:11.298Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:18:11 [2020-12-04T22:18:11.298Z] #40 83.48 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
22:18:11 [2020-12-04T22:18:11.298Z] #40 83.50 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:18:11 [2020-12-04T22:18:11.299Z] #40 83.53 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:18:11 [2020-12-04T22:18:11.299Z] #40 83.55 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
22:18:11 [2020-12-04T22:18:11.299Z] #40 83.57 Setting up python-six (1.12.0-1) ...
22:18:11 [2020-12-04T22:18:11.416Z] #45 139.2 vendor/golang.org/x/crypto/cryptobyte
22:18:11 [2020-12-04T22:18:11.506Z] ok  	github.com/docker/docker/api/server/httputils	0.007s	coverage: 14.7% of statements
22:18:12 [2020-12-04T22:18:12.217Z] #40 ...
22:18:12 [2020-12-04T22:18:12.217Z] 
22:18:12 [2020-12-04T22:18:12.217Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:18:12 [2020-12-04T22:18:12.217Z] #11 85.24 Selecting previously unselected package binutils-mingw-w64.
22:18:12 [2020-12-04T22:18:12.217Z] #11 85.24 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
22:18:12 [2020-12-04T22:18:12.217Z] #11 85.25 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
22:18:12 [2020-12-04T22:18:12.217Z] #11 85.39 Selecting previously unselected package libdevmapper1.02.1:amd64.
22:18:12 [2020-12-04T22:18:12.217Z] #11 85.41 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
22:18:12 [2020-12-04T22:18:12.217Z] #11 85.49 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
22:18:12 [2020-12-04T22:18:12.217Z] #11 85.83 Selecting previously unselected package dmsetup.
22:18:12 [2020-12-04T22:18:12.217Z] #11 85.83 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
22:18:12 [2020-12-04T22:18:12.217Z] #11 85.84 Unpacking dmsetup (2:1.02.155-3) ...
22:18:12 [2020-12-04T22:18:12.217Z] #11 86.15 Selecting previously unselected package mingw-w64-common.
22:18:12 [2020-12-04T22:18:12.217Z] #11 86.17 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
22:18:12 [2020-12-04T22:18:12.217Z] #11 86.19 Unpacking mingw-w64-common (6.0.0-3) ...
22:18:12 [2020-12-04T22:18:12.541Z] ok  	github.com/docker/docker/api/server/middleware	0.002s	coverage: 37.7% of statements
22:18:12 [2020-12-04T22:18:12.541Z] ?   	github.com/docker/docker/api/server/router	[no test files]
22:18:12 [2020-12-04T22:18:12.541Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
22:18:12 [2020-12-04T22:18:12.541Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
22:18:12 [2020-12-04T22:18:12.835Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
22:18:12 [2020-12-04T22:18:12.835Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
22:18:12 [2020-12-04T22:18:12.835Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
22:18:12 [2020-12-04T22:18:12.835Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
22:18:12 [2020-12-04T22:18:12.835Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
22:18:13 [2020-12-04T22:18:13.127Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
22:18:13 [2020-12-04T22:18:13.183Z] #11 ...
22:18:13 [2020-12-04T22:18:13.183Z] 
22:18:13 [2020-12-04T22:18:13.183Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:18:13 [2020-12-04T22:18:13.183Z] #40 94.27 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
22:18:13 [2020-12-04T22:18:13.444Z] #40 94.44 Setting up libnl-3-200:amd64 (3.4.0-1) ...
22:18:13 [2020-12-04T22:18:13.710Z] #40 94.62 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
22:18:13 [2020-12-04T22:18:13.710Z] #40 94.68 Setting up libcap-dev:amd64 (1:2.25-2) ...
22:18:13 [2020-12-04T22:18:13.710Z] #40 94.74 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
22:18:13 [2020-12-04T22:18:13.761Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
22:18:13 [2020-12-04T22:18:13.761Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
22:18:13 [2020-12-04T22:18:13.975Z] #40 94.80 Setting up protobuf-compiler (3.6.1.3-2) ...
22:18:13 [2020-12-04T22:18:13.975Z] #40 94.90 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
22:18:13 [2020-12-04T22:18:13.975Z] #40 94.97 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
22:18:13 [2020-12-04T22:18:13.975Z] #40 95.01 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
22:18:14 [2020-12-04T22:18:14.053Z] ok  	github.com/docker/docker/api/server/router/swarm	0.018s	coverage: 5.7% of statements
22:18:14 [2020-12-04T22:18:14.053Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
22:18:14 [2020-12-04T22:18:14.053Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
22:18:14 [2020-12-04T22:18:14.053Z] ?   	github.com/docker/docker/api/types	[no test files]
22:18:14 [2020-12-04T22:18:14.053Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
22:18:14 [2020-12-04T22:18:14.053Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
22:18:14 [2020-12-04T22:18:14.053Z] ?   	github.com/docker/docker/api/types/container	[no test files]
22:18:14 [2020-12-04T22:18:14.053Z] ?   	github.com/docker/docker/api/types/events	[no test files]
22:18:14 [2020-12-04T22:18:14.235Z] #40 95.04 Setting up python-protobuf (3.6.1.3-2) ...
22:18:14 [2020-12-04T22:18:14.345Z] ok  	github.com/docker/docker/api/types/strslice	0.016s	coverage: 90.0% of statements
22:18:14 [2020-12-04T22:18:14.345Z] ok  	github.com/docker/docker/api/types/filters	0.015s	coverage: 92.2% of statements
22:18:14 [2020-12-04T22:18:14.345Z] ?   	github.com/docker/docker/api/types/image	[no test files]
22:18:14 [2020-12-04T22:18:14.345Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
22:18:14 [2020-12-04T22:18:14.345Z] ?   	github.com/docker/docker/api/types/network	[no test files]
22:18:14 [2020-12-04T22:18:14.345Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
22:18:14 [2020-12-04T22:18:14.345Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
22:18:14 [2020-12-04T22:18:14.345Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
22:18:14 [2020-12-04T22:18:14.345Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
22:18:14 [2020-12-04T22:18:14.636Z] ok  	github.com/docker/docker/api/types/time	0.005s	coverage: 100.0% of statements
22:18:14 [2020-12-04T22:18:14.636Z] ok  	github.com/docker/docker/api/types/versions	0.001s	coverage: 75.0% of statements
22:18:14 [2020-12-04T22:18:14.636Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
22:18:14 [2020-12-04T22:18:14.636Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
22:18:14 [2020-12-04T22:18:14.636Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
22:18:14 [2020-12-04T22:18:14.636Z] ?   	github.com/docker/docker/builder	[no test files]
22:18:14 [2020-12-04T22:18:14.636Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
22:18:14 [2020-12-04T22:18:14.636Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
22:18:14 [2020-12-04T22:18:14.636Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
22:18:14 [2020-12-04T22:18:14.636Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
22:18:14 [2020-12-04T22:18:14.636Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
22:18:14 [2020-12-04T22:18:14.637Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
22:18:14 [2020-12-04T22:18:14.637Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
22:18:15 [2020-12-04T22:18:15.029Z] #45 142.8 mime
22:18:15 [2020-12-04T22:18:15.174Z] #40 ...
22:18:15 [2020-12-04T22:18:15.174Z] 
22:18:15 [2020-12-04T22:18:15.174Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:18:15 [2020-12-04T22:18:15.174Z] #34 86.44 Selecting previously unselected package libxml2:amd64.
22:18:15 [2020-12-04T22:18:15.174Z] #34 86.45 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 86.47 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 87.64 Selecting previously unselected package libarchive13:amd64.
22:18:15 [2020-12-04T22:18:15.174Z] #34 87.64 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 87.66 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 88.23 Selecting previously unselected package libjsoncpp1:amd64.
22:18:15 [2020-12-04T22:18:15.174Z] #34 88.23 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 88.27 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 88.53 Selecting previously unselected package librhash0:amd64.
22:18:15 [2020-12-04T22:18:15.174Z] #34 88.53 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 88.54 Unpacking librhash0:amd64 (1.3.8-1) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 88.85 Selecting previously unselected package libuv1:amd64.
22:18:15 [2020-12-04T22:18:15.174Z] #34 88.89 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 88.89 Unpacking libuv1:amd64 (1.24.1-1) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 89.23 Selecting previously unselected package cmake.
22:18:15 [2020-12-04T22:18:15.174Z] #34 89.23 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 89.25 Unpacking cmake (3.13.4-1) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 94.66 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 94.74 Setting up xxd (2:8.1.0875-5) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 94.79 Setting up libuv1:amd64 (1.24.1-1) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 94.85 Setting up vim-common (2:8.1.0875-5) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 95.02 Setting up librhash0:amd64 (1.3.8-1) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 95.07 Setting up cmake-data (3.13.4-1) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 95.13 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 95.14 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 95.17 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 95.22 Setting up cmake (3.13.4-1) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 95.24 Processing triggers for libc-bin (2.28-10) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 95.36 Processing triggers for mime-support (3.62) ...
22:18:15 [2020-12-04T22:18:15.174Z] #34 DONE 96.2s
22:18:15 [2020-12-04T22:18:15.174Z] 
22:18:15 [2020-12-04T22:18:15.174Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:15 [2020-12-04T22:18:15.174Z] #49 86.11 time
22:18:15 [2020-12-04T22:18:15.174Z] #49 94.78 context
22:18:15 [2020-12-04T22:18:15.174Z] #49 95.62 os
22:18:15 [2020-12-04T22:18:15.174Z] #49 95.70 encoding/binary
22:18:15 [2020-12-04T22:18:15.326Z] #45 ...
22:18:15 [2020-12-04T22:18:15.326Z] 
22:18:15 [2020-12-04T22:18:15.326Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.06 The following NEW packages will be installed:
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.06   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.06   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.06   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.06   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.07   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.07   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.07   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.07   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.07   xz-utils zip
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.14 0 upgraded, 48 newly installed, 0 to remove and 9 not upgraded.
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.14 Need to get 29.2 MB of archives.
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.14 After this operation, 134 MB of additional disk space will be used.
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.17 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.38 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.53 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.62 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.62 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.63 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.63 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.64 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.65 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.68 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.69 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.70 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.74 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.74 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.74 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.83 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.85 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.87 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.89 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.90 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.90 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 25.90 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.65 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.65 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.66 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.67 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.67 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.68 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.77 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.77 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.78 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.79 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.80 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.82 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.82 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.89 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.91 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 26.93 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 27.21 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 27.28 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 27.32 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB]
22:18:15 [2020-12-04T22:18:15.326Z] #20 28.22 debconf: delaying package configuration, since apt-utils is not installed
22:18:15 [2020-12-04T22:18:15.326Z] #20 28.34 Fetched 29.2 MB in 2s (13.1 MB/s)
22:18:15 [2020-12-04T22:18:15.326Z] #20 28.43 Selecting previously unselected package pigz.
22:18:15 [2020-12-04T22:18:15.326Z] #20 28.43 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23361 files and directories currently installed.)
22:18:15 [2020-12-04T22:18:15.326Z] #20 28.56 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ...
22:18:15 [2020-12-04T22:18:15.326Z] #20 28.56 Unpacking pigz (2.4-1) ...
22:18:15 [2020-12-04T22:18:15.326Z] #20 28.64 Selecting previously unselected package libpython3.7-minimal:ppc64el.
22:18:15 [2020-12-04T22:18:15.326Z] #20 28.65 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
22:18:15 [2020-12-04T22:18:15.326Z] #20 28.66 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
22:18:15 [2020-12-04T22:18:15.326Z] #20 29.14 Selecting previously unselected package python3.7-minimal.
22:18:15 [2020-12-04T22:18:15.326Z] #20 29.15 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
22:18:15 [2020-12-04T22:18:15.435Z] #49 ...
22:18:15 [2020-12-04T22:18:15.435Z] 
22:18:15 [2020-12-04T22:18:15.435Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:15 [2020-12-04T22:18:15.631Z] #20 29.17 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
22:18:15 [2020-12-04T22:18:15.980Z] Commit message: "Merge commit 'ab373df1125b6002603456fd7f554ef370389ad9' into HEAD"
22:18:16 [2020-12-04T22:18:16.103Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
22:18:16 [2020-12-04T22:18:16.597Z] #40 ...
22:18:16 [2020-12-04T22:18:16.598Z] 
22:18:16 [2020-12-04T22:18:16.598Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:18:16 [2020-12-04T22:18:16.598Z] #45 DONE 88.7s
22:18:16 [2020-12-04T22:18:16.598Z] 
22:18:16 [2020-12-04T22:18:16.598Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:18:16 [2020-12-04T22:18:16.598Z] #34 85.92 Selecting previously unselected package libxml2:amd64.
22:18:16 [2020-12-04T22:18:16.598Z] #34 85.92 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
22:18:16 [2020-12-04T22:18:16.598Z] #34 85.93 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
22:18:16 [2020-12-04T22:18:16.598Z] #34 87.02 Selecting previously unselected package libarchive13:amd64.
22:18:16 [2020-12-04T22:18:16.598Z] #34 87.03 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
22:18:16 [2020-12-04T22:18:16.598Z] #34 87.04 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
22:18:16 [2020-12-04T22:18:16.598Z] #34 87.57 Selecting previously unselected package libjsoncpp1:amd64.
22:18:16 [2020-12-04T22:18:16.598Z] #34 87.57 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
22:18:16 [2020-12-04T22:18:16.598Z] #34 87.60 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
22:18:16 [2020-12-04T22:18:16.598Z] #34 88.13 Selecting previously unselected package librhash0:amd64.
22:18:16 [2020-12-04T22:18:16.598Z] #34 88.14 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
22:18:16 [2020-12-04T22:18:16.598Z] #34 88.29 Unpacking librhash0:amd64 (1.3.8-1) ...
22:18:16 [2020-12-04T22:18:16.598Z] #34 88.85 Selecting previously unselected package libuv1:amd64.
22:18:16 [2020-12-04T22:18:16.598Z] #34 88.85 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
22:18:16 [2020-12-04T22:18:16.598Z] #34 88.88 Unpacking libuv1:amd64 (1.24.1-1) ...
[Pipeline] sh
22:18:16 [2020-12-04T22:18:16.686Z] #20 30.11 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
22:18:16 [2020-12-04T22:18:16.686Z] #20 30.12 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.512 + RM_GOPATH=0
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.512 + TMP_GOPATH=
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.512 + : /build
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.512 + '[' -z '' ']'
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.512 ++ mktemp -d
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.512 + export GOPATH=/tmp/tmp.83WZKRiPRp
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.512 + GOPATH=/tmp/tmp.83WZKRiPRp
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.512 + RM_GOPATH=1
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.512 + case "$(go env GOARCH)" in
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.512 ++ go env GOARCH
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.564 + export GO_BUILDMODE=-buildmode=pie
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.564 + GO_BUILDMODE=-buildmode=pie
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.575 ++ dirname /tmp/install/install.sh
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.576 + dir=/tmp/install
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.576 + bin=tini
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.576 + shift
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.577 + '[' '!' -f /tmp/install/tini.installer ']'
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.577 + . /tmp/install/tini.installer
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.577 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.577 + install_tini
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.577 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.577 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.577 + git clone https://github.com/krallin/tini.git /tmp/tmp.83WZKRiPRp/tini
22:18:16 [2020-12-04T22:18:16.817Z] #35 1.589 Cloning into '/tmp/tmp.83WZKRiPRp/tini'...
22:18:16 [2020-12-04T22:18:16.859Z] #34 89.16 Selecting previously unselected package cmake.
22:18:16 [2020-12-04T22:18:16.859Z] #34 89.19 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
22:18:16 [2020-12-04T22:18:16.859Z] #34 89.22 Unpacking cmake (3.13.4-1) ...
22:18:16 [2020-12-04T22:18:16.014Z]  > git rev-list --no-walk 3e4095b10b50f8a26872ab74381927ab30709a30 # timeout=10
22:18:17 [2020-12-04T22:18:17.369Z] ok  	github.com/docker/docker/builder/remotecontext	0.367s	coverage: 13.7% of statements
22:18:18 [2020-12-04T22:18:18.004Z] ok  	github.com/docker/docker/builder/dockerfile	0.939s	coverage: 48.3% of statements
22:18:18 [2020-12-04T22:18:18.004Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
22:18:18 [2020-12-04T22:18:18.205Z] #35 2.808 + cd /tmp/tmp.83WZKRiPRp/tini
22:18:18 [2020-12-04T22:18:18.205Z] #35 2.825 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
22:18:18 [2020-12-04T22:18:18.205Z] #35 2.842 + cmake .
22:18:18 [2020-12-04T22:18:18.297Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
22:18:18 [2020-12-04T22:18:18.471Z] #35 ...
22:18:18 [2020-12-04T22:18:18.471Z] 
22:18:18 [2020-12-04T22:18:18.471Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:18 [2020-12-04T22:18:18.471Z] #32 89.55 internal/poll
22:18:18 [2020-12-04T22:18:18.471Z] #32 90.93 internal/fmtsort
22:18:18 [2020-12-04T22:18:18.471Z] #32 92.20 internal/syscall/execenv
22:18:18 [2020-12-04T22:18:18.471Z] #32 92.39 internal/syscall/unix
22:18:18 [2020-12-04T22:18:18.471Z] #32 92.52 strings
22:18:18 [2020-12-04T22:18:18.471Z] #32 92.90 os
22:18:18 [2020-12-04T22:18:18.471Z] #32 96.32 path
22:18:18 [2020-12-04T22:18:18.471Z] #32 97.56 text/tabwriter
22:18:18 [2020-12-04T22:18:18.471Z] #32 97.56 fmt
22:18:18 [2020-12-04T22:18:18.471Z] #32 98.90 path/filepath
22:18:18 [2020-12-04T22:18:18.589Z] ok  	github.com/docker/docker/builder/remotecontext/git	0.924s	coverage: 86.3% of statements
22:18:18 [2020-12-04T22:18:18.589Z] ?   	github.com/docker/docker/cli	[no test files]
22:18:18 [2020-12-04T22:18:18.589Z] ?   	github.com/docker/docker/cli/config	[no test files]
22:18:18 [2020-12-04T22:18:18.731Z] #32 ...
22:18:18 [2020-12-04T22:18:18.731Z] 
22:18:18 [2020-12-04T22:18:18.731Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:18 [2020-12-04T22:18:18.731Z] #49 98.87 encoding/base64
22:18:18 [2020-12-04T22:18:18.783Z] #20 32.54 Selecting previously unselected package python3-minimal.
22:18:18 [2020-12-04T22:18:18.783Z] #20 32.54 (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.)
22:18:18 [2020-12-04T22:18:18.783Z] #20 32.59 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ...
22:18:18 [2020-12-04T22:18:18.783Z] #20 32.59 Unpacking python3-minimal (3.7.3-1) ...
22:18:18 [2020-12-04T22:18:18.992Z] #49 100.1 golang.org/x/sys/unix
22:18:19 [2020-12-04T22:18:19.082Z] #20 32.71 Selecting previously unselected package libmpdec2:ppc64el.
22:18:19 [2020-12-04T22:18:19.082Z] #20 32.71 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ...
22:18:19 [2020-12-04T22:18:19.082Z] #20 32.74 Unpacking libmpdec2:ppc64el (2.4.2-2) ...
22:18:19 [2020-12-04T22:18:19.082Z] #20 32.89 Selecting previously unselected package libpython3.7-stdlib:ppc64el.
22:18:19 [2020-12-04T22:18:19.379Z] #20 32.92 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ...
22:18:19 [2020-12-04T22:18:19.379Z] #20 32.93 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
22:18:19 [2020-12-04T22:18:19.411Z] + docker version
22:18:20 [2020-12-04T22:18:20.375Z] #49 ...
22:18:20 [2020-12-04T22:18:20.375Z] 
22:18:20 [2020-12-04T22:18:20.375Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:20 [2020-12-04T22:18:20.375Z] #43 90.95 internal/fmtsort
22:18:20 [2020-12-04T22:18:20.375Z] #43 91.94 internal/syscall/execenv
22:18:20 [2020-12-04T22:18:20.375Z] #43 92.25 internal/syscall/unix
22:18:20 [2020-12-04T22:18:20.375Z] #43 92.58 strings
22:18:20 [2020-12-04T22:18:20.375Z] #43 95.04 regexp/syntax
22:18:20 [2020-12-04T22:18:20.375Z] #43 95.05 os
22:18:20 [2020-12-04T22:18:20.375Z] #43 100.4 fmt
22:18:20 [2020-12-04T22:18:20.375Z] #43 ...
22:18:20 [2020-12-04T22:18:20.375Z] 
22:18:20 [2020-12-04T22:18:20.375Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:20 [2020-12-04T22:18:20.375Z] #35 3.928 -- The C compiler identification is GNU 8.3.0
22:18:20 [2020-12-04T22:18:20.375Z] #35 4.009 -- Check for working C compiler: /usr/bin/cc
22:18:20 [2020-12-04T22:18:20.375Z] #35 5.144 -- Check for working C compiler: /usr/bin/cc -- works
22:18:20 [2020-12-04T22:18:20.375Z] #35 5.145 -- Detecting C compiler ABI info
22:18:20 [2020-12-04T22:18:20.435Z] #20 34.04 Selecting previously unselected package python3.7.
22:18:20 [2020-12-04T22:18:20.436Z] #20 34.04 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ...
22:18:20 [2020-12-04T22:18:20.436Z] #20 34.04 Unpacking python3.7 (3.7.3-2+deb10u2) ...
22:18:20 [2020-12-04T22:18:20.436Z] #20 34.14 Selecting previously unselected package libpython3-stdlib:ppc64el.
22:18:20 [2020-12-04T22:18:20.436Z] #20 34.15 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ...
22:18:20 [2020-12-04T22:18:20.436Z] #20 34.15 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ...
22:18:20 [2020-12-04T22:18:20.436Z] #20 34.23 Setting up python3-minimal (3.7.3-1) ...
22:18:21 [2020-12-04T22:18:21.076Z] #34 ...
22:18:21 [2020-12-04T22:18:21.076Z] 
22:18:21 [2020-12-04T22:18:21.076Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:18:21 [2020-12-04T22:18:21.076Z] #40 90.16 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
22:18:21 [2020-12-04T22:18:21.076Z] #40 90.18 Setting up libnl-3-200:amd64 (3.4.0-1) ...
22:18:21 [2020-12-04T22:18:21.076Z] #40 90.21 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
22:18:21 [2020-12-04T22:18:21.076Z] #40 90.24 Setting up libcap-dev:amd64 (1:2.25-2) ...
22:18:21 [2020-12-04T22:18:21.076Z] #40 90.27 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
22:18:21 [2020-12-04T22:18:21.076Z] #40 90.32 Setting up protobuf-compiler (3.6.1.3-2) ...
22:18:21 [2020-12-04T22:18:21.076Z] #40 90.38 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
22:18:21 [2020-12-04T22:18:21.076Z] #40 90.48 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
22:18:21 [2020-12-04T22:18:21.076Z] #40 90.56 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
22:18:21 [2020-12-04T22:18:21.076Z] #40 90.59 Setting up python-protobuf (3.6.1.3-2) ...
22:18:21 [2020-12-04T22:18:21.316Z] #35 6.055 -- Detecting C compiler ABI info - done
22:18:21 [2020-12-04T22:18:21.316Z] #35 6.115 -- Detecting C compile features
22:18:21 [2020-12-04T22:18:21.323Z] ok  	github.com/docker/docker/client	0.130s	coverage: 75.4% of statements
22:18:21 [2020-12-04T22:18:21.338Z] #40 ...
22:18:21 [2020-12-04T22:18:21.338Z] 
22:18:21 [2020-12-04T22:18:21.338Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:21 [2020-12-04T22:18:21.338Z] #49 83.84 time
22:18:21 [2020-12-04T22:18:21.338Z] #49 91.93 context
22:18:21 [2020-12-04T22:18:21.338Z] #49 93.39 os
22:18:21 [2020-12-04T22:18:21.338Z] #49 93.62 encoding/binary
22:18:21 [2020-12-04T22:18:21.492Z] #20 35.13 Selecting previously unselected package python3.
22:18:21 [2020-12-04T22:18:21.492Z] #20 35.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 ... 24022 files and directories currently installed.)
22:18:21 [2020-12-04T22:18:21.492Z] #20 35.22 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ...
22:18:21 [2020-12-04T22:18:21.492Z] #20 35.23 Unpacking python3 (3.7.3-1) ...
22:18:21 [2020-12-04T22:18:21.599Z] #49 ...
22:18:21 [2020-12-04T22:18:21.599Z] 
22:18:21 [2020-12-04T22:18:21.599Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:18:21 [2020-12-04T22:18:21.599Z] #11 84.95 Selecting previously unselected package binutils-mingw-w64.
22:18:21 [2020-12-04T22:18:21.599Z] #11 84.97 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
22:18:21 [2020-12-04T22:18:21.599Z] #11 84.99 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
22:18:21 [2020-12-04T22:18:21.599Z] #11 85.22 Selecting previously unselected package libdevmapper1.02.1:amd64.
22:18:21 [2020-12-04T22:18:21.599Z] #11 85.23 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
22:18:21 [2020-12-04T22:18:21.599Z] #11 85.25 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
22:18:21 [2020-12-04T22:18:21.599Z] #11 85.56 Selecting previously unselected package dmsetup.
22:18:21 [2020-12-04T22:18:21.599Z] #11 85.57 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
22:18:21 [2020-12-04T22:18:21.599Z] #11 85.58 Unpacking dmsetup (2:1.02.155-3) ...
22:18:21 [2020-12-04T22:18:21.599Z] #11 85.81 Selecting previously unselected package mingw-w64-common.
22:18:21 [2020-12-04T22:18:21.599Z] #11 85.81 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
22:18:21 [2020-12-04T22:18:21.599Z] #11 85.87 Unpacking mingw-w64-common (6.0.0-3) ...
22:18:21 [2020-12-04T22:18:21.791Z] #20 35.41 Selecting previously unselected package libip4tc0:ppc64el.
22:18:21 [2020-12-04T22:18:21.791Z] #20 35.42 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ...
22:18:21 [2020-12-04T22:18:21.791Z] #20 35.43 Unpacking libip4tc0:ppc64el (1.8.2-4) ...
22:18:21 [2020-12-04T22:18:21.791Z] #20 35.51 Selecting previously unselected package libip6tc0:ppc64el.
22:18:21 [2020-12-04T22:18:21.791Z] #20 35.51 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ...
22:18:21 [2020-12-04T22:18:21.791Z] #20 35.51 Unpacking libip6tc0:ppc64el (1.8.2-4) ...
22:18:21 [2020-12-04T22:18:21.791Z] #20 35.59 Selecting previously unselected package libiptc0:ppc64el.
22:18:21 [2020-12-04T22:18:21.791Z] #20 35.60 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ...
22:18:21 [2020-12-04T22:18:21.861Z] #11 ...
22:18:21 [2020-12-04T22:18:21.861Z] 
22:18:21 [2020-12-04T22:18:21.861Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:18:21 [2020-12-04T22:18:21.861Z] #34 94.32 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
22:18:21 [2020-12-04T22:18:21.861Z] #34 94.35 Setting up xxd (2:8.1.0875-5) ...
22:18:21 [2020-12-04T22:18:21.861Z] #34 94.37 Setting up libuv1:amd64 (1.24.1-1) ...
22:18:21 [2020-12-04T22:18:21.861Z] #34 94.39 Setting up vim-common (2:8.1.0875-5) ...
22:18:22 [2020-12-04T22:18:22.088Z] #20 35.60 Unpacking libiptc0:ppc64el (1.8.2-4) ...
22:18:22 [2020-12-04T22:18:22.088Z] #20 35.69 Selecting previously unselected package libnfnetlink0:ppc64el.
22:18:22 [2020-12-04T22:18:22.088Z] #20 35.69 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ...
22:18:22 [2020-12-04T22:18:22.088Z] #20 35.70 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ...
22:18:22 [2020-12-04T22:18:22.088Z] #20 35.77 Selecting previously unselected package libnetfilter-conntrack3:ppc64el.
22:18:22 [2020-12-04T22:18:22.088Z] #20 35.78 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ...
22:18:22 [2020-12-04T22:18:22.088Z] #20 35.78 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
22:18:22 [2020-12-04T22:18:22.088Z] #20 ...
22:18:22 [2020-12-04T22:18:22.088Z] 
22:18:22 [2020-12-04T22:18:22.088Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:22 [2020-12-04T22:18:22.088Z] #43 74.09   LINK     criu/pie/restorer.built-in.o
22:18:22 [2020-12-04T22:18:22.088Z] #43 74.11   GEN      criu/pie/restorer-blob.h
22:18:22 [2020-12-04T22:18:22.088Z] #43 74.19   DEP      criu/vdso.d
22:18:22 [2020-12-04T22:18:22.088Z] #43 74.32   DEP      criu/uts_ns.d
22:18:22 [2020-12-04T22:18:22.088Z] #43 74.56   DEP      criu/util.d
22:18:22 [2020-12-04T22:18:22.088Z] #43 74.91   DEP      criu/uffd.d
22:18:22 [2020-12-04T22:18:22.088Z] #43 75.20   DEP      criu/tun.d
22:18:22 [2020-12-04T22:18:22.088Z] #43 75.49   DEP      criu/tty.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 75.86   DEP      criu/timerfd.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 76.17   DEP      criu/timens.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 76.37   DEP      criu/sysfs_parse.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 76.53   DEP      criu/sysctl.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 76.72   DEP      criu/string.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 76.76   DEP      criu/stats.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 76.93   DEP      criu/sockets.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 77.25   DEP      criu/sk-unix.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 77.56   DEP      criu/sk-tcp.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 77.82   DEP      criu/sk-queue.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 77.98   DEP      criu/sk-packet.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 78.23   DEP      criu/sk-netlink.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 78.45   DEP      criu/sk-inet.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 78.67   DEP      criu/signalfd.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 78.86   DEP      criu/sigframe.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 78.96   DEP      criu/shmem.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 79.13   DEP      criu/servicefd.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 79.36   DEP      criu/seize.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 79.55   DEP      criu/seccomp.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 79.77   DEP      criu/rst-malloc.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 79.89   DEP      criu/rbtree.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 79.93   DEP      criu/pstree.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 80.12   DEP      criu/protobuf.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 80.24   GEN      criu/protobuf-desc-gen.h
22:18:22 [2020-12-04T22:18:22.089Z] #43 82.29   DEP      criu/protobuf-desc.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 82.60   DEP      criu/proc_parse.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 82.86   DEP      criu/plugin.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 82.97   DEP      criu/pipes.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 83.18   DEP      criu/pie-util.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 83.36   DEP      criu/pie-util-vdso.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 83.50   DEP      criu/path.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 83.69   DEP      criu/parasite-syscall.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 83.99   DEP      criu/pagemap.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 84.19   DEP      criu/pagemap-cache.d
22:18:22 [2020-12-04T22:18:22.089Z] #43 ...
22:18:22 [2020-12-04T22:18:22.089Z] 
22:18:22 [2020-12-04T22:18:22.089Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:18:22 [2020-12-04T22:18:22.089Z] #20 35.87 Selecting previously unselected package libnftnl11:ppc64el.
22:18:22 [2020-12-04T22:18:22.089Z] #20 35.88 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ...
22:18:22 [2020-12-04T22:18:22.089Z] #20 35.89 Unpacking libnftnl11:ppc64el (1.1.2-2) ...
22:18:22 [2020-12-04T22:18:22.123Z] #34 94.44 Setting up librhash0:amd64 (1.3.8-1) ...
22:18:22 [2020-12-04T22:18:22.123Z] #34 94.49 Setting up cmake-data (3.13.4-1) ...
22:18:22 [2020-12-04T22:18:22.385Z] #34 94.61 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
22:18:22 [2020-12-04T22:18:22.385Z] #34 94.65 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
22:18:22 [2020-12-04T22:18:22.385Z] #34 94.71 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
22:18:22 [2020-12-04T22:18:22.385Z] #34 ...
22:18:22 [2020-12-04T22:18:22.385Z] 
22:18:22 [2020-12-04T22:18:22.385Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:22 [2020-12-04T22:18:22.385Z] #43 84.63 time
22:18:22 [2020-12-04T22:18:22.385Z] #43 93.00 os
22:18:22 [2020-12-04T22:18:22.385Z] #43 94.20 strings
22:18:22 [2020-12-04T22:18:22.385Z] #43 ...
22:18:22 [2020-12-04T22:18:22.385Z] 
22:18:22 [2020-12-04T22:18:22.385Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
22:18:22 [2020-12-04T22:18:22.385Z] #34 94.73 Setting up cmake (3.13.4-1) ...
22:18:22 [2020-12-04T22:18:22.385Z] #34 94.76 Processing triggers for libc-bin (2.28-10) ...
22:18:22 [2020-12-04T22:18:22.385Z] #34 94.85 Processing triggers for mime-support (3.62) ...
22:18:22 [2020-12-04T22:18:22.400Z] #20 35.95 Selecting previously unselected package iptables.
22:18:22 [2020-12-04T22:18:22.400Z] #20 35.96 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ...
22:18:22 [2020-12-04T22:18:22.400Z] #20 35.96 Unpacking iptables (1.8.2-4) ...
22:18:23 [2020-12-04T22:18:23.343Z] #20 36.85 Selecting previously unselected package xxd.
22:18:23 [2020-12-04T22:18:23.343Z] #20 36.86 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ...
22:18:23 [2020-12-04T22:18:23.343Z] #20 36.87 Unpacking xxd (2:8.1.0875-5) ...
22:18:23 [2020-12-04T22:18:23.343Z] #20 37.03 Selecting previously unselected package vim-common.
22:18:23 [2020-12-04T22:18:23.343Z] #20 37.06 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
22:18:23 [2020-12-04T22:18:23.640Z] #20 37.11 Unpacking vim-common (2:8.1.0875-5) ...
22:18:23 [2020-12-04T22:18:23.640Z] #20 37.32 Selecting previously unselected package bash-completion.
22:18:23 [2020-12-04T22:18:23.640Z] #20 37.32 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
22:18:23 [2020-12-04T22:18:23.773Z] #34 DONE 95.9s
22:18:23 [2020-12-04T22:18:23.773Z] 
22:18:23 [2020-12-04T22:18:23.773Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:18:23 [2020-12-04T22:18:23.773Z] #11 95.84 Selecting previously unselected package mingw-w64-x86-64-dev.
22:18:23 [2020-12-04T22:18:23.773Z] #11 95.84 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
22:18:23 [2020-12-04T22:18:23.773Z] #11 95.88 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
22:18:24 [2020-12-04T22:18:24.634Z] #35 8.985 -- Detecting C compile features - done
22:18:24 [2020-12-04T22:18:24.634Z] #35 9.069 -- Performing Test HAS_BUILTIN_FORTIFY
22:18:24 [2020-12-04T22:18:24.895Z] #35 9.600 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:18:24 [2020-12-04T22:18:24.895Z] #35 ...
22:18:24 [2020-12-04T22:18:24.895Z] 
22:18:24 [2020-12-04T22:18:24.895Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:18:24 [2020-12-04T22:18:24.895Z] #40 104.9 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
22:18:24 [2020-12-04T22:18:24.895Z] #40 104.9 Processing triggers for libc-bin (2.28-10) ...
22:18:24 [2020-12-04T22:18:24.895Z] #40 DONE 105.9s
22:18:24 [2020-12-04T22:18:24.895Z] 
22:18:24 [2020-12-04T22:18:24.895Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:24 [2020-12-04T22:18:24.895Z] #35 9.699 -- Configuring done
22:18:24 [2020-12-04T22:18:24.895Z] #35 9.720 -- Generating done
22:18:24 [2020-12-04T22:18:24.895Z] #35 9.734 -- Build files have been written to: /tmp/tmp.83WZKRiPRp/tini
22:18:24 [2020-12-04T22:18:24.895Z] #35 9.737 + make tini-static
22:18:24 [2020-12-04T22:18:24.895Z] #35 ...
22:18:24 [2020-12-04T22:18:24.895Z] 
22:18:24 [2020-12-04T22:18:24.895Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:24 [2020-12-04T22:18:24.895Z] #32 101.5 io/ioutil
22:18:24 [2020-12-04T22:18:24.895Z] #32 103.9 github.com/BurntSushi/toml
22:18:24 [2020-12-04T22:18:24.895Z] #32 103.9 flag
22:18:25 [2020-12-04T22:18:25.161Z] #11 ...
22:18:25 [2020-12-04T22:18:25.161Z] 
22:18:25 [2020-12-04T22:18:25.161Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:25 [2020-12-04T22:18:25.161Z] #32 87.27 internal/poll
22:18:25 [2020-12-04T22:18:25.161Z] #32 90.68 internal/syscall/execenv
22:18:25 [2020-12-04T22:18:25.161Z] #32 91.19 internal/syscall/unix
22:18:25 [2020-12-04T22:18:25.161Z] #32 91.43 os
22:18:25 [2020-12-04T22:18:25.161Z] #32 91.66 internal/fmtsort
22:18:25 [2020-12-04T22:18:25.161Z] #32 92.88 strings
22:18:25 [2020-12-04T22:18:25.161Z] #32 96.62 path
22:18:25 [2020-12-04T22:18:25.161Z] #32 97.29 fmt
22:18:25 [2020-12-04T22:18:25.161Z] #32 ...
22:18:25 [2020-12-04T22:18:25.161Z] 
22:18:25 [2020-12-04T22:18:25.161Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.565 + RM_GOPATH=0
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.565 + TMP_GOPATH=
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.565 + : /build
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.565 + '[' -z '' ']'
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.565 ++ mktemp -d
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.641 + export GOPATH=/tmp/tmp.sdNUx06ZiG
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.641 + GOPATH=/tmp/tmp.sdNUx06ZiG
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.641 + RM_GOPATH=1
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.641 + case "$(go env GOARCH)" in
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.641 ++ go env GOARCH
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.690 + export GO_BUILDMODE=-buildmode=pie
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.690 + GO_BUILDMODE=-buildmode=pie
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.691 ++ dirname /tmp/install/install.sh
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.703 + dir=/tmp/install
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.703 + bin=tini
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.703 + shift
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.703 + '[' '!' -f /tmp/install/tini.installer ']'
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.703 + . /tmp/install/tini.installer
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.704 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.704 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.704 + install_tini
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.704 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.704 + git clone https://github.com/krallin/tini.git /tmp/tmp.sdNUx06ZiG/tini
22:18:25 [2020-12-04T22:18:25.161Z] #35 1.712 Cloning into '/tmp/tmp.sdNUx06ZiG/tini'...
22:18:25 [2020-12-04T22:18:25.740Z] #20 ...
22:18:25 [2020-12-04T22:18:25.740Z] 
22:18:25 [2020-12-04T22:18:25.740Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:25 [2020-12-04T22:18:25.740Z] #45 143.6 net/http/internal
22:18:25 [2020-12-04T22:18:25.740Z] #45 146.9 net/textproto
22:18:25 [2020-12-04T22:18:25.740Z] #45 146.9 vendor/golang.org/x/net/http/httpproxy
22:18:25 [2020-12-04T22:18:25.740Z] #45 147.0 crypto/x509
22:18:25 [2020-12-04T22:18:25.740Z] #45 148.9 vendor/golang.org/x/net/http/httpguts
22:18:25 [2020-12-04T22:18:25.740Z] #45 148.9 mime/multipart
22:18:25 [2020-12-04T22:18:25.740Z] #45 152.0 crypto/tls
22:18:25 [2020-12-04T22:18:25.841Z] #32 106.8 log
22:18:25 [2020-12-04T22:18:25.841Z] #32 ...
22:18:25 [2020-12-04T22:18:25.841Z] 
22:18:25 [2020-12-04T22:18:25.841Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:25 [2020-12-04T22:18:25.841Z] #35 10.55 Scanning dependencies of target tini-static
22:18:26 [2020-12-04T22:18:26.037Z] #45 ...
22:18:26 [2020-12-04T22:18:26.037Z] 
22:18:26 [2020-12-04T22:18:26.037Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:26 [2020-12-04T22:18:26.037Z] #43 84.35   DEP      criu/page-xfer.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 84.53   DEP      criu/page-pipe.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 84.66   DEP      criu/netfilter.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 84.90   DEP      criu/net.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 85.22   DEP      criu/namespaces.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 85.44   DEP      criu/mount.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 85.74   DEP      criu/memfd.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 85.97   DEP      criu/mem.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 86.25   DEP      criu/lsm.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 86.45   DEP      criu/log.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 86.68   DEP      criu/libnetlink.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 86.82   DEP      criu/kerndat.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 87.03   DEP      criu/kcmp-ids.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 87.11   DEP      criu/irmap.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 87.28   DEP      criu/ipc_ns.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 87.47   DEP      criu/image.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 87.66   DEP      criu/image-desc.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 87.82   DEP      criu/fsnotify.d
22:18:26 [2020-12-04T22:18:26.037Z] #43 88.05   DEP      criu/filesystems.d
22:18:26 [2020-12-04T22:18:26.102Z] #35 10.88 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:18:26 [2020-12-04T22:18:26.102Z] #35 ...
22:18:26 [2020-12-04T22:18:26.102Z] 
22:18:26 [2020-12-04T22:18:26.102Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:18:26 [2020-12-04T22:18:26.102Z] #11 97.02 Selecting previously unselected package mingw-w64-x86-64-dev.
22:18:26 [2020-12-04T22:18:26.102Z] #11 97.07 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
22:18:26 [2020-12-04T22:18:26.102Z] #11 97.12 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
22:18:26 [2020-12-04T22:18:26.105Z] #35 2.687 + cd /tmp/tmp.sdNUx06ZiG/tini
22:18:26 [2020-12-04T22:18:26.105Z] #35 2.687 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
22:18:26 [2020-12-04T22:18:26.105Z] #35 2.775 + cmake .
22:18:26 [2020-12-04T22:18:26.337Z] #43 88.23   DEP      criu/files.d
22:18:26 [2020-12-04T22:18:26.337Z] #43 88.42   DEP      criu/files-reg.d
22:18:26 [2020-12-04T22:18:26.362Z] #11 ...
22:18:26 [2020-12-04T22:18:26.362Z] 
22:18:26 [2020-12-04T22:18:26.362Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:26 [2020-12-04T22:18:26.552Z] Client: Docker Engine - Enterprise
22:18:26 [2020-12-04T22:18:26.552Z]  Version:           19.03.12
22:18:26 [2020-12-04T22:18:26.552Z]  API version:       1.40
22:18:26 [2020-12-04T22:18:26.552Z]  Go version:        go1.13.13
22:18:26 [2020-12-04T22:18:26.552Z]  Git commit:        4306744
22:18:26 [2020-12-04T22:18:26.552Z]  Built:             08/05/2020 19:27:53
22:18:26 [2020-12-04T22:18:26.552Z]  OS/Arch:           windows/amd64
22:18:26 [2020-12-04T22:18:26.552Z]  Experimental:      false
22:18:26 [2020-12-04T22:18:26.552Z] 
22:18:26 [2020-12-04T22:18:26.552Z] Server: Docker Engine - Enterprise
22:18:26 [2020-12-04T22:18:26.552Z]  Engine:
22:18:26 [2020-12-04T22:18:26.552Z]   Version:          19.03.12
22:18:26 [2020-12-04T22:18:26.552Z]   API version:      1.40 (minimum version 1.24)
22:18:26 [2020-12-04T22:18:26.552Z]   Go version:       go1.13.13
22:18:26 [2020-12-04T22:18:26.552Z]   Git commit:       f295753ffd
22:18:26 [2020-12-04T22:18:26.552Z]   Built:            08/05/2020 19:26:41
22:18:26 [2020-12-04T22:18:26.552Z]   OS/Arch:          windows/amd64
22:18:26 [2020-12-04T22:18:26.552Z]   Experimental:     true
22:18:26 [2020-12-04T22:18:26.634Z] #43 88.67   DEP      criu/files-ext.d
22:18:26 [2020-12-04T22:18:26.931Z] #43 88.85   DEP      criu/file-lock.d
22:18:27 [2020-12-04T22:18:27.050Z] #35 3.621 -- The C compiler identification is GNU 8.3.0
[Pipeline] sh
22:18:27 [2020-12-04T22:18:27.232Z] #43 89.11   DEP      criu/file-ids.d
22:18:27 [2020-12-04T22:18:27.232Z] #43 89.34   DEP      criu/fifo.d
22:18:27 [2020-12-04T22:18:27.311Z] #35 3.747 -- Check for working C compiler: /usr/bin/cc
22:18:27 [2020-12-04T22:18:27.531Z] #43 89.48   DEP      criu/fdstore.d
22:18:27 [2020-12-04T22:18:27.531Z] #43 89.58   DEP      criu/fault-injection.d
22:18:27 [2020-12-04T22:18:27.531Z] #43 89.63   DEP      criu/external.d
22:18:27 [2020-12-04T22:18:27.828Z] #43 89.78   DEP      criu/eventpoll.d
22:18:28 [2020-12-04T22:18:28.121Z] + docker info
22:18:28 [2020-12-04T22:18:28.147Z] #43 90.03   DEP      criu/eventfd.d
22:18:28 [2020-12-04T22:18:28.441Z] #43 90.40   DEP      criu/crtools.d
22:18:28 [2020-12-04T22:18:28.441Z] #43 90.62   DEP      criu/cr-service.d
22:18:28 [2020-12-04T22:18:28.696Z] #35 5.120 -- Check for working C compiler: /usr/bin/cc -- works
22:18:28 [2020-12-04T22:18:28.696Z] #35 5.132 -- Detecting C compiler ABI info
22:18:28 [2020-12-04T22:18:28.739Z] #43 90.87   DEP      criu/cr-restore.d
22:18:28 [2020-12-04T22:18:28.905Z] #41 3.722 Note: Building without setproctitle() and strlcpy() support.
22:18:28 [2020-12-04T22:18:28.905Z] #41 3.722       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
22:18:28 [2020-12-04T22:18:28.905Z] #41 3.773 Note: Building without GnuTLS support
22:18:28 [2020-12-04T22:18:28.905Z] #41 3.805 Makefile.config:39: Warn: you have no libnftables installed
22:18:28 [2020-12-04T22:18:28.905Z] #41 3.805 Makefile.config:40: Warn: Building without nftables support
22:18:28 [2020-12-04T22:18:28.956Z] #35 ...
22:18:28 [2020-12-04T22:18:28.956Z] 
22:18:28 [2020-12-04T22:18:28.956Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
22:18:28 [2020-12-04T22:18:28.957Z] #40 99.89 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
22:18:28 [2020-12-04T22:18:28.957Z] #40 99.93 Processing triggers for libc-bin (2.28-10) ...
22:18:28 [2020-12-04T22:18:28.957Z] #40 DONE 101.2s
22:18:28 [2020-12-04T22:18:28.957Z] 
22:18:28 [2020-12-04T22:18:28.957Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:29 [2020-12-04T22:18:29.385Z] #43 91.18   DEP      criu/cr-errno.d
22:18:29 [2020-12-04T22:18:29.385Z] #43 91.19   DEP      criu/cr-dump.d
22:18:29 [2020-12-04T22:18:29.385Z] #43 91.40   DEP      criu/cr-dedup.d
22:18:29 [2020-12-04T22:18:29.385Z] #43 ...
22:18:29 [2020-12-04T22:18:29.385Z] 
22:18:29 [2020-12-04T22:18:29.385Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:18:29 [2020-12-04T22:18:29.385Z] #20 41.38 Unpacking bash-completion (1:2.8-6) ...
22:18:29 [2020-12-04T22:18:29.385Z] #20 42.12 Selecting previously unselected package bzip2.
22:18:29 [2020-12-04T22:18:29.385Z] #20 42.14 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ...
22:18:29 [2020-12-04T22:18:29.385Z] #20 42.14 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
22:18:29 [2020-12-04T22:18:29.385Z] #20 42.29 Selecting previously unselected package xz-utils.
22:18:29 [2020-12-04T22:18:29.385Z] #20 42.30 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ...
22:18:29 [2020-12-04T22:18:29.385Z] #20 42.30 Unpacking xz-utils (5.2.4-1) ...
22:18:29 [2020-12-04T22:18:29.385Z] #20 42.51 Selecting previously unselected package apparmor.
22:18:29 [2020-12-04T22:18:29.385Z] #20 42.54 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ...
22:18:29 [2020-12-04T22:18:29.386Z] #20 42.65 Unpacking apparmor (2.13.2-10) ...
22:18:29 [2020-12-04T22:18:29.386Z] #20 42.99 Selecting previously unselected package aufs-tools.
22:18:29 [2020-12-04T22:18:29.386Z] #20 43.00 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ...
22:18:29 [2020-12-04T22:18:29.386Z] #20 43.01 Unpacking aufs-tools (1:4.14+20190211-1) ...
22:18:29 [2020-12-04T22:18:29.386Z] #20 43.16 Selecting previously unselected package libonig5:ppc64el.
22:18:29 [2020-12-04T22:18:29.688Z] #20 43.17 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ...
22:18:29 [2020-12-04T22:18:29.688Z] #20 43.23 Unpacking libonig5:ppc64el (6.9.1-1) ...
22:18:29 [2020-12-04T22:18:29.688Z] #20 43.40 Selecting previously unselected package libjq1:ppc64el.
22:18:29 [2020-12-04T22:18:29.688Z] #20 43.42 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
22:18:29 [2020-12-04T22:18:29.688Z] #20 43.42 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
22:18:29 [2020-12-04T22:18:29.987Z] #20 43.58 Selecting previously unselected package jq.
22:18:29 [2020-12-04T22:18:29.987Z] #20 43.59 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ...
22:18:29 [2020-12-04T22:18:29.987Z] #20 43.60 Unpacking jq (1.5+dfsg-2+b1) ...
22:18:29 [2020-12-04T22:18:29.987Z] #20 43.68 Selecting previously unselected package libaio1:ppc64el.
22:18:29 [2020-12-04T22:18:29.987Z] #20 43.69 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ...
22:18:29 [2020-12-04T22:18:29.987Z] #20 43.70 Unpacking libaio1:ppc64el (0.3.112-3) ...
22:18:29 [2020-12-04T22:18:29.987Z] #20 43.77 Selecting previously unselected package libgpm2:ppc64el.
22:18:29 [2020-12-04T22:18:29.987Z] #20 43.78 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ...
22:18:30 [2020-12-04T22:18:30.287Z] #20 43.82 Unpacking libgpm2:ppc64el (1.20.7-5) ...
22:18:30 [2020-12-04T22:18:30.287Z] #20 43.92 Selecting previously unselected package libicu63:ppc64el.
22:18:30 [2020-12-04T22:18:30.287Z] #20 43.95 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ...
22:18:30 [2020-12-04T22:18:30.287Z] #20 43.96 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
22:18:30 [2020-12-04T22:18:30.374Z] #41 ...
22:18:30 [2020-12-04T22:18:30.374Z] 
22:18:30 [2020-12-04T22:18:30.374Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:30 [2020-12-04T22:18:30.374Z] #35 13.54 [100%] Linking C executable tini-static
22:18:30 [2020-12-04T22:18:30.374Z] #35 14.72 [100%] Built target tini-static
22:18:30 [2020-12-04T22:18:30.374Z] #35 14.87 + mkdir -p /build
22:18:30 [2020-12-04T22:18:30.374Z] #35 14.88 + cp tini-static /build/docker-init
22:18:30 [2020-12-04T22:18:30.374Z] #35 DONE 15.2s
22:18:30 [2020-12-04T22:18:30.374Z] 
22:18:30 [2020-12-04T22:18:30.374Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:30 [2020-12-04T22:18:30.374Z] #32 110.9 github.com/BurntSushi/toml/cmd/tomlv
22:18:31 [2020-12-04T22:18:31.385Z] #32 ...
22:18:31 [2020-12-04T22:18:31.385Z] 
22:18:31 [2020-12-04T22:18:31.385Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:31 [2020-12-04T22:18:31.385Z] #49 102.4 fmt
22:18:31 [2020-12-04T22:18:31.385Z] #49 109.9 encoding/json
22:18:31 [2020-12-04T22:18:31.653Z] #49 ...
22:18:31 [2020-12-04T22:18:31.653Z] 
22:18:31 [2020-12-04T22:18:31.653Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:18:31 [2020-12-04T22:18:31.653Z] #11 107.5 Selecting previously unselected package gcc-mingw-w64-base.
22:18:31 [2020-12-04T22:18:31.653Z] #11 107.5 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:18:31 [2020-12-04T22:18:31.653Z] #11 107.5 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:18:31 [2020-12-04T22:18:31.653Z] #11 108.0 Selecting previously unselected package gcc-mingw-w64-x86-64.
22:18:31 [2020-12-04T22:18:31.653Z] #11 108.0 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:18:31 [2020-12-04T22:18:31.653Z] #11 108.0 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:18:32 [2020-12-04T22:18:32.232Z] #11 ...
22:18:32 [2020-12-04T22:18:32.232Z] 
22:18:32 [2020-12-04T22:18:32.232Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:32 [2020-12-04T22:18:32.232Z] #43 103.3 regexp
22:18:32 [2020-12-04T22:18:32.232Z] #43 108.1 go/token
22:18:32 [2020-12-04T22:18:32.232Z] #43 109.6 internal/lazyregexp
22:18:32 [2020-12-04T22:18:32.232Z] #43 110.0 net/url
22:18:32 [2020-12-04T22:18:32.232Z] #43 110.1 go/scanner
22:18:32 [2020-12-04T22:18:32.232Z] #43 113.3 go/ast
22:18:32 [2020-12-04T22:18:32.232Z] #43 113.3 text/template/parse
22:18:32 [2020-12-04T22:18:32.260Z] #41 3.141 Note: Building without setproctitle() and strlcpy() support.
22:18:32 [2020-12-04T22:18:32.260Z] #41 3.141       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
22:18:32 [2020-12-04T22:18:32.260Z] #41 3.159 Note: Building without GnuTLS support
22:18:32 [2020-12-04T22:18:32.260Z] #41 3.165 Makefile.config:39: Warn: you have no libnftables installed
22:18:32 [2020-12-04T22:18:32.260Z] #41 3.165 Makefile.config:40: Warn: Building without nftables support
22:18:32 [2020-12-04T22:18:32.497Z] #43 ...
22:18:32 [2020-12-04T22:18:32.498Z] 
22:18:32 [2020-12-04T22:18:32.498Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:32 [2020-12-04T22:18:32.498Z] #41 7.526 fatal: not a git repository (or any of the parent directories): .git
22:18:32 [2020-12-04T22:18:32.498Z] #41 7.595   GEN      .gitid
22:18:32 [2020-12-04T22:18:32.757Z] #41 7.706   GEN      criu/include/version.h
22:18:33 [2020-12-04T22:18:33.016Z] #41 7.871   GEN      include/common/asm
22:18:33 [2020-12-04T22:18:33.650Z] #41 ...
22:18:33 [2020-12-04T22:18:33.650Z] 
22:18:33 [2020-12-04T22:18:33.650Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:33 [2020-12-04T22:18:33.650Z] #49 95.95 encoding/base64
22:18:33 [2020-12-04T22:18:33.650Z] #49 97.62 golang.org/x/sys/unix
22:18:33 [2020-12-04T22:18:33.650Z] #49 99.07 fmt
22:18:33 [2020-12-04T22:18:33.650Z] #49 ...
22:18:33 [2020-12-04T22:18:33.650Z] 
22:18:33 [2020-12-04T22:18:33.650Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:18:33 [2020-12-04T22:18:33.650Z] #11 105.8 Selecting previously unselected package gcc-mingw-w64-base.
22:18:33 [2020-12-04T22:18:33.650Z] #11 105.8 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:18:33 [2020-12-04T22:18:33.650Z] #11 105.8 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:18:33 [2020-12-04T22:18:33.650Z] #11 106.0 Selecting previously unselected package gcc-mingw-w64-x86-64.
22:18:33 [2020-12-04T22:18:33.650Z] #11 106.0 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:18:33 [2020-12-04T22:18:33.650Z] #11 106.0 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:18:34 [2020-12-04T22:18:34.795Z] #20 ...
22:18:34 [2020-12-04T22:18:34.795Z] 
22:18:34 [2020-12-04T22:18:34.795Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:18:34 [2020-12-04T22:18:34.796Z] #24 157.9 Checking out files:  21% (2384/11134)   
Checking out files:  22% (2450/11134)   
Checking out files:  23% (2561/11134)   
Checking out files:  24% (2673/11134)   
Checking out files:  25% (2784/11134)   
Checking out files:  26% (2895/11134)   
Checking out files:  27% (3007/11134)   
Checking out files:  28% (3118/11134)   
Checking out files:  29% (3229/11134)   
Checking out files:  30% (3341/11134)   
Checking out files:  31% (3452/11134)   
Checking out files:  32% (3563/11134)   
Checking out files:  33% (3675/11134)   
Checking out files:  34% (3786/11134)   
Checking out files:  35% (3897/11134)   
Checking out files:  36% (4009/11134)   
Checking out files:  37% (4120/11134)   
Checking out files:  38% (4231/11134)   
Checking out files:  38% (4336/11134)   
Checking out files:  39% (4343/11134)   
Checking out files:  40% (4454/11134)   
Checking out files:  41% (4565/11134)   
Checking out files:  42% (4677/11134)   
Checking out files:  43% (4788/11134)   
Checking out files:  44% (4899/11134)   
Checking out files:  45% (5011/11134)   
Checking out files:  46% (5122/11134)   
Checking out files:  47% (5233/11134)   
Checking out files:  48% (5345/11134)   
Checking out files:  49% (5456/11134)   
Checking out files:  50% (5567/11134)   
Checking out files:  51% (5679/11134)   
Checking out files:  52% (5790/11134)   
Checking out files:  53% (5902/11134)   
Checking out files:  53% (5937/11134)   
Checking out files:  54% (6013/11134)   
Checking out files:  55% (6124/11134)   
Checking out files:  56% (6236/11134)   
Checking out files:  57% (6347/11134)   
Checking out files:  58% (6458/11134)   
Checking out files:  59% (6570/11134)   
Checking out files:  60% (6681/11134)   
Checking out files:  61% (6792/11134)   
Checking out files:  62% (6904/11134)   
Checking out files:  63% (7015/11134)   
Checking out files:  64% (7126/11134)   
Checking out files:  65% (7238/11134)   
Checking out files:  66% (7349/11134)   
Checking out files:  67% (7460/11134)   
Checking out files:  68% (7572/11134)   
Checking out files:  69% (7683/11134)   
Checking out files:  70% (7794/11134)   
Checking out files:  71% (7906/11134)   
Checking out files:  72% (8017/11134)   
Checking out files:  73% (8128/11134)   
Checking out files:  74% (8240/11134)   
Checking out files:  75% (8351/11134)   
Checking out files:  76% (8462/11134)   
Checking out files:  77% (8574/11134)   
Checking out files:  78% (8685/11134)   
Checking out files:  79% (8796/11134)   
Checking out files:  80% (8908/11134)   
Checking out files:  81% (9019/11134)   
Checking out files:  82% (9130/11134)   
Checking out files:  83% (9242/11134)   
Checking out files:  84% (9353/11134)   
Checking out files:  85% (9464/11134)   
Checking out files:  86% (9576/11134)   
Checking out files:  87% (9687/11134)   
Checking out files:  88% (9798/11134)   
Checking out files:  89% (9910/11134)   
Checking out files:  90% (10021/11134)   
Checking out files:  91% (10132/11134)   
Checking out files:  92% (10244/11134)   
Checking out files:  93% (10355/11134)   
Checking out files:  94% (10466/11134)   
Checking out files:  95% (10578/11134)   
Checking out files:  96% (10689/11134)   
Checking out files:  97% (10800/11134)   
Checking out files:  98% (10912/11134)   
Checking out files:  99% (11023/11134)   
Checking out files: 100% (11134/11134)   
Checking out files: 100% (11134/11134), done.
22:18:34 [2020-12-04T22:18:34.796Z] #24 161.8 + cd /tmp/tmp.0VxoDOXLC1/tmp/docker-ce
22:18:34 [2020-12-04T22:18:34.796Z] #24 161.9 + git checkout -q v17.06.2-ce
22:18:35 [2020-12-04T22:18:35.572Z] #11 ...
22:18:35 [2020-12-04T22:18:35.572Z] 
22:18:35 [2020-12-04T22:18:35.572Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:35 [2020-12-04T22:18:35.572Z] #32 97.90 path/filepath
22:18:35 [2020-12-04T22:18:35.572Z] #32 100.4 io/ioutil
22:18:35 [2020-12-04T22:18:35.572Z] #32 101.4 text/tabwriter
22:18:35 [2020-12-04T22:18:35.572Z] #32 103.8 github.com/BurntSushi/toml
22:18:35 [2020-12-04T22:18:35.572Z] #32 103.8 flag
22:18:35 [2020-12-04T22:18:35.572Z] #32 106.2 log
22:18:35 [2020-12-04T22:18:35.572Z] #32 ...
22:18:35 [2020-12-04T22:18:35.572Z] 
22:18:35 [2020-12-04T22:18:35.572Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:35 [2020-12-04T22:18:35.572Z] #43 97.96 fmt
22:18:35 [2020-12-04T22:18:35.572Z] #43 98.43 path/filepath
22:18:35 [2020-12-04T22:18:35.572Z] #43 100.6 regexp/syntax
22:18:35 [2020-12-04T22:18:35.572Z] #43 105.9 flag
22:18:35 [2020-12-04T22:18:35.572Z] #43 107.0 go/token
22:18:35 [2020-12-04T22:18:35.833Z] #43 ...
22:18:35 [2020-12-04T22:18:35.833Z] 
22:18:35 [2020-12-04T22:18:35.833Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:35 [2020-12-04T22:18:35.833Z] #41 5.971 fatal: not a git repository (or any of the parent directories): .git
22:18:35 [2020-12-04T22:18:35.833Z] #41 6.076   GEN      .gitid
22:18:35 [2020-12-04T22:18:35.833Z] #41 6.137   GEN      criu/include/version.h
22:18:35 [2020-12-04T22:18:35.833Z] #41 6.391   GEN      include/common/asm
22:18:36 [2020-12-04T22:18:36.312Z] #41 11.04   PBCC     images/timens.pb-c.c
22:18:36 [2020-12-04T22:18:36.312Z] #41 11.11   DEP      images/timens.pb-c.d
22:18:36 [2020-12-04T22:18:36.312Z] #41 11.22   PBCC     images/fown.pb-c.c
22:18:36 [2020-12-04T22:18:36.312Z] #41 11.28   PBCC     images/google/protobuf/descriptor.pb-c.c
22:18:36 [2020-12-04T22:18:36.406Z] #41 ...
22:18:36 [2020-12-04T22:18:36.406Z] 
22:18:36 [2020-12-04T22:18:36.406Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:36 [2020-12-04T22:18:36.406Z] #35 6.339 -- Detecting C compiler ABI info - done
22:18:36 [2020-12-04T22:18:36.406Z] #35 6.399 -- Detecting C compile features
22:18:36 [2020-12-04T22:18:36.406Z] #35 8.714 -- Detecting C compile features - done
22:18:36 [2020-12-04T22:18:36.406Z] #35 8.752 -- Performing Test HAS_BUILTIN_FORTIFY
22:18:36 [2020-12-04T22:18:36.406Z] #35 9.035 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:18:36 [2020-12-04T22:18:36.406Z] #35 9.171 -- Configuring done
22:18:36 [2020-12-04T22:18:36.406Z] #35 9.240 -- Generating done
22:18:36 [2020-12-04T22:18:36.406Z] #35 9.252 -- Build files have been written to: /tmp/tmp.sdNUx06ZiG/tini
22:18:36 [2020-12-04T22:18:36.406Z] #35 9.261 + make tini-static
22:18:36 [2020-12-04T22:18:36.406Z] #35 9.727 Scanning dependencies of target tini-static
22:18:36 [2020-12-04T22:18:36.406Z] #35 9.781 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:18:36 [2020-12-04T22:18:36.406Z] #35 11.57 [100%] Linking C executable tini-static
22:18:36 [2020-12-04T22:18:36.406Z] #35 12.24 [100%] Built target tini-static
22:18:36 [2020-12-04T22:18:36.406Z] #35 12.29 + mkdir -p /build
22:18:36 [2020-12-04T22:18:36.406Z] #35 12.29 + cp tini-static /build/docker-init
22:18:36 [2020-12-04T22:18:36.406Z] #35 DONE 12.8s
22:18:36 [2020-12-04T22:18:36.572Z] #41 11.45   PBCC     images/opts.pb-c.c
22:18:36 [2020-12-04T22:18:36.572Z] #41 11.59   PBCC     images/memfd.pb-c.c
22:18:36 [2020-12-04T22:18:36.572Z] #41 11.67   DEP      images/fown.pb-c.d
22:18:36 [2020-12-04T22:18:36.668Z] 
22:18:36 [2020-12-04T22:18:36.668Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:36 [2020-12-04T22:18:36.668Z] #43 108.5 go/scanner
22:18:36 [2020-12-04T22:18:36.668Z] #43 108.5 regexp
22:18:36 [2020-12-04T22:18:36.839Z] #41 11.80   DEP      images/google/protobuf/descriptor.pb-c.d
22:18:36 [2020-12-04T22:18:36.839Z] #41 11.82   DEP      images/opts.pb-c.d
22:18:36 [2020-12-04T22:18:36.839Z] #41 11.85   DEP      images/memfd.pb-c.d
22:18:36 [2020-12-04T22:18:36.839Z] #41 11.94   PBCC     images/sit.pb-c.c
22:18:37 [2020-12-04T22:18:37.103Z] #41 12.07   DEP      images/sit.pb-c.d
22:18:37 [2020-12-04T22:18:37.103Z] #41 12.11   PBCC     images/macvlan.pb-c.c
22:18:37 [2020-12-04T22:18:37.103Z] #41 12.14   DEP      images/macvlan.pb-c.d
22:18:37 [2020-12-04T22:18:37.103Z] #41 12.17   PBCC     images/autofs.pb-c.c
22:18:37 [2020-12-04T22:18:37.364Z] #41 ...
22:18:37 [2020-12-04T22:18:37.364Z] 
22:18:37 [2020-12-04T22:18:37.364Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:37 [2020-12-04T22:18:37.364Z] #32 DONE 118.2s
22:18:37 [2020-12-04T22:18:37.364Z] 
22:18:37 [2020-12-04T22:18:37.364Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:37 [2020-12-04T22:18:37.364Z] #41 12.20   DEP      images/autofs.pb-c.d
22:18:37 [2020-12-04T22:18:37.364Z] #41 12.33   PBCC     images/sysctl.pb-c.c
22:18:37 [2020-12-04T22:18:37.364Z] #41 12.40   DEP      images/sysctl.pb-c.d
22:18:37 [2020-12-04T22:18:37.624Z] #41 12.48   PBCC     images/time.pb-c.c
22:18:37 [2020-12-04T22:18:37.624Z] #41 12.56   DEP      images/time.pb-c.d
22:18:37 [2020-12-04T22:18:37.624Z] #41 12.67   PBCC     images/binfmt-misc.pb-c.c
22:18:37 [2020-12-04T22:18:37.624Z] #41 12.77   DEP      images/binfmt-misc.pb-c.d
22:18:37 [2020-12-04T22:18:37.884Z] #41 12.83   PBCC     images/seccomp.pb-c.c
22:18:37 [2020-12-04T22:18:37.884Z] #41 12.86   DEP      images/seccomp.pb-c.d
22:18:37 [2020-12-04T22:18:37.884Z] #41 12.99   PBCC     images/userns.pb-c.c
22:18:37 [2020-12-04T22:18:37.884Z] #41 13.06   DEP      images/userns.pb-c.d
22:18:38 [2020-12-04T22:18:38.144Z] #41 13.15   PBCC     images/cgroup.pb-c.c
22:18:38 [2020-12-04T22:18:38.144Z] #41 13.21   DEP      images/cgroup.pb-c.d
22:18:38 [2020-12-04T22:18:38.144Z] #41 13.31   PBCC     images/ext-file.pb-c.c
22:18:38 [2020-12-04T22:18:38.350Z] #24 165.9 + mkdir -p /tmp/tmp.0VxoDOXLC1/src/github.com/docker
22:18:38 [2020-12-04T22:18:38.350Z] #24 165.9 + mv components/cli /tmp/tmp.0VxoDOXLC1/src/github.com/docker/cli
22:18:38 [2020-12-04T22:18:38.350Z] #24 165.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
22:18:38 [2020-12-04T22:18:38.350Z] #24 ...
22:18:38 [2020-12-04T22:18:38.350Z] 
22:18:38 [2020-12-04T22:18:38.350Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:18:38 [2020-12-04T22:18:38.350Z] #20 48.51 Selecting previously unselected package libnet1:ppc64el.
22:18:38 [2020-12-04T22:18:38.350Z] #20 48.54 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 48.55 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 48.64 Selecting previously unselected package libnl-3-200:ppc64el.
22:18:38 [2020-12-04T22:18:38.350Z] #20 48.65 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 48.66 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 48.77 Selecting previously unselected package libprotobuf-c1:ppc64el.
22:18:38 [2020-12-04T22:18:38.350Z] #20 48.78 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 48.79 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 48.90 Selecting previously unselected package libreadline5:ppc64el.
22:18:38 [2020-12-04T22:18:38.350Z] #20 48.92 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 48.92 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 49.06 Selecting previously unselected package net-tools.
22:18:38 [2020-12-04T22:18:38.350Z] #20 49.07 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 49.08 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 49.40 Selecting previously unselected package python-pip-whl.
22:18:38 [2020-12-04T22:18:38.350Z] #20 49.41 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 49.42 Unpacking python-pip-whl (18.1-5) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 49.93 Selecting previously unselected package python3-lib2to3.
22:18:38 [2020-12-04T22:18:38.350Z] #20 49.93 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 49.94 Unpacking python3-lib2to3 (3.7.3-1) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 50.09 Selecting previously unselected package python3-distutils.
22:18:38 [2020-12-04T22:18:38.350Z] #20 50.11 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 50.12 Unpacking python3-distutils (3.7.3-1) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 50.34 Selecting previously unselected package python3-pip.
22:18:38 [2020-12-04T22:18:38.350Z] #20 50.35 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 50.35 Unpacking python3-pip (18.1-5) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 50.58 Selecting previously unselected package python3-pkg-resources.
22:18:38 [2020-12-04T22:18:38.350Z] #20 50.61 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 50.63 Unpacking python3-pkg-resources (40.8.0-1) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 50.83 Selecting previously unselected package python3-setuptools.
22:18:38 [2020-12-04T22:18:38.350Z] #20 50.84 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 50.84 Unpacking python3-setuptools (40.8.0-1) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 51.12 Selecting previously unselected package python3-wheel.
22:18:38 [2020-12-04T22:18:38.350Z] #20 51.16 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 51.17 Unpacking python3-wheel (0.32.3-2) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 51.26 Selecting previously unselected package sudo.
22:18:38 [2020-12-04T22:18:38.350Z] #20 51.27 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 51.27 Unpacking sudo (1.8.27-1+deb10u2) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 51.80 Selecting previously unselected package thin-provisioning-tools.
22:18:38 [2020-12-04T22:18:38.350Z] #20 51.81 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 51.81 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 52.09 Selecting previously unselected package uidmap.
22:18:38 [2020-12-04T22:18:38.350Z] #20 52.09 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 52.09 Unpacking uidmap (1:4.5-1.1) ...
22:18:38 [2020-12-04T22:18:38.350Z] #20 52.20 Selecting previously unselected package vim-runtime.
22:18:38 [2020-12-04T22:18:38.404Z] #41 13.45   DEP      images/ext-file.pb-c.d
22:18:38 [2020-12-04T22:18:38.404Z] #41 13.56   PBCC     images/rpc.pb-c.c
22:18:38 [2020-12-04T22:18:38.586Z] #43 110.8 go/ast
22:18:38 [2020-12-04T22:18:38.646Z] #20 52.21 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
22:18:38 [2020-12-04T22:18:38.646Z] #20 52.25 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
22:18:38 [2020-12-04T22:18:38.646Z] #20 52.29 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
22:18:38 [2020-12-04T22:18:38.646Z] #20 52.29 Unpacking vim-runtime (2:8.1.0875-5) ...
22:18:38 [2020-12-04T22:18:38.683Z] #41 13.68   DEP      images/rpc.pb-c.d
22:18:38 [2020-12-04T22:18:38.683Z] #41 13.80   PBCC     images/siginfo.pb-c.c
22:18:38 [2020-12-04T22:18:38.943Z] #41 13.88   DEP      images/siginfo.pb-c.d
22:18:39 [2020-12-04T22:18:39.203Z] #41 14.09   PBCC     images/pagemap.pb-c.c
22:18:39 [2020-12-04T22:18:39.203Z] #41 14.19   DEP      images/pagemap.pb-c.d
22:18:39 [2020-12-04T22:18:39.466Z] #41 14.35   PBCC     images/rlimit.pb-c.c
22:18:39 [2020-12-04T22:18:39.466Z] #41 14.43   DEP      images/rlimit.pb-c.d
22:18:39 [2020-12-04T22:18:39.466Z] #41 14.54   PBCC     images/file-lock.pb-c.c
22:18:39 [2020-12-04T22:18:39.466Z] #41 14.55   DEP      images/file-lock.pb-c.d
22:18:39 [2020-12-04T22:18:39.466Z] #41 14.59   PBCC     images/tty.pb-c.c
22:18:39 [2020-12-04T22:18:39.696Z] #20 ...
22:18:39 [2020-12-04T22:18:39.696Z] 
22:18:39 [2020-12-04T22:18:39.696Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:39 [2020-12-04T22:18:39.696Z] #43 91.59   DEP      criu/cr-check.d
22:18:39 [2020-12-04T22:18:39.696Z] #43 91.83   DEP      criu/config.d
22:18:39 [2020-12-04T22:18:39.696Z] #43 92.14   DEP      criu/clone-noasan.d
22:18:39 [2020-12-04T22:18:39.696Z] #43 92.25   DEP      criu/cgroup.d
22:18:39 [2020-12-04T22:18:39.696Z] #43 92.65   DEP      criu/cgroup-props.d
22:18:39 [2020-12-04T22:18:39.696Z] #43 92.87   DEP      criu/bitmap.d
22:18:39 [2020-12-04T22:18:39.696Z] #43 92.89   DEP      criu/bfd.d
22:18:39 [2020-12-04T22:18:39.696Z] #43 93.02   DEP      criu/autofs.d
22:18:39 [2020-12-04T22:18:39.696Z] #43 93.29   DEP      criu/aio.d
22:18:39 [2020-12-04T22:18:39.696Z] #43 93.54   DEP      criu/action-scripts.d
22:18:39 [2020-12-04T22:18:39.696Z] #43 93.96   CC       criu/action-scripts.o
22:18:39 [2020-12-04T22:18:39.696Z] #43 94.71   CC       criu/aio.o
22:18:39 [2020-12-04T22:18:39.696Z] #43 95.75   CC       criu/autofs.o
22:18:39 [2020-12-04T22:18:39.696Z] #43 97.94   CC       criu/bfd.o
22:18:39 [2020-12-04T22:18:39.696Z] #43 98.64   CC       criu/bitmap.o
22:18:39 [2020-12-04T22:18:39.696Z] #43 98.86   CC       criu/cgroup-props.o
22:18:39 [2020-12-04T22:18:39.696Z] #43 100.1   CC       criu/cgroup.o
22:18:39 [2020-12-04T22:18:39.726Z] #41 14.66   DEP      images/tty.pb-c.d
22:18:39 [2020-12-04T22:18:39.726Z] #41 14.75   PBCC     images/tun.pb-c.c
22:18:39 [2020-12-04T22:18:39.726Z] #41 14.82   PBCC     images/netdev.pb-c.c
22:18:39 [2020-12-04T22:18:39.987Z] #41 14.92   DEP      images/tun.pb-c.d
22:18:39 [2020-12-04T22:18:39.987Z] #41 14.98   DEP      images/netdev.pb-c.d
22:18:40 [2020-12-04T22:18:40.247Z] #41 15.23   PBCC     images/vma.pb-c.c
22:18:40 [2020-12-04T22:18:40.507Z] #41 15.34   DEP      images/vma.pb-c.d
22:18:40 [2020-12-04T22:18:40.507Z] #41 15.51   PBCC     images/creds.pb-c.c
22:18:40 [2020-12-04T22:18:40.767Z] #41 15.65   DEP      images/creds.pb-c.d
22:18:40 [2020-12-04T22:18:40.767Z] #41 15.75   PBCC     images/utsns.pb-c.c
22:18:40 [2020-12-04T22:18:40.767Z] #41 15.76   DEP      images/utsns.pb-c.d
22:18:40 [2020-12-04T22:18:40.767Z] #41 15.83   PBCC     images/ipc-desc.pb-c.c
22:18:40 [2020-12-04T22:18:40.767Z] #41 15.86   PBCC     images/ipc-sem.pb-c.c
22:18:41 [2020-12-04T22:18:41.027Z] #41 16.00   DEP      images/ipc-desc.pb-c.d
22:18:41 [2020-12-04T22:18:41.027Z] #41 16.10   DEP      images/ipc-sem.pb-c.d
22:18:41 [2020-12-04T22:18:41.287Z] #41 16.21   PBCC     images/ipc-msg.pb-c.c
22:18:41 [2020-12-04T22:18:41.287Z] #41 16.28   DEP      images/ipc-msg.pb-c.d
22:18:41 [2020-12-04T22:18:41.287Z] #41 16.29   PBCC     images/ipc-shm.pb-c.c
22:18:41 [2020-12-04T22:18:41.287Z] #41 16.30   DEP      images/ipc-shm.pb-c.d
22:18:41 [2020-12-04T22:18:41.287Z] #41 16.31   PBCC     images/ipc-var.pb-c.c
22:18:41 [2020-12-04T22:18:41.287Z] #41 16.36   DEP      images/ipc-var.pb-c.d
22:18:41 [2020-12-04T22:18:41.287Z] #41 16.41   PBCC     images/sk-opts.pb-c.c
22:18:41 [2020-12-04T22:18:41.549Z] #41 16.44   PBCC     images/packet-sock.pb-c.c
22:18:41 [2020-12-04T22:18:41.549Z] #41 16.54   DEP      images/sk-opts.pb-c.d
22:18:41 [2020-12-04T22:18:41.549Z] #41 16.65   DEP      images/packet-sock.pb-c.d
22:18:41 [2020-12-04T22:18:41.816Z] #41 16.75   PBCC     images/sk-netlink.pb-c.c
22:18:41 [2020-12-04T22:18:41.816Z] #41 16.86   DEP      images/sk-netlink.pb-c.d
22:18:41 [2020-12-04T22:18:41.900Z] #43 ...
22:18:41 [2020-12-04T22:18:41.900Z] 
22:18:41 [2020-12-04T22:18:41.900Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:41 [2020-12-04T22:18:41.900Z] #41 9.451   PBCC     images/timens.pb-c.c
22:18:41 [2020-12-04T22:18:41.900Z] #41 9.533   DEP      images/timens.pb-c.d
22:18:41 [2020-12-04T22:18:41.900Z] #41 9.610   PBCC     images/fown.pb-c.c
22:18:41 [2020-12-04T22:18:41.900Z] #41 9.664   PBCC     images/google/protobuf/descriptor.pb-c.c
22:18:41 [2020-12-04T22:18:41.900Z] #41 9.779   PBCC     images/opts.pb-c.c
22:18:41 [2020-12-04T22:18:41.900Z] #41 9.847   PBCC     images/memfd.pb-c.c
22:18:41 [2020-12-04T22:18:41.900Z] #41 9.952   DEP      images/fown.pb-c.d
22:18:41 [2020-12-04T22:18:41.900Z] #41 10.05   DEP      images/google/protobuf/descriptor.pb-c.d
22:18:41 [2020-12-04T22:18:41.900Z] #41 10.13   DEP      images/opts.pb-c.d
22:18:41 [2020-12-04T22:18:41.900Z] #41 10.19   DEP      images/memfd.pb-c.d
22:18:41 [2020-12-04T22:18:41.900Z] #41 10.32   PBCC     images/sit.pb-c.c
22:18:41 [2020-12-04T22:18:41.900Z] #41 10.40   DEP      images/sit.pb-c.d
22:18:41 [2020-12-04T22:18:41.900Z] #41 10.41   PBCC     images/macvlan.pb-c.c
22:18:41 [2020-12-04T22:18:41.900Z] #41 10.41   DEP      images/macvlan.pb-c.d
22:18:41 [2020-12-04T22:18:41.900Z] #41 10.43   PBCC     images/autofs.pb-c.c
22:18:41 [2020-12-04T22:18:41.900Z] #41 10.44   DEP      images/autofs.pb-c.d
22:18:41 [2020-12-04T22:18:41.900Z] #41 10.45   PBCC     images/sysctl.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 10.52   DEP      images/sysctl.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 10.61   PBCC     images/time.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 10.62   DEP      images/time.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 10.72   PBCC     images/binfmt-misc.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 10.78   DEP      images/binfmt-misc.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 10.85   PBCC     images/seccomp.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 10.89   DEP      images/seccomp.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 10.90   PBCC     images/userns.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.03   DEP      images/userns.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.14   PBCC     images/cgroup.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.25   DEP      images/cgroup.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.29   PBCC     images/ext-file.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.33   DEP      images/ext-file.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.40   PBCC     images/rpc.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.53   DEP      images/rpc.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.70   PBCC     images/siginfo.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.77   DEP      images/siginfo.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.80   PBCC     images/pagemap.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.85   DEP      images/pagemap.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.93   PBCC     images/rlimit.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 11.98   DEP      images/rlimit.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.07   PBCC     images/file-lock.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.10   DEP      images/file-lock.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.14   PBCC     images/tty.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.25   DEP      images/tty.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.32   PBCC     images/tun.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.40   PBCC     images/netdev.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.44   DEP      images/tun.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.46   DEP      images/netdev.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.48   PBCC     images/vma.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.59   DEP      images/vma.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.72   PBCC     images/creds.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.77   DEP      images/creds.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.84   PBCC     images/utsns.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.88   DEP      images/utsns.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.94   PBCC     images/ipc-desc.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 12.96   PBCC     images/ipc-sem.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 13.00   DEP      images/ipc-desc.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 13.05   DEP      images/ipc-sem.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 13.10   PBCC     images/ipc-msg.pb-c.c
22:18:41 [2020-12-04T22:18:41.901Z] #41 13.15   DEP      images/ipc-msg.pb-c.d
22:18:41 [2020-12-04T22:18:41.901Z] #41 13.21   PBCC     images/ipc-shm.pb-c.c
22:18:42 [2020-12-04T22:18:42.077Z] #41 16.94   PBCC     images/sk-inet.pb-c.c
22:18:42 [2020-12-04T22:18:42.077Z] #41 17.01   DEP      images/sk-inet.pb-c.d
22:18:42 [2020-12-04T22:18:42.077Z] #41 17.07   PBCC     images/sk-unix.pb-c.c
22:18:42 [2020-12-04T22:18:42.077Z] #41 17.08   DEP      images/sk-unix.pb-c.d
22:18:42 [2020-12-04T22:18:42.163Z] #41 13.26   DEP      images/ipc-shm.pb-c.d
22:18:42 [2020-12-04T22:18:42.163Z] #41 13.29   PBCC     images/ipc-var.pb-c.c
22:18:42 [2020-12-04T22:18:42.163Z] #41 13.33   DEP      images/ipc-var.pb-c.d
22:18:42 [2020-12-04T22:18:42.163Z] #41 13.41   PBCC     images/sk-opts.pb-c.c
22:18:42 [2020-12-04T22:18:42.163Z] #41 13.43   PBCC     images/packet-sock.pb-c.c
22:18:42 [2020-12-04T22:18:42.337Z] #41 17.17   PBCC     images/mm.pb-c.c
22:18:42 [2020-12-04T22:18:42.337Z] #41 17.30   DEP      images/mm.pb-c.d
22:18:42 [2020-12-04T22:18:42.337Z] #41 17.40   PBCC     images/timerfd.pb-c.c
22:18:42 [2020-12-04T22:18:42.337Z] #41 17.51   DEP      images/timerfd.pb-c.d
22:18:42 [2020-12-04T22:18:42.430Z] #41 13.52   DEP      images/sk-opts.pb-c.d
22:18:42 [2020-12-04T22:18:42.430Z] #41 13.59   DEP      images/packet-sock.pb-c.d
22:18:42 [2020-12-04T22:18:42.430Z] #41 13.66   PBCC     images/sk-netlink.pb-c.c
22:18:42 [2020-12-04T22:18:42.430Z] #41 13.72   DEP      images/sk-netlink.pb-c.d
22:18:42 [2020-12-04T22:18:42.492Z] #43 ...
22:18:42 [2020-12-04T22:18:42.492Z] 
22:18:42 [2020-12-04T22:18:42.492Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:42 [2020-12-04T22:18:42.492Z] #45 160.0 net/http/httptrace
22:18:42 [2020-12-04T22:18:42.492Z] #45 160.6 net/http
22:18:42 [2020-12-04T22:18:42.598Z] #41 17.62   PBCC     images/timer.pb-c.c
22:18:42 [2020-12-04T22:18:42.598Z] #41 17.69   DEP      images/timer.pb-c.d
22:18:42 [2020-12-04T22:18:42.691Z] #41 13.76   PBCC     images/sk-inet.pb-c.c
22:18:42 [2020-12-04T22:18:42.692Z] #41 13.85   DEP      images/sk-inet.pb-c.d
22:18:42 [2020-12-04T22:18:42.692Z] #41 13.95   PBCC     images/sk-unix.pb-c.c
22:18:42 [2020-12-04T22:18:42.789Z] #45 ...
22:18:42 [2020-12-04T22:18:42.789Z] 
22:18:42 [2020-12-04T22:18:42.789Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:18:42 [2020-12-04T22:18:42.789Z] #20 56.30 Selecting previously unselected package vim.
22:18:42 [2020-12-04T22:18:42.789Z] #20 56.32 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ...
22:18:42 [2020-12-04T22:18:42.789Z] #20 56.35 Unpacking vim (2:8.1.0875-5) ...
22:18:42 [2020-12-04T22:18:42.858Z] #41 17.79   PBCC     images/sa.pb-c.c
22:18:42 [2020-12-04T22:18:42.858Z] #41 17.84   DEP      images/sa.pb-c.d
22:18:42 [2020-12-04T22:18:42.858Z] #41 17.85   PBCC     images/pipe-data.pb-c.c
22:18:42 [2020-12-04T22:18:42.858Z] #41 17.89   DEP      images/pipe-data.pb-c.d
22:18:42 [2020-12-04T22:18:42.953Z] #41 14.02   DEP      images/sk-unix.pb-c.d
22:18:42 [2020-12-04T22:18:42.953Z] #41 14.12   PBCC     images/mm.pb-c.c
22:18:42 [2020-12-04T22:18:42.953Z] #41 14.20   DEP      images/mm.pb-c.d
22:18:42 [2020-12-04T22:18:42.953Z] #41 14.27   PBCC     images/timerfd.pb-c.c
22:18:43 [2020-12-04T22:18:43.119Z] #41 17.98   PBCC     images/mnt.pb-c.c
22:18:43 [2020-12-04T22:18:43.119Z] #41 18.08   DEP      images/mnt.pb-c.d
22:18:43 [2020-12-04T22:18:43.119Z] #41 18.19   PBCC     images/sk-packet.pb-c.c
22:18:43 [2020-12-04T22:18:43.215Z] #41 14.35   DEP      images/timerfd.pb-c.d
22:18:43 [2020-12-04T22:18:43.215Z] #41 14.46   PBCC     images/timer.pb-c.c
22:18:43 [2020-12-04T22:18:43.215Z] #41 14.48   DEP      images/timer.pb-c.d
22:18:43 [2020-12-04T22:18:43.380Z] #41 18.20   DEP      images/sk-packet.pb-c.d
22:18:43 [2020-12-04T22:18:43.380Z] #41 18.24   PBCC     images/tcp-stream.pb-c.c
22:18:43 [2020-12-04T22:18:43.380Z] #41 18.32   DEP      images/tcp-stream.pb-c.d
22:18:43 [2020-12-04T22:18:43.380Z] #41 18.41   PBCC     images/pipe.pb-c.c
22:18:43 [2020-12-04T22:18:43.380Z] #41 18.43   DEP      images/pipe.pb-c.d
22:18:43 [2020-12-04T22:18:43.380Z] #41 18.55   PBCC     images/pstree.pb-c.c
22:18:43 [2020-12-04T22:18:43.437Z] #20 57.07 Selecting previously unselected package xfsprogs.
22:18:43 [2020-12-04T22:18:43.437Z] #20 57.08 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ...
22:18:43 [2020-12-04T22:18:43.437Z] #20 57.08 Unpacking xfsprogs (4.20.0-1) ...
22:18:43 [2020-12-04T22:18:43.477Z] #41 14.56   PBCC     images/sa.pb-c.c
22:18:43 [2020-12-04T22:18:43.477Z] #41 14.58   DEP      images/sa.pb-c.d
22:18:43 [2020-12-04T22:18:43.477Z] #41 14.59   PBCC     images/pipe-data.pb-c.c
22:18:43 [2020-12-04T22:18:43.477Z] #41 14.60   DEP      images/pipe-data.pb-c.d
22:18:43 [2020-12-04T22:18:43.477Z] #41 14.62   PBCC     images/mnt.pb-c.c
22:18:43 [2020-12-04T22:18:43.477Z] #41 14.78   DEP      images/mnt.pb-c.d
22:18:43 [2020-12-04T22:18:43.640Z] #41 18.59   DEP      images/pstree.pb-c.d
22:18:43 [2020-12-04T22:18:43.640Z] #41 18.63   PBCC     images/fs.pb-c.c
22:18:43 [2020-12-04T22:18:43.640Z] #41 18.64   DEP      images/fs.pb-c.d
22:18:43 [2020-12-04T22:18:43.738Z] #41 14.93   PBCC     images/sk-packet.pb-c.c
22:18:43 [2020-12-04T22:18:43.738Z] #41 14.96   DEP      images/sk-packet.pb-c.d
22:18:43 [2020-12-04T22:18:43.738Z] #41 15.04   PBCC     images/tcp-stream.pb-c.c
22:18:43 [2020-12-04T22:18:43.738Z] #41 15.11   DEP      images/tcp-stream.pb-c.d
22:18:43 [2020-12-04T22:18:43.900Z] #41 18.70   PBCC     images/signalfd.pb-c.c
22:18:43 [2020-12-04T22:18:43.900Z] #41 18.75   DEP      images/signalfd.pb-c.d
22:18:43 [2020-12-04T22:18:43.900Z] #41 18.88   PBCC     images/fh.pb-c.c
22:18:43 [2020-12-04T22:18:43.900Z] #41 18.94   PBCC     images/fsnotify.pb-c.c
22:18:43 [2020-12-04T22:18:43.900Z] #41 19.00   DEP      images/fh.pb-c.d
22:18:44 [2020-12-04T22:18:44.000Z] #41 15.21   PBCC     images/pipe.pb-c.c
22:18:44 [2020-12-04T22:18:44.000Z] #41 15.32   DEP      images/pipe.pb-c.d
22:18:44 [2020-12-04T22:18:44.080Z] #20 57.80 Selecting previously unselected package zip.
22:18:44 [2020-12-04T22:18:44.080Z] #20 57.82 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ...
22:18:44 [2020-12-04T22:18:44.080Z] #20 57.82 Unpacking zip (3.0-11+b1) ...
22:18:44 [2020-12-04T22:18:44.162Z] #41 19.07   DEP      images/fsnotify.pb-c.d
22:18:44 [2020-12-04T22:18:44.162Z] #41 19.14   PBCC     images/eventpoll.pb-c.c
22:18:44 [2020-12-04T22:18:44.162Z] #41 19.17   DEP      images/eventpoll.pb-c.d
22:18:44 [2020-12-04T22:18:44.162Z] #41 19.23   PBCC     images/eventfd.pb-c.c
22:18:44 [2020-12-04T22:18:44.162Z] #41 19.26   DEP      images/eventfd.pb-c.d
22:18:44 [2020-12-04T22:18:44.262Z] #41 15.41   PBCC     images/pstree.pb-c.c
22:18:44 [2020-12-04T22:18:44.262Z] #41 15.43   DEP      images/pstree.pb-c.d
22:18:44 [2020-12-04T22:18:44.262Z] #41 15.57   PBCC     images/fs.pb-c.c
22:18:44 [2020-12-04T22:18:44.262Z] #41 ...
22:18:44 [2020-12-04T22:18:44.262Z] 
22:18:44 [2020-12-04T22:18:44.262Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:44 [2020-12-04T22:18:44.262Z] #49 106.7 encoding/json
22:18:44 [2020-12-04T22:18:44.262Z] #49 111.8 github.com/pkg/diff
22:18:44 [2020-12-04T22:18:44.262Z] #49 113.8 go/ast
22:18:44 [2020-12-04T22:18:44.262Z] #49 115.7 golang.org/x/crypto/ssh/terminal
22:18:44 [2020-12-04T22:18:44.422Z] #41 19.29   PBCC     images/remap-file-path.pb-c.c
22:18:44 [2020-12-04T22:18:44.422Z] #41 19.32   DEP      images/remap-file-path.pb-c.d
22:18:44 [2020-12-04T22:18:44.422Z] #41 19.38   PBCC     images/fifo.pb-c.c
22:18:44 [2020-12-04T22:18:44.422Z] #41 19.42   DEP      images/fifo.pb-c.d
22:18:44 [2020-12-04T22:18:44.422Z] #41 19.47   PBCC     images/ghost-file.pb-c.c
22:18:44 [2020-12-04T22:18:44.422Z] #41 19.51   DEP      images/ghost-file.pb-c.d
22:18:44 [2020-12-04T22:18:44.524Z] #49 ...
22:18:44 [2020-12-04T22:18:44.524Z] 
22:18:44 [2020-12-04T22:18:44.524Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:44 [2020-12-04T22:18:44.524Z] #41 15.59   DEP      images/fs.pb-c.d
22:18:44 [2020-12-04T22:18:44.524Z] #41 15.67   PBCC     images/signalfd.pb-c.c
22:18:44 [2020-12-04T22:18:44.524Z] #41 15.77   DEP      images/signalfd.pb-c.d
22:18:44 [2020-12-04T22:18:44.524Z] #41 15.81   PBCC     images/fh.pb-c.c
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.18 Setting up aufs-tools (1:4.14+20190211-1) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.20 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.20 Setting up libip6tc0:ppc64el (1.8.2-4) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.21 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.22 Setting up libgpm2:ppc64el (1.20.7-5) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.23 Setting up libip4tc0:ppc64el (1.8.2-4) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.24 Setting up uidmap (1:4.5-1.1) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.25 Setting up libnftnl11:ppc64el (1.1.2-2) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.26 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.27 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.27 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.28 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.29 Setting up xxd (2:8.1.0875-5) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.29 Setting up zip (3.0-11+b1) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.30 Setting up vim-common (2:8.1.0875-5) ...
22:18:44 [2020-12-04T22:18:44.676Z] #20 58.34 Setting up bash-completion (1:2.8-6) ...
22:18:44 [2020-12-04T22:18:44.682Z] #41 19.61   PBCC     images/regfile.pb-c.c
22:18:44 [2020-12-04T22:18:44.682Z] #41 19.71   DEP      images/regfile.pb-c.d
22:18:44 [2020-12-04T22:18:44.786Z] #41 15.89   PBCC     images/fsnotify.pb-c.c
22:18:44 [2020-12-04T22:18:44.786Z] #41 15.99   DEP      images/fh.pb-c.d
22:18:44 [2020-12-04T22:18:44.786Z] #41 16.04   DEP      images/fsnotify.pb-c.d
22:18:44 [2020-12-04T22:18:44.943Z] #41 19.79   PBCC     images/ns.pb-c.c
22:18:44 [2020-12-04T22:18:44.943Z] #41 19.80   DEP      images/ns.pb-c.d
22:18:44 [2020-12-04T22:18:44.943Z] #41 19.87   PBCC     images/fdinfo.pb-c.c
22:18:44 [2020-12-04T22:18:44.943Z] #41 19.97   DEP      images/fdinfo.pb-c.d
22:18:44 [2020-12-04T22:18:44.943Z] #41 ...
22:18:44 [2020-12-04T22:18:44.943Z] 
22:18:44 [2020-12-04T22:18:44.943Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:44 [2020-12-04T22:18:44.943Z] #49 115.8 github.com/pkg/diff
22:18:44 [2020-12-04T22:18:44.943Z] #49 118.0 go/ast
22:18:44 [2020-12-04T22:18:44.943Z] #49 119.9 golang.org/x/crypto/ssh/terminal
22:18:44 [2020-12-04T22:18:44.943Z] #49 122.1 mvdan.cc/editorconfig
22:18:44 [2020-12-04T22:18:44.943Z] #49 123.9 mvdan.cc/sh/v3/fileutil
22:18:44 [2020-12-04T22:18:44.943Z] #49 124.2 mvdan.cc/sh/v3/syntax
22:18:45 [2020-12-04T22:18:45.060Z] #41 16.11   PBCC     images/eventpoll.pb-c.c
22:18:45 [2020-12-04T22:18:45.060Z] #41 16.14   DEP      images/eventpoll.pb-c.d
22:18:45 [2020-12-04T22:18:45.060Z] #41 16.21   PBCC     images/eventfd.pb-c.c
22:18:45 [2020-12-04T22:18:45.060Z] #41 16.26   DEP      images/eventfd.pb-c.d
22:18:45 [2020-12-04T22:18:45.060Z] #41 16.30   PBCC     images/remap-file-path.pb-c.c
22:18:45 [2020-12-04T22:18:45.060Z] #41 16.31   DEP      images/remap-file-path.pb-c.d
22:18:45 [2020-12-04T22:18:45.203Z] #49 ...
22:18:45 [2020-12-04T22:18:45.203Z] 
22:18:45 [2020-12-04T22:18:45.203Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:45 [2020-12-04T22:18:45.203Z] #41 20.08   PBCC     images/core-aarch64.pb-c.c
22:18:45 [2020-12-04T22:18:45.203Z] #41 20.25   PBCC     images/core-arm.pb-c.c
22:18:45 [2020-12-04T22:18:45.324Z] #41 ...
22:18:45 [2020-12-04T22:18:45.324Z] 
22:18:45 [2020-12-04T22:18:45.324Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:45 [2020-12-04T22:18:45.324Z] #32 110.7 github.com/BurntSushi/toml/cmd/tomlv
22:18:45 [2020-12-04T22:18:45.324Z] #32 DONE 117.6s
22:18:45 [2020-12-04T22:18:45.324Z] 
22:18:45 [2020-12-04T22:18:45.324Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:45 [2020-12-04T22:18:45.324Z] #41 16.41   PBCC     images/fifo.pb-c.c
22:18:45 [2020-12-04T22:18:45.324Z] #41 16.50   DEP      images/fifo.pb-c.d
22:18:45 [2020-12-04T22:18:45.324Z] #41 16.60   PBCC     images/ghost-file.pb-c.c
22:18:45 [2020-12-04T22:18:45.463Z] #41 20.35   PBCC     images/core-ppc64.pb-c.c
22:18:45 [2020-12-04T22:18:45.463Z] #41 20.40   PBCC     images/core-s390.pb-c.c
22:18:45 [2020-12-04T22:18:45.463Z] #41 20.50   PBCC     images/core-x86.pb-c.c
22:18:45 [2020-12-04T22:18:45.463Z] #41 20.57   PBCC     images/core.pb-c.c
22:18:45 [2020-12-04T22:18:45.585Z] #41 16.72   DEP      images/ghost-file.pb-c.d
22:18:45 [2020-12-04T22:18:45.585Z] #41 16.81   PBCC     images/regfile.pb-c.c
22:18:45 [2020-12-04T22:18:45.723Z] #41 20.66   PBCC     images/inventory.pb-c.c
22:18:45 [2020-12-04T22:18:45.723Z] #41 20.77   DEP      images/core-aarch64.pb-c.d
22:18:45 [2020-12-04T22:18:45.847Z] #41 16.87   DEP      images/regfile.pb-c.d
22:18:45 [2020-12-04T22:18:45.847Z] #41 17.05   PBCC     images/ns.pb-c.c
22:18:45 [2020-12-04T22:18:45.847Z] #41 17.12   DEP      images/ns.pb-c.d
22:18:45 [2020-12-04T22:18:45.897Z] Client:
22:18:45 [2020-12-04T22:18:45.897Z]  Debug Mode: false
22:18:45 [2020-12-04T22:18:45.897Z]  Plugins:
22:18:45 [2020-12-04T22:18:45.897Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
22:18:45 [2020-12-04T22:18:45.897Z] 
22:18:45 [2020-12-04T22:18:45.897Z] Server:
22:18:45 [2020-12-04T22:18:45.897Z]  Containers: 0
22:18:45 [2020-12-04T22:18:45.897Z]   Running: 0
22:18:45 [2020-12-04T22:18:45.897Z]   Paused: 0
22:18:45 [2020-12-04T22:18:45.897Z]   Stopped: 0
22:18:45 [2020-12-04T22:18:45.897Z]  Images: 0
22:18:45 [2020-12-04T22:18:45.897Z]  Server Version: 19.03.12
22:18:45 [2020-12-04T22:18:45.897Z]  Storage Driver: lcow (linux) windowsfilter (windows)
22:18:45 [2020-12-04T22:18:45.897Z]   LCOW: 
22:18:45 [2020-12-04T22:18:45.897Z]   Windows: 
22:18:45 [2020-12-04T22:18:45.897Z]  Logging Driver: json-file
22:18:45 [2020-12-04T22:18:45.897Z]  Plugins:
22:18:45 [2020-12-04T22:18:45.897Z]   Volume: local
22:18:45 [2020-12-04T22:18:45.897Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
22:18:45 [2020-12-04T22:18:45.897Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
22:18:45 [2020-12-04T22:18:45.897Z]  Swarm: inactive
22:18:45 [2020-12-04T22:18:45.897Z]  Default Isolation: process
22:18:45 [2020-12-04T22:18:45.897Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
22:18:45 [2020-12-04T22:18:45.897Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577)
22:18:45 [2020-12-04T22:18:45.897Z]  OSType: windows
22:18:45 [2020-12-04T22:18:45.897Z]  Architecture: x86_64
22:18:45 [2020-12-04T22:18:45.897Z]  CPUs: 4
22:18:45 [2020-12-04T22:18:45.897Z]  Total Memory: 32GiB
22:18:45 [2020-12-04T22:18:45.897Z]  Name: azwin-2-d78ae0
22:18:45 [2020-12-04T22:18:45.897Z]  ID: DKSW:D2DR:7NAQ:X324:HLZ2:AIIZ:VM7L:XWZ3:VQ7M:S4Y3:PBO2:SNOV
22:18:45 [2020-12-04T22:18:45.897Z]  Docker Root Dir: D:\docker
22:18:45 [2020-12-04T22:18:45.897Z]  Debug Mode: false
22:18:45 [2020-12-04T22:18:45.897Z]  Registry: https://index.docker.io/v1/
22:18:45 [2020-12-04T22:18:45.897Z]  Labels:
22:18:45 [2020-12-04T22:18:45.897Z]  Experimental: true
22:18:45 [2020-12-04T22:18:45.897Z]  Insecure Registries:
22:18:45 [2020-12-04T22:18:45.897Z]   10.0.0.4:5000
22:18:45 [2020-12-04T22:18:45.897Z]   127.0.0.0/8
22:18:45 [2020-12-04T22:18:45.897Z]  Registry Mirrors:
22:18:45 [2020-12-04T22:18:45.897Z]   http://10.0.0.4:5000/
22:18:45 [2020-12-04T22:18:45.897Z]  Live Restore Enabled: false
22:18:45 [2020-12-04T22:18:45.897Z] 
22:18:45 [2020-12-04T22:18:45.984Z] #41 20.83   DEP      images/core-arm.pb-c.d
22:18:45 [2020-12-04T22:18:45.984Z] #41 20.93   DEP      images/core-ppc64.pb-c.d
22:18:45 [2020-12-04T22:18:45.984Z] #41 21.00   DEP      images/core-s390.pb-c.d
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
22:18:46 [2020-12-04T22:18:46.109Z] #41 17.23   PBCC     images/fdinfo.pb-c.c
22:18:46 [2020-12-04T22:18:46.109Z] #41 17.30   DEP      images/fdinfo.pb-c.d
22:18:46 [2020-12-04T22:18:46.109Z] #41 17.38   PBCC     images/core-aarch64.pb-c.c
22:18:46 [2020-12-04T22:18:46.109Z] #41 17.45   PBCC     images/core-arm.pb-c.c
22:18:46 [2020-12-04T22:18:46.243Z] #41 21.07   DEP      images/core-x86.pb-c.d
22:18:46 [2020-12-04T22:18:46.244Z] #41 21.13   DEP      images/core.pb-c.d
22:18:46 [2020-12-04T22:18:46.244Z] #41 21.22   DEP      images/inventory.pb-c.d
22:18:46 [2020-12-04T22:18:46.244Z] #41 21.34   PBCC     images/cpuinfo.pb-c.c
22:18:46 [2020-12-04T22:18:46.504Z] #41 21.35   DEP      images/cpuinfo.pb-c.d
22:18:46 [2020-12-04T22:18:46.504Z] #41 21.40   PBCC     images/stats.pb-c.c
22:18:46 [2020-12-04T22:18:46.504Z] #41 21.41   DEP      images/stats.pb-c.d
22:18:46 [2020-12-04T22:18:46.682Z] #41 17.75   PBCC     images/core-ppc64.pb-c.c
22:18:46 [2020-12-04T22:18:46.682Z] #41 17.88   PBCC     images/core-s390.pb-c.c
22:18:46 [2020-12-04T22:18:46.682Z] #41 17.98   PBCC     images/core-x86.pb-c.c
22:18:46 [2020-12-04T22:18:46.943Z] #41 18.02   PBCC     images/core.pb-c.c
22:18:46 [2020-12-04T22:18:46.943Z] #41 18.18   PBCC     images/inventory.pb-c.c
22:18:47 [2020-12-04T22:18:47.205Z] #41 18.28   DEP      images/core-aarch64.pb-c.d
22:18:47 [2020-12-04T22:18:47.205Z] #41 18.38   DEP      images/core-arm.pb-c.d
22:18:47 [2020-12-04T22:18:47.205Z] #41 18.49   DEP      images/core-ppc64.pb-c.d
22:18:47 [2020-12-04T22:18:47.205Z] #41 18.56   DEP      images/core-s390.pb-c.d
22:18:47 [2020-12-04T22:18:47.466Z] #41 18.70   DEP      images/core-x86.pb-c.d
22:18:47 [2020-12-04T22:18:47.466Z] #41 18.78   DEP      images/core.pb-c.d
22:18:47 [2020-12-04T22:18:47.728Z] #41 18.94   DEP      images/inventory.pb-c.d
22:18:47 [2020-12-04T22:18:47.990Z] #41 19.06   PBCC     images/cpuinfo.pb-c.c
22:18:47 [2020-12-04T22:18:47.990Z] #41 19.14   DEP      images/cpuinfo.pb-c.d
22:18:48 [2020-12-04T22:18:48.251Z] #41 19.34   PBCC     images/stats.pb-c.c
22:18:48 [2020-12-04T22:18:48.251Z] #41 19.37   DEP      images/stats.pb-c.d
22:18:48 [2020-12-04T22:18:48.437Z] ok  	github.com/docker/docker/cmd/dockerd	0.057s	coverage: 29.2% of statements
22:18:48 [2020-12-04T22:18:48.437Z] ok  	github.com/docker/docker/container	0.111s	coverage: 34.7% of statements
22:18:48 [2020-12-04T22:18:48.437Z] ?   	github.com/docker/docker/container/stream	[no test files]
22:18:48 [2020-12-04T22:18:48.437Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
22:18:48 [2020-12-04T22:18:48.437Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
22:18:48 [2020-12-04T22:18:48.437Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
22:18:49 [2020-12-04T22:18:49.051Z] #41 23.89 make[1]: Nothing to be done for 'all'.
22:18:49 [2020-12-04T22:18:49.174Z] #20 62.89 Setting up libiptc0:ppc64el (1.8.2-4) ...
22:18:49 [2020-12-04T22:18:49.174Z] #20 62.90 Setting up xz-utils (5.2.4-1) ...
22:18:49 [2020-12-04T22:18:49.174Z] #20 62.91 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:18:49 [2020-12-04T22:18:49.174Z] #20 62.93 Setting up sudo (1.8.27-1+deb10u2) ...
22:18:49 [2020-12-04T22:18:49.174Z] #20 63.02 invoke-rc.d: could not determine current runlevel
22:18:49 [2020-12-04T22:18:49.472Z] #20 63.06 invoke-rc.d: policy-rc.d denied execution of start.
22:18:49 [2020-12-04T22:18:49.472Z] #20 63.07 Setting up pigz (2.4-1) ...
22:18:49 [2020-12-04T22:18:49.472Z] #20 63.09 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ...
22:18:49 [2020-12-04T22:18:49.472Z] #20 63.10 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
22:18:49 [2020-12-04T22:18:49.472Z] #20 63.12 Setting up python-pip-whl (18.1-5) ...
22:18:49 [2020-12-04T22:18:49.472Z] #20 63.13 Setting up libmpdec2:ppc64el (2.4.2-2) ...
22:18:49 [2020-12-04T22:18:49.472Z] #20 63.14 Setting up vim-runtime (2:8.1.0875-5) ...
22:18:49 [2020-12-04T22:18:49.621Z] #41 ...
22:18:49 [2020-12-04T22:18:49.621Z] 
22:18:49 [2020-12-04T22:18:49.621Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:49 [2020-12-04T22:18:49.621Z] #43 120.5 text/template
22:18:49 [2020-12-04T22:18:49.621Z] #43 121.0 go/parser
22:18:49 [2020-12-04T22:18:49.621Z] #43 126.0 encoding/xml
22:18:49 [2020-12-04T22:18:49.621Z] #43 127.7 go/doc
22:18:49 [2020-12-04T22:18:49.621Z] #43 ...
22:18:49 [2020-12-04T22:18:49.621Z] 
22:18:49 [2020-12-04T22:18:49.621Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:18:49 [2020-12-04T22:18:49.621Z] #54 59.59 Checking out files:  31% (1144/3632)   
Checking out files:  32% (1163/3632)   
Checking out files:  33% (1199/3632)   
Checking out files:  34% (1235/3632)   
Checking out files:  35% (1272/3632)   
Checking out files:  36% (1308/3632)   
Checking out files:  37% (1344/3632)   
Checking out files:  38% (1381/3632)   
Checking out files:  39% (1417/3632)   
Checking out files:  40% (1453/3632)   
Checking out files:  41% (1490/3632)   
Checking out files:  42% (1526/3632)   
Checking out files:  43% (1562/3632)   
Checking out files:  44% (1599/3632)   
Checking out files:  45% (1635/3632)   
Checking out files:  46% (1671/3632)   
Checking out files:  47% (1708/3632)   
Checking out files:  48% (1744/3632)   
Checking out files:  49% (1780/3632)   
Checking out files:  50% (1816/3632)   
Checking out files:  51% (1853/3632)   
Checking out files:  52% (1889/3632)   
Checking out files:  53% (1925/3632)   
Checking out files:  54% (1962/3632)   
Checking out files:  55% (1998/3632)   
Checking out files:  56% (2034/3632)   
Checking out files:  57% (2071/3632)   
Checking out files:  58% (2107/3632)   
Checking out files:  59% (2143/3632)   
Checking out files:  60% (2180/3632)   
Checking out files:  61% (2216/3632)   
Checking out files:  62% (2252/3632)   
Checking out files:  63% (2289/3632)   
Checking out files:  64% (2325/3632)   
Checking out files:  65% (2361/3632)   
Checking out files:  66% (2398/3632)   
Checking out files:  67% (2434/3632)   
Checking out files:  68% (2470/3632)   
Checking out files:  69% (2507/3632)   
Checking out files:  70% (2543/3632)   
Checking out files:  71% (2579/3632)   
Checking out files:  72% (2616/3632)   
Checking out files:  73% (2652/3632)   
Checking out files:  74% (2688/3632)   
Checking out files:  75% (2724/3632)   
Checking out files:  76% (2761/3632)   
Checking out files:  77% (2797/3632)   
Checking out files:  78% (2833/3632)   
Checking out files:  79% (2870/3632)   
Checking out files:  80% (2906/3632)   
Checking out files:  81% (2942/3632)   
Checking out files:  82% (2979/3632)   
Checking out files:  83% (3015/3632)   
Checking out files:  84% (3051/3632)   
Checking out files:  85% (3088/3632)   
Checking out files:  86% (3124/3632)   
Checking out files:  87% (3160/3632)   
Checking out files:  88% (3197/3632)   
Checking out files:  89% (3233/3632)   
Checking out files:  90% (3269/3632)   
Checking out files:  91% (3306/3632)   
Checking out files:  91% (3337/3632)   
Checking out files:  92% (3342/3632)   
Checking out files:  93% (3378/3632)   
Checking out files:  94% (3415/3632)   
Checking out files:  95% (3451/3632)   
Checking out files:  96% (3487/3632)   
Checking out files:  97% (3524/3632)   
Checking out files:  98% (3560/3632)   
Checking out files:  99% (3596/3632)   
Checking out files: 100% (3632/3632)   
Checking out files: 100% (3632/3632), done.
22:18:49 [2020-12-04T22:18:49.621Z] #54 62.11 + cd /tmp/tmp.5tab1yLUgb/src/github.com/containerd/containerd
22:18:49 [2020-12-04T22:18:49.621Z] #54 62.12 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.69 Setting up libaio1:ppc64el (0.3.112-3) ...
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.70 Setting up libonig5:ppc64el (6.9.1-1) ...
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.70 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.71 Setting up vim (2:8.1.0875-5) ...
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.88 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.89 Setting up thin-provisioning-tools (0.7.6-2.1) ...
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.90 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.91 Setting up jq (1.5+dfsg-2+b1) ...
22:18:50 [2020-12-04T22:18:50.118Z] #20 63.91 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ...
22:18:50 [2020-12-04T22:18:50.415Z] #20 63.93 Setting up python3.7 (3.7.3-2+deb10u2) ...
22:18:50 [2020-12-04T22:18:50.561Z] #54 63.59 + export 'BUILDTAGS=netgo osusergo static_build'
22:18:50 [2020-12-04T22:18:50.561Z] #54 63.59 + BUILDTAGS='netgo osusergo static_build'
22:18:50 [2020-12-04T22:18:50.561Z] #54 63.59 + export EXTRA_FLAGS=-buildmode=pie
22:18:50 [2020-12-04T22:18:50.561Z] #54 63.59 + EXTRA_FLAGS=-buildmode=pie
22:18:50 [2020-12-04T22:18:50.561Z] #54 63.59 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
22:18:50 [2020-12-04T22:18:50.561Z] #54 63.59 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
22:18:50 [2020-12-04T22:18:50.561Z] #54 63.59 + '[' '' = dynamic ']'
22:18:50 [2020-12-04T22:18:50.561Z] #54 63.59 + make
22:18:51 [2020-12-04T22:18:51.558Z] #41 22.56 make[1]: Nothing to be done for 'all'.
22:18:51 [2020-12-04T22:18:51.820Z] #41 ...
22:18:51 [2020-12-04T22:18:51.820Z] 
22:18:51 [2020-12-04T22:18:51.820Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:51 [2020-12-04T22:18:51.820Z] #43 114.2 internal/lazyregexp
22:18:51 [2020-12-04T22:18:51.820Z] #43 114.6 net/url
22:18:51 [2020-12-04T22:18:51.820Z] #43 117.2 text/template/parse
22:18:51 [2020-12-04T22:18:51.820Z] #43 118.4 go/parser
22:18:51 [2020-12-04T22:18:51.820Z] #43 123.6 text/template
22:18:51 [2020-12-04T22:18:51.820Z] #43 124.1 encoding/xml
22:18:52 [2020-12-04T22:18:52.479Z] #54 65.28 + bin/ctr
22:18:52 [2020-12-04T22:18:52.920Z] ok  	github.com/docker/docker/daemon/cluster	0.056s	coverage: 0.5% of statements
22:18:53 [2020-12-04T22:18:53.209Z] #43 ...
22:18:53 [2020-12-04T22:18:53.209Z] 
22:18:53 [2020-12-04T22:18:53.209Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:18:54 [2020-12-04T22:18:54.007Z] #20 ...
22:18:54 [2020-12-04T22:18:54.007Z] 
22:18:54 [2020-12-04T22:18:54.007Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:54 [2020-12-04T22:18:54.007Z] #43 105.5   CC       criu/clone-noasan.o
22:18:54 [2020-12-04T22:18:54.007Z] #43 105.8   CC       criu/config.o
22:18:54 [2020-12-04T22:18:54.007Z] #43 108.9   CC       criu/cr-check.o
22:18:54 [2020-12-04T22:18:54.007Z] #43 111.6   CC       criu/cr-dedup.o
22:18:54 [2020-12-04T22:18:54.007Z] #43 112.2   CC       criu/cr-dump.o
22:18:54 [2020-12-04T22:18:54.007Z] #43 115.7   CC       criu/cr-errno.o
22:18:54 [2020-12-04T22:18:54.007Z] #43 115.9   CC       criu/cr-restore.o
22:18:54 [2020-12-04T22:18:54.023Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.006s	coverage: 65.3% of statements
22:18:55 [2020-12-04T22:18:55.058Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.005s	coverage: 35.9% of statements
22:18:55 [2020-12-04T22:18:55.064Z] #43 ...
22:18:55 [2020-12-04T22:18:55.064Z] 
22:18:55 [2020-12-04T22:18:55.064Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:18:55 [2020-12-04T22:18:55.064Z] #20 68.62 Setting up iptables (1.8.2-4) ...
22:18:55 [2020-12-04T22:18:55.064Z] #20 68.66 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
22:18:55 [2020-12-04T22:18:55.064Z] #20 68.68 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:18:55 [2020-12-04T22:18:55.064Z] #20 68.70 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
22:18:55 [2020-12-04T22:18:55.064Z] #20 68.72 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:18:55 [2020-12-04T22:18:55.064Z] #20 68.73 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
22:18:55 [2020-12-04T22:18:55.064Z] #20 68.75 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
22:18:55 [2020-12-04T22:18:55.064Z] #20 68.77 Setting up python3 (3.7.3-1) ...
22:18:55 [2020-12-04T22:18:55.828Z] #54 60.13 Checking out files:  35% (1294/3632)   
Checking out files:  36% (1308/3632)   
Checking out files:  37% (1344/3632)   
Checking out files:  38% (1381/3632)   
Checking out files:  39% (1417/3632)   
Checking out files:  40% (1453/3632)   
Checking out files:  41% (1490/3632)   
Checking out files:  42% (1526/3632)   
Checking out files:  43% (1562/3632)   
Checking out files:  44% (1599/3632)   
Checking out files:  45% (1635/3632)   
Checking out files:  46% (1671/3632)   
Checking out files:  47% (1708/3632)   
Checking out files:  48% (1744/3632)   
Checking out files:  49% (1780/3632)   
Checking out files:  50% (1816/3632)   
Checking out files:  51% (1853/3632)   
Checking out files:  52% (1889/3632)   
Checking out files:  53% (1925/3632)   
Checking out files:  54% (1962/3632)   
Checking out files:  55% (1998/3632)   
Checking out files:  56% (2034/3632)   
Checking out files:  57% (2071/3632)   
Checking out files:  58% (2107/3632)   
Checking out files:  59% (2143/3632)   
Checking out files:  60% (2180/3632)   
Checking out files:  61% (2216/3632)   
Checking out files:  62% (2252/3632)   
Checking out files:  63% (2289/3632)   
Checking out files:  64% (2325/3632)   
Checking out files:  65% (2361/3632)   
Checking out files:  66% (2398/3632)   
Checking out files:  67% (2434/3632)   
Checking out files:  68% (2470/3632)   
Checking out files:  69% (2507/3632)   
Checking out files:  70% (2543/3632)   
Checking out files:  71% (2579/3632)   
Checking out files:  72% (2616/3632)   
Checking out files:  73% (2652/3632)   
Checking out files:  74% (2688/3632)   
Checking out files:  75% (2724/3632)   
Checking out files:  76% (2761/3632)   
Checking out files:  77% (2797/3632)   
Checking out files:  78% (2833/3632)   
Checking out files:  79% (2870/3632)   
Checking out files:  80% (2906/3632)   
Checking out files:  81% (2942/3632)   
Checking out files:  82% (2979/3632)   
Checking out files:  83% (3015/3632)   
Checking out files:  84% (3051/3632)   
Checking out files:  85% (3088/3632)   
Checking out files:  86% (3124/3632)   
Checking out files:  87% (3160/3632)   
Checking out files:  88% (3197/3632)   
Checking out files:  89% (3233/3632)   
Checking out files:  90% (3269/3632)   
Checking out files:  91% (3306/3632)   
Checking out files:  91% (3337/3632)   
Checking out files:  92% (3342/3632)   
Checking out files:  93% (3378/3632)   
Checking out files:  94% (3415/3632)   
Checking out files:  95% (3451/3632)   
Checking out files:  96% (3487/3632)   
Checking out files:  97% (3524/3632)   
Checking out files:  98% (3560/3632)   
Checking out files:  99% (3596/3632)   
Checking out files: 100% (3632/3632)   
Checking out files: 100% (3632/3632), done.
22:18:56 [2020-12-04T22:18:56.089Z] #54 62.71 + cd /tmp/tmp.dnMsVZdjxS/src/github.com/containerd/containerd
22:18:56 [2020-12-04T22:18:56.089Z] #54 62.71 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
22:18:56 [2020-12-04T22:18:56.124Z] #20 69.62 Setting up python3-wheel (0.32.3-2) ...
22:18:56 [2020-12-04T22:18:56.351Z] #54 ...
22:18:56 [2020-12-04T22:18:56.351Z] 
22:18:56 [2020-12-04T22:18:56.351Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:18:56 [2020-12-04T22:18:56.351Z] #49 118.9 mvdan.cc/editorconfig
22:18:56 [2020-12-04T22:18:56.351Z] #49 121.1 mvdan.cc/sh/v3/fileutil
22:18:56 [2020-12-04T22:18:56.351Z] #49 121.5 mvdan.cc/sh/v3/syntax
22:18:56 [2020-12-04T22:18:56.422Z] #20 ...
22:18:56 [2020-12-04T22:18:56.422Z] 
22:18:56 [2020-12-04T22:18:56.422Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:56 [2020-12-04T22:18:56.422Z] #45 174.2 github.com/LK4D4/vndr/godl
22:18:56 [2020-12-04T22:18:56.422Z] #45 175.2 github.com/LK4D4/vndr
22:18:56 [2020-12-04T22:18:56.613Z] #49 ...
22:18:56 [2020-12-04T22:18:56.613Z] 
22:18:56 [2020-12-04T22:18:56.613Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:18:56 [2020-12-04T22:18:56.613Z] #41 25.45   CC       images/stats.o
22:18:56 [2020-12-04T22:18:56.613Z] #41 26.17   CC       images/core.o
22:18:56 [2020-12-04T22:18:56.613Z] #41 27.37   CC       images/core-x86.o
22:18:57 [2020-12-04T22:18:57.068Z] #45 ...
22:18:57 [2020-12-04T22:18:57.068Z] 
22:18:57 [2020-12-04T22:18:57.068Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:18:57 [2020-12-04T22:18:57.068Z] #20 70.66 Setting up apparmor (2.13.2-10) ...
22:18:57 [2020-12-04T22:18:57.317Z] #41 28.53   CC       images/core-arm.o
22:18:57 [2020-12-04T22:18:57.367Z] #20 ...
22:18:57 [2020-12-04T22:18:57.367Z] 
22:18:57 [2020-12-04T22:18:57.367Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:18:57 [2020-12-04T22:18:57.367Z] #45 DONE 185.1s
22:18:57 [2020-12-04T22:18:57.664Z] 
22:18:57 [2020-12-04T22:18:57.664Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:18:58 [2020-12-04T22:18:58.284Z] #41 29.42   CC       images/core-aarch64.o
22:18:58 [2020-12-04T22:18:58.862Z] #41 29.99   CC       images/core-ppc64.o
22:18:59 [2020-12-04T22:18:59.762Z] #24 ...
22:18:59 [2020-12-04T22:18:59.762Z] 
22:18:59 [2020-12-04T22:18:59.762Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:18:59 [2020-12-04T22:18:59.762Z] #20 73.41 Setting up xfsprogs (4.20.0-1) ...
22:18:59 [2020-12-04T22:18:59.762Z] #20 73.42 Setting up python3-lib2to3 (3.7.3-1) ...
22:18:59 [2020-12-04T22:18:59.810Z] #41 30.99   CC       images/core-s390.o
22:19:00 [2020-12-04T22:19:00.358Z] #20 73.90 Setting up python3-pkg-resources (40.8.0-1) ...
22:19:00 [2020-12-04T22:19:00.384Z] #41 ...
22:19:00 [2020-12-04T22:19:00.384Z] 
22:19:00 [2020-12-04T22:19:00.384Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:19:00 [2020-12-04T22:19:00.384Z] #54 64.63 + export 'BUILDTAGS=netgo osusergo static_build'
22:19:00 [2020-12-04T22:19:00.384Z] #54 64.63 + BUILDTAGS='netgo osusergo static_build'
22:19:00 [2020-12-04T22:19:00.384Z] #54 64.63 + export EXTRA_FLAGS=-buildmode=pie
22:19:00 [2020-12-04T22:19:00.384Z] #54 64.63 + EXTRA_FLAGS=-buildmode=pie
22:19:00 [2020-12-04T22:19:00.384Z] #54 64.63 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
22:19:00 [2020-12-04T22:19:00.384Z] #54 64.63 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
22:19:00 [2020-12-04T22:19:00.384Z] #54 64.63 + '[' '' = dynamic ']'
22:19:00 [2020-12-04T22:19:00.384Z] #54 64.63 + make
22:19:00 [2020-12-04T22:19:00.384Z] #54 66.38 + bin/ctr
22:19:01 [2020-12-04T22:19:01.417Z] #20 75.00 Setting up python3-distutils (3.7.3-1) ...
22:19:02 [2020-12-04T22:19:02.050Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.450s	coverage: 14.1% of statements
22:19:02 [2020-12-04T22:19:02.062Z] #20 75.64 Setting up python3-setuptools (40.8.0-1) ...
22:19:02 [2020-12-04T22:19:02.478Z] #54 ...
22:19:02 [2020-12-04T22:19:02.478Z] 
22:19:02 [2020-12-04T22:19:02.478Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:19:02 [2020-12-04T22:19:02.478Z] #49 133.8 mvdan.cc/sh/v3/cmd/shfmt
22:19:02 [2020-12-04T22:19:02.478Z] #49 DONE 141.9s
22:19:02 [2020-12-04T22:19:02.478Z] 
22:19:02 [2020-12-04T22:19:02.478Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:02 [2020-12-04T22:19:02.478Z] #41 25.91   CC       images/stats.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 26.47   CC       images/core.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 27.63   CC       images/core-x86.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 28.79   CC       images/core-arm.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 29.70   CC       images/core-aarch64.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 30.55   CC       images/core-ppc64.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 31.17   CC       images/core-s390.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 32.11   CC       images/cpuinfo.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 32.62   CC       images/inventory.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 32.92   CC       images/fdinfo.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 33.42   CC       images/fown.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 33.62   CC       images/ns.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 33.84   CC       images/regfile.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 34.23   CC       images/ghost-file.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 34.82   CC       images/fifo.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 35.24   CC       images/remap-file-path.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 35.77   CC       images/eventfd.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 ...
22:19:02 [2020-12-04T22:19:02.478Z] 
22:19:02 [2020-12-04T22:19:02.478Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:02 [2020-12-04T22:19:02.478Z] #43 132.0 github.com/LK4D4/vndr/build
22:19:02 [2020-12-04T22:19:02.478Z] #43 133.7 github.com/LK4D4/vndr/versioned
22:19:02 [2020-12-04T22:19:02.478Z] #43 134.0 compress/flate
22:19:02 [2020-12-04T22:19:02.478Z] #43 137.4 hash/crc32
22:19:02 [2020-12-04T22:19:02.478Z] #43 138.1 crypto/dsa
22:19:02 [2020-12-04T22:19:02.478Z] #43 138.3 compress/gzip
22:19:02 [2020-12-04T22:19:02.478Z] #43 138.6 crypto/x509/pkix
22:19:02 [2020-12-04T22:19:02.478Z] #43 139.0 vendor/golang.org/x/crypto/cryptobyte
22:19:02 [2020-12-04T22:19:02.478Z] #43 139.4 net
22:19:02 [2020-12-04T22:19:02.478Z] #43 141.6 vendor/golang.org/x/crypto/internal/chacha20
22:19:02 [2020-12-04T22:19:02.478Z] #43 ...
22:19:02 [2020-12-04T22:19:02.478Z] 
22:19:02 [2020-12-04T22:19:02.478Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:02 [2020-12-04T22:19:02.478Z] #41 36.30   CC       images/eventpoll.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 36.84   CC       images/fh.o
22:19:02 [2020-12-04T22:19:02.478Z] #41 37.35   CC       images/fsnotify.o
22:19:03 [2020-12-04T22:19:03.112Z] ok  	github.com/docker/docker/daemon/config	0.019s	coverage: 81.8% of statements
22:19:03 [2020-12-04T22:19:03.406Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
22:19:03 [2020-12-04T22:19:03.594Z] #20 77.17 Setting up python3-pip (18.1-5) ...
22:19:03 [2020-12-04T22:19:03.716Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:19:03 [2020-12-04T22:19:03.716Z] 
22:19:03 [2020-12-04T22:19:03.716Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:19:03 [2020-12-04T22:19:03.716Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:19:03 [2020-12-04T22:19:03.716Z] HOSTNAME=aa2a03b29059
22:19:03 [2020-12-04T22:19:03.716Z] TESTDEBUG=0
22:19:03 [2020-12-04T22:19:03.716Z] DEST=bundles/test-integration
22:19:03 [2020-12-04T22:19:03.716Z] PWD=/go/src/github.com/docker/docker
22:19:03 [2020-12-04T22:19:03.716Z] DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7
22:19:03 [2020-12-04T22:19:03.716Z] container=docker
22:19:03 [2020-12-04T22:19:03.716Z] HOME=/root
22:19:03 [2020-12-04T22:19:03.716Z] GOLANG_VERSION=1.13.15
22:19:03 [2020-12-04T22:19:03.716Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:19:03 [2020-12-04T22:19:03.716Z] VALIDATE_BRANCH=master
22:19:03 [2020-12-04T22:19:03.716Z] TERM=xterm
22:19:03 [2020-12-04T22:19:03.716Z] DOCKER_PKG=github.com/docker/docker
22:19:03 [2020-12-04T22:19:03.716Z] SHLVL=1
22:19:03 [2020-12-04T22:19:03.716Z] TIMEOUT=120m
22:19:03 [2020-12-04T22:19:03.716Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
22:19:03 [2020-12-04T22:19:03.716Z] DOCKER_GRAPHDRIVER=overlay2
22:19:03 [2020-12-04T22:19:03.716Z] GO111MODULE=off
22:19:03 [2020-12-04T22:19:03.716Z] DOCKER_EXPERIMENTAL=1
22:19:03 [2020-12-04T22:19:03.716Z] TEST_SKIP_INTEGRATION_CLI=1
22:19:03 [2020-12-04T22:19:03.716Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:19:03 [2020-12-04T22:19:03.716Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:19:03 [2020-12-04T22:19:03.716Z] GOPATH=/go
22:19:03 [2020-12-04T22:19:03.716Z] PKG_CONFIG=pkg-config
22:19:03 [2020-12-04T22:19:03.716Z] _=/usr/bin/env
22:19:03 [2020-12-04T22:19:03.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:19:03 [2020-12-04T22:19:03.861Z] #41 38.54   CC       images/signalfd.o
22:19:03 [2020-12-04T22:19:03.861Z] #41 38.91   CC       images/fs.o
22:19:04 [2020-12-04T22:19:04.101Z] ok  	github.com/docker/docker/daemon/events	0.055s	coverage: 50.0% of statements
22:19:04 [2020-12-04T22:19:04.431Z] #41 39.33   CC       images/pstree.o
22:19:04 [2020-12-04T22:19:04.597Z] #54 ...
22:19:04 [2020-12-04T22:19:04.597Z] 
22:19:04 [2020-12-04T22:19:04.597Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:04 [2020-12-04T22:19:04.597Z] #41 32.07   CC       images/cpuinfo.o
22:19:04 [2020-12-04T22:19:04.597Z] #41 32.53   CC       images/inventory.o
22:19:04 [2020-12-04T22:19:04.597Z] #41 32.84   CC       images/fdinfo.o
22:19:04 [2020-12-04T22:19:04.597Z] #41 33.36   CC       images/fown.o
22:19:04 [2020-12-04T22:19:04.597Z] #41 33.60   CC       images/ns.o
22:19:04 [2020-12-04T22:19:04.597Z] #41 33.88   CC       images/regfile.o
22:19:04 [2020-12-04T22:19:04.597Z] #41 34.20   CC       images/ghost-file.o
22:19:04 [2020-12-04T22:19:04.597Z] #41 34.61   CC       images/fifo.o
22:19:04 [2020-12-04T22:19:04.597Z] #41 34.90   CC       images/remap-file-path.o
22:19:04 [2020-12-04T22:19:04.597Z] #41 35.20   CC       images/eventfd.o
22:19:04 [2020-12-04T22:19:04.597Z] #41 35.50   CC       images/eventpoll.o
22:19:04 [2020-12-04T22:19:04.597Z] #41 35.85   CC       images/fh.o
22:19:04 [2020-12-04T22:19:04.758Z] ok  	github.com/docker/docker/daemon/graphdriver	0.003s	coverage: 2.2% of statements
22:19:05 [2020-12-04T22:19:05.001Z] #41 39.76   CC       images/pipe.o
22:19:05 [2020-12-04T22:19:05.002Z] #41 39.89   CC       images/tcp-stream.o
22:19:05 [2020-12-04T22:19:05.128Z] #20 78.55 Processing triggers for libc-bin (2.28-10) ...
22:19:05 [2020-12-04T22:19:05.128Z] #20 78.59 Processing triggers for mime-support (3.62) ...
22:19:05 [2020-12-04T22:19:05.128Z] #20 DONE 78.9s
22:19:05 [2020-12-04T22:19:05.128Z] 
22:19:05 [2020-12-04T22:19:05.128Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
22:19:05 [2020-12-04T22:19:05.171Z] #41 36.34   CC       images/fsnotify.o
22:19:05 [2020-12-04T22:19:05.262Z] #41 40.20   CC       images/sk-packet.o
22:19:05 [2020-12-04T22:19:05.407Z] ok  	github.com/docker/docker/daemon	12.269s	coverage: 17.2% of statements
22:19:05 [2020-12-04T22:19:05.407Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
22:19:05 [2020-12-04T22:19:05.407Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
22:19:05 [2020-12-04T22:19:05.407Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
22:19:05 [2020-12-04T22:19:05.407Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
22:19:05 [2020-12-04T22:19:05.522Z] #41 40.50   CC       images/mnt.o
22:19:05 [2020-12-04T22:19:05.773Z] #21 0.417 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
22:19:05 [2020-12-04T22:19:05.773Z] #21 0.426 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
22:19:05 [2020-12-04T22:19:05.773Z] #21 0.437 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
22:19:05 [2020-12-04T22:19:05.773Z] #21 DONE 0.5s
22:19:05 [2020-12-04T22:19:05.773Z] 
22:19:05 [2020-12-04T22:19:05.773Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
22:19:05 [2020-12-04T22:19:05.782Z] #41 40.67   CC       images/pipe-data.o
22:19:05 [2020-12-04T22:19:05.782Z] #41 40.86   CC       images/sa.o
22:19:06 [2020-12-04T22:19:06.057Z] #41 41.18   CC       images/timer.o
22:19:06 [2020-12-04T22:19:06.558Z] #41 37.48   CC       images/signalfd.o
22:19:06 [2020-12-04T22:19:06.558Z] #41 ...
22:19:06 [2020-12-04T22:19:06.558Z] 
22:19:06 [2020-12-04T22:19:06.558Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
22:19:06 [2020-12-04T22:19:06.558Z] #49 131.0 mvdan.cc/sh/v3/cmd/shfmt
22:19:06 [2020-12-04T22:19:06.558Z] #49 DONE 138.9s
22:19:06 [2020-12-04T22:19:06.558Z] 
22:19:06 [2020-12-04T22:19:06.558Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:06 [2020-12-04T22:19:06.558Z] #43 131.6 go/doc
22:19:06 [2020-12-04T22:19:06.558Z] #43 133.1 github.com/LK4D4/vndr/versioned
22:19:06 [2020-12-04T22:19:06.558Z] #43 133.3 compress/flate
22:19:06 [2020-12-04T22:19:06.558Z] #43 136.2 hash/crc32
22:19:06 [2020-12-04T22:19:06.558Z] #43 136.3 github.com/LK4D4/vndr/build
22:19:06 [2020-12-04T22:19:06.558Z] #43 137.3 compress/gzip
22:19:06 [2020-12-04T22:19:06.558Z] #43 138.5 vendor/golang.org/x/crypto/cryptobyte
22:19:06 [2020-12-04T22:19:06.628Z] #41 41.60   CC       images/timerfd.o
22:19:06 [2020-12-04T22:19:06.822Z] #43 ...
22:19:06 [2020-12-04T22:19:06.822Z] 
22:19:06 [2020-12-04T22:19:06.822Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:06 [2020-12-04T22:19:06.822Z] #41 37.96   CC       images/fs.o
22:19:06 [2020-12-04T22:19:06.888Z] #41 41.79   CC       images/mm.o
22:19:07 [2020-12-04T22:19:07.016Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.003s	coverage: 2.9% of statements
22:19:07 [2020-12-04T22:19:07.083Z] #41 38.25   CC       images/pstree.o
22:19:07 [2020-12-04T22:19:07.149Z] #41 42.14   CC       images/sk-opts.o
22:19:07 [2020-12-04T22:19:07.149Z] #41 42.30   CC       images/sk-unix.o
22:19:07 [2020-12-04T22:19:07.308Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.179s	coverage: 56.2% of statements
22:19:07 [2020-12-04T22:19:07.343Z] #41 38.60   CC       images/pipe.o
22:19:07 [2020-12-04T22:19:07.410Z] #41 42.59   CC       images/sk-inet.o
22:19:07 [2020-12-04T22:19:07.605Z] #41 38.95   CC       images/tcp-stream.o
22:19:07 [2020-12-04T22:19:07.981Z] #41 42.95   CC       images/tun.o
22:19:08 [2020-12-04T22:19:08.178Z] #41 39.38   CC       images/sk-packet.o
22:19:08 [2020-12-04T22:19:08.241Z] #41 43.24   CC       images/sk-netlink.o
22:19:08 [2020-12-04T22:19:08.502Z] #41 43.46   CC       images/packet-sock.o
22:19:08 [2020-12-04T22:19:08.545Z] #22 ...
22:19:08 [2020-12-04T22:19:08.545Z] 
22:19:08 [2020-12-04T22:19:08.545Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:19:08 [2020-12-04T22:19:08.545Z] #32 DONE 196.0s
22:19:08 [2020-12-04T22:19:08.545Z] 
22:19:08 [2020-12-04T22:19:08.545Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:08 [2020-12-04T22:19:08.545Z] #43 123.6   CC       criu/cr-service.o
22:19:08 [2020-12-04T22:19:08.545Z] #43 125.7   CC       criu/crtools.o
22:19:08 [2020-12-04T22:19:08.545Z] #43 126.4   CC       criu/eventfd.o
22:19:08 [2020-12-04T22:19:08.545Z] #43 126.8   CC       criu/eventpoll.o
22:19:08 [2020-12-04T22:19:08.545Z] #43 128.4   CC       criu/external.o
22:19:08 [2020-12-04T22:19:08.545Z] #43 129.0   CC       criu/fault-injection.o
22:19:08 [2020-12-04T22:19:08.545Z] #43 129.1   CC       criu/fdstore.o
22:19:08 [2020-12-04T22:19:08.545Z] #43 129.6   CC       criu/fifo.o
22:19:08 [2020-12-04T22:19:08.545Z] #43 130.0   CC       criu/file-ids.o
22:19:08 [2020-12-04T22:19:08.545Z] #43 130.6   CC       criu/file-lock.o
22:19:08 [2020-12-04T22:19:08.754Z] #41 39.78   CC       images/mnt.o
22:19:08 [2020-12-04T22:19:08.754Z] #41 40.05   CC       images/pipe-data.o
22:19:08 [2020-12-04T22:19:08.762Z] #41 43.79   CC       images/ipc-var.o
22:19:09 [2020-12-04T22:19:09.025Z] #41 43.99   CC       images/ipc-desc.o
22:19:09 [2020-12-04T22:19:09.025Z] #41 44.17   CC       images/ipc-shm.o
22:19:09 [2020-12-04T22:19:09.326Z] #41 40.44   CC       images/sa.o
22:19:09 [2020-12-04T22:19:09.587Z] #41 40.83   CC       images/timer.o
22:19:09 [2020-12-04T22:19:09.595Z] #41 44.38   CC       images/ipc-msg.o
22:19:09 [2020-12-04T22:19:09.858Z] #41 44.63   CC       images/ipc-sem.o
22:19:09 [2020-12-04T22:19:09.858Z] #41 44.83   CC       images/utsns.o
22:19:10 [2020-12-04T22:19:10.119Z] #41 45.05   CC       images/creds.o
22:19:10 [2020-12-04T22:19:10.379Z] #41 45.33   CC       images/vma.o
22:19:10 [2020-12-04T22:19:10.529Z] #41 41.43   CC       images/timerfd.o
22:19:10 [2020-12-04T22:19:10.639Z] #41 45.64   CC       images/netdev.o
22:19:10 [2020-12-04T22:19:10.644Z] #43 132.4   CC       criu/files-ext.o
22:19:10 [2020-12-04T22:19:10.790Z] #41 41.91   CC       images/mm.o
22:19:10 [2020-12-04T22:19:10.899Z] #41 46.06   CC       images/tty.o
22:19:10 [2020-12-04T22:19:10.940Z] #43 132.8   CC       criu/files-reg.o
22:19:11 [2020-12-04T22:19:11.361Z] #41 42.44   CC       images/sk-opts.o
22:19:11 [2020-12-04T22:19:11.582Z] #43 ...
22:19:11 [2020-12-04T22:19:11.582Z] 
22:19:11 [2020-12-04T22:19:11.582Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
22:19:11 [2020-12-04T22:19:11.582Z] #22 6.072 Collecting yamllint==1.16.0
22:19:11 [2020-12-04T22:19:11.622Z] #41 42.83   CC       images/sk-unix.o
22:19:11 [2020-12-04T22:19:11.842Z] #41 ...
22:19:11 [2020-12-04T22:19:11.843Z] 
22:19:11 [2020-12-04T22:19:11.843Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:11 [2020-12-04T22:19:11.843Z] #43 142.5 vendor/golang.org/x/crypto/poly1305
22:19:11 [2020-12-04T22:19:11.843Z] #43 143.3 vendor/golang.org/x/sys/cpu
22:19:11 [2020-12-04T22:19:11.843Z] #43 144.2 vendor/golang.org/x/crypto/chacha20poly1305
22:19:11 [2020-12-04T22:19:11.843Z] #43 146.3 vendor/golang.org/x/crypto/hkdf
22:19:11 [2020-12-04T22:19:11.843Z] #43 146.5 vendor/golang.org/x/text/transform
22:19:11 [2020-12-04T22:19:11.843Z] #43 147.1 vendor/golang.org/x/text/unicode/bidi
22:19:11 [2020-12-04T22:19:11.843Z] #43 148.7 vendor/golang.org/x/text/secure/bidirule
22:19:11 [2020-12-04T22:19:11.843Z] #43 149.2 vendor/golang.org/x/text/unicode/norm
22:19:11 [2020-12-04T22:19:11.843Z] #43 ...
22:19:11 [2020-12-04T22:19:11.843Z] 
22:19:11 [2020-12-04T22:19:11.843Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:11 [2020-12-04T22:19:11.843Z] #41 46.67   CC       images/file-lock.o
22:19:11 [2020-12-04T22:19:11.843Z] #41 46.82   CC       images/rlimit.o
22:19:12 [2020-12-04T22:19:12.020Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.344s	coverage: 46.2% of statements
22:19:12 [2020-12-04T22:19:12.102Z] #41 47.03   CC       images/pagemap.o
22:19:12 [2020-12-04T22:19:12.194Z] #41 43.45   CC       images/sk-inet.o
22:19:12 [2020-12-04T22:19:12.225Z] #22 6.533   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
22:19:12 [2020-12-04T22:19:12.225Z] #22 6.620 Collecting pyyaml (from yamllint==1.16.0)
22:19:12 [2020-12-04T22:19:12.362Z] #41 47.35   CC       images/siginfo.o
22:19:12 [2020-12-04T22:19:12.523Z] #22 6.864   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
22:19:12 [2020-12-04T22:19:12.623Z] #41 47.69   CC       images/rpc.o
22:19:13 [2020-12-04T22:19:13.055Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.004s	coverage: 1.8% of statements
22:19:13 [2020-12-04T22:19:13.138Z] #41 44.11   CC       images/tun.o
22:19:13 [2020-12-04T22:19:13.138Z] #41 ...
22:19:13 [2020-12-04T22:19:13.138Z] 
22:19:13 [2020-12-04T22:19:13.138Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:19:13 [2020-12-04T22:19:13.138Z] #11 145.5 Selecting previously unselected package g++-mingw-w64-x86-64.
22:19:13 [2020-12-04T22:19:13.138Z] #11 145.5 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:19:13 [2020-12-04T22:19:13.138Z] #11 145.5 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:19:14 [2020-12-04T22:19:14.004Z] #41 48.78   CC       images/ext-file.o
22:19:14 [2020-12-04T22:19:14.004Z] #41 48.94   CC       images/cgroup.o
22:19:14 [2020-12-04T22:19:14.064Z] #22 8.459 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
22:19:14 [2020-12-04T22:19:14.361Z] #22 8.523   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
22:19:14 [2020-12-04T22:19:14.361Z] #22 8.579 Building wheels for collected packages: pyyaml
22:19:14 [2020-12-04T22:19:14.361Z] #22 8.581   Running setup.py bdist_wheel for pyyaml: started
22:19:14 [2020-12-04T22:19:14.574Z] #41 49.45   CC       images/userns.o
22:19:14 [2020-12-04T22:19:14.574Z] #41 ...
22:19:14 [2020-12-04T22:19:14.574Z] 
22:19:14 [2020-12-04T22:19:14.574Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:19:14 [2020-12-04T22:19:14.574Z] #11 145.5 Selecting previously unselected package g++-mingw-w64-x86-64.
22:19:14 [2020-12-04T22:19:14.574Z] #11 145.5 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:19:14 [2020-12-04T22:19:14.574Z] #11 145.5 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:19:14 [2020-12-04T22:19:14.574Z] #11 ...
22:19:14 [2020-12-04T22:19:14.574Z] 
22:19:14 [2020-12-04T22:19:14.574Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:19:14 [2020-12-04T22:19:14.574Z] #56 155.4 + for f in rootlesskit rootlesskit-docker-proxy
22:19:14 [2020-12-04T22:19:14.574Z] #56 155.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
22:19:15 [2020-12-04T22:19:15.415Z] #22 9.797   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
22:19:15 [2020-12-04T22:19:15.415Z] #22 9.799   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
22:19:15 [2020-12-04T22:19:15.415Z] #22 9.872 Successfully built pyyaml
22:19:15 [2020-12-04T22:19:15.415Z] #22 9.883 Installing collected packages: pyyaml, pathspec, yamllint
22:19:16 [2020-12-04T22:19:16.060Z] #22 10.23 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0
22:19:16 [2020-12-04T22:19:16.358Z] #22 DONE 10.5s
22:19:16 [2020-12-04T22:19:16.358Z] 
22:19:16 [2020-12-04T22:19:16.358Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:16 [2020-12-04T22:19:16.358Z] #43 135.5   CC       criu/files.o
22:19:16 [2020-12-04T22:19:16.358Z] #43 138.1   CC       criu/filesystems.o
22:19:16 [2020-12-04T22:19:16.666Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.387s	coverage: 49.5% of statements
22:19:17 [2020-12-04T22:19:17.004Z] #43 139.1   CC       criu/fsnotify.o
22:19:18 [2020-12-04T22:19:18.550Z] #43 140.3   CC       criu/image-desc.o
22:19:18 [2020-12-04T22:19:18.550Z] #43 140.4   CC       criu/image.o
22:19:19 [2020-12-04T22:19:19.604Z] #43 141.3   CC       criu/ipc_ns.o
22:19:19 [2020-12-04T22:19:19.728Z] #11 ...
22:19:19 [2020-12-04T22:19:19.728Z] 
22:19:19 [2020-12-04T22:19:19.728Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:19 [2020-12-04T22:19:19.728Z] #43 141.2 net
22:19:19 [2020-12-04T22:19:19.728Z] #43 141.5 vendor/golang.org/x/crypto/chacha20poly1305
22:19:19 [2020-12-04T22:19:19.728Z] #43 143.8 vendor/golang.org/x/crypto/hkdf
22:19:19 [2020-12-04T22:19:19.728Z] #43 144.1 vendor/golang.org/x/text/transform
22:19:19 [2020-12-04T22:19:19.728Z] #43 145.3 vendor/golang.org/x/text/unicode/bidi
22:19:19 [2020-12-04T22:19:19.728Z] #43 147.6 vendor/golang.org/x/text/secure/bidirule
22:19:19 [2020-12-04T22:19:19.728Z] #43 147.9 vendor/golang.org/x/text/unicode/norm
22:19:19 [2020-12-04T22:19:19.728Z] #43 ...
22:19:19 [2020-12-04T22:19:19.728Z] 
22:19:19 [2020-12-04T22:19:19.728Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:19 [2020-12-04T22:19:19.728Z] #41 44.58   CC       images/sk-netlink.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 44.93   CC       images/packet-sock.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 45.27   CC       images/ipc-var.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 45.45   CC       images/ipc-desc.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 45.64   CC       images/ipc-shm.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 45.90   CC       images/ipc-msg.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 46.28   CC       images/ipc-sem.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 46.57   CC       images/utsns.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 46.82   CC       images/creds.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 47.05   CC       images/vma.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 47.29   CC       images/netdev.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 47.73   CC       images/tty.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 48.64   CC       images/file-lock.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 48.89   CC       images/rlimit.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 49.28   CC       images/pagemap.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 49.85   CC       images/siginfo.o
22:19:19 [2020-12-04T22:19:19.728Z] #41 50.30   CC       images/rpc.o
22:19:19 [2020-12-04T22:19:19.865Z] #56 ...
22:19:19 [2020-12-04T22:19:19.865Z] 
22:19:19 [2020-12-04T22:19:19.865Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:19:19 [2020-12-04T22:19:19.865Z] #11 160.5 Selecting previously unselected package libapparmor1:amd64.
22:19:19 [2020-12-04T22:19:19.865Z] #11 160.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
22:19:19 [2020-12-04T22:19:19.865Z] #11 160.5 Unpacking libapparmor1:amd64 (2.13.2-10) ...
22:19:19 [2020-12-04T22:19:19.865Z] #11 160.6 Selecting previously unselected package libapparmor-dev:amd64.
22:19:19 [2020-12-04T22:19:19.865Z] #11 160.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
22:19:19 [2020-12-04T22:19:19.865Z] #11 160.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
22:19:19 [2020-12-04T22:19:19.865Z] #11 160.8 Selecting previously unselected package libbtrfs0.
22:19:19 [2020-12-04T22:19:19.865Z] #11 160.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
22:19:19 [2020-12-04T22:19:19.865Z] #11 160.8 Unpacking libbtrfs0 (4.20.1-2) ...
22:19:19 [2020-12-04T22:19:19.865Z] #11 160.9 Selecting previously unselected package libbtrfs-dev.
22:19:19 [2020-12-04T22:19:19.865Z] #11 160.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
22:19:19 [2020-12-04T22:19:19.865Z] #11 160.9 Unpacking libbtrfs-dev (4.20.1-2) ...
22:19:20 [2020-12-04T22:19:20.126Z] #11 161.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
22:19:20 [2020-12-04T22:19:20.126Z] #11 161.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
22:19:20 [2020-12-04T22:19:20.126Z] #11 161.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
22:19:20 [2020-12-04T22:19:20.126Z] #11 161.1 Selecting previously unselected package libudev-dev:amd64.
22:19:20 [2020-12-04T22:19:20.126Z] #11 161.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ...
22:19:20 [2020-12-04T22:19:20.126Z] #11 161.2 Unpacking libudev-dev:amd64 (241-7~deb10u4) ...
22:19:20 [2020-12-04T22:19:20.386Z] #11 161.4 Selecting previously unselected package libsepol1-dev:amd64.
22:19:20 [2020-12-04T22:19:20.386Z] #11 161.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
22:19:20 [2020-12-04T22:19:20.386Z] #11 161.4 Unpacking libsepol1-dev:amd64 (2.8-1) ...
22:19:20 [2020-12-04T22:19:20.657Z] #43 142.7   CC       criu/irmap.o
22:19:21 [2020-12-04T22:19:21.114Z] #41 52.21   CC       images/ext-file.o
22:19:21 [2020-12-04T22:19:21.114Z] #41 52.39   CC       images/cgroup.o
22:19:21 [2020-12-04T22:19:21.114Z] #41 ...
22:19:21 [2020-12-04T22:19:21.114Z] 
22:19:21 [2020-12-04T22:19:21.114Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:21 [2020-12-04T22:19:21.114Z] #43 153.5 vendor/golang.org/x/net/idna
22:19:21 [2020-12-04T22:19:21.302Z] #43 143.4   CC       criu/kcmp-ids.o
22:19:21 [2020-12-04T22:19:21.328Z] #11 162.1 Selecting previously unselected package libpcre16-3:amd64.
22:19:21 [2020-12-04T22:19:21.328Z] #11 162.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
22:19:21 [2020-12-04T22:19:21.328Z] #11 162.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
22:19:21 [2020-12-04T22:19:21.600Z] #43 143.6   CC       criu/kerndat.o
22:19:21 [2020-12-04T22:19:21.864Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:19:22 [2020-12-04T22:19:22.267Z] #11 ...
22:19:22 [2020-12-04T22:19:22.267Z] 
22:19:22 [2020-12-04T22:19:22.267Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:22 [2020-12-04T22:19:22.267Z] #43 153.1 vendor/golang.org/x/net/idna
22:19:22 [2020-12-04T22:19:22.267Z] #43 155.3 vendor/golang.org/x/net/http2/hpack
22:19:22 [2020-12-04T22:19:22.267Z] #43 156.5 mime
22:19:22 [2020-12-04T22:19:22.267Z] #43 157.9 mime/quotedprintable
22:19:22 [2020-12-04T22:19:22.267Z] #43 158.4 net/http/internal
22:19:22 [2020-12-04T22:19:22.267Z] #43 160.8 crypto/tls
22:19:22 [2020-12-04T22:19:22.267Z] #43 ...
22:19:22 [2020-12-04T22:19:22.267Z] 
22:19:22 [2020-12-04T22:19:22.267Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:19:22 [2020-12-04T22:19:22.267Z] #11 163.2 Selecting previously unselected package libpcre32-3:amd64.
22:19:22 [2020-12-04T22:19:22.267Z] #11 ...
22:19:22 [2020-12-04T22:19:22.267Z] 
22:19:22 [2020-12-04T22:19:22.267Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:19:22 [2020-12-04T22:19:22.267Z] #56 DONE 163.2s
22:19:22 [2020-12-04T22:19:22.267Z] 
22:19:22 [2020-12-04T22:19:22.267Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:19:22 [2020-12-04T22:19:22.267Z] #11 163.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
22:19:22 [2020-12-04T22:19:22.267Z] #11 163.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
22:19:22 [2020-12-04T22:19:22.286Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	16.809s	coverage: 73.1% of statements
22:19:22 [2020-12-04T22:19:22.286Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
22:19:22 [2020-12-04T22:19:22.346Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:19:22 [2020-12-04T22:19:22.346Z] 
22:19:22 [2020-12-04T22:19:22.346Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
22:19:22 [2020-12-04T22:19:22.346Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
22:19:22 [2020-12-04T22:19:22.346Z] Using test binary docker
22:19:22 [2020-12-04T22:19:22.346Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:19:22 [2020-12-04T22:19:22.346Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:19:22 [2020-12-04T22:19:22.346Z] INFO: Waiting for daemon to start...
22:19:22 [2020-12-04T22:19:22.346Z] Starting dockerd
22:19:22 [2020-12-04T22:19:22.346Z] .
22:19:22 [2020-12-04T22:19:22.346Z] INFO: Building docker-sdk-python3:4.3.0...
22:19:22 [2020-12-04T22:19:22.527Z] #11 ...
22:19:22 [2020-12-04T22:19:22.527Z] 
22:19:22 [2020-12-04T22:19:22.527Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
22:19:22 [2020-12-04T22:19:22.527Z] #57 DONE 0.1s
22:19:22 [2020-12-04T22:19:22.527Z] 
22:19:22 [2020-12-04T22:19:22.527Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
22:19:22 [2020-12-04T22:19:22.527Z] #58 DONE 0.0s
22:19:22 [2020-12-04T22:19:22.527Z] 
22:19:22 [2020-12-04T22:19:22.527Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:19:22 [2020-12-04T22:19:22.527Z] #11 163.5 Selecting previously unselected package libpcrecpp0v5:amd64.
22:19:22 [2020-12-04T22:19:22.527Z] #11 163.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
22:19:22 [2020-12-04T22:19:22.527Z] #11 163.5 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
22:19:22 [2020-12-04T22:19:22.651Z] #43 144.7   CC       criu/libnetlink.o
22:19:22 [2020-12-04T22:19:22.787Z] #11 163.8 Selecting previously unselected package libpcre3-dev:amd64.
22:19:22 [2020-12-04T22:19:22.787Z] #11 163.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
22:19:22 [2020-12-04T22:19:22.787Z] #11 163.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
22:19:22 [2020-12-04T22:19:22.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:19:22 [2020-12-04T22:19:22.920Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.004s	coverage: 58.0% of statements
22:19:23 [2020-12-04T22:19:23.211Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.284s	coverage: 57.7% of statements
22:19:23 [2020-12-04T22:19:23.211Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
22:19:23 [2020-12-04T22:19:23.211Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
22:19:23 [2020-12-04T22:19:23.295Z] #43 145.0   CC       criu/log.o
22:19:23 [2020-12-04T22:19:23.357Z] #11 164.5 Selecting previously unselected package libselinux1-dev:amd64.
22:19:23 [2020-12-04T22:19:23.593Z] #43 145.6   CC       criu/lsm.o
22:19:23 [2020-12-04T22:19:23.617Z] #11 164.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
22:19:23 [2020-12-04T22:19:23.617Z] #11 164.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
22:19:23 [2020-12-04T22:19:23.617Z] #11 164.7 Selecting previously unselected package libdevmapper-dev:amd64.
22:19:23 [2020-12-04T22:19:23.617Z] #11 164.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
22:19:23 [2020-12-04T22:19:23.663Z] #43 155.6 vendor/golang.org/x/net/http2/hpack
22:19:23 [2020-12-04T22:19:23.877Z] #11 164.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
22:19:23 [2020-12-04T22:19:23.877Z] #11 164.8 Selecting previously unselected package libseccomp-dev:amd64.
22:19:23 [2020-12-04T22:19:23.877Z] #11 164.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
22:19:23 [2020-12-04T22:19:23.877Z] #11 164.8 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
22:19:24 [2020-12-04T22:19:24.138Z] #11 165.0 Selecting previously unselected package libsystemd-dev:amd64.
22:19:24 [2020-12-04T22:19:24.138Z] #11 165.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ...
22:19:24 [2020-12-04T22:19:24.138Z] #11 165.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ...
22:19:24 [2020-12-04T22:19:24.235Z] #43 156.7 mime
22:19:24 [2020-12-04T22:19:24.239Z] #43 146.1   CC       criu/mem.o
22:19:24 [2020-12-04T22:19:24.258Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.016s	coverage: 3.0% of statements
22:19:24 [2020-12-04T22:19:24.398Z] #11 165.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
22:19:24 [2020-12-04T22:19:24.549Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.5 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.5 Setting up libapparmor1:amd64 (2.13.2-10) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.5 Setting up libpcre16-3:amd64 (2:8.39-12) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.6 Setting up libsepol1-dev:amd64 (2.8-1) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.6 Setting up libbtrfs0 (4.20.1-2) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.6 Setting up libpcre32-3:amd64 (2:8.39-12) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.6 Setting up libudev-dev:amd64 (241-7~deb10u4) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.7 Setting up libbtrfs-dev (4.20.1-2) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.7 Setting up mingw-w64-common (6.0.0-3) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.7 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.8 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:19:24 [2020-12-04T22:19:24.659Z] #11 165.8 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
22:19:24 [2020-12-04T22:19:24.659Z] #11 ...
22:19:24 [2020-12-04T22:19:24.659Z] 
22:19:24 [2020-12-04T22:19:24.659Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:24 [2020-12-04T22:19:24.659Z] #41 49.78   CC       images/google/protobuf/descriptor.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 51.42   CC       images/opts.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 51.62   CC       images/seccomp.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 51.88   CC       images/binfmt-misc.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 52.15   CC       images/time.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 52.36   CC       images/sysctl.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 52.55   CC       images/autofs.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 52.81   CC       images/macvlan.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 52.98   CC       images/sit.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 53.22   CC       images/memfd.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 53.55   CC       images/timens.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 53.89   LINK     images/built-in.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.06   GEN      compel/include/asm
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.10   GEN      compel/include/version.h
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.11 touch .config
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.17   GEN      include/common/config.h
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.25   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.26   GEN      compel/plugins/include/uapi/std/syscall-64.h
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.29   GEN      compel/arch/x86/plugins/std/syscalls-64.S
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.31   DEP      compel/arch/x86/plugins/std/syscalls-64.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.35   DEP      compel/arch/x86/plugins/std/memcpy.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.37   DEP      compel/arch/x86/plugins/std/parasite-head.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.39   GEN      compel/plugins/include/uapi/std/syscall.h
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.43   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.44   GEN      compel/plugins/include/uapi/std/syscall-codes.h
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.48   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.48   DEP      compel/plugins/std/infect.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.60   DEP      compel/plugins/std/string.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.67   DEP      compel/plugins/std/log.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.74   DEP      compel/plugins/std/fds.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.81   DEP      compel/plugins/std/std.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 54.90   DEP      compel/plugins/shmem/shmem.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 55.01   DEP      compel/plugins/fds/fds.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 55.15   CC       compel/plugins/std/std.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 55.48   CC       compel/plugins/std/fds.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 55.93   CC       compel/plugins/std/log.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 56.69   CC       compel/plugins/std/string.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 57.18   CC       compel/plugins/std/infect.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 57.81   CC       compel/arch/x86/plugins/std/parasite-head.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 57.98   CC       compel/arch/x86/plugins/std/memcpy.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 58.10   CC       compel/arch/x86/plugins/std/syscalls-64.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 58.31   AR       compel/plugins/std.lib.a
22:19:24 [2020-12-04T22:19:24.659Z] #41 58.46   CC       compel/plugins/fds/fds.o
22:19:24 [2020-12-04T22:19:24.659Z] #41 58.65   AR       compel/plugins/fds.lib.a
22:19:24 [2020-12-04T22:19:24.659Z] #41 58.70   HOSTDEP  compel/src/lib/log-host.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 58.76   HOSTDEP  compel/src/lib/handle-elf-host.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 58.82   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 58.93   HOSTDEP  compel/src/main-host.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 59.08   DEP      compel/src/lib/ptrace.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 59.21   DEP      compel/src/lib/infect.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 59.32   DEP      compel/src/lib/infect-util.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 59.42   DEP      compel/src/lib/infect-rpc.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 59.51   DEP      compel/arch/x86/src/lib/infect.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 59.60   DEP      compel/arch/x86/src/lib/cpu.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 59.66   DEP      compel/src/lib/log.d
22:19:24 [2020-12-04T22:19:24.659Z] #41 59.78   DEP      compel/src/main.d
22:19:24 [2020-12-04T22:19:24.919Z] #41 59.85   DEP      compel/src/lib/handle-elf.d
22:19:24 [2020-12-04T22:19:24.919Z] #41 ...
22:19:24 [2020-12-04T22:19:24.919Z] 
22:19:24 [2020-12-04T22:19:24.919Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:19:24 [2020-12-04T22:19:24.919Z] #11 165.8 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
22:19:24 [2020-12-04T22:19:24.919Z] #11 165.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:19:24 [2020-12-04T22:19:24.919Z] #11 165.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
22:19:24 [2020-12-04T22:19:24.919Z] #11 165.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
22:19:24 [2020-12-04T22:19:24.919Z] #11 165.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
22:19:24 [2020-12-04T22:19:24.919Z] #11 165.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
22:19:24 [2020-12-04T22:19:24.919Z] #11 165.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
22:19:24 [2020-12-04T22:19:24.919Z] #11 165.9 Setting up dmsetup (2:1.02.155-3) ...
22:19:24 [2020-12-04T22:19:24.919Z] #11 165.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
22:19:24 [2020-12-04T22:19:24.919Z] #11 165.9 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
22:19:24 [2020-12-04T22:19:24.919Z] #11 165.9 Processing triggers for libc-bin (2.28-10) ...
22:19:25 [2020-12-04T22:19:25.489Z] #11 DONE 166.3s
22:19:25 [2020-12-04T22:19:25.489Z] 
22:19:25 [2020-12-04T22:19:25.489Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:25 [2020-12-04T22:19:25.489Z] #41 60.00   DEP      compel/arch/x86/src/lib/handle-elf.d
22:19:25 [2020-12-04T22:19:25.489Z] #41 60.12   CC       compel/src/lib/log.o
22:19:25 [2020-12-04T22:19:25.584Z] ok  	github.com/docker/docker/daemon/images	0.009s	coverage: 6.5% of statements
22:19:25 [2020-12-04T22:19:25.584Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
22:19:25 [2020-12-04T22:19:25.584Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
22:19:25 [2020-12-04T22:19:25.771Z] #43 148.0   CC       criu/memfd.o
22:19:25 [2020-12-04T22:19:25.783Z] #41 60.52   CC       compel/arch/x86/src/lib/cpu.o
22:19:25 [2020-12-04T22:19:25.876Z] ok  	github.com/docker/docker/daemon/logger	0.208s	coverage: 41.0% of statements
22:19:26 [2020-12-04T22:19:26.132Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:19:26 [2020-12-04T22:19:26.151Z] #43 158.3 mime/quotedprintable
22:19:26 [2020-12-04T22:19:26.412Z] #43 158.9 net/http/internal
22:19:26 [2020-12-04T22:19:26.673Z] #43 ...
22:19:26 [2020-12-04T22:19:26.673Z] 
22:19:26 [2020-12-04T22:19:26.673Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:26 [2020-12-04T22:19:26.673Z] #41 52.97   CC       images/userns.o
22:19:26 [2020-12-04T22:19:26.673Z] #41 53.21   CC       images/google/protobuf/descriptor.o
22:19:26 [2020-12-04T22:19:26.673Z] #41 54.81   CC       images/opts.o
22:19:26 [2020-12-04T22:19:26.673Z] #41 55.03   CC       images/seccomp.o
22:19:26 [2020-12-04T22:19:26.673Z] #41 55.24   CC       images/binfmt-misc.o
22:19:26 [2020-12-04T22:19:26.673Z] #41 55.43   CC       images/time.o
22:19:26 [2020-12-04T22:19:26.674Z] #41 55.68   CC       images/sysctl.o
22:19:26 [2020-12-04T22:19:26.674Z] #41 55.87   CC       images/autofs.o
22:19:26 [2020-12-04T22:19:26.674Z] #41 56.03   CC       images/macvlan.o
22:19:26 [2020-12-04T22:19:26.674Z] #41 56.28   CC       images/sit.o
22:19:26 [2020-12-04T22:19:26.674Z] #41 56.54   CC       images/memfd.o
22:19:26 [2020-12-04T22:19:26.674Z] #41 56.82   CC       images/timens.o
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.12   LINK     images/built-in.o
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.29   GEN      compel/include/asm
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.32   GEN      compel/include/version.h
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.34 touch .config
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.38   GEN      include/common/config.h
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.48   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.50   GEN      compel/plugins/include/uapi/std/syscall-64.h
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.52   GEN      compel/arch/x86/plugins/std/syscalls-64.S
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.55   DEP      compel/arch/x86/plugins/std/syscalls-64.d
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.58   DEP      compel/arch/x86/plugins/std/memcpy.d
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.60   DEP      compel/arch/x86/plugins/std/parasite-head.d
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.62   GEN      compel/plugins/include/uapi/std/syscall.h
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.66   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.67   GEN      compel/plugins/include/uapi/std/syscall-codes.h
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.70   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.71   DEP      compel/plugins/std/infect.d
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.81   DEP      compel/plugins/std/string.d
22:19:26 [2020-12-04T22:19:26.674Z] #41 57.93   DEP      compel/plugins/std/log.d
22:19:26 [2020-12-04T22:19:26.674Z] #41 58.05   DEP      compel/plugins/std/fds.d
22:19:26 [2020-12-04T22:19:26.771Z] #41 61.77   CC       compel/arch/x86/src/lib/infect.o
22:19:26 [2020-12-04T22:19:26.824Z] #43 148.7   CC       criu/mount.o
22:19:26 [2020-12-04T22:19:26.912Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.059s	coverage: 77.4% of statements
22:19:26 [2020-12-04T22:19:26.912Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
22:19:26 [2020-12-04T22:19:26.912Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
22:19:26 [2020-12-04T22:19:26.912Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.002s	coverage: 67.0% of statements
22:19:27 [2020-12-04T22:19:27.246Z] #41 58.24   DEP      compel/plugins/std/std.d
22:19:27 [2020-12-04T22:19:27.246Z] #41 58.34   DEP      compel/plugins/shmem/shmem.d
22:19:27 [2020-12-04T22:19:27.246Z] #41 58.42   DEP      compel/plugins/fds/fds.d
22:19:27 [2020-12-04T22:19:27.361Z] #41 ...
22:19:27 [2020-12-04T22:19:27.361Z] 
22:19:27 [2020-12-04T22:19:27.361Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
22:19:27 [2020-12-04T22:19:27.361Z] #12 DONE 2.0s
22:19:27 [2020-12-04T22:19:27.508Z] #41 58.57   CC       compel/plugins/std/std.o
22:19:27 [2020-12-04T22:19:27.546Z] ok  	github.com/docker/docker/daemon/logger/journald	0.006s	coverage: 23.9% of statements
22:19:27 [2020-12-04T22:19:27.623Z] 
22:19:27 [2020-12-04T22:19:27.623Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.764 + RM_GOPATH=0
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.764 + TMP_GOPATH=
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.764 + : /build
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.764 + '[' -z '' ']'
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.764 ++ mktemp -d
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.764 + export GOPATH=/tmp/tmp.eoiEXvaOOL
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.764 + GOPATH=/tmp/tmp.eoiEXvaOOL
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.764 + RM_GOPATH=1
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.764 + case "$(go env GOARCH)" in
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.764 ++ go env GOARCH
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.778 + export GO_BUILDMODE=-buildmode=pie
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.778 + GO_BUILDMODE=-buildmode=pie
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.779 ++ dirname /tmp/install/install.sh
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.780 + dir=/tmp/install
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.786 + bin=runc
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.786 + shift
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.786 + '[' '!' -f /tmp/install/runc.installer ']'
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.786 + . /tmp/install/runc.installer
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.787 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.787 + install_runc
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.788 + grep -q '^3\.10\.0.*\.el7\.'
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.792 + uname -r
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.800 + RUNC_BUILDTAGS='seccomp apparmor selinux '
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.800 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.801 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.801 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.eoiEXvaOOL/src/github.com/opencontainers/runc
22:19:27 [2020-12-04T22:19:27.623Z] #51 1.808 Cloning into '/tmp/tmp.eoiEXvaOOL/src/github.com/opencontainers/runc'...
22:19:27 [2020-12-04T22:19:27.769Z] #41 58.97   CC       compel/plugins/std/fds.o
22:19:27 [2020-12-04T22:19:27.838Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.011s	coverage: 61.6% of statements
22:19:28 [2020-12-04T22:19:28.030Z] #41 59.38   CC       compel/plugins/std/log.o
22:19:28 [2020-12-04T22:19:28.130Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.003s	coverage: 87.2% of statements
22:19:28 [2020-12-04T22:19:28.561Z] #51 ...
22:19:28 [2020-12-04T22:19:28.561Z] 
22:19:28 [2020-12-04T22:19:28.561Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
22:19:28 [2020-12-04T22:19:28.561Z] #13 DONE 1.2s
22:19:28 [2020-12-04T22:19:28.561Z] 
22:19:28 [2020-12-04T22:19:28.561Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
22:19:28 [2020-12-04T22:19:28.763Z] ok  	github.com/docker/docker/daemon/logger/local	0.012s	coverage: 75.2% of statements
22:19:28 [2020-12-04T22:19:28.764Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
22:19:28 [2020-12-04T22:19:28.974Z] #41 60.20   CC       compel/plugins/std/string.o
22:19:29 [2020-12-04T22:19:29.055Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.058s	coverage: 55.1% of statements
22:19:29 [2020-12-04T22:19:29.270Z] DEBUG: print all environment variables to check how Jenkins runs this script
22:19:29 [2020-12-04T22:19:29.270Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-ffcb7cfe\powershellScript.ps1'; exit $LASTEXITCODE;
22:19:29 [2020-12-04T22:19:29.270Z] ----------------------------------------------------------------------------
22:19:29 [2020-12-04T22:19:29.270Z] 
22:19:29 [2020-12-04T22:19:29.270Z] INFO: executeCI.ps1 starting at Fri Dec  4 22:19:23 CUT 2020
22:19:29 [2020-12-04T22:19:29.270Z] 
22:19:29 [2020-12-04T22:19:29.270Z] INFO: Script version 05-Feb-2019 09:03 PDT
22:19:29 [2020-12-04T22:19:29.270Z] INFO: Running git version 2.24.1.windows.2
22:19:29 [2020-12-04T22:19:29.270Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
22:19:29 [2020-12-04T22:19:29.270Z] INFO: Environment variables:
22:19:29 [2020-12-04T22:19:29.270Z] 
22:19:29 [2020-12-04T22:19:29.270Z] Name                           Value                                                                                   
22:19:29 [2020-12-04T22:19:29.270Z] ----                           -----                                                                                   
22:19:29 [2020-12-04T22:19:29.270Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
22:19:29 [2020-12-04T22:19:29.270Z] amd64                          true                                                                                    
22:19:29 [2020-12-04T22:19:29.270Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
22:19:29 [2020-12-04T22:19:29.270Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
22:19:29 [2020-12-04T22:19:29.270Z] arm64                          true                                                                                    
22:19:29 [2020-12-04T22:19:29.270Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9                      
22:19:29 [2020-12-04T22:19:29.270Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9                                                                                  
22:19:29 [2020-12-04T22:19:29.270Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
22:19:29 [2020-12-04T22:19:29.270Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
22:19:29 [2020-12-04T22:19:29.270Z] BRANCH_NAME                    PR-41622                                                                                
22:19:29 [2020-12-04T22:19:29.270Z] BUILD_DISPLAY_NAME             #9                                                                                      
22:19:29 [2020-12-04T22:19:29.270Z] BUILD_ID                       9                                                                                       
22:19:29 [2020-12-04T22:19:29.270Z] BUILD_NUMBER                   9                                                                                       
22:19:29 [2020-12-04T22:19:29.270Z] BUILD_TAG                      jenkins-moby-PR-41622-9                                                                 
22:19:29 [2020-12-04T22:19:29.270Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-41622/9/                              
22:19:29 [2020-12-04T22:19:29.270Z] CHANGE_AUTHOR                  bboehmke                                                                                
22:19:29 [2020-12-04T22:19:29.270Z] CHANGE_AUTHOR_DISPLAY_NAME     Benjamin Böhmke                                                                         
22:19:29 [2020-12-04T22:19:29.270Z] CHANGE_BRANCH                  ipv6_nat                                                                                
22:19:29 [2020-12-04T22:19:29.270Z] CHANGE_FORK                    bboehmke                                                                                
22:19:29 [2020-12-04T22:19:29.270Z] CHANGE_ID                      41622                                                                                   
22:19:29 [2020-12-04T22:19:29.270Z] CHANGE_TARGET                  master                                                                                  
22:19:29 [2020-12-04T22:19:29.270Z] CHANGE_TITLE                   IPv6 iptables config option                                                             
22:19:29 [2020-12-04T22:19:29.270Z] CHANGE_URL                     https://github.com/moby/moby/pull/41622                                                 
22:19:29 [2020-12-04T22:19:29.270Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
22:19:29 [2020-12-04T22:19:29.270Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
22:19:29 [2020-12-04T22:19:29.270Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
22:19:29 [2020-12-04T22:19:29.270Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
22:19:29 [2020-12-04T22:19:29.270Z] COMPUTERNAME                   azwin-2-d78ae0                                                                          
22:19:29 [2020-12-04T22:19:29.270Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
22:19:29 [2020-12-04T22:19:29.270Z] ConfigSequenceNumber           0                                                                                       
22:19:29 [2020-12-04T22:19:29.270Z] dco                            true                                                                                    
22:19:29 [2020-12-04T22:19:29.270Z] DOCKER_BUILDKIT                0                                                                                       
22:19:29 [2020-12-04T22:19:29.270Z] DOCKER_DUT_DEBUG               1                                                                                       
22:19:29 [2020-12-04T22:19:29.270Z] DOCKER_EXPERIMENTAL            1                                                                                       
22:19:29 [2020-12-04T22:19:29.270Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
22:19:29 [2020-12-04T22:19:29.270Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
22:19:29 [2020-12-04T22:19:29.270Z] EXECUTOR_NUMBER                0                                                                                       
22:19:29 [2020-12-04T22:19:29.270Z] FQDN                           azwin-2-d78ae0.westus.cloudapp.azure.com                                                
22:19:29 [2020-12-04T22:19:29.270Z] GIT_BRANCH                     PR-41622                                                                                
22:19:29 [2020-12-04T22:19:29.270Z] GIT_COMMIT                     fdceba93defafa708bcb082cd1f747a5f58010b7                                                
22:19:29 [2020-12-04T22:19:29.270Z] GIT_PREVIOUS_COMMIT            3e4095b10b50f8a26872ab74381927ab30709a30                                                
22:19:29 [2020-12-04T22:19:29.270Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 3e4095b10b50f8a26872ab74381927ab30709a30                                                
22:19:29 [2020-12-04T22:19:29.270Z] GIT_URL                        https://github.com/moby/moby.git                                                        
22:19:29 [2020-12-04T22:19:29.270Z] HUDSON_COOKIE                  aa4c8346-c1fb-4b52-ba57-f77cb69e89db                                                    
22:19:29 [2020-12-04T22:19:29.270Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
22:19:29 [2020-12-04T22:19:29.270Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
22:19:29 [2020-12-04T22:19:29.270Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
22:19:29 [2020-12-04T22:19:29.270Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64                          
22:19:29 [2020-12-04T22:19:29.270Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
22:19:29 [2020-12-04T22:19:29.270Z] JENKINS_NODE_COOKIE            b5d66e84-6fb2-430d-9c82-df2ea8bf2b7d                                                    
22:19:29 [2020-12-04T22:19:29.270Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
22:19:29 [2020-12-04T22:19:29.270Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
22:19:29 [2020-12-04T22:19:29.270Z] JOB_BASE_NAME                  PR-41622                                                                                
22:19:29 [2020-12-04T22:19:29.270Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41622/display/redirect                
22:19:29 [2020-12-04T22:19:29.270Z] JOB_NAME                       moby/PR-41622                                                                           
22:19:29 [2020-12-04T22:19:29.270Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-41622/                                
22:19:29 [2020-12-04T22:19:29.270Z] library.jps.version            master                                                                                  
22:19:29 [2020-12-04T22:19:29.270Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
22:19:29 [2020-12-04T22:19:29.270Z] NODE_LABELS                    amd64 azure azwin-2-d78ae0 azwin-2019 docker west-us windows windows-2019 x86_64        
22:19:29 [2020-12-04T22:19:29.270Z] NODE_NAME                      azwin-2-d78ae0                                                                          
22:19:29 [2020-12-04T22:19:29.272Z] NUMBER_OF_PROCESSORS           4                                                                                       
22:19:29 [2020-12-04T22:19:29.272Z] OS                             Windows_NT                                                                              
22:19:29 [2020-12-04T22:19:29.272Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
22:19:29 [2020-12-04T22:19:29.272Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
22:19:29 [2020-12-04T22:19:29.272Z] ppc64le                        true                                                                                    
22:19:29 [2020-12-04T22:19:29.272Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
22:19:29 [2020-12-04T22:19:29.272Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 79 Stepping 1, GenuineIntel                                      
22:19:29 [2020-12-04T22:19:29.272Z] PROCESSOR_LEVEL                6                                                                                       
22:19:29 [2020-12-04T22:19:29.272Z] PROCESSOR_REVISION             4f01                                                                                    
22:19:29 [2020-12-04T22:19:29.272Z] ProgramData                    C:\ProgramData                                                                          
22:19:29 [2020-12-04T22:19:29.272Z] ProgramFiles                   C:\Program Files                                                                        
22:19:29 [2020-12-04T22:19:29.272Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
22:19:29 [2020-12-04T22:19:29.272Z] ProgramW6432                   C:\Program Files                                                                        
22:19:29 [2020-12-04T22:19:29.272Z] PROMPT                         $P$G                                                                                    
22:19:29 [2020-12-04T22:19:29.272Z] PSExecutionPolicyPreference    Bypass                                                                                  
22:19:29 [2020-12-04T22:19:29.272Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
22:19:29 [2020-12-04T22:19:29.272Z] PUBLIC                         C:\Users\Public                                                                         
22:19:29 [2020-12-04T22:19:29.272Z] rootless                       true                                                                                    
22:19:29 [2020-12-04T22:19:29.272Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-41622/9/display/redirect?page=artif...
22:19:29 [2020-12-04T22:19:29.272Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-41622/9/display/redirect?page=changes 
22:19:29 [2020-12-04T22:19:29.272Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41622/9/display/redirect              
22:19:29 [2020-12-04T22:19:29.272Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-41622/9/display/redirect?page=tests   
22:19:29 [2020-12-04T22:19:29.272Z] s390x                          true                                                                                    
22:19:29 [2020-12-04T22:19:29.272Z] SKIP_VALIDATION_TESTS          1                                                                                       
22:19:29 [2020-12-04T22:19:29.272Z] SOURCES_DRIVE                  d                                                                                       
22:19:29 [2020-12-04T22:19:29.272Z] SOURCES_SUBDIR                 gopath                                                                                  
22:19:29 [2020-12-04T22:19:29.272Z] STAGE_NAME                     Run tests                                                                               
22:19:29 [2020-12-04T22:19:29.272Z] SystemDrive                    C:                                                                                      
22:19:29 [2020-12-04T22:19:29.272Z] SystemRoot                     C:\windows                                                                              
22:19:29 [2020-12-04T22:19:29.272Z] TEMP                           C:\windows\TEMP                                                                         
22:19:29 [2020-12-04T22:19:29.272Z] TESTDEBUG                      0                                                                                       
22:19:29 [2020-12-04T22:19:29.272Z] TESTRUN_DRIVE                  d                                                                                       
22:19:29 [2020-12-04T22:19:29.272Z] TESTRUN_SUBDIR                 CI                                                                                      
22:19:29 [2020-12-04T22:19:29.272Z] TIMEOUT                        120m                                                                                    
22:19:29 [2020-12-04T22:19:29.272Z] TMP                            C:\windows\TEMP                                                                         
22:19:29 [2020-12-04T22:19:29.272Z] unit_validate                  true                                                                                    
22:19:29 [2020-12-04T22:19:29.272Z] USERDOMAIN                     WORKGROUP                                                                               
22:19:29 [2020-12-04T22:19:29.272Z] USERNAME                       azwin-2-d78ae0$                                                                         
22:19:29 [2020-12-04T22:19:29.272Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
22:19:29 [2020-12-04T22:19:29.272Z] validate_force                 false                                                                                   
22:19:29 [2020-12-04T22:19:29.272Z] windir                         C:\windows                                                                              
22:19:29 [2020-12-04T22:19:29.272Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
22:19:29 [2020-12-04T22:19:29.272Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
22:19:29 [2020-12-04T22:19:29.272Z] windowsRS1                     false                                                                                   
22:19:29 [2020-12-04T22:19:29.272Z] windowsRS5                     true                                                                                    
22:19:29 [2020-12-04T22:19:29.272Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
22:19:29 [2020-12-04T22:19:29.272Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
22:19:29 [2020-12-04T22:19:29.272Z] 
22:19:29 [2020-12-04T22:19:29.272Z] 
22:19:29 [2020-12-04T22:19:29.272Z] 
22:19:29 [2020-12-04T22:19:29.272Z] INFO: Sources under d:\gopath\...
22:19:29 [2020-12-04T22:19:29.272Z] INFO: Test run under d:\CI\...
22:19:29 [2020-12-04T22:19:29.272Z] INFO: Running in D:\gopath\src\github.com\docker\docker
22:19:29 [2020-12-04T22:19:29.272Z] INFO: docker/docker repository was found
22:19:29 [2020-12-04T22:19:29.272Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
22:19:29 [2020-12-04T22:19:29.272Z] ltsc2019: Pulling from windows/servercore
22:19:29 [2020-12-04T22:19:29.272Z] 4612f6d0b889: Pulling fs layer
22:19:29 [2020-12-04T22:19:29.272Z] 680bbdbacf1b: Pulling fs layer
22:19:29 [2020-12-04T22:19:29.499Z] #14 0.975 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:19:29 [2020-12-04T22:19:29.546Z] #41 60.85   CC       compel/plugins/std/infect.o
22:19:29 [2020-12-04T22:19:29.689Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.011s	coverage: 33.3% of statements
22:19:29 [2020-12-04T22:19:29.759Z] #14 DONE 1.1s
22:19:29 [2020-12-04T22:19:29.759Z] 
22:19:29 [2020-12-04T22:19:29.759Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
22:19:29 [2020-12-04T22:19:29.808Z] #41 ...
22:19:29 [2020-12-04T22:19:29.808Z] 
22:19:29 [2020-12-04T22:19:29.808Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:29 [2020-12-04T22:19:29.808Z] #43 162.2 crypto/tls
22:19:30 [2020-12-04T22:19:30.699Z] #15 DONE 1.1s
22:19:30 [2020-12-04T22:19:30.699Z] 
22:19:30 [2020-12-04T22:19:30.699Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:30 [2020-12-04T22:19:30.699Z] #41 63.04   CC       compel/src/lib/infect-rpc.o
22:19:30 [2020-12-04T22:19:30.699Z] #41 63.52   CC       compel/src/lib/infect-util.o
22:19:30 [2020-12-04T22:19:30.699Z] #41 63.92   CC       compel/src/lib/infect.o
22:19:30 [2020-12-04T22:19:30.726Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.003s	coverage: 46.8% of statements
22:19:31 [2020-12-04T22:19:31.017Z] ok  	github.com/docker/docker/daemon/logger/templates	0.001s	coverage: 8.3% of statements
22:19:31 [2020-12-04T22:19:31.324Z] #43 153.0   CC       criu/namespaces.o
22:19:31 [2020-12-04T22:19:31.652Z] ok  	github.com/docker/docker/daemon/network	0.010s	coverage: 63.8% of statements
22:19:31 [2020-12-04T22:19:31.727Z] #43 ...
22:19:31 [2020-12-04T22:19:31.727Z] 
22:19:31 [2020-12-04T22:19:31.727Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
22:19:31 [2020-12-04T22:19:31.727Z] #56 155.4 + for f in rootlesskit rootlesskit-docker-proxy
22:19:31 [2020-12-04T22:19:31.727Z] #56 155.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
22:19:31 [2020-12-04T22:19:31.727Z] #56 DONE 164.1s
22:19:31 [2020-12-04T22:19:31.727Z] 
22:19:31 [2020-12-04T22:19:31.727Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
22:19:31 [2020-12-04T22:19:31.727Z] #57 DONE 0.1s
22:19:31 [2020-12-04T22:19:31.727Z] 
22:19:31 [2020-12-04T22:19:31.727Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
22:19:31 [2020-12-04T22:19:31.944Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.442s	coverage: 82.5% of statements
22:19:31 [2020-12-04T22:19:31.944Z] ?   	github.com/docker/docker/daemon/names	[no test files]
22:19:31 [2020-12-04T22:19:31.944Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
22:19:31 [2020-12-04T22:19:31.988Z] #58 DONE 0.1s
22:19:31 [2020-12-04T22:19:31.988Z] 
22:19:31 [2020-12-04T22:19:31.988Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:31 [2020-12-04T22:19:31.988Z] #41 61.18   CC       compel/arch/x86/plugins/std/parasite-head.o
22:19:31 [2020-12-04T22:19:31.988Z] #41 61.24   CC       compel/arch/x86/plugins/std/memcpy.o
22:19:31 [2020-12-04T22:19:31.989Z] #41 61.30   CC       compel/arch/x86/plugins/std/syscalls-64.o
22:19:31 [2020-12-04T22:19:31.989Z] #41 61.37   AR       compel/plugins/std.lib.a
22:19:31 [2020-12-04T22:19:31.989Z] #41 61.47   CC       compel/plugins/fds/fds.o
22:19:31 [2020-12-04T22:19:31.989Z] #41 61.67   AR       compel/plugins/fds.lib.a
22:19:31 [2020-12-04T22:19:31.989Z] #41 61.74   HOSTDEP  compel/src/lib/log-host.d
22:19:31 [2020-12-04T22:19:31.989Z] #41 61.85   HOSTDEP  compel/src/lib/handle-elf-host.d
22:19:31 [2020-12-04T22:19:31.989Z] #41 62.06   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
22:19:31 [2020-12-04T22:19:31.989Z] #41 62.18   HOSTDEP  compel/src/main-host.d
22:19:31 [2020-12-04T22:19:31.989Z] #41 62.26   DEP      compel/src/lib/ptrace.d
22:19:31 [2020-12-04T22:19:31.989Z] #41 62.37   DEP      compel/src/lib/infect.d
22:19:31 [2020-12-04T22:19:31.989Z] #41 62.61   DEP      compel/src/lib/infect-util.d
22:19:31 [2020-12-04T22:19:31.989Z] #41 62.73   DEP      compel/src/lib/infect-rpc.d
22:19:31 [2020-12-04T22:19:31.989Z] #41 62.81   DEP      compel/arch/x86/src/lib/infect.d
22:19:31 [2020-12-04T22:19:31.989Z] #41 62.93   DEP      compel/arch/x86/src/lib/cpu.d
22:19:31 [2020-12-04T22:19:31.989Z] #41 63.06   DEP      compel/src/lib/log.d
22:19:31 [2020-12-04T22:19:31.989Z] #41 63.15   DEP      compel/src/main.d
22:19:31 [2020-12-04T22:19:31.989Z] #41 63.26   DEP      compel/src/lib/handle-elf.d
22:19:32 [2020-12-04T22:19:32.084Z] #41 ...
22:19:32 [2020-12-04T22:19:32.084Z] 
22:19:32 [2020-12-04T22:19:32.084Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
22:19:32 [2020-12-04T22:19:32.084Z] #16 DONE 1.1s
22:19:32 [2020-12-04T22:19:32.084Z] 
22:19:32 [2020-12-04T22:19:32.084Z] #17 [dev-systemd-false  6/26] RUN ldconfig
22:19:32 [2020-12-04T22:19:32.250Z] #41 63.35   DEP      compel/arch/x86/src/lib/handle-elf.d
22:19:32 [2020-12-04T22:19:32.250Z] #41 63.53   CC       compel/src/lib/log.o
22:19:32 [2020-12-04T22:19:32.823Z] #41 63.80   CC       compel/arch/x86/src/lib/cpu.o
22:19:33 [2020-12-04T22:19:33.399Z] #41 64.49   CC       compel/arch/x86/src/lib/infect.o
22:19:33 [2020-12-04T22:19:33.422Z] #43 155.3   CC       criu/net.o
22:19:33 [2020-12-04T22:19:33.453Z] ok  	github.com/docker/docker/distribution/metadata	0.021s	coverage: 48.2% of statements
22:19:33 [2020-12-04T22:19:33.453Z] ok  	github.com/docker/docker/distribution	0.243s	coverage: 25.6% of statements
22:19:33 [2020-12-04T22:19:33.453Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
22:19:33 [2020-12-04T22:19:33.470Z] #17 DONE 1.2s
22:19:33 [2020-12-04T22:19:33.470Z] 
22:19:33 [2020-12-04T22:19:33.470Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:19:34 [2020-12-04T22:19:34.343Z] #41 65.60   CC       compel/src/lib/infect-rpc.o
22:19:34 [2020-12-04T22:19:34.487Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
22:19:34 [2020-12-04T22:19:34.855Z] #18 1.667 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:19:34 [2020-12-04T22:19:34.855Z] #18 1.854 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:19:34 [2020-12-04T22:19:34.915Z] #41 65.94   CC       compel/src/lib/infect-util.o
22:19:34 [2020-12-04T22:19:34.915Z] #41 66.18   CC       compel/src/lib/infect.o
22:19:35 [2020-12-04T22:19:35.115Z] #18 1.976 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:19:35 [2020-12-04T22:19:35.121Z] ok  	github.com/docker/docker/image	0.013s	coverage: 86.4% of statements
22:19:35 [2020-12-04T22:19:35.685Z] #18 2.308 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
22:19:35 [2020-12-04T22:19:35.754Z] ok  	github.com/docker/docker/image/cache	0.005s	coverage: 19.2% of statements
22:19:35 [2020-12-04T22:19:35.860Z] #41 ...
22:19:35 [2020-12-04T22:19:35.860Z] 
22:19:35 [2020-12-04T22:19:35.860Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
22:19:35 [2020-12-04T22:19:35.860Z] #11 163.6 Selecting previously unselected package libapparmor1:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 163.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 163.6 Unpacking libapparmor1:amd64 (2.13.2-10) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.1 Selecting previously unselected package libapparmor-dev:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.4 Selecting previously unselected package libbtrfs0.
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.4 Unpacking libbtrfs0 (4.20.1-2) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.5 Selecting previously unselected package libbtrfs-dev.
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.5 Unpacking libbtrfs-dev (4.20.1-2) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.8 Selecting previously unselected package libudev-dev:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 164.9 Unpacking libudev-dev:amd64 (241-7~deb10u4) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.0 Selecting previously unselected package libsepol1-dev:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.0 Unpacking libsepol1-dev:amd64 (2.8-1) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.4 Selecting previously unselected package libpcre16-3:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.4 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.5 Selecting previously unselected package libpcre32-3:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.8 Selecting previously unselected package libpcrecpp0v5:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.9 Selecting previously unselected package libpcre3-dev:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 165.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 166.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 166.7 Selecting previously unselected package libselinux1-dev:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 166.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 166.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.0 Selecting previously unselected package libdevmapper-dev:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.1 Selecting previously unselected package libseccomp-dev:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.1 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.1 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.3 Selecting previously unselected package libsystemd-dev:amd64.
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.9 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.9 Setting up libapparmor1:amd64 (2.13.2-10) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 167.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.0 Setting up libpcre16-3:amd64 (2:8.39-12) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.1 Setting up libsepol1-dev:amd64 (2.8-1) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.1 Setting up libbtrfs0 (4.20.1-2) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.2 Setting up libpcre32-3:amd64 (2:8.39-12) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.2 Setting up libudev-dev:amd64 (241-7~deb10u4) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.2 Setting up libbtrfs-dev (4.20.1-2) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.2 Setting up mingw-w64-common (6.0.0-3) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.3 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.3 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.3 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
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.3 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
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.4 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
22:19:35 [2020-12-04T22:19:35.860Z] #11 168.4 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
22:19:36 [2020-12-04T22:19:36.046Z] ok  	github.com/docker/docker/distribution/xfer	1.863s	coverage: 85.1% of statements
22:19:36 [2020-12-04T22:19:36.046Z] ?   	github.com/docker/docker/dockerversion	[no test files]
22:19:36 [2020-12-04T22:19:36.046Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
22:19:36 [2020-12-04T22:19:36.046Z] ok  	github.com/docker/docker/image/v1	0.005s	coverage: 25.0% of statements
22:19:36 [2020-12-04T22:19:36.046Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
22:19:36 [2020-12-04T22:19:36.121Z] #11 168.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
22:19:36 [2020-12-04T22:19:36.121Z] #11 168.4 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
22:19:36 [2020-12-04T22:19:36.121Z] #11 168.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
22:19:36 [2020-12-04T22:19:36.121Z] #11 168.4 Setting up dmsetup (2:1.02.155-3) ...
22:19:36 [2020-12-04T22:19:36.121Z] #11 168.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
22:19:36 [2020-12-04T22:19:36.121Z] #11 168.5 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
22:19:36 [2020-12-04T22:19:36.121Z] #11 168.5 Processing triggers for libc-bin (2.28-10) ...
22:19:36 [2020-12-04T22:19:36.255Z] #18 ...
22:19:36 [2020-12-04T22:19:36.255Z] 
22:19:36 [2020-12-04T22:19:36.255Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:36 [2020-12-04T22:19:36.255Z] #43 167.2 net/http/httptrace
22:19:36 [2020-12-04T22:19:36.255Z] #43 167.5 net/http
22:19:36 [2020-12-04T22:19:36.385Z] #11 DONE 168.8s
22:19:36 [2020-12-04T22:19:36.385Z] 
22:19:36 [2020-12-04T22:19:36.385Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:36 [2020-12-04T22:19:36.515Z] #43 ...
22:19:36 [2020-12-04T22:19:36.515Z] 
22:19:36 [2020-12-04T22:19:36.515Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:36 [2020-12-04T22:19:36.515Z] #41 67.22   CC       compel/src/lib/ptrace.o
22:19:36 [2020-12-04T22:19:36.515Z] #41 67.91   AR       compel/libcompel.a
22:19:36 [2020-12-04T22:19:36.515Z] #41 67.96   HOSTCC   compel/src/main-host.o
22:19:36 [2020-12-04T22:19:36.515Z] #41 68.36   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
22:19:36 [2020-12-04T22:19:36.515Z] #41 68.67   HOSTCC   compel/src/lib/handle-elf-host.o
22:19:36 [2020-12-04T22:19:36.515Z] #41 69.16   HOSTCC   compel/src/lib/log-host.o
22:19:36 [2020-12-04T22:19:36.516Z] #41 69.41   HOSTLINK compel/compel-host-bin
22:19:36 [2020-12-04T22:19:36.516Z] #41 69.56   DEP      soccr/soccr.d
22:19:36 [2020-12-04T22:19:36.516Z] #41 69.75   CC       soccr/soccr.o
22:19:36 [2020-12-04T22:19:36.516Z] #41 70.99   AR       soccr/libsoccr.a
22:19:36 [2020-12-04T22:19:36.516Z] #41 71.05 make[1]: 'soccr/libsoccr.a' is up to date.
22:19:36 [2020-12-04T22:19:36.516Z] #41 71.49   DEP      criu/arch/x86/sigframe.d
22:19:36 [2020-12-04T22:19:36.516Z] #41 71.57   DEP      criu/arch/x86/sigaction_compat.d
22:19:36 [2020-12-04T22:19:36.682Z] ok  	github.com/docker/docker/libcontainerd/queue	0.037s	coverage: 100.0% of statements
22:19:36 [2020-12-04T22:19:36.776Z] #41 71.70   DEP      criu/arch/x86/kerndat.d
22:19:36 [2020-12-04T22:19:36.776Z] #41 71.82   DEP      criu/arch/x86/crtools.d
22:19:37 [2020-12-04T22:19:37.036Z] #41 72.02   DEP      criu/arch/x86/cpu.d
22:19:37 [2020-12-04T22:19:37.296Z] #41 72.21   CC       criu/arch/x86/cpu.o
22:19:37 [2020-12-04T22:19:37.718Z] ok  	github.com/docker/docker/oci	0.005s	coverage: 8.2% of statements
22:19:37 [2020-12-04T22:19:37.866Z] #41 72.89   CC       criu/arch/x86/crtools.o
22:19:37 [2020-12-04T22:19:37.921Z] #43 159.5   CC       criu/netfilter.o
22:19:37 [2020-12-04T22:19:37.921Z] #43 159.9   CC       criu/page-pipe.o
22:19:38 [2020-12-04T22:19:38.010Z] ok  	github.com/docker/docker/opts	0.018s	coverage: 67.1% of statements
22:19:38 [2020-12-04T22:19:38.302Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.575 + RM_GOPATH=0
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.576 + TMP_GOPATH=
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.580 + : /build
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.580 + '[' -z '' ']'
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.589 ++ mktemp -d
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.589 + export GOPATH=/tmp/tmp.1H1gQhXCgS
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.589 + GOPATH=/tmp/tmp.1H1gQhXCgS
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.589 + RM_GOPATH=1
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.589 + case "$(go env GOARCH)" in
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.589 ++ go env GOARCH
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.610 + export GO_BUILDMODE=-buildmode=pie
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.611 + GO_BUILDMODE=-buildmode=pie
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.613 ++ dirname /tmp/install/install.sh
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.625 + dir=/tmp/install
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.625 + bin=runc
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.625 + shift
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.625 + '[' '!' -f /tmp/install/runc.installer ']'
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.625 + . /tmp/install/runc.installer
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.625 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.625 + install_runc
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.625 + uname -r
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.625 + grep -q '^3\.10\.0.*\.el7\.'
22:19:38 [2020-12-04T22:19:38.309Z] #51 ...
22:19:38 [2020-12-04T22:19:38.309Z] 
22:19:38 [2020-12-04T22:19:38.309Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
22:19:38 [2020-12-04T22:19:38.309Z] #12 DONE 1.6s
22:19:38 [2020-12-04T22:19:38.309Z] 
22:19:38 [2020-12-04T22:19:38.309Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.633 + RUNC_BUILDTAGS='seccomp apparmor selinux '
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.633 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.633 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.1H1gQhXCgS/src/github.com/opencontainers/runc
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.633 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
22:19:38 [2020-12-04T22:19:38.309Z] #51 1.641 Cloning into '/tmp/tmp.1H1gQhXCgS/src/github.com/opencontainers/runc'...
22:19:38 [2020-12-04T22:19:38.566Z] #43 160.7   CC       criu/page-xfer.o
22:19:39 [2020-12-04T22:19:39.247Z] #41 74.26   CC       criu/arch/x86/kerndat.o
22:19:39 [2020-12-04T22:19:39.253Z] #51 ...
22:19:39 [2020-12-04T22:19:39.253Z] 
22:19:39 [2020-12-04T22:19:39.253Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
22:19:39 [2020-12-04T22:19:39.253Z] #13 DONE 1.1s
22:19:39 [2020-12-04T22:19:39.253Z] 
22:19:39 [2020-12-04T22:19:39.253Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
22:19:39 [2020-12-04T22:19:39.680Z] 680bbdbacf1b: Verifying Checksum
22:19:39 [2020-12-04T22:19:39.680Z] 680bbdbacf1b: Download complete
22:19:39 [2020-12-04T22:19:39.811Z] ok  	github.com/docker/docker/pkg/archive	0.479s	coverage: 76.9% of statements
22:19:39 [2020-12-04T22:19:39.817Z] #41 74.82   CC       criu/arch/x86/sigaction_compat.o
22:19:40 [2020-12-04T22:19:40.077Z] #41 75.10   CC       criu/arch/x86/sigframe.o
22:19:40 [2020-12-04T22:19:40.202Z] #14 0.945 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:19:40 [2020-12-04T22:19:40.336Z] #41 75.42   LINK     criu/arch/x86/crtools.built-in.o
22:19:40 [2020-12-04T22:19:40.336Z] #41 75.49   DEP      criu/pie/util-vdso-elf32.d
22:19:40 [2020-12-04T22:19:40.443Z] ok  	github.com/docker/docker/pkg/authorization	0.361s	coverage: 68.3% of statements
22:19:40 [2020-12-04T22:19:40.463Z] #14 DONE 1.2s
22:19:40 [2020-12-04T22:19:40.463Z] 
22:19:40 [2020-12-04T22:19:40.463Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
22:19:40 [2020-12-04T22:19:40.672Z] #43 162.8   CC       criu/pagemap-cache.o
22:19:40 [2020-12-04T22:19:40.735Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
22:19:40 [2020-12-04T22:19:40.735Z] ok  	github.com/docker/docker/pkg/capabilities	0.001s	coverage: 87.5% of statements
22:19:40 [2020-12-04T22:19:40.906Z] #41 75.71   DEP      criu/pie/util-vdso.d
22:19:40 [2020-12-04T22:19:40.906Z] #41 75.83   DEP      criu/pie/util.d
22:19:41 [2020-12-04T22:19:41.166Z] #41 75.99   CC       criu/pie/util.o
22:19:41 [2020-12-04T22:19:41.314Z] #43 163.3   CC       criu/pagemap.o
22:19:41 [2020-12-04T22:19:41.408Z] #15 DONE 1.1s
22:19:41 [2020-12-04T22:19:41.408Z] 
22:19:41 [2020-12-04T22:19:41.408Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
22:19:41 [2020-12-04T22:19:41.426Z] #41 76.36   CC       criu/pie/util-vdso.o
22:19:41 [2020-12-04T22:19:41.995Z] #41 ...
22:19:41 [2020-12-04T22:19:41.995Z] 
22:19:41 [2020-12-04T22:19:41.995Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:41 [2020-12-04T22:19:41.995Z] #43 182.9 github.com/LK4D4/vndr/godl
22:19:42 [2020-12-04T22:19:42.361Z] #43 164.4   CC       criu/parasite-syscall.o
22:19:42 [2020-12-04T22:19:42.796Z] #16 DONE 1.1s
22:19:42 [2020-12-04T22:19:42.796Z] 
22:19:42 [2020-12-04T22:19:42.796Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:42 [2020-12-04T22:19:42.796Z] #41 68.52   CC       compel/src/lib/ptrace.o
22:19:42 [2020-12-04T22:19:42.796Z] #41 68.89   AR       compel/libcompel.a
22:19:42 [2020-12-04T22:19:42.796Z] #41 69.02   HOSTCC   compel/src/main-host.o
22:19:42 [2020-12-04T22:19:42.796Z] #41 69.51   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
22:19:42 [2020-12-04T22:19:42.796Z] #41 69.79   HOSTCC   compel/src/lib/handle-elf-host.o
22:19:42 [2020-12-04T22:19:42.796Z] #41 70.18   HOSTCC   compel/src/lib/log-host.o
22:19:42 [2020-12-04T22:19:42.796Z] #41 70.36   HOSTLINK compel/compel-host-bin
22:19:42 [2020-12-04T22:19:42.796Z] #41 70.67   DEP      soccr/soccr.d
22:19:42 [2020-12-04T22:19:42.796Z] #41 70.88   CC       soccr/soccr.o
22:19:42 [2020-12-04T22:19:42.796Z] #41 72.49   AR       soccr/libsoccr.a
22:19:42 [2020-12-04T22:19:42.796Z] #41 72.52 make[1]: 'soccr/libsoccr.a' is up to date.
22:19:42 [2020-12-04T22:19:42.796Z] #41 72.92   DEP      criu/arch/x86/sigframe.d
22:19:42 [2020-12-04T22:19:42.796Z] #41 73.10   DEP      criu/arch/x86/sigaction_compat.d
22:19:42 [2020-12-04T22:19:42.796Z] #41 73.25   DEP      criu/arch/x86/kerndat.d
22:19:42 [2020-12-04T22:19:42.796Z] #41 73.40   DEP      criu/arch/x86/crtools.d
22:19:42 [2020-12-04T22:19:42.796Z] #41 73.55   DEP      criu/arch/x86/cpu.d
22:19:42 [2020-12-04T22:19:42.796Z] #41 73.72   CC       criu/arch/x86/cpu.o
22:19:42 [2020-12-04T22:19:42.934Z] #43 183.7 github.com/LK4D4/vndr
22:19:43 [2020-12-04T22:19:43.412Z] #43 165.3   CC       criu/path.o
22:19:43 [2020-12-04T22:19:43.708Z] #43 165.6   CC       criu/pie-util-vdso.o
22:19:43 [2020-12-04T22:19:43.739Z] #41 74.71   CC       criu/arch/x86/crtools.o
22:19:43 [2020-12-04T22:19:43.739Z] #41 ...
22:19:43 [2020-12-04T22:19:43.739Z] 
22:19:43 [2020-12-04T22:19:43.739Z] #17 [dev-systemd-false  6/26] RUN ldconfig
22:19:43 [2020-12-04T22:19:43.739Z] #17 DONE 1.1s
22:19:43 [2020-12-04T22:19:43.739Z] 
22:19:43 [2020-12-04T22:19:43.739Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:19:44 [2020-12-04T22:19:44.351Z] #43 166.1   CC       criu/pie-util.o
22:19:44 [2020-12-04T22:19:44.351Z] #43 166.3   CC       criu/pipes.o
22:19:44 [2020-12-04T22:19:44.429Z] 4612f6d0b889: Verifying Checksum
22:19:44 [2020-12-04T22:19:44.429Z] 4612f6d0b889: Download complete
22:19:44 [2020-12-04T22:19:44.648Z] #43 ...
22:19:44 [2020-12-04T22:19:44.648Z] 
22:19:44 [2020-12-04T22:19:44.648Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:19:44 [2020-12-04T22:19:44.648Z] #40 232.4 + dpkg --print-architecture
22:19:44 [2020-12-04T22:19:44.648Z] #40 232.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
22:19:45 [2020-12-04T22:19:45.126Z] #18 1.433 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
22:19:45 [2020-12-04T22:19:45.189Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.532s	coverage: 43.2% of statements
22:19:45 [2020-12-04T22:19:45.189Z] ok  	github.com/docker/docker/pkg/directory	0.001s	coverage: 80.0% of statements
22:19:45 [2020-12-04T22:19:45.189Z] ok  	github.com/docker/docker/layer	7.634s	coverage: 68.8% of statements
22:19:45 [2020-12-04T22:19:45.189Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
22:19:45 [2020-12-04T22:19:45.189Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
22:19:45 [2020-12-04T22:19:45.189Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
22:19:45 [2020-12-04T22:19:45.189Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
22:19:45 [2020-12-04T22:19:45.189Z] ?   	github.com/docker/docker/oci/caps	[no test files]
22:19:45 [2020-12-04T22:19:45.189Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
22:19:45 [2020-12-04T22:19:45.189Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
22:19:45 [2020-12-04T22:19:45.387Z] #18 1.602 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:19:45 [2020-12-04T22:19:45.387Z] #18 1.702 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:19:45 [2020-12-04T22:19:45.387Z] #18 ...
22:19:45 [2020-12-04T22:19:45.387Z] 
22:19:45 [2020-12-04T22:19:45.387Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:45 [2020-12-04T22:19:45.387Z] #43 168.0 net/http/httptrace
22:19:45 [2020-12-04T22:19:45.387Z] #43 168.1 net/http
22:19:45 [2020-12-04T22:19:45.481Z] ok  	github.com/docker/docker/pkg/discovery	0.003s	coverage: 58.3% of statements
22:19:45 [2020-12-04T22:19:45.648Z] #43 ...
22:19:45 [2020-12-04T22:19:45.648Z] 
22:19:45 [2020-12-04T22:19:45.648Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:45 [2020-12-04T22:19:45.648Z] #41 76.19   CC       criu/arch/x86/kerndat.o
22:19:45 [2020-12-04T22:19:45.648Z] #41 76.78   CC       criu/arch/x86/sigaction_compat.o
22:19:45 [2020-12-04T22:19:45.701Z] #40 233.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
22:19:45 [2020-12-04T22:19:45.701Z] #40 233.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
22:19:45 [2020-12-04T22:19:45.775Z] ok  	github.com/docker/docker/pkg/discovery/file	0.008s	coverage: 97.6% of statements
22:19:45 [2020-12-04T22:19:45.909Z] #41 77.04   CC       criu/arch/x86/sigframe.o
22:19:46 [2020-12-04T22:19:46.171Z] #41 77.31   LINK     criu/arch/x86/crtools.built-in.o
22:19:46 [2020-12-04T22:19:46.171Z] #41 77.40   DEP      criu/pie/util-vdso-elf32.d
22:19:46 [2020-12-04T22:19:46.410Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.003s	coverage: 92.3% of statements
22:19:46 [2020-12-04T22:19:46.431Z] #41 77.51   DEP      criu/pie/util-vdso.d
22:19:46 [2020-12-04T22:19:46.432Z] #41 77.69   DEP      criu/pie/util.d
22:19:46 [2020-12-04T22:19:46.693Z] #41 77.83   CC       criu/pie/util.o
22:19:46 [2020-12-04T22:19:46.703Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.001s	coverage: 93.8% of statements
22:19:46 [2020-12-04T22:19:46.955Z] #41 78.11   CC       criu/pie/util-vdso.o
22:19:46 [2020-12-04T22:19:46.994Z] ok  	github.com/docker/docker/pkg/dmesg	0.002s	coverage: 83.3% of statements
22:19:47 [2020-12-04T22:19:47.133Z] #43 ...
22:19:47 [2020-12-04T22:19:47.133Z] 
22:19:47 [2020-12-04T22:19:47.133Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:19:47 [2020-12-04T22:19:47.133Z] #18 3.450 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:19:47 [2020-12-04T22:19:47.133Z] #18 5.124 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:19:47 [2020-12-04T22:19:47.133Z] #18 10.77 Fetched 8407 kB in 10s (872 kB/s)
22:19:47 [2020-12-04T22:19:47.133Z] #18 10.77 Reading package lists...
22:19:47 [2020-12-04T22:19:47.133Z] #18 ...
22:19:47 [2020-12-04T22:19:47.133Z] 
22:19:47 [2020-12-04T22:19:47.133Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:47 [2020-12-04T22:19:47.133Z] #51 11.38 + cd /tmp/tmp.eoiEXvaOOL/src/github.com/opencontainers/runc
22:19:47 [2020-12-04T22:19:47.133Z] #51 11.39 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
22:19:47 [2020-12-04T22:19:47.133Z] #51 11.94 + '[' -z '' ']'
22:19:47 [2020-12-04T22:19:47.133Z] #51 11.94 + target=static
22:19:47 [2020-12-04T22:19:47.133Z] #51 11.94 + make 'BUILDTAGS=seccomp apparmor selinux ' static
22:19:47 [2020-12-04T22:19:47.133Z] #51 12.16 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 .
22:19:47 [2020-12-04T22:19:47.133Z] #51 ...
22:19:47 [2020-12-04T22:19:47.133Z] 
22:19:47 [2020-12-04T22:19:47.133Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:47 [2020-12-04T22:19:47.133Z] #41 77.05   CC       criu/pie/util-vdso-elf32.o
22:19:47 [2020-12-04T22:19:47.133Z] #41 77.74   AR       criu/pie/pie.lib.a
22:19:47 [2020-12-04T22:19:47.133Z] #41 77.81   DEP      criu/pie/restorer.d
22:19:47 [2020-12-04T22:19:47.133Z] #41 78.05   DEP      criu/arch/x86/sigaction_compat_pie.d
22:19:47 [2020-12-04T22:19:47.133Z] #41 78.21   DEP      criu/arch/x86/restorer_unmap.d
22:19:47 [2020-12-04T22:19:47.133Z] #41 78.24   DEP      criu/arch/x86/restorer.d
22:19:47 [2020-12-04T22:19:47.133Z] #41 78.48   DEP      criu/arch/x86/vdso-pie.d
22:19:47 [2020-12-04T22:19:47.133Z] #41 78.61   DEP      criu/pie/parasite-vdso.d
22:19:47 [2020-12-04T22:19:47.133Z] #41 78.79   DEP      criu/pie/parasite.d
22:19:47 [2020-12-04T22:19:47.133Z] #41 79.08   CC       criu/pie/parasite.o
22:19:47 [2020-12-04T22:19:47.133Z] #41 80.45   LINK     criu/pie/parasite.built-in.o
22:19:47 [2020-12-04T22:19:47.133Z] #41 80.46   GEN      criu/pie/parasite-blob.h
22:19:47 [2020-12-04T22:19:47.133Z] #41 80.48   CC       criu/pie/parasite-vdso.o
22:19:47 [2020-12-04T22:19:47.133Z] #41 81.13   CC       criu/arch/x86/vdso-pie.o
22:19:47 [2020-12-04T22:19:47.133Z] #41 81.46   CC       criu/arch/x86/restorer.o
22:19:47 [2020-12-04T22:19:47.133Z] #41 82.00   CC       criu/arch/x86/restorer_unmap.o
22:19:47 [2020-12-04T22:19:47.133Z] #41 82.08   CC       criu/arch/x86/sigaction_compat_pie.o
22:19:47 [2020-12-04T22:19:47.393Z] #41 82.41   CC       criu/pie/restorer.o
22:19:47 [2020-12-04T22:19:47.899Z] #41 78.85   CC       criu/pie/util-vdso-elf32.o
22:19:47 [2020-12-04T22:19:47.963Z] #41 ...
22:19:47 [2020-12-04T22:19:47.963Z] 
22:19:47 [2020-12-04T22:19:47.963Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:19:47 [2020-12-04T22:19:47.963Z] #18 10.77 Reading package lists...
22:19:48 [2020-12-04T22:19:48.029Z] ok  	github.com/docker/docker/pkg/filenotify	0.601s	coverage: 67.0% of statements
22:19:48 [2020-12-04T22:19:48.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:19:48 [2020-12-04T22:19:48.471Z] #41 79.63   AR       criu/pie/pie.lib.a
22:19:48 [2020-12-04T22:19:48.471Z] #41 79.70   DEP      criu/pie/restorer.d
22:19:48 [2020-12-04T22:19:48.662Z] ok  	github.com/docker/docker/pkg/fileutils	0.006s	coverage: 89.5% of statements
22:19:48 [2020-12-04T22:19:48.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:19:48 [2020-12-04T22:19:48.733Z] #41 79.89   DEP      criu/arch/x86/sigaction_compat_pie.d
22:19:48 [2020-12-04T22:19:48.733Z] #41 80.02   DEP      criu/arch/x86/restorer_unmap.d
22:19:48 [2020-12-04T22:19:48.994Z] #41 80.04   DEP      criu/arch/x86/restorer.d
22:19:48 [2020-12-04T22:19:48.994Z] #41 80.28   DEP      criu/arch/x86/vdso-pie.d
22:19:49 [2020-12-04T22:19:49.259Z] #41 80.37   DEP      criu/pie/parasite-vdso.d
22:19:49 [2020-12-04T22:19:49.295Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.104s	coverage: 84.1% of statements
22:19:49 [2020-12-04T22:19:49.520Z] #41 80.59   DEP      criu/pie/parasite.d
22:19:49 [2020-12-04T22:19:49.520Z] #41 80.87   CC       criu/pie/parasite.o
22:19:49 [2020-12-04T22:19:49.588Z] ok  	github.com/docker/docker/pkg/fsutils	0.440s	coverage: 85.1% of statements
22:19:49 [2020-12-04T22:19:49.588Z] ok  	github.com/docker/docker/pkg/homedir	0.002s	coverage: 11.4% of statements
22:19:50 [2020-12-04T22:19:50.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:19:50 [2020-12-04T22:19:50.222Z] ok  	github.com/docker/docker/pkg/idtools	0.250s	coverage: 70.1% of statements
22:19:50 [2020-12-04T22:19:50.514Z] ok  	github.com/docker/docker/pkg/ioutils	0.279s	coverage: 70.6% of statements
22:19:50 [2020-12-04T22:19:50.806Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.002s	coverage: 91.7% of statements
22:19:50 [2020-12-04T22:19:50.806Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
22:19:50 [2020-12-04T22:19:50.806Z] ok  	github.com/docker/docker/pkg/longpath	0.005s	coverage: 100.0% of statements
22:19:50 [2020-12-04T22:19:50.806Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
22:19:50 [2020-12-04T22:19:50.806Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
22:19:50 [2020-12-04T22:19:50.806Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.001s	coverage: 85.7% of statements
22:19:50 [2020-12-04T22:19:50.806Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
22:19:50 [2020-12-04T22:19:50.911Z] #41 82.12   LINK     criu/pie/parasite.built-in.o
22:19:50 [2020-12-04T22:19:50.911Z] #41 82.13   GEN      criu/pie/parasite-blob.h
22:19:50 [2020-12-04T22:19:50.911Z] #41 82.15   CC       criu/pie/parasite-vdso.o
22:19:51 [2020-12-04T22:19:51.098Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
22:19:51 [2020-12-04T22:19:51.311Z] #40 ...
22:19:51 [2020-12-04T22:19:51.311Z] 
22:19:51 [2020-12-04T22:19:51.311Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:51 [2020-12-04T22:19:51.311Z] #53 125.1 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
22:19:51 [2020-12-04T22:19:51.311Z] #53 127.5 + mkdir -p /build
22:19:51 [2020-12-04T22:19:51.311Z] #53 127.5 + cp runc /build/runc
22:19:51 [2020-12-04T22:19:51.311Z] #53 DONE 127.7s
22:19:51 [2020-12-04T22:19:51.311Z] 
22:19:51 [2020-12-04T22:19:51.311Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:51 [2020-12-04T22:19:51.311Z] #43 167.1   CC       criu/plugin.o
22:19:51 [2020-12-04T22:19:51.311Z] #43 167.6   CC       criu/proc_parse.o
22:19:51 [2020-12-04T22:19:51.311Z] #43 171.6   CC       criu/protobuf-desc.o
22:19:51 [2020-12-04T22:19:51.311Z] #43 172.7   CC       criu/protobuf.o
22:19:51 [2020-12-04T22:19:51.311Z] #43 173.2   CC       criu/pstree.o
22:19:51 [2020-12-04T22:19:51.390Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.008s	coverage: 60.0% of statements
22:19:51 [2020-12-04T22:19:51.390Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.003s	coverage: 86.7% of statements
22:19:51 [2020-12-04T22:19:51.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:19:51 [2020-12-04T22:19:51.682Z] ok  	github.com/docker/docker/pkg/pidfile	0.001s	coverage: 82.4% of statements
22:19:51 [2020-12-04T22:19:51.682Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
22:19:51 [2020-12-04T22:19:51.682Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
22:19:51 [2020-12-04T22:19:51.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:19:51 [2020-12-04T22:19:51.866Z] #41 82.88   CC       criu/arch/x86/vdso-pie.o
22:19:52 [2020-12-04T22:19:52.127Z] #41 83.26   CC       criu/arch/x86/restorer.o
22:19:52 [2020-12-04T22:19:52.162Z] #18 14.93 Reading package lists...
22:19:52 [2020-12-04T22:19:52.316Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
22:19:52 [2020-12-04T22:19:52.608Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
22:19:52 [2020-12-04T22:19:52.699Z] #41 83.85   CC       criu/arch/x86/restorer_unmap.o
22:19:52 [2020-12-04T22:19:52.699Z] #41 83.87   CC       criu/arch/x86/sigaction_compat_pie.o
22:19:52 [2020-12-04T22:19:52.732Z] #18 18.85 Building dependency tree...
22:19:52 [2020-12-04T22:19:52.839Z] #43 175.0   CC       criu/rbtree.o
22:19:52 [2020-12-04T22:19:52.900Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
22:19:52 [2020-12-04T22:19:52.900Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
22:19:52 [2020-12-04T22:19:52.961Z] #41 84.09   CC       criu/pie/restorer.o
22:19:53 [2020-12-04T22:19:53.137Z] #43 175.4   CC       criu/rst-malloc.o
22:19:53 [2020-12-04T22:19:53.302Z] #18 ...
22:19:53 [2020-12-04T22:19:53.302Z] 
22:19:53 [2020-12-04T22:19:53.302Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:53 [2020-12-04T22:19:53.302Z] #43 DONE 194.2s
22:19:53 [2020-12-04T22:19:53.302Z] 
22:19:53 [2020-12-04T22:19:53.302Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:53 [2020-12-04T22:19:53.302Z] #41 85.54   LINK     criu/pie/restorer.built-in.o
22:19:53 [2020-12-04T22:19:53.302Z] #41 85.58   GEN      criu/pie/restorer-blob.h
22:19:53 [2020-12-04T22:19:53.302Z] #41 85.67   DEP      criu/vdso.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 85.85   DEP      criu/vdso-compat.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 85.98   DEP      criu/uts_ns.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 86.16   DEP      criu/util.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 86.45   DEP      criu/uffd.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 86.70   DEP      criu/tun.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 86.92   DEP      criu/tty.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 87.05   DEP      criu/timerfd.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 87.24   DEP      criu/timens.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 87.39   DEP      criu/sysfs_parse.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 87.53   DEP      criu/sysctl.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 87.64   DEP      criu/string.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 87.67   DEP      criu/stats.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 87.85   DEP      criu/sockets.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 88.03   DEP      criu/sk-unix.d
22:19:53 [2020-12-04T22:19:53.302Z] #41 88.34   DEP      criu/sk-tcp.d
22:19:53 [2020-12-04T22:19:53.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:19:53 [2020-12-04T22:19:53.785Z] #43 175.8   CC       criu/seccomp.o
22:19:53 [2020-12-04T22:19:53.871Z] #41 88.76   DEP      criu/sk-queue.d
22:19:54 [2020-12-04T22:19:54.132Z] #41 89.09   DEP      criu/sk-packet.d
22:19:54 [2020-12-04T22:19:54.392Z] #41 89.32   DEP      criu/sk-netlink.d
22:19:54 [2020-12-04T22:19:54.392Z] #41 89.47   DEP      criu/sk-inet.d
22:19:54 [2020-12-04T22:19:54.408Z] ok  	github.com/docker/docker/pkg/pubsub	1.018s	coverage: 75.0% of statements
22:19:54 [2020-12-04T22:19:54.408Z] ok  	github.com/docker/docker/pkg/reexec	0.003s	coverage: 82.4% of statements
22:19:54 [2020-12-04T22:19:54.430Z] #43 176.5   CC       criu/seize.o
22:19:54 [2020-12-04T22:19:54.652Z] #41 89.75   DEP      criu/signalfd.d
22:19:54 [2020-12-04T22:19:54.912Z] #41 89.95   DEP      criu/sigframe.d
22:19:55 [2020-12-04T22:19:55.172Z] #41 90.07   DEP      criu/shmem.d
22:19:55 [2020-12-04T22:19:55.172Z] #41 90.23   DEP      criu/servicefd.d
22:19:55 [2020-12-04T22:19:55.432Z] #41 90.37   DEP      criu/seize.d
22:19:55 [2020-12-04T22:19:55.432Z] #41 90.51   DEP      criu/seccomp.d
22:19:55 [2020-12-04T22:19:55.482Z] #43 177.6   CC       criu/servicefd.o
22:19:55 [2020-12-04T22:19:55.692Z] #41 90.64   DEP      criu/rst-malloc.d
22:19:55 [2020-12-04T22:19:55.692Z] #41 90.73   DEP      criu/rbtree.d
22:19:55 [2020-12-04T22:19:55.953Z] #41 90.79   DEP      criu/pstree.d
22:19:55 [2020-12-04T22:19:55.953Z] #41 90.93   DEP      criu/protobuf.d
22:19:56 [2020-12-04T22:19:56.129Z] #43 178.2   CC       criu/shmem.o
22:19:56 [2020-12-04T22:19:56.213Z] #41 91.06   GEN      criu/protobuf-desc-gen.h
22:19:56 [2020-12-04T22:19:56.265Z] #41 ...
22:19:56 [2020-12-04T22:19:56.265Z] 
22:19:56 [2020-12-04T22:19:56.265Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:19:56 [2020-12-04T22:19:56.265Z] #18 2.119 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
22:19:56 [2020-12-04T22:19:56.265Z] #18 3.253 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:19:56 [2020-12-04T22:19:56.265Z] #18 4.616 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:19:56 [2020-12-04T22:19:56.265Z] #18 10.80 Fetched 8407 kB in 10s (868 kB/s)
22:19:56 [2020-12-04T22:19:56.265Z] #18 10.80 Reading package lists...
22:19:56 [2020-12-04T22:19:56.265Z] #18 ...
22:19:56 [2020-12-04T22:19:56.265Z] 
22:19:56 [2020-12-04T22:19:56.265Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:56 [2020-12-04T22:19:56.265Z] #41 87.16   LINK     criu/pie/restorer.built-in.o
22:19:56 [2020-12-04T22:19:56.265Z] #41 87.18   GEN      criu/pie/restorer-blob.h
22:19:56 [2020-12-04T22:19:56.265Z] #41 87.30   DEP      criu/vdso.d
22:19:56 [2020-12-04T22:19:56.265Z] #41 87.48   DEP      criu/vdso-compat.d
22:19:56 [2020-12-04T22:19:56.527Z] #41 87.62   DEP      criu/uts_ns.d
22:19:56 [2020-12-04T22:19:56.527Z] #41 87.75   DEP      criu/util.d
22:19:56 [2020-12-04T22:19:56.788Z] #41 87.99   DEP      criu/uffd.d
22:19:57 [2020-12-04T22:19:57.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:19:57 [2020-12-04T22:19:57.049Z] #41 88.18   DEP      criu/tun.d
22:19:57 [2020-12-04T22:19:57.141Z] ok  	github.com/docker/docker/pkg/signal	2.354s	coverage: 61.0% of statements
22:19:57 [2020-12-04T22:19:57.152Z] #41 ...
22:19:57 [2020-12-04T22:19:57.152Z] 
22:19:57 [2020-12-04T22:19:57.152Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.38 libcap2-bin is already the newest version (1:2.25-2).
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.38 The following additional packages will be installed:
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.40   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.40   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.40   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.40   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.40   python3.7 python3.7-minimal vim-runtime xxd
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.40 Suggested packages:
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.40   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.41   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.41   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.41 Recommended packages:
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.41   aufs-dkms nftables build-essential python3-dev python3-keyring
22:19:57 [2020-12-04T22:19:57.152Z] #18 20.41   python3-keyrings.alt python3-xdg unzip
22:19:57 [2020-12-04T22:19:57.152Z] #18 22.46 The following NEW packages will be installed:
22:19:57 [2020-12-04T22:19:57.152Z] #18 22.48   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
22:19:57 [2020-12-04T22:19:57.152Z] #18 22.48   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
22:19:57 [2020-12-04T22:19:57.152Z] #18 22.49   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
22:19:57 [2020-12-04T22:19:57.152Z] #18 22.49   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
22:19:57 [2020-12-04T22:19:57.152Z] #18 22.49   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
22:19:57 [2020-12-04T22:19:57.152Z] #18 22.49   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
22:19:57 [2020-12-04T22:19:57.152Z] #18 22.49   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
22:19:57 [2020-12-04T22:19:57.153Z] #18 22.49   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
22:19:57 [2020-12-04T22:19:57.153Z] #18 22.49   xz-utils zip
22:19:57 [2020-12-04T22:19:57.153Z] #18 22.80 0 upgraded, 48 newly installed, 0 to remove and 9 not upgraded.
22:19:57 [2020-12-04T22:19:57.153Z] #18 22.80 Need to get 28.5 MB of archives.
22:19:57 [2020-12-04T22:19:57.153Z] #18 22.80 After this operation, 116 MB of additional disk space will be used.
22:19:57 [2020-12-04T22:19:57.153Z] #18 22.80 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 22.81 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 22.84 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 22.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 22.96 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 22.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.07 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.09 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.10 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.11 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.11 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.12 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.13 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.13 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.16 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.17 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.19 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.21 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.21 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.22 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.26 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.27 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.27 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.28 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.29 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.29 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.30 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.86 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.86 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.86 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.86 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.87 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.89 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 23.99 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 24.00 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 24.00 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 24.03 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 24.03 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 24.06 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
22:19:57 [2020-12-04T22:19:57.153Z] #18 24.06 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
22:19:57 [2020-12-04T22:19:57.182Z] #43 179.2   CC       criu/sigframe.o
22:19:57 [2020-12-04T22:19:57.311Z] #41 88.36   DEP      criu/tty.d
22:19:57 [2020-12-04T22:19:57.311Z] #41 88.59   DEP      criu/timerfd.d
22:19:57 [2020-12-04T22:19:57.412Z] #18 24.15 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
22:19:57 [2020-12-04T22:19:57.413Z] #18 24.18 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
22:19:57 [2020-12-04T22:19:57.413Z] #18 24.20 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
22:19:57 [2020-12-04T22:19:57.433Z] ok  	github.com/docker/docker/pkg/stdcopy	0.002s	coverage: 100.0% of statements
22:19:57 [2020-12-04T22:19:57.479Z] #43 179.5   CC       criu/signalfd.o
22:19:57 [2020-12-04T22:19:57.573Z] #41 88.74   DEP      criu/timens.d
22:19:57 [2020-12-04T22:19:57.573Z] #41 88.88   DEP      criu/sysfs_parse.d
22:19:57 [2020-12-04T22:19:57.573Z] #41 ...
22:19:57 [2020-12-04T22:19:57.573Z] 
22:19:57 [2020-12-04T22:19:57.573Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:19:57 [2020-12-04T22:19:57.573Z] #51 11.20 + cd /tmp/tmp.1H1gQhXCgS/src/github.com/opencontainers/runc
22:19:57 [2020-12-04T22:19:57.573Z] #51 11.20 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
22:19:57 [2020-12-04T22:19:57.573Z] #51 11.82 + '[' -z '' ']'
22:19:57 [2020-12-04T22:19:57.573Z] #51 11.82 + target=static
22:19:57 [2020-12-04T22:19:57.573Z] #51 11.82 + make 'BUILDTAGS=seccomp apparmor selinux ' static
22:19:57 [2020-12-04T22:19:57.573Z] #51 12.09 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 .
22:19:57 [2020-12-04T22:19:57.672Z] #18 24.57 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
22:19:57 [2020-12-04T22:19:57.725Z] ok  	github.com/docker/docker/pkg/streamformatter	0.002s	coverage: 66.2% of statements
22:19:57 [2020-12-04T22:19:57.777Z] #43 179.8   CC       criu/sk-inet.o
22:19:57 [2020-12-04T22:19:57.835Z] #51 ...
22:19:57 [2020-12-04T22:19:57.835Z] 
22:19:57 [2020-12-04T22:19:57.835Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:19:57 [2020-12-04T22:19:57.835Z] #41 89.01   DEP      criu/sysctl.d
22:19:57 [2020-12-04T22:19:57.931Z] #18 24.62 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
22:19:57 [2020-12-04T22:19:57.931Z] #18 24.65 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
22:19:58 [2020-12-04T22:19:58.017Z] ok  	github.com/docker/docker/pkg/stringid	0.001s	coverage: 70.6% of statements
22:19:58 [2020-12-04T22:19:58.096Z] #41 89.24   DEP      criu/string.d
22:19:58 [2020-12-04T22:19:58.096Z] #41 89.27   DEP      criu/stats.d
22:19:58 [2020-12-04T22:19:58.096Z] #41 89.38   DEP      criu/sockets.d
22:19:58 [2020-12-04T22:19:58.309Z] ok  	github.com/docker/docker/pkg/sysinfo	0.004s	coverage: 54.2% of statements
22:19:58 [2020-12-04T22:19:58.358Z] #41 89.63   DEP      criu/sk-unix.d
22:19:58 [2020-12-04T22:19:58.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:19:58 [2020-12-04T22:19:58.501Z] #18 25.35 debconf: delaying package configuration, since apt-utils is not installed
22:19:58 [2020-12-04T22:19:58.619Z] #41 89.81   DEP      criu/sk-tcp.d
22:19:58 [2020-12-04T22:19:58.761Z] #18 25.48 Fetched 28.5 MB in 2s (13.4 MB/s)
22:19:58 [2020-12-04T22:19:58.761Z] #18 25.57 Selecting previously unselected package pigz.
22:19:58 [2020-12-04T22:19:58.761Z] #18 25.57 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23432 files and directories currently installed.)
22:19:58 [2020-12-04T22:19:58.761Z] #18 25.64 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
22:19:58 [2020-12-04T22:19:58.761Z] #18 25.65 Unpacking pigz (2.4-1) ...
22:19:58 [2020-12-04T22:19:58.881Z] #41 90.02   DEP      criu/sk-queue.d
22:19:58 [2020-12-04T22:19:58.980Z] ok  	github.com/docker/docker/pkg/system	0.048s	coverage: 36.9% of statements
22:19:59 [2020-12-04T22:19:59.020Z] #18 25.76 Selecting previously unselected package libpython3.7-minimal:amd64.
22:19:59 [2020-12-04T22:19:59.020Z] #18 25.76 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
22:19:59 [2020-12-04T22:19:59.020Z] #18 25.77 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
22:19:59 [2020-12-04T22:19:59.143Z] #41 90.24   DEP      criu/sk-packet.d
22:19:59 [2020-12-04T22:19:59.143Z] #41 90.50   DEP      criu/sk-netlink.d
22:19:59 [2020-12-04T22:19:59.272Z] ok  	github.com/docker/docker/pkg/tailfile	0.038s	coverage: 88.6% of statements
22:19:59 [2020-12-04T22:19:59.318Z] #43 181.0   CC       criu/sk-netlink.o
22:19:59 [2020-12-04T22:19:59.564Z] ok  	github.com/docker/docker/pkg/tarsum	0.034s	coverage: 89.3% of statements
22:19:59 [2020-12-04T22:19:59.590Z] #18 26.36 Selecting previously unselected package python3.7-minimal.
22:19:59 [2020-12-04T22:19:59.590Z] #18 26.36 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
22:19:59 [2020-12-04T22:19:59.590Z] #18 26.37 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
22:19:59 [2020-12-04T22:19:59.615Z] #43 181.6   CC       criu/sk-packet.o
22:19:59 [2020-12-04T22:19:59.715Z] #41 90.66   DEP      criu/sk-inet.d
22:19:59 [2020-12-04T22:19:59.716Z] #41 90.87   DEP      criu/signalfd.d
22:19:59 [2020-12-04T22:19:59.716Z] #41 91.02   DEP      criu/sigframe.d
22:19:59 [2020-12-04T22:19:59.856Z] testing: warning: no tests to run
22:19:59 [2020-12-04T22:19:59.856Z] coverage: [no statements]
22:19:59 [2020-12-04T22:19:59.856Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
22:19:59 [2020-12-04T22:19:59.977Z] #41 91.10   DEP      criu/shmem.d
22:20:00 [2020-12-04T22:20:00.148Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
22:20:00 [2020-12-04T22:20:00.148Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
22:20:00 [2020-12-04T22:20:00.239Z] #41 91.29   DEP      criu/servicefd.d
22:20:00 [2020-12-04T22:20:00.239Z] #41 91.45   DEP      criu/seize.d
22:20:00 [2020-12-04T22:20:00.257Z] #43 182.2   CC       criu/sk-queue.o
22:20:00 [2020-12-04T22:20:00.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
22:20:00 [2020-12-04T22:20:00.440Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
22:20:00 [2020-12-04T22:20:00.501Z] #41 91.66   DEP      criu/seccomp.d
22:20:00 [2020-12-04T22:20:00.501Z] #41 91.80   DEP      criu/rst-malloc.d
22:20:00 [2020-12-04T22:20:00.501Z] #41 ...
22:20:00 [2020-12-04T22:20:00.501Z] 
22:20:00 [2020-12-04T22:20:00.501Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:20:00 [2020-12-04T22:20:00.501Z] #43 183.0 github.com/LK4D4/vndr/godl
22:20:00 [2020-12-04T22:20:00.501Z] #43 183.9 github.com/LK4D4/vndr
22:20:00 [2020-12-04T22:20:00.530Z] #18 27.29 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
22:20:00 [2020-12-04T22:20:00.530Z] #18 27.34 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
22:20:00 [2020-12-04T22:20:00.554Z] #43 182.6   CC       criu/sk-tcp.o
22:20:00 [2020-12-04T22:20:00.762Z] #43 ...
22:20:00 [2020-12-04T22:20:00.762Z] 
22:20:00 [2020-12-04T22:20:00.762Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:00 [2020-12-04T22:20:00.762Z] #41 91.85   DEP      criu/rbtree.d
22:20:00 [2020-12-04T22:20:00.762Z] #41 91.89   DEP      criu/pstree.d
22:20:00 [2020-12-04T22:20:00.762Z] #41 92.04   DEP      criu/protobuf.d
22:20:00 [2020-12-04T22:20:00.789Z] #18 ...
22:20:00 [2020-12-04T22:20:00.790Z] 
22:20:00 [2020-12-04T22:20:00.790Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:20:00 [2020-12-04T22:20:00.790Z] #30 DONE 200.7s
22:20:00 [2020-12-04T22:20:00.790Z] 
22:20:00 [2020-12-04T22:20:00.790Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:00 [2020-12-04T22:20:00.790Z] #41 92.58   DEP      criu/protobuf-desc.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 92.74   DEP      criu/proc_parse.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 93.02   DEP      criu/plugin.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 93.13   DEP      criu/pipes.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 93.27   DEP      criu/pie-util.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 93.39   DEP      criu/pie-util-vdso.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 93.51   DEP      criu/pie-util-vdso-elf32.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 93.62   DEP      criu/path.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 93.72   DEP      criu/parasite-syscall.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 93.88   DEP      criu/pagemap.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 94.11   DEP      criu/pagemap-cache.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 94.22   DEP      criu/page-xfer.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 94.34   DEP      criu/page-pipe.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 94.43   DEP      criu/netfilter.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 94.56   DEP      criu/net.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 94.81   DEP      criu/namespaces.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 94.98   DEP      criu/mount.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 95.21   DEP      criu/memfd.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 95.31   DEP      criu/mem.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 95.48   DEP      criu/lsm.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 95.64   DEP      criu/log.d
22:20:00 [2020-12-04T22:20:00.790Z] #41 95.77   DEP      criu/libnetlink.d
22:20:00 [2020-12-04T22:20:00.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:20:01 [2020-12-04T22:20:01.010Z] sha256:d5bc563b2eb5c261ee48262f0e42a521443099311e1a1f85591a9d190bfa5a23
22:20:01 [2020-12-04T22:20:01.010Z] INFO: Starting docker-py tests...
22:20:01 [2020-12-04T22:20:01.010Z] ============================= test session starts ==============================
22:20:01 [2020-12-04T22:20:01.010Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1
22:20:01 [2020-12-04T22:20:01.010Z] rootdir: /src, inifile: pytest.ini
22:20:01 [2020-12-04T22:20:01.010Z] plugins: timeout-1.3.3, cov-2.6.1
22:20:01 [2020-12-04T22:20:01.010Z] collected 389 items / 1 deselected / 388 selected
22:20:01 [2020-12-04T22:20:01.010Z] 
22:20:01 [2020-12-04T22:20:01.024Z] #41 92.17   GEN      criu/protobuf-desc-gen.h
22:20:01 [2020-12-04T22:20:01.049Z] #41 96.04   DEP      criu/kerndat.d
22:20:01 [2020-12-04T22:20:01.199Z] #43 183.2   CC       criu/sk-unix.o
22:20:01 [2020-12-04T22:20:01.309Z] #41 96.35   DEP      criu/kcmp-ids.d
22:20:01 [2020-12-04T22:20:01.570Z] #41 96.49   DEP      criu/irmap.d
22:20:01 [2020-12-04T22:20:01.829Z] #41 96.67   DEP      criu/ipc_ns.d
22:20:01 [2020-12-04T22:20:01.829Z] #41 96.87   DEP      criu/image.d
22:20:01 [2020-12-04T22:20:01.950Z] ok  	github.com/docker/docker/plugin	0.553s	coverage: 23.2% of statements
22:20:01 [2020-12-04T22:20:01.968Z] #41 ...
22:20:01 [2020-12-04T22:20:01.968Z] 
22:20:01 [2020-12-04T22:20:01.968Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:20:01 [2020-12-04T22:20:01.968Z] #43 DONE 194.3s
22:20:01 [2020-12-04T22:20:01.968Z] 
22:20:01 [2020-12-04T22:20:01.968Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:20:01 [2020-12-04T22:20:01.968Z] #18 10.80 Reading package lists...
22:20:02 [2020-12-04T22:20:02.229Z] #18 14.81 Reading package lists...
22:20:02 [2020-12-04T22:20:02.403Z] #41 97.18   DEP      criu/image-desc.d
22:20:02 [2020-12-04T22:20:02.403Z] #41 97.29   DEP      criu/fsnotify.d
22:20:02 [2020-12-04T22:20:02.585Z] ok  	github.com/docker/docker/plugin/v2	0.002s	coverage: 14.5% of statements
22:20:02 [2020-12-04T22:20:02.665Z] #41 97.45   DEP      criu/filesystems.d
22:20:02 [2020-12-04T22:20:02.665Z] #41 97.59   DEP      criu/files.d
22:20:02 [2020-12-04T22:20:02.804Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:20:02 [2020-12-04T22:20:02.877Z] ok  	github.com/docker/docker/profiles/seccomp	0.006s	coverage: 86.4% of statements
22:20:02 [2020-12-04T22:20:02.924Z] #41 97.77   DEP      criu/files-reg.d
22:20:02 [2020-12-04T22:20:02.924Z] #41 97.97   DEP      criu/files-ext.d
22:20:03 [2020-12-04T22:20:03.183Z] #41 98.11   DEP      criu/file-lock.d
22:20:03 [2020-12-04T22:20:03.183Z] #41 98.21   DEP      criu/file-ids.d
22:20:03 [2020-12-04T22:20:03.183Z] #41 ...
22:20:03 [2020-12-04T22:20:03.183Z] 
22:20:03 [2020-12-04T22:20:03.183Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:20:03 [2020-12-04T22:20:03.183Z] #18 30.11 Selecting previously unselected package python3-minimal.
22:20:03 [2020-12-04T22:20:03.434Z] #18 18.89 Building dependency tree...
22:20:03 [2020-12-04T22:20:03.442Z] #18 30.11 (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.)
22:20:03 [2020-12-04T22:20:03.442Z] #18 30.18 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
22:20:03 [2020-12-04T22:20:03.442Z] #18 30.18 Unpacking python3-minimal (3.7.3-1) ...
22:20:03 [2020-12-04T22:20:03.442Z] #18 30.29 Selecting previously unselected package libmpdec2:amd64.
22:20:03 [2020-12-04T22:20:03.442Z] #18 30.30 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
22:20:03 [2020-12-04T22:20:03.442Z] #18 30.31 Unpacking libmpdec2:amd64 (2.4.2-2) ...
22:20:03 [2020-12-04T22:20:03.442Z] #18 30.38 Selecting previously unselected package libpython3.7-stdlib:amd64.
22:20:03 [2020-12-04T22:20:03.442Z] #18 30.39 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
22:20:03 [2020-12-04T22:20:03.696Z] #18 ...
22:20:03 [2020-12-04T22:20:03.696Z] 
22:20:03 [2020-12-04T22:20:03.696Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:03 [2020-12-04T22:20:03.696Z] #41 94.36   DEP      criu/protobuf-desc.d
22:20:03 [2020-12-04T22:20:03.696Z] #41 94.50   DEP      criu/proc_parse.d
22:20:03 [2020-12-04T22:20:03.696Z] #41 94.67   DEP      criu/plugin.d
22:20:03 [2020-12-04T22:20:03.696Z] #41 94.76   DEP      criu/pipes.d
22:20:03 [2020-12-04T22:20:03.696Z] #41 94.89   DEP      criu/pie-util.d
22:20:03 [2020-12-04T22:20:03.696Z] #41 95.00   DEP      criu/pie-util-vdso.d
22:20:03 [2020-12-04T22:20:03.702Z] #18 30.40 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
22:20:03 [2020-12-04T22:20:03.957Z] #41 95.09   DEP      criu/pie-util-vdso-elf32.d
22:20:03 [2020-12-04T22:20:03.958Z] #41 95.19   DEP      criu/path.d
22:20:03 [2020-12-04T22:20:03.958Z] #41 95.28   DEP      criu/parasite-syscall.d
22:20:03 [2020-12-04T22:20:03.966Z] #43 185.8   CC       criu/sockets.o
22:20:04 [2020-12-04T22:20:04.193Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:20:04 [2020-12-04T22:20:04.218Z] #41 95.44   DEP      criu/pagemap.d
22:20:04 [2020-12-04T22:20:04.386Z] ok  	github.com/docker/docker/quota	0.688s	coverage: 71.4% of statements
22:20:04 [2020-12-04T22:20:04.480Z] #41 95.62   DEP      criu/pagemap-cache.d
22:20:04 [2020-12-04T22:20:04.480Z] #41 95.74   DEP      criu/page-xfer.d
22:20:04 [2020-12-04T22:20:04.641Z] #18 31.37 Selecting previously unselected package python3.7.
22:20:04 [2020-12-04T22:20:04.641Z] #18 31.38 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
22:20:04 [2020-12-04T22:20:04.641Z] #18 31.38 Unpacking python3.7 (3.7.3-2+deb10u2) ...
22:20:04 [2020-12-04T22:20:04.641Z] #18 31.50 Selecting previously unselected package libpython3-stdlib:amd64.
22:20:04 [2020-12-04T22:20:04.641Z] #18 31.50 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
22:20:04 [2020-12-04T22:20:04.641Z] #18 31.51 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
22:20:04 [2020-12-04T22:20:04.677Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 83.7% of statements
22:20:04 [2020-12-04T22:20:04.742Z] #41 95.92   DEP      criu/page-pipe.d
22:20:04 [2020-12-04T22:20:04.901Z] #18 31.62 Setting up python3-minimal (3.7.3-1) ...
22:20:05 [2020-12-04T22:20:05.004Z] #41 96.02   DEP      criu/netfilter.d
22:20:05 [2020-12-04T22:20:05.004Z] #41 96.20   DEP      criu/net.d
22:20:05 [2020-12-04T22:20:05.035Z] #43 186.8   CC       criu/stats.o
22:20:05 [2020-12-04T22:20:05.035Z] #43 187.2   CC       criu/string.o
22:20:05 [2020-12-04T22:20:05.265Z] #41 96.42   DEP      criu/namespaces.d
22:20:05 [2020-12-04T22:20:05.333Z] #43 187.3   CC       criu/sysctl.o
22:20:05 [2020-12-04T22:20:05.471Z] #18 32.49 Selecting previously unselected package python3.
22:20:05 [2020-12-04T22:20:05.527Z] #41 96.63   DEP      criu/mount.d
22:20:05 [2020-12-04T22:20:05.527Z] #41 96.74   DEP      criu/memfd.d
22:20:05 [2020-12-04T22:20:05.712Z] ok  	github.com/docker/docker/registry	0.080s	coverage: 57.2% of statements
22:20:05 [2020-12-04T22:20:05.731Z] #18 32.49 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24093 files and directories currently installed.)
22:20:05 [2020-12-04T22:20:05.731Z] #18 32.55 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
22:20:05 [2020-12-04T22:20:05.731Z] #18 32.57 Unpacking python3 (3.7.3-1) ...
22:20:05 [2020-12-04T22:20:05.731Z] #18 32.67 Selecting previously unselected package libip4tc0:amd64.
22:20:05 [2020-12-04T22:20:05.731Z] #18 32.67 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
22:20:05 [2020-12-04T22:20:05.731Z] #18 32.68 Unpacking libip4tc0:amd64 (1.8.2-4) ...
22:20:05 [2020-12-04T22:20:05.788Z] #41 96.89   DEP      criu/mem.d
22:20:05 [2020-12-04T22:20:05.788Z] #41 97.09   DEP      criu/lsm.d
22:20:05 [2020-12-04T22:20:05.977Z] #43 188.1   CC       criu/sysfs_parse.o
22:20:05 [2020-12-04T22:20:05.990Z] #18 32.78 Selecting previously unselected package libip6tc0:amd64.
22:20:05 [2020-12-04T22:20:05.990Z] #18 32.78 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
22:20:05 [2020-12-04T22:20:05.990Z] #18 32.78 Unpacking libip6tc0:amd64 (1.8.2-4) ...
22:20:05 [2020-12-04T22:20:05.990Z] #18 32.88 Selecting previously unselected package libiptc0:amd64.
22:20:05 [2020-12-04T22:20:05.990Z] #18 32.89 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
22:20:05 [2020-12-04T22:20:05.990Z] #18 32.89 Unpacking libiptc0:amd64 (1.8.2-4) ...
22:20:05 [2020-12-04T22:20:05.990Z] #18 32.97 Selecting previously unselected package libnfnetlink0:amd64.
22:20:05 [2020-12-04T22:20:05.990Z] #18 32.97 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
22:20:05 [2020-12-04T22:20:05.990Z] #18 32.97 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
22:20:06 [2020-12-04T22:20:06.050Z] #41 97.28   DEP      criu/log.d
22:20:06 [2020-12-04T22:20:06.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:20:06 [2020-12-04T22:20:06.250Z] #18 33.03 Selecting previously unselected package libnetfilter-conntrack3:amd64.
22:20:06 [2020-12-04T22:20:06.250Z] #18 33.04 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
22:20:06 [2020-12-04T22:20:06.250Z] #18 33.05 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
22:20:06 [2020-12-04T22:20:06.250Z] #18 33.13 Selecting previously unselected package libnftnl11:amd64.
22:20:06 [2020-12-04T22:20:06.250Z] #18 33.13 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
22:20:06 [2020-12-04T22:20:06.250Z] #18 33.13 Unpacking libnftnl11:amd64 (1.1.2-2) ...
22:20:06 [2020-12-04T22:20:06.250Z] #18 33.21 Selecting previously unselected package iptables.
22:20:06 [2020-12-04T22:20:06.250Z] #18 33.22 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
22:20:06 [2020-12-04T22:20:06.250Z] #18 33.23 Unpacking iptables (1.8.2-4) ...
22:20:06 [2020-12-04T22:20:06.311Z] #41 97.45   DEP      criu/libnetlink.d
22:20:06 [2020-12-04T22:20:06.345Z] ok  	github.com/docker/docker/registry/resumable	0.014s	coverage: 100.0% of statements
22:20:06 [2020-12-04T22:20:06.345Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 50.9% of statements
22:20:06 [2020-12-04T22:20:06.573Z] #41 97.58   DEP      criu/kerndat.d
22:20:06 [2020-12-04T22:20:06.573Z] #41 97.79   DEP      criu/kcmp-ids.d
22:20:06 [2020-12-04T22:20:06.573Z] #41 97.87   DEP      criu/irmap.d
22:20:06 [2020-12-04T22:20:06.622Z] #43 188.5   CC       criu/timens.o
22:20:06 [2020-12-04T22:20:06.820Z] #18 33.58 Selecting previously unselected package xxd.
22:20:06 [2020-12-04T22:20:06.820Z] #18 33.59 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
22:20:06 [2020-12-04T22:20:06.820Z] #18 33.60 Unpacking xxd (2:8.1.0875-5) ...
22:20:06 [2020-12-04T22:20:06.820Z] #18 33.72 Selecting previously unselected package vim-common.
22:20:06 [2020-12-04T22:20:06.820Z] #18 33.73 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
22:20:06 [2020-12-04T22:20:06.820Z] #18 33.75 Unpacking vim-common (2:8.1.0875-5) ...
22:20:06 [2020-12-04T22:20:06.834Z] #41 98.05   DEP      criu/ipc_ns.d
22:20:06 [2020-12-04T22:20:06.920Z] #43 189.0   CC       criu/timerfd.o
22:20:06 [2020-12-04T22:20:06.979Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
22:20:07 [2020-12-04T22:20:07.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:20:07 [2020-12-04T22:20:07.080Z] #18 33.93 Selecting previously unselected package bash-completion.
22:20:07 [2020-12-04T22:20:07.080Z] #18 33.93 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
22:20:07 [2020-12-04T22:20:07.095Z] #41 98.15   DEP      criu/image.d
22:20:07 [2020-12-04T22:20:07.096Z] #41 98.33   DEP      criu/image-desc.d
22:20:07 [2020-12-04T22:20:07.270Z] ok  	github.com/docker/docker/testutil	0.001s	coverage: 62.5% of statements
22:20:07 [2020-12-04T22:20:07.357Z] #41 98.41   DEP      criu/fsnotify.d
22:20:07 [2020-12-04T22:20:07.357Z] #41 98.57   DEP      criu/filesystems.d
22:20:07 [2020-12-04T22:20:07.563Z] #43 189.5   CC       criu/tty.o
22:20:07 [2020-12-04T22:20:07.619Z] #41 98.75   DEP      criu/files.d
22:20:07 [2020-12-04T22:20:07.619Z] #41 98.92   DEP      criu/files-reg.d
22:20:07 [2020-12-04T22:20:07.880Z] #41 99.17   DEP      criu/files-ext.d
22:20:08 [2020-12-04T22:20:08.153Z] #41 99.28   DEP      criu/file-lock.d
22:20:08 [2020-12-04T22:20:08.415Z] #41 99.41   DEP      criu/file-ids.d
22:20:08 [2020-12-04T22:20:08.415Z] #41 99.54   DEP      criu/fifo.d
22:20:08 [2020-12-04T22:20:08.415Z] #41 99.66   DEP      criu/fdstore.d
22:20:08 [2020-12-04T22:20:08.415Z] #41 99.74   DEP      criu/fault-injection.d
22:20:08 [2020-12-04T22:20:08.415Z] #41 99.78   DEP      criu/external.d
22:20:08 [2020-12-04T22:20:08.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:20:08 [2020-12-04T22:20:08.676Z] #41 99.83   DEP      criu/eventpoll.d
22:20:08 [2020-12-04T22:20:08.676Z] #41 100.0   DEP      criu/eventfd.d
22:20:08 [2020-12-04T22:20:08.938Z] #41 100.1   DEP      criu/crtools.d
22:20:09 [2020-12-04T22:20:09.200Z] #41 100.3   DEP      criu/cr-service.d
22:20:09 [2020-12-04T22:20:09.200Z] #41 100.4   DEP      criu/cr-restore.d
22:20:09 [2020-12-04T22:20:09.339Z] ok  	github.com/docker/docker/volume/drivers	0.003s	coverage: 36.1% of statements
22:20:09 [2020-12-04T22:20:09.461Z] #41 100.6   DEP      criu/cr-errno.d
22:20:09 [2020-12-04T22:20:09.461Z] #41 100.7   DEP      criu/cr-dump.d
22:20:09 [2020-12-04T22:20:09.620Z] #18 36.43 Unpacking bash-completion (1:2.8-6) ...
22:20:09 [2020-12-04T22:20:09.660Z] #43 191.8   CC       criu/tun.o
22:20:09 [2020-12-04T22:20:09.722Z] #41 100.9   DEP      criu/cr-dedup.d
22:20:09 [2020-12-04T22:20:09.836Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:20:09 [2020-12-04T22:20:09.836Z] Using test binary docker
22:20:09 [2020-12-04T22:20:09.836Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:20:09 [2020-12-04T22:20:09.836Z] +++ /etc/init.d/apparmor start
22:20:09 [2020-12-04T22:20:09.836Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:20:09 [2020-12-04T22:20:09.836Z] INFO: Waiting for daemon to start...
22:20:09 [2020-12-04T22:20:09.836Z] Starting dockerd
22:20:09 [2020-12-04T22:20:09.836Z] +++ 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
22:20:09 [2020-12-04T22:20:09.880Z] #18 36.82 Selecting previously unselected package bzip2.
22:20:09 [2020-12-04T22:20:09.880Z] #18 36.82 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
22:20:09 [2020-12-04T22:20:09.880Z] #18 36.83 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
22:20:09 [2020-12-04T22:20:09.983Z] #41 101.1   DEP      criu/cr-check.d
22:20:09 [2020-12-04T22:20:09.983Z] #41 101.3   DEP      criu/config.d
22:20:10 [2020-12-04T22:20:10.139Z] #18 36.90 Selecting previously unselected package xz-utils.
22:20:10 [2020-12-04T22:20:10.139Z] #18 36.90 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
22:20:10 [2020-12-04T22:20:10.139Z] #18 36.91 Unpacking xz-utils (5.2.4-1) ...
22:20:10 [2020-12-04T22:20:10.244Z] #41 101.4   DEP      criu/clone-noasan.d
22:20:10 [2020-12-04T22:20:10.244Z] #41 101.5   DEP      criu/cgroup.d
22:20:10 [2020-12-04T22:20:10.375Z] ok  	github.com/docker/docker/volume/local	0.321s	coverage: 76.6% of statements
22:20:10 [2020-12-04T22:20:10.399Z] #18 37.12 Selecting previously unselected package apparmor.
22:20:10 [2020-12-04T22:20:10.399Z] #18 37.14 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
22:20:10 [2020-12-04T22:20:10.399Z] #18 37.23 Unpacking apparmor (2.13.2-10) ...
22:20:10 [2020-12-04T22:20:10.505Z] #41 101.6   DEP      criu/cgroup-props.d
22:20:10 [2020-12-04T22:20:10.506Z] #41 ...
22:20:10 [2020-12-04T22:20:10.506Z] 
22:20:10 [2020-12-04T22:20:10.506Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
22:20:10 [2020-12-04T22:20:10.506Z] #30 DONE 202.8s
22:20:10 [2020-12-04T22:20:10.506Z] 
22:20:10 [2020-12-04T22:20:10.506Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:10 [2020-12-04T22:20:10.506Z] #41 101.8   DEP      criu/bitmap.d
22:20:10 [2020-12-04T22:20:10.506Z] #41 ...
22:20:10 [2020-12-04T22:20:10.506Z] 
22:20:10 [2020-12-04T22:20:10.506Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79 libcap2-bin is already the newest version (1:2.25-2).
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79 The following additional packages will be installed:
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79   python3.7 python3.7-minimal vim-runtime xxd
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79 Suggested packages:
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79 Recommended packages:
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79   aufs-dkms nftables build-essential python3-dev python3-keyring
22:20:10 [2020-12-04T22:20:10.506Z] #18 20.79   python3-keyrings.alt python3-xdg unzip
22:20:10 [2020-12-04T22:20:10.506Z] #18 22.57 The following NEW packages will be installed:
22:20:10 [2020-12-04T22:20:10.506Z] #18 22.57   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
22:20:10 [2020-12-04T22:20:10.506Z] #18 22.57   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
22:20:10 [2020-12-04T22:20:10.506Z] #18 22.57   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
22:20:10 [2020-12-04T22:20:10.506Z] #18 22.57   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
22:20:10 [2020-12-04T22:20:10.506Z] #18 22.58   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
22:20:10 [2020-12-04T22:20:10.506Z] #18 22.58   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
22:20:10 [2020-12-04T22:20:10.506Z] #18 22.58   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
22:20:10 [2020-12-04T22:20:10.506Z] #18 22.58   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
22:20:10 [2020-12-04T22:20:10.506Z] #18 22.58   xz-utils zip
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.04 0 upgraded, 48 newly installed, 0 to remove and 9 not upgraded.
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.04 Need to get 28.5 MB of archives.
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.04 After this operation, 116 MB of additional disk space will be used.
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.08 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.33 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.34 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.35 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.35 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.35 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.36 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.36 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.36 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.36 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.37 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.40 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.40 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.41 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.43 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.43 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.44 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.48 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.48 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.49 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.49 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.50 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.50 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.51 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.96 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.96 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.96 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.97 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.97 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 23.99 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.05 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.05 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.06 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.06 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.07 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.08 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.09 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.15 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.17 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.19 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.69 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.73 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 24.78 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
22:20:10 [2020-12-04T22:20:10.506Z] #18 25.48 debconf: delaying package configuration, since apt-utils is not installed
22:20:10 [2020-12-04T22:20:10.506Z] #18 25.59 Fetched 28.5 MB in 2s (12.7 MB/s)
22:20:10 [2020-12-04T22:20:10.506Z] #18 25.66 Selecting previously unselected package pigz.
22:20:10 [2020-12-04T22:20:10.506Z] #18 25.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23432 files and directories currently installed.)
22:20:10 [2020-12-04T22:20:10.506Z] #18 25.75 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
22:20:10 [2020-12-04T22:20:10.506Z] #18 25.76 Unpacking pigz (2.4-1) ...
22:20:10 [2020-12-04T22:20:10.506Z] #18 25.85 Selecting previously unselected package libpython3.7-minimal:amd64.
22:20:10 [2020-12-04T22:20:10.506Z] #18 25.85 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
22:20:10 [2020-12-04T22:20:10.506Z] #18 25.85 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
22:20:10 [2020-12-04T22:20:10.506Z] #18 26.50 Selecting previously unselected package python3.7-minimal.
22:20:10 [2020-12-04T22:20:10.506Z] #18 26.51 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
22:20:10 [2020-12-04T22:20:10.506Z] #18 26.54 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
22:20:10 [2020-12-04T22:20:10.658Z] #18 37.61 Selecting previously unselected package aufs-tools.
22:20:10 [2020-12-04T22:20:10.668Z] ok  	github.com/docker/docker/volume/mounts	0.018s	coverage: 67.0% of statements
22:20:10 [2020-12-04T22:20:10.726Z] #43 192.6   CC       criu/uffd.o
22:20:10 [2020-12-04T22:20:10.918Z] #18 37.62 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
22:20:10 [2020-12-04T22:20:10.918Z] #18 37.62 Unpacking aufs-tools (1:4.14+20190211-1) ...
22:20:10 [2020-12-04T22:20:10.918Z] #18 37.74 Selecting previously unselected package libonig5:amd64.
22:20:10 [2020-12-04T22:20:10.918Z] #18 37.74 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
22:20:10 [2020-12-04T22:20:10.918Z] #18 37.74 Unpacking libonig5:amd64 (6.9.1-1) ...
22:20:10 [2020-12-04T22:20:10.918Z] #18 37.89 Selecting previously unselected package libjq1:amd64.
22:20:11 [2020-12-04T22:20:11.178Z] #18 37.89 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
22:20:11 [2020-12-04T22:20:11.178Z] #18 37.90 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
22:20:11 [2020-12-04T22:20:11.178Z] #18 38.05 Selecting previously unselected package jq.
22:20:11 [2020-12-04T22:20:11.178Z] #18 38.06 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
22:20:11 [2020-12-04T22:20:11.178Z] #18 38.07 Unpacking jq (1.5+dfsg-2+b1) ...
22:20:11 [2020-12-04T22:20:11.437Z] #18 38.16 Selecting previously unselected package libaio1:amd64.
22:20:11 [2020-12-04T22:20:11.437Z] #18 38.18 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
22:20:11 [2020-12-04T22:20:11.437Z] #18 38.19 Unpacking libaio1:amd64 (0.3.112-3) ...
22:20:11 [2020-12-04T22:20:11.437Z] #18 38.26 Selecting previously unselected package libgpm2:amd64.
22:20:11 [2020-12-04T22:20:11.437Z] #18 38.28 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
22:20:11 [2020-12-04T22:20:11.437Z] #18 38.29 Unpacking libgpm2:amd64 (1.20.7-5) ...
22:20:11 [2020-12-04T22:20:11.437Z] #18 38.35 Selecting previously unselected package libicu63:amd64.
22:20:11 [2020-12-04T22:20:11.437Z] #18 38.37 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
22:20:11 [2020-12-04T22:20:11.437Z] #18 38.37 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
22:20:11 [2020-12-04T22:20:11.703Z] ok  	github.com/docker/docker/volume/service	0.009s	coverage: 73.1% of statements
22:20:11 [2020-12-04T22:20:11.754Z] .
22:20:11 [2020-12-04T22:20:11.754Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:20:11 [2020-12-04T22:20:11.936Z] #18 28.04 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
22:20:11 [2020-12-04T22:20:11.936Z] #18 28.09 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
22:20:12 [2020-12-04T22:20:12.016Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:20:12 [2020-12-04T22:20:12.016Z] Error: No such image: emptyfs
22:20:12 [2020-12-04T22:20:12.016Z] ++++ tar -cC bundles/test-integration/emptyfs .
22:20:12 [2020-12-04T22:20:12.016Z] ++++ docker load
22:20:12 [2020-12-04T22:20:12.258Z] #43 194.0   CC       criu/util.o
22:20:12 [2020-12-04T22:20:12.277Z] Running integration-test (iteration 1)
22:20:12 [2020-12-04T22:20:12.277Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
22:20:12 [2020-12-04T22:20:12.277Z] ++ 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
22:20:12 [2020-12-04T22:20:12.277Z] ++ set -e
22:20:12 [2020-12-04T22:20:12.277Z] ++ '[' -n 0 ']'
22:20:12 [2020-12-04T22:20:12.277Z] ++ set -x
22:20:12 [2020-12-04T22:20:12.277Z] ++ env -i DEST=/go/src/github.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
22:20:13 [2020-12-04T22:20:13.312Z] #43 195.5   CC       criu/uts_ns.o
22:20:13 [2020-12-04T22:20:13.344Z] #18 ...
22:20:13 [2020-12-04T22:20:13.344Z] 
22:20:13 [2020-12-04T22:20:13.344Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:13 [2020-12-04T22:20:13.344Z] #41 98.31   DEP      criu/fifo.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 98.43   DEP      criu/fdstore.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 98.56   DEP      criu/fault-injection.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 98.59   DEP      criu/external.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 98.67   DEP      criu/eventpoll.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 98.80   DEP      criu/eventfd.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 98.92   DEP      criu/crtools.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 99.04   DEP      criu/cr-service.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 99.24   DEP      criu/cr-restore.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 99.43   DEP      criu/cr-errno.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 99.46   DEP      criu/cr-dump.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 99.65   DEP      criu/cr-dedup.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 99.82   DEP      criu/cr-check.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 99.99   DEP      criu/config.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 100.2   DEP      criu/clone-noasan.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 100.2   DEP      criu/cgroup.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 100.4   DEP      criu/cgroup-props.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 100.5   DEP      criu/bitmap.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 100.5   DEP      criu/bfd.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 100.6   DEP      criu/autofs.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 100.8   DEP      criu/aio.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 100.9   DEP      criu/action-scripts.d
22:20:13 [2020-12-04T22:20:13.344Z] #41 101.1   CC       criu/action-scripts.o
22:20:13 [2020-12-04T22:20:13.344Z] #41 101.5   CC       criu/aio.o
22:20:13 [2020-12-04T22:20:13.344Z] #41 102.1   CC       criu/autofs.o
22:20:13 [2020-12-04T22:20:13.344Z] #41 103.5   CC       criu/bfd.o
22:20:13 [2020-12-04T22:20:13.344Z] #41 103.9   CC       criu/bitmap.o
22:20:13 [2020-12-04T22:20:13.344Z] #41 104.1   CC       criu/cgroup-props.o
22:20:13 [2020-12-04T22:20:13.344Z] #41 104.9   CC       criu/cgroup.o
22:20:13 [2020-12-04T22:20:13.344Z] #41 107.9   CC       criu/clone-noasan.o
22:20:13 [2020-12-04T22:20:13.344Z] #41 108.1   CC       criu/config.o
22:20:13 [2020-12-04T22:20:13.610Z] #43 195.8   CC       criu/vdso.o
22:20:13 [2020-12-04T22:20:13.909Z] #43 ...
22:20:13 [2020-12-04T22:20:13.909Z] 
22:20:13 [2020-12-04T22:20:13.909Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:20:13 [2020-12-04T22:20:13.909Z] #40 DONE 261.5s
22:20:13 [2020-12-04T22:20:13.909Z] 
22:20:13 [2020-12-04T22:20:13.909Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:20:14 [2020-12-04T22:20:14.524Z] #18 30.43 Selecting previously unselected package python3-minimal.
22:20:14 [2020-12-04T22:20:14.524Z] #18 30.43 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23681 files and directories currently installed.)
22:20:14 [2020-12-04T22:20:14.524Z] #18 30.48 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
22:20:14 [2020-12-04T22:20:14.524Z] #18 30.49 Unpacking python3-minimal (3.7.3-1) ...
22:20:14 [2020-12-04T22:20:14.524Z] #18 30.55 Selecting previously unselected package libmpdec2:amd64.
22:20:14 [2020-12-04T22:20:14.524Z] #18 30.57 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
22:20:14 [2020-12-04T22:20:14.524Z] #18 30.58 Unpacking libmpdec2:amd64 (2.4.2-2) ...
22:20:14 [2020-12-04T22:20:14.524Z] #18 30.68 Selecting previously unselected package libpython3.7-stdlib:amd64.
22:20:14 [2020-12-04T22:20:14.524Z] #18 30.68 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
22:20:14 [2020-12-04T22:20:14.524Z] #18 30.69 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
22:20:14 [2020-12-04T22:20:14.723Z] #41 109.5   CC       criu/cr-check.o
22:20:14 [2020-12-04T22:20:14.960Z] #56 ...
22:20:14 [2020-12-04T22:20:14.960Z] 
22:20:14 [2020-12-04T22:20:14.960Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:14 [2020-12-04T22:20:14.960Z] #43 196.7   LINK     criu/built-in.o
22:20:14 [2020-12-04T22:20:14.960Z] #43 197.1   LINK     criu/criu
22:20:15 [2020-12-04T22:20:15.291Z] #41 ...
22:20:15 [2020-12-04T22:20:15.291Z] 
22:20:15 [2020-12-04T22:20:15.291Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:20:15 [2020-12-04T22:20:15.291Z] #18 42.10 Selecting previously unselected package libnet1:amd64.
22:20:15 [2020-12-04T22:20:15.291Z] #18 42.10 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
22:20:15 [2020-12-04T22:20:15.291Z] #18 42.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:20:15 [2020-12-04T22:20:15.291Z] #18 42.20 Selecting previously unselected package libnl-3-200:amd64.
22:20:15 [2020-12-04T22:20:15.291Z] #18 42.20 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
22:20:15 [2020-12-04T22:20:15.467Z] #18 31.77 Selecting previously unselected package python3.7.
22:20:15 [2020-12-04T22:20:15.550Z] #18 42.21 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
22:20:15 [2020-12-04T22:20:15.550Z] #18 42.28 Selecting previously unselected package libprotobuf-c1:amd64.
22:20:15 [2020-12-04T22:20:15.550Z] #18 42.28 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
22:20:15 [2020-12-04T22:20:15.550Z] #18 42.30 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:20:15 [2020-12-04T22:20:15.550Z] #18 42.36 Selecting previously unselected package libreadline5:amd64.
22:20:15 [2020-12-04T22:20:15.550Z] #18 42.37 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
22:20:15 [2020-12-04T22:20:15.550Z] #18 42.37 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
22:20:15 [2020-12-04T22:20:15.606Z] #43 197.7   DEP      lib/c/criu.d
22:20:15 [2020-12-04T22:20:15.606Z] #43 197.8   CC       images/rpc.pb-c.o
22:20:15 [2020-12-04T22:20:15.728Z] #18 31.79 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
22:20:15 [2020-12-04T22:20:15.728Z] #18 31.80 Unpacking python3.7 (3.7.3-2+deb10u2) ...
22:20:15 [2020-12-04T22:20:15.728Z] #18 32.02 Selecting previously unselected package libpython3-stdlib:amd64.
22:20:15 [2020-12-04T22:20:15.728Z] #18 32.04 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
22:20:15 [2020-12-04T22:20:15.728Z] #18 32.05 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
22:20:15 [2020-12-04T22:20:15.810Z] #18 42.50 Selecting previously unselected package net-tools.
22:20:15 [2020-12-04T22:20:15.810Z] #18 42.52 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
22:20:15 [2020-12-04T22:20:15.810Z] #18 42.53 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
22:20:15 [2020-12-04T22:20:15.988Z] #18 32.17 Setting up python3-minimal (3.7.3-1) ...
22:20:16 [2020-12-04T22:20:16.069Z] #18 42.77 Selecting previously unselected package python-pip-whl.
22:20:16 [2020-12-04T22:20:16.069Z] #18 42.79 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
22:20:16 [2020-12-04T22:20:16.069Z] #18 42.80 Unpacking python-pip-whl (18.1-5) ...
22:20:16 [2020-12-04T22:20:16.672Z] #43 198.5   CC       lib/c/criu.o
22:20:16 [2020-12-04T22:20:16.681Z] #18 43.37 Selecting previously unselected package python3-lib2to3.
22:20:16 [2020-12-04T22:20:16.681Z] #18 43.37 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
22:20:16 [2020-12-04T22:20:16.681Z] #18 43.38 Unpacking python3-lib2to3 (3.7.3-1) ...
22:20:16 [2020-12-04T22:20:16.681Z] #18 43.51 Selecting previously unselected package python3-distutils.
22:20:16 [2020-12-04T22:20:16.681Z] #18 43.51 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
22:20:16 [2020-12-04T22:20:16.681Z] #18 43.52 Unpacking python3-distutils (3.7.3-1) ...
22:20:16 [2020-12-04T22:20:16.930Z] #18 33.11 Selecting previously unselected package python3.
22:20:16 [2020-12-04T22:20:16.930Z] #18 33.11 (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.)
22:20:16 [2020-12-04T22:20:16.930Z] #18 33.18 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
22:20:16 [2020-12-04T22:20:16.930Z] #18 33.19 Unpacking python3 (3.7.3-1) ...
22:20:16 [2020-12-04T22:20:16.930Z] #18 33.30 Selecting previously unselected package libip4tc0:amd64.
22:20:16 [2020-12-04T22:20:16.948Z] #18 43.69 Selecting previously unselected package python3-pip.
22:20:16 [2020-12-04T22:20:16.948Z] #18 43.70 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
22:20:16 [2020-12-04T22:20:16.948Z] #18 43.72 Unpacking python3-pip (18.1-5) ...
22:20:16 [2020-12-04T22:20:16.948Z] #18 43.88 Selecting previously unselected package python3-pkg-resources.
22:20:16 [2020-12-04T22:20:16.948Z] #18 43.90 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
22:20:17 [2020-12-04T22:20:17.191Z] #18 33.32 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
22:20:17 [2020-12-04T22:20:17.191Z] #18 33.33 Unpacking libip4tc0:amd64 (1.8.2-4) ...
22:20:17 [2020-12-04T22:20:17.191Z] #18 33.42 Selecting previously unselected package libip6tc0:amd64.
22:20:17 [2020-12-04T22:20:17.191Z] #18 33.43 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
22:20:17 [2020-12-04T22:20:17.191Z] #18 33.45 Unpacking libip6tc0:amd64 (1.8.2-4) ...
22:20:17 [2020-12-04T22:20:17.208Z] #18 43.90 Unpacking python3-pkg-resources (40.8.0-1) ...
22:20:17 [2020-12-04T22:20:17.208Z] #18 44.04 Selecting previously unselected package python3-setuptools.
22:20:17 [2020-12-04T22:20:17.208Z] #18 44.05 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
22:20:17 [2020-12-04T22:20:17.208Z] #18 44.06 Unpacking python3-setuptools (40.8.0-1) ...
22:20:17 [2020-12-04T22:20:17.452Z] #18 33.55 Selecting previously unselected package libiptc0:amd64.
22:20:17 [2020-12-04T22:20:17.452Z] #18 33.55 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
22:20:17 [2020-12-04T22:20:17.452Z] #18 33.57 Unpacking libiptc0:amd64 (1.8.2-4) ...
22:20:17 [2020-12-04T22:20:17.452Z] #18 33.66 Selecting previously unselected package libnfnetlink0:amd64.
22:20:17 [2020-12-04T22:20:17.452Z] #18 33.67 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
22:20:17 [2020-12-04T22:20:17.452Z] #18 33.68 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
22:20:17 [2020-12-04T22:20:17.452Z] #18 33.73 Selecting previously unselected package libnetfilter-conntrack3:amd64.
22:20:17 [2020-12-04T22:20:17.452Z] #18 33.74 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
22:20:17 [2020-12-04T22:20:17.452Z] #18 33.74 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
22:20:17 [2020-12-04T22:20:17.473Z] #18 44.30 Selecting previously unselected package python3-wheel.
22:20:17 [2020-12-04T22:20:17.473Z] #18 44.30 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
22:20:17 [2020-12-04T22:20:17.473Z] #18 44.31 Unpacking python3-wheel (0.32.3-2) ...
22:20:17 [2020-12-04T22:20:17.473Z] #18 44.38 Selecting previously unselected package sudo.
22:20:17 [2020-12-04T22:20:17.473Z] #18 44.39 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
22:20:17 [2020-12-04T22:20:17.473Z] #18 44.40 Unpacking sudo (1.8.27-1+deb10u2) ...
22:20:17 [2020-12-04T22:20:17.561Z] tests/integration/api_build_test.py .......................X             [  6%]
22:20:17 [2020-12-04T22:20:17.713Z] #18 33.82 Selecting previously unselected package libnftnl11:amd64.
22:20:17 [2020-12-04T22:20:17.713Z] #18 33.83 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
22:20:17 [2020-12-04T22:20:17.713Z] #18 33.84 Unpacking libnftnl11:amd64 (1.1.2-2) ...
22:20:17 [2020-12-04T22:20:17.713Z] #18 33.95 Selecting previously unselected package iptables.
22:20:17 [2020-12-04T22:20:17.713Z] #18 33.96 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
22:20:17 [2020-12-04T22:20:17.713Z] #18 33.96 Unpacking iptables (1.8.2-4) ...
22:20:17 [2020-12-04T22:20:17.717Z] #43 199.8   LINK     lib/c/built-in.o
22:20:17 [2020-12-04T22:20:17.717Z] #43 199.8   LINK     lib/c/libcriu.so
22:20:17 [2020-12-04T22:20:17.973Z] #18 34.29 Selecting previously unselected package xxd.
22:20:17 [2020-12-04T22:20:17.973Z] #18 34.29 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
22:20:17 [2020-12-04T22:20:17.973Z] #18 34.30 Unpacking xxd (2:8.1.0875-5) ...
22:20:18 [2020-12-04T22:20:18.017Z] #43 199.9   LINK     lib/c/libcriu.a
22:20:18 [2020-12-04T22:20:18.017Z] #43 200.1   GEN      magic.py
22:20:18 [2020-12-04T22:20:18.055Z] #18 44.97 Selecting previously unselected package thin-provisioning-tools.
22:20:18 [2020-12-04T22:20:18.055Z] #18 44.99 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
22:20:18 [2020-12-04T22:20:18.055Z] #18 45.00 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
22:20:18 [2020-12-04T22:20:18.235Z] #18 34.44 Selecting previously unselected package vim-common.
22:20:18 [2020-12-04T22:20:18.235Z] #18 34.46 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
22:20:18 [2020-12-04T22:20:18.235Z] #18 34.49 Unpacking vim-common (2:8.1.0875-5) ...
22:20:18 [2020-12-04T22:20:18.314Z] #43 200.3 Note: Building without setproctitle() and strlcpy() support.
22:20:18 [2020-12-04T22:20:18.314Z] #43 200.3       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
22:20:18 [2020-12-04T22:20:18.314Z] #43 200.3 Note: Building without GnuTLS support
22:20:18 [2020-12-04T22:20:18.314Z] #43 200.3 Makefile.config:39: Warn: you have no libnftables installed
22:20:18 [2020-12-04T22:20:18.314Z] #43 200.3 Makefile.config:40: Warn: Building without nftables support
22:20:18 [2020-12-04T22:20:18.315Z] #18 45.29 Selecting previously unselected package uidmap.
22:20:18 [2020-12-04T22:20:18.383Z] tests/integration/api_client_test.py .....                               [  7%]
22:20:18 [2020-12-04T22:20:18.496Z] #18 34.72 Selecting previously unselected package bash-completion.
22:20:18 [2020-12-04T22:20:18.496Z] #18 34.73 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
22:20:18 [2020-12-04T22:20:18.576Z] #18 45.32 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
22:20:18 [2020-12-04T22:20:18.576Z] #18 45.32 Unpacking uidmap (1:4.5-1.1) ...
22:20:18 [2020-12-04T22:20:18.576Z] #18 45.45 Selecting previously unselected package vim-runtime.
22:20:18 [2020-12-04T22:20:18.576Z] #18 45.45 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
22:20:18 [2020-12-04T22:20:18.576Z] #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'
22:20:18 [2020-12-04T22:20:18.576Z] #18 45.52 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
22:20:18 [2020-12-04T22:20:18.576Z] #18 45.53 Unpacking vim-runtime (2:8.1.0875-5) ...
22:20:18 [2020-12-04T22:20:18.958Z] #43 201.0 fatal: not a git repository (or any of the parent directories): .git
22:20:19 [2020-12-04T22:20:19.872Z] tests/integration/api_config_test.py .....                               [  8%]
22:20:20 [2020-12-04T22:20:20.010Z] #43 201.9 make[1]: Nothing to be done for 'all'.
22:20:20 [2020-12-04T22:20:20.670Z] #43 202.8 make[1]: 'images/built-in.o' is up to date.
22:20:20 [2020-12-04T22:20:20.973Z] #43 202.9 make[1]: 'compel/plugins/std.lib.a' is up to date.
22:20:20 [2020-12-04T22:20:20.973Z] #43 202.9 make[1]: 'compel/plugins/fds.lib.a' is up to date.
22:20:20 [2020-12-04T22:20:20.973Z] #43 203.0 make[1]: 'compel/libcompel.a' is up to date.
22:20:20 [2020-12-04T22:20:20.973Z] #43 203.0 make[1]: 'compel/compel-host-bin' is up to date.
22:20:20 [2020-12-04T22:20:20.973Z] #43 203.1 make[1]: Nothing to be done for 'all'.
22:20:20 [2020-12-04T22:20:20.973Z] #43 203.1 make[1]: 'soccr/libsoccr.a' is up to date.
22:20:21 [2020-12-04T22:20:21.054Z] #18 ...
22:20:21 [2020-12-04T22:20:21.054Z] 
22:20:21 [2020-12-04T22:20:21.054Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:21 [2020-12-04T22:20:21.054Z] #41 101.9   DEP      criu/bfd.d
22:20:21 [2020-12-04T22:20:21.054Z] #41 102.0   DEP      criu/autofs.d
22:20:21 [2020-12-04T22:20:21.054Z] #41 102.2   DEP      criu/aio.d
22:20:21 [2020-12-04T22:20:21.054Z] #41 102.6   DEP      criu/action-scripts.d
22:20:21 [2020-12-04T22:20:21.054Z] #41 103.2   CC       criu/action-scripts.o
22:20:21 [2020-12-04T22:20:21.054Z] #41 103.8   CC       criu/aio.o
22:20:21 [2020-12-04T22:20:21.054Z] #41 104.3   CC       criu/autofs.o
22:20:21 [2020-12-04T22:20:21.054Z] #41 105.7   CC       criu/bfd.o
22:20:21 [2020-12-04T22:20:21.054Z] #41 106.2   CC       criu/bitmap.o
22:20:21 [2020-12-04T22:20:21.054Z] #41 106.4   CC       criu/cgroup-props.o
22:20:21 [2020-12-04T22:20:21.054Z] #41 107.0   CC       criu/cgroup.o
22:20:21 [2020-12-04T22:20:21.054Z] #41 109.6   CC       criu/clone-noasan.o
22:20:21 [2020-12-04T22:20:21.054Z] #41 109.8   CC       criu/config.o
22:20:21 [2020-12-04T22:20:21.054Z] #41 111.2   CC       criu/cr-check.o
22:20:21 [2020-12-04T22:20:21.268Z] #43 203.3 make[2]: Nothing to be done for 'all'.
22:20:21 [2020-12-04T22:20:21.268Z] #43 203.3 make[2]: Nothing to be done for 'all'.
22:20:21 [2020-12-04T22:20:21.316Z] #41 ...
22:20:21 [2020-12-04T22:20:21.316Z] 
22:20:21 [2020-12-04T22:20:21.316Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:20:21 [2020-12-04T22:20:21.316Z] #18 37.54 Unpacking bash-completion (1:2.8-6) ...
22:20:21 [2020-12-04T22:20:21.563Z] #43 203.5 make[2]: Nothing to be done for 'all'.
22:20:21 [2020-12-04T22:20:21.563Z] #43 203.6 make[2]: Nothing to be done for 'all'.
22:20:21 [2020-12-04T22:20:21.563Z] #43 203.6 make[2]: Nothing to be done for 'all'.
22:20:21 [2020-12-04T22:20:21.563Z] #43 203.6 make[2]: Nothing to be done for 'all'.
22:20:21 [2020-12-04T22:20:21.563Z] #43 203.7 make[2]: Nothing to be done for 'all'.
22:20:21 [2020-12-04T22:20:21.577Z] #18 37.92 Selecting previously unselected package bzip2.
22:20:21 [2020-12-04T22:20:21.577Z] #18 37.93 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
22:20:21 [2020-12-04T22:20:21.577Z] #18 37.94 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
22:20:21 [2020-12-04T22:20:21.838Z] #18 38.02 Selecting previously unselected package xz-utils.
22:20:21 [2020-12-04T22:20:21.838Z] #18 38.03 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
22:20:21 [2020-12-04T22:20:21.838Z] #18 38.04 Unpacking xz-utils (5.2.4-1) ...
22:20:21 [2020-12-04T22:20:21.838Z] #18 38.20 Selecting previously unselected package apparmor.
22:20:21 [2020-12-04T22:20:21.838Z] #18 38.21 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
22:20:21 [2020-12-04T22:20:21.859Z] #43 203.8 make[2]: Nothing to be done for 'all'.
22:20:21 [2020-12-04T22:20:21.859Z] #43 203.8   INSTALL  criu/criu
22:20:21 [2020-12-04T22:20:21.859Z] #43 DONE 204.0s
22:20:21 [2020-12-04T22:20:21.859Z] 
22:20:21 [2020-12-04T22:20:21.859Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:20:21 [2020-12-04T22:20:21.868Z] #18 48.63 Selecting previously unselected package vim.
22:20:21 [2020-12-04T22:20:21.868Z] #18 48.64 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
22:20:21 [2020-12-04T22:20:21.868Z] #18 48.66 Unpacking vim (2:8.1.0875-5) ...
22:20:22 [2020-12-04T22:20:22.099Z] #18 38.30 Unpacking apparmor (2.13.2-10) ...
22:20:22 [2020-12-04T22:20:22.360Z] #18 38.66 Selecting previously unselected package aufs-tools.
22:20:22 [2020-12-04T22:20:22.360Z] #18 38.66 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
22:20:22 [2020-12-04T22:20:22.360Z] #18 38.68 Unpacking aufs-tools (1:4.14+20190211-1) ...
22:20:22 [2020-12-04T22:20:22.438Z] #18 49.21 Selecting previously unselected package xfsprogs.
22:20:22 [2020-12-04T22:20:22.438Z] #18 49.21 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
22:20:22 [2020-12-04T22:20:22.438Z] #18 49.23 Unpacking xfsprogs (4.20.0-1) ...
22:20:22 [2020-12-04T22:20:22.621Z] #18 38.78 Selecting previously unselected package libonig5:amd64.
22:20:22 [2020-12-04T22:20:22.621Z] #18 38.79 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
22:20:22 [2020-12-04T22:20:22.621Z] #18 38.79 Unpacking libonig5:amd64 (6.9.1-1) ...
22:20:22 [2020-12-04T22:20:22.621Z] #18 38.94 Selecting previously unselected package libjq1:amd64.
22:20:22 [2020-12-04T22:20:22.621Z] #18 38.94 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
22:20:22 [2020-12-04T22:20:22.621Z] #18 38.95 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
22:20:22 [2020-12-04T22:20:22.698Z] #18 49.73 Selecting previously unselected package zip.
22:20:22 [2020-12-04T22:20:22.698Z] #18 49.73 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
22:20:22 [2020-12-04T22:20:22.698Z] #18 49.74 Unpacking zip (3.0-11+b1) ...
22:20:22 [2020-12-04T22:20:22.882Z] #18 39.05 Selecting previously unselected package jq.
22:20:22 [2020-12-04T22:20:22.882Z] #18 39.05 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
22:20:22 [2020-12-04T22:20:22.882Z] #18 39.06 Unpacking jq (1.5+dfsg-2+b1) ...
22:20:22 [2020-12-04T22:20:22.882Z] #18 39.17 Selecting previously unselected package libaio1:amd64.
22:20:22 [2020-12-04T22:20:22.882Z] #18 39.17 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
22:20:22 [2020-12-04T22:20:22.882Z] #18 39.21 Unpacking libaio1:amd64 (0.3.112-3) ...
22:20:22 [2020-12-04T22:20:22.882Z] #18 39.26 Selecting previously unselected package libgpm2:amd64.
22:20:22 [2020-12-04T22:20:22.882Z] #18 39.27 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
22:20:22 [2020-12-04T22:20:22.959Z] #18 49.98 Setting up aufs-tools (1:4.14+20190211-1) ...
22:20:23 [2020-12-04T22:20:23.143Z] #18 39.28 Unpacking libgpm2:amd64 (1.20.7-5) ...
22:20:23 [2020-12-04T22:20:23.143Z] #18 39.35 Selecting previously unselected package libicu63:amd64.
22:20:23 [2020-12-04T22:20:23.143Z] #18 39.37 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
22:20:23 [2020-12-04T22:20:23.143Z] #18 39.38 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.00 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.01 Setting up libip6tc0:amd64 (1.8.2-4) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.03 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.04 Setting up libgpm2:amd64 (1.20.7-5) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.05 Setting up libip4tc0:amd64 (1.8.2-4) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.06 Setting up uidmap (1:4.5-1.1) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.07 Setting up libnftnl11:amd64 (1.1.2-2) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.09 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.10 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.11 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.13 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.14 Setting up xxd (2:8.1.0875-5) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.16 Setting up zip (3.0-11+b1) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.17 Setting up vim-common (2:8.1.0875-5) ...
22:20:23 [2020-12-04T22:20:23.219Z] #18 50.21 Setting up bash-completion (1:2.8-6) ...
22:20:24 [2020-12-04T22:20:24.520Z] Loaded image: buildpack-deps:buster
22:20:24 [2020-12-04T22:20:24.520Z] Loaded image: busybox:latest
22:20:24 [2020-12-04T22:20:24.520Z] Loaded image: busybox:glibc
22:20:24 [2020-12-04T22:20:24.520Z] Loaded image: debian:buster
22:20:24 [2020-12-04T22:20:24.520Z] Loaded image: hello-world:latest
22:20:24 [2020-12-04T22:20:24.520Z] Loaded image: arm32v7/hello-world:latest
22:20:24 [2020-12-04T22:20:24.520Z] INFO: Testing against a local daemon
22:20:24 [2020-12-04T22:20:24.520Z] === RUN   TestCgroupNamespacesBuild
22:20:25 [2020-12-04T22:20:25.410Z] #56 ...
22:20:25 [2020-12-04T22:20:25.410Z] 
22:20:25 [2020-12-04T22:20:25.410Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:20:25 [2020-12-04T22:20:25.410Z] #49 272.7 + /build/golangci-lint --version
22:20:25 [2020-12-04T22:20:25.410Z] #49 273.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
22:20:25 [2020-12-04T22:20:25.410Z] #49 DONE 273.2s
22:20:25 [2020-12-04T22:20:25.410Z] 
22:20:25 [2020-12-04T22:20:25.410Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.17 Setting up libiptc0:amd64 (1.8.2-4) ...
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.18 Setting up xz-utils (5.2.4-1) ...
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.22 Setting up sudo (1.8.27-1+deb10u2) ...
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.31 invoke-rc.d: could not determine current runlevel
22:20:26 [2020-12-04T22:20:26.515Z] #18 ...
22:20:26 [2020-12-04T22:20:26.515Z] 
22:20:26 [2020-12-04T22:20:26.515Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:26 [2020-12-04T22:20:26.515Z] #41 111.3   CC       criu/cr-dedup.o
22:20:26 [2020-12-04T22:20:26.515Z] #41 111.8   CC       criu/cr-dump.o
22:20:26 [2020-12-04T22:20:26.515Z] #41 114.2   CC       criu/cr-errno.o
22:20:26 [2020-12-04T22:20:26.515Z] #41 114.3   CC       criu/cr-restore.o
22:20:26 [2020-12-04T22:20:26.515Z] #41 119.1   CC       criu/cr-service.o
22:20:26 [2020-12-04T22:20:26.515Z] #41 120.9   CC       criu/crtools.o
22:20:26 [2020-12-04T22:20:26.515Z] #41 121.5   CC       criu/eventfd.o
22:20:26 [2020-12-04T22:20:26.515Z] #41 ...
22:20:26 [2020-12-04T22:20:26.515Z] 
22:20:26 [2020-12-04T22:20:26.515Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.31 invoke-rc.d: could not determine current runlevel
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.32 invoke-rc.d: policy-rc.d denied execution of start.
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.34 Setting up pigz (2.4-1) ...
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.35 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.36 Setting up libnl-3-200:amd64 (3.4.0-1) ...
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.39 Setting up python-pip-whl (18.1-5) ...
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.40 Setting up libmpdec2:amd64 (2.4.2-2) ...
22:20:26 [2020-12-04T22:20:26.515Z] #18 53.41 Setting up vim-runtime (2:8.1.0875-5) ...
22:20:27 [2020-12-04T22:20:27.066Z] --- PASS: TestCgroupNamespacesBuild (3.04s)
22:20:27 [2020-12-04T22:20:27.066Z] ok  	github.com/docker/docker/pkg/plugins	33.609s	coverage: 76.6% of statements
22:20:27 [2020-12-04T22:20:27.066Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
22:20:27 [2020-12-04T22:20:27.066Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/pkg/term	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/rootless	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/testutil/request	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/volume	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === Skipped
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     exec_linux_test.go:18: requires AppArmor to be enabled
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     exec_linux_test.go:38: requires AppArmor to be enabled
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver btrfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver btrfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver btrfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver btrfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver btrfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:73: No driver to put!
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z] time="2020-12-04T22:19:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z] time="2020-12-04T22:19:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z] time="2020-12-04T22:19:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z] time="2020-12-04T22:19:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z] time="2020-12-04T22:19:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:73: No driver to put!
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     overlay_test.go:49: Fails to compute changes intermittently
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     overlay_test.go:65: Cannot run test with naive change algorithm
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver zfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver zfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver zfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver zfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:46: Driver zfs not supported
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     graphtest_unix.go:73: No driver to put!
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
22:20:27 [2020-12-04T22:20:27.067Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] 
22:20:27 [2020-12-04T22:20:27.067Z] DONE 2191 tests, 26 skipped in 191.966s
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.81 Setting up libaio1:amd64 (0.3.112-3) ...
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.83 Setting up libonig5:amd64 (6.9.1-1) ...
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.84 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.85 Setting up vim (2:8.1.0875-5) ...
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.93 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.95 Setting up thin-provisioning-tools (0.7.6-2.1) ...
22:20:27 [2020-12-04T22:20:27.085Z] #18 53.96 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
Post stage
[Pipeline] junit
22:20:27 [2020-12-04T22:20:27.113Z] Recording test results
22:20:27 [2020-12-04T22:20:27.345Z] #18 53.98 Setting up jq (1.5+dfsg-2+b1) ...
22:20:27 [2020-12-04T22:20:27.345Z] #18 53.99 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
22:20:27 [2020-12-04T22:20:27.345Z] #18 54.00 Setting up python3.7 (3.7.3-2+deb10u2) ...
22:20:27 [2020-12-04T22:20:27.352Z] #18 42.87 Selecting previously unselected package libnet1:amd64.
22:20:27 [2020-12-04T22:20:27.352Z] #18 42.88 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
22:20:27 [2020-12-04T22:20:27.352Z] #18 42.88 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:20:27 [2020-12-04T22:20:27.352Z] #18 42.98 Selecting previously unselected package libnl-3-200:amd64.
22:20:27 [2020-12-04T22:20:27.352Z] #18 42.99 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.00 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.09 Selecting previously unselected package libprotobuf-c1:amd64.
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.09 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.10 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.15 Selecting previously unselected package libreadline5:amd64.
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.15 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.16 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.27 Selecting previously unselected package net-tools.
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.29 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.29 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.49 Selecting previously unselected package python-pip-whl.
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.51 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
22:20:27 [2020-12-04T22:20:27.352Z] #18 43.51 Unpacking python-pip-whl (18.1-5) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:20:27 [2020-12-04T22:20:27.614Z] #18 44.07 Selecting previously unselected package python3-lib2to3.
22:20:27 [2020-12-04T22:20:27.769Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -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:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/make.sh dynbinary test-integration
22:20:27 [2020-12-04T22:20:27.876Z] #18 44.09 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
22:20:27 [2020-12-04T22:20:27.876Z] #18 44.10 Unpacking python3-lib2to3 (3.7.3-1) ...
22:20:28 [2020-12-04T22:20:28.063Z] 
22:20:28 [2020-12-04T22:20:28.063Z] Removing bundles/
22:20:28 [2020-12-04T22:20:28.063Z] 
22:20:28 [2020-12-04T22:20:28.063Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:20:28 [2020-12-04T22:20:28.138Z] #18 44.25 Selecting previously unselected package python3-distutils.
22:20:28 [2020-12-04T22:20:28.138Z] #18 44.25 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
22:20:28 [2020-12-04T22:20:28.138Z] #18 44.26 Unpacking python3-distutils (3.7.3-1) ...
22:20:28 [2020-12-04T22:20:28.138Z] #18 44.41 Selecting previously unselected package python3-pip.
22:20:28 [2020-12-04T22:20:28.138Z] #18 44.43 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
22:20:28 [2020-12-04T22:20:28.138Z] #18 44.44 Unpacking python3-pip (18.1-5) ...
22:20:28 [2020-12-04T22:20:28.354Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:20:28 [2020-12-04T22:20:28.355Z] GOOS="" GOARCH="" GOARM=""
22:20:28 [2020-12-04T22:20:28.400Z] #18 44.63 Selecting previously unselected package python3-pkg-resources.
22:20:28 [2020-12-04T22:20:28.400Z] #18 44.64 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
22:20:28 [2020-12-04T22:20:28.400Z] #18 44.65 Unpacking python3-pkg-resources (40.8.0-1) ...
22:20:28 [2020-12-04T22:20:28.455Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.82s)
22:20:28 [2020-12-04T22:20:28.455Z] === RUN   TestBuildWithSession
22:20:28 [2020-12-04T22:20:28.455Z] --- SKIP: TestBuildWithSession (0.00s)
22:20:28 [2020-12-04T22:20:28.455Z]     build_session_test.go:25: TODO: BuildKit
22:20:28 [2020-12-04T22:20:28.455Z] === RUN   TestBuildSquashParent
22:20:28 [2020-12-04T22:20:28.661Z] #18 44.77 Selecting previously unselected package python3-setuptools.
22:20:28 [2020-12-04T22:20:28.661Z] #18 44.79 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
22:20:28 [2020-12-04T22:20:28.661Z] #18 44.80 Unpacking python3-setuptools (40.8.0-1) ...
22:20:28 [2020-12-04T22:20:28.661Z] #18 45.01 Selecting previously unselected package python3-wheel.
22:20:28 [2020-12-04T22:20:28.661Z] #18 45.02 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
22:20:28 [2020-12-04T22:20:28.925Z] #18 45.03 Unpacking python3-wheel (0.32.3-2) ...
22:20:28 [2020-12-04T22:20:28.925Z] #18 45.11 Selecting previously unselected package sudo.
22:20:28 [2020-12-04T22:20:28.925Z] #18 45.11 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
22:20:28 [2020-12-04T22:20:28.925Z] #18 45.12 Unpacking sudo (1.8.27-1+deb10u2) ...
22:20:29 [2020-12-04T22:20:29.553Z] #18 45.69 Selecting previously unselected package thin-provisioning-tools.
22:20:29 [2020-12-04T22:20:29.553Z] #18 45.70 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
22:20:29 [2020-12-04T22:20:29.553Z] #18 45.71 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
22:20:29 [2020-12-04T22:20:29.814Z] #18 46.12 Selecting previously unselected package uidmap.
22:20:29 [2020-12-04T22:20:29.814Z] #18 46.13 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
22:20:29 [2020-12-04T22:20:29.814Z] #18 46.14 Unpacking uidmap (1:4.5-1.1) ...
22:20:30 [2020-12-04T22:20:30.074Z] #18 46.28 Selecting previously unselected package vim-runtime.
22:20:30 [2020-12-04T22:20:30.074Z] #18 46.28 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
22:20:30 [2020-12-04T22:20:30.074Z] #18 46.33 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
22:20:30 [2020-12-04T22:20:30.074Z] #18 46.35 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
22:20:30 [2020-12-04T22:20:30.074Z] #18 46.37 Unpacking vim-runtime (2:8.1.0875-5) ...
22:20:30 [2020-12-04T22:20:30.637Z] #18 57.04 Setting up iptables (1.8.2-4) ...
22:20:30 [2020-12-04T22:20:30.637Z] #18 57.06 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
22:20:30 [2020-12-04T22:20:30.637Z] #18 57.07 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:20:30 [2020-12-04T22:20:30.637Z] #18 57.08 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
22:20:30 [2020-12-04T22:20:30.637Z] #18 57.09 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:20:30 [2020-12-04T22:20:30.637Z] #18 57.10 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
22:20:30 [2020-12-04T22:20:30.637Z] #18 57.10 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
22:20:30 [2020-12-04T22:20:30.637Z] #18 57.11 Setting up python3 (3.7.3-1) ...
22:20:30 [2020-12-04T22:20:30.637Z] #18 57.51 Setting up python3-wheel (0.32.3-2) ...
22:20:31 [2020-12-04T22:20:31.206Z] #18 58.18 Setting up apparmor (2.13.2-10) ...
22:20:31 [2020-12-04T22:20:31.987Z] #18 ...
22:20:31 [2020-12-04T22:20:31.987Z] 
22:20:31 [2020-12-04T22:20:31.987Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:31 [2020-12-04T22:20:31.987Z] #41 113.1   CC       criu/cr-dedup.o
22:20:31 [2020-12-04T22:20:31.987Z] #41 113.4   CC       criu/cr-dump.o
22:20:31 [2020-12-04T22:20:31.987Z] #41 115.7   CC       criu/cr-errno.o
22:20:31 [2020-12-04T22:20:31.987Z] #41 115.8   CC       criu/cr-restore.o
22:20:31 [2020-12-04T22:20:31.987Z] #41 120.4   CC       criu/cr-service.o
22:20:31 [2020-12-04T22:20:31.987Z] #41 122.1   CC       criu/crtools.o
22:20:31 [2020-12-04T22:20:31.987Z] #41 122.7   CC       criu/eventfd.o
22:20:31 [2020-12-04T22:20:31.987Z] #41 123.1   CC       criu/eventpoll.o
22:20:32 [2020-12-04T22:20:32.930Z] #41 124.0   CC       criu/external.o
22:20:33 [2020-12-04T22:20:33.117Z] #18 59.99 Setting up xfsprogs (4.20.0-1) ...
22:20:33 [2020-12-04T22:20:33.117Z] #18 60.01 Setting up python3-lib2to3 (3.7.3-1) ...
22:20:33 [2020-12-04T22:20:33.191Z] #41 124.4   CC       criu/fault-injection.o
22:20:33 [2020-12-04T22:20:33.191Z] #41 124.6   CC       criu/fdstore.o
22:20:33 [2020-12-04T22:20:33.378Z] #18 60.39 Setting up python3-pkg-resources (40.8.0-1) ...
22:20:33 [2020-12-04T22:20:33.453Z] #41 ...
22:20:33 [2020-12-04T22:20:33.453Z] 
22:20:33 [2020-12-04T22:20:33.453Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:20:33 [2020-12-04T22:20:33.453Z] #18 49.74 Selecting previously unselected package vim.
22:20:33 [2020-12-04T22:20:33.453Z] #18 49.75 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
22:20:33 [2020-12-04T22:20:33.453Z] #18 49.76 Unpacking vim (2:8.1.0875-5) ...
22:20:34 [2020-12-04T22:20:34.025Z] #18 50.33 Selecting previously unselected package xfsprogs.
22:20:34 [2020-12-04T22:20:34.025Z] #18 50.35 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
22:20:34 [2020-12-04T22:20:34.025Z] #18 50.36 Unpacking xfsprogs (4.20.0-1) ...
22:20:34 [2020-12-04T22:20:34.598Z] #18 50.89 Selecting previously unselected package zip.
22:20:34 [2020-12-04T22:20:34.598Z] #18 50.91 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
22:20:34 [2020-12-04T22:20:34.598Z] #18 50.91 Unpacking zip (3.0-11+b1) ...
22:20:34 [2020-12-04T22:20:34.764Z] #18 61.39 Setting up python3-distutils (3.7.3-1) ...
22:20:34 [2020-12-04T22:20:34.860Z] #18 51.12 Setting up aufs-tools (1:4.14+20190211-1) ...
22:20:34 [2020-12-04T22:20:34.861Z] #18 51.23 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
22:20:34 [2020-12-04T22:20:34.861Z] #18 51.27 Setting up libip6tc0:amd64 (1.8.2-4) ...
22:20:34 [2020-12-04T22:20:34.861Z] #18 51.28 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
22:20:35 [2020-12-04T22:20:35.025Z] #18 61.92 Setting up python3-setuptools (40.8.0-1) ...
22:20:35 [2020-12-04T22:20:35.050Z] --- PASS: TestBuildSquashParent (6.58s)
22:20:35 [2020-12-04T22:20:35.050Z] === RUN   TestBuildWithRemoveAndForceRemove
22:20:35 [2020-12-04T22:20:35.050Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:20:35 [2020-12-04T22:20:35.050Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:20:35 [2020-12-04T22:20:35.050Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:20:35 [2020-12-04T22:20:35.050Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:20:35 [2020-12-04T22:20:35.050Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:20:35 [2020-12-04T22:20:35.050Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:20:35 [2020-12-04T22:20:35.050Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:20:35 [2020-12-04T22:20:35.050Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:20:35 [2020-12-04T22:20:35.050Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:20:35 [2020-12-04T22:20:35.050Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:20:35 [2020-12-04T22:20:35.050Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:20:35 [2020-12-04T22:20:35.050Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:20:35 [2020-12-04T22:20:35.050Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:20:35 [2020-12-04T22:20:35.050Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:20:35 [2020-12-04T22:20:35.050Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:20:35 [2020-12-04T22:20:35.050Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:20:35 [2020-12-04T22:20:35.122Z] #18 51.31 Setting up libgpm2:amd64 (1.20.7-5) ...
22:20:35 [2020-12-04T22:20:35.122Z] #18 51.37 Setting up libip4tc0:amd64 (1.8.2-4) ...
22:20:35 [2020-12-04T22:20:35.122Z] #18 51.38 Setting up uidmap (1:4.5-1.1) ...
22:20:35 [2020-12-04T22:20:35.122Z] #18 51.40 Setting up libnftnl11:amd64 (1.1.2-2) ...
22:20:35 [2020-12-04T22:20:35.122Z] #18 51.41 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:20:35 [2020-12-04T22:20:35.122Z] #18 51.43 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
22:20:35 [2020-12-04T22:20:35.122Z] #18 51.45 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:20:35 [2020-12-04T22:20:35.122Z] #18 51.46 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
22:20:35 [2020-12-04T22:20:35.122Z] #18 51.48 Setting up xxd (2:8.1.0875-5) ...
22:20:35 [2020-12-04T22:20:35.122Z] #18 51.49 Setting up zip (3.0-11+b1) ...
22:20:35 [2020-12-04T22:20:35.122Z] #18 51.51 Setting up vim-common (2:8.1.0875-5) ...
22:20:35 [2020-12-04T22:20:35.285Z] #18 ...
22:20:35 [2020-12-04T22:20:35.285Z] 
22:20:35 [2020-12-04T22:20:35.285Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:20:35 [2020-12-04T22:20:35.285Z] #38 235.5 + dpkg --print-architecture
22:20:35 [2020-12-04T22:20:35.384Z] #18 51.55 Setting up bash-completion (1:2.8-6) ...
22:20:35 [2020-12-04T22:20:35.545Z] #38 235.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
22:20:35 [2020-12-04T22:20:35.805Z] #38 235.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
22:20:35 [2020-12-04T22:20:35.805Z] #38 235.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
22:20:36 [2020-12-04T22:20:36.746Z] #38 ...
22:20:36 [2020-12-04T22:20:36.746Z] 
22:20:36 [2020-12-04T22:20:36.746Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:36 [2020-12-04T22:20:36.746Z] #41 121.8   CC       criu/eventpoll.o
22:20:36 [2020-12-04T22:20:36.746Z] #41 122.7   CC       criu/external.o
22:20:36 [2020-12-04T22:20:36.746Z] #41 123.0   CC       criu/fault-injection.o
22:20:36 [2020-12-04T22:20:36.746Z] #41 123.1   CC       criu/fdstore.o
22:20:36 [2020-12-04T22:20:36.746Z] #41 123.5   CC       criu/fifo.o
22:20:36 [2020-12-04T22:20:36.746Z] #41 123.9   CC       criu/file-ids.o
22:20:36 [2020-12-04T22:20:36.746Z] #41 124.3   CC       criu/file-lock.o
22:20:36 [2020-12-04T22:20:36.746Z] #41 125.2   CC       criu/files-ext.o
22:20:36 [2020-12-04T22:20:36.746Z] #41 125.5   CC       criu/files-reg.o
22:20:36 [2020-12-04T22:20:36.746Z] #41 127.8   CC       criu/files.o
22:20:36 [2020-12-04T22:20:36.746Z] #41 129.7   CC       criu/filesystems.o
22:20:36 [2020-12-04T22:20:36.746Z] #41 130.5   CC       criu/fsnotify.o
22:20:36 [2020-12-04T22:20:36.746Z] #41 131.7   CC       criu/image-desc.o
22:20:37 [2020-12-04T22:20:37.006Z] #41 131.9   CC       criu/image.o
22:20:37 [2020-12-04T22:20:37.006Z] #41 ...
22:20:37 [2020-12-04T22:20:37.006Z] 
22:20:37 [2020-12-04T22:20:37.006Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:20:37 [2020-12-04T22:20:37.006Z] #18 63.00 Setting up python3-pip (18.1-5) ...
22:20:37 [2020-12-04T22:20:37.267Z] #18 64.02 Processing triggers for libc-bin (2.28-10) ...
22:20:37 [2020-12-04T22:20:37.267Z] #18 64.07 Processing triggers for mime-support (3.62) ...
22:20:37 [2020-12-04T22:20:37.932Z] #18 54.32 Setting up libiptc0:amd64 (1.8.2-4) ...
22:20:38 [2020-12-04T22:20:38.194Z] #18 54.34 Setting up xz-utils (5.2.4-1) ...
22:20:38 [2020-12-04T22:20:38.194Z] #18 54.36 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:20:38 [2020-12-04T22:20:38.194Z] #18 54.37 Setting up sudo (1.8.27-1+deb10u2) ...
22:20:38 [2020-12-04T22:20:38.194Z] #18 54.47 invoke-rc.d: could not determine current runlevel
22:20:38 [2020-12-04T22:20:38.194Z] #18 54.48 invoke-rc.d: policy-rc.d denied execution of start.
22:20:38 [2020-12-04T22:20:38.194Z] #18 54.49 Setting up pigz (2.4-1) ...
22:20:38 [2020-12-04T22:20:38.194Z] #18 54.51 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
22:20:38 [2020-12-04T22:20:38.194Z] #18 54.55 Setting up libnl-3-200:amd64 (3.4.0-1) ...
22:20:38 [2020-12-04T22:20:38.207Z] #18 DONE 65.1s
22:20:38 [2020-12-04T22:20:38.207Z] 
22:20:38 [2020-12-04T22:20:38.207Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:38 [2020-12-04T22:20:38.207Z] #41 132.9   CC       criu/ipc_ns.o
22:20:38 [2020-12-04T22:20:38.369Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:20:38 [2020-12-04T22:20:38.369Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:20:38 [2020-12-04T22:20:38.455Z] #18 54.58 Setting up python-pip-whl (18.1-5) ...
22:20:38 [2020-12-04T22:20:38.455Z] #18 54.59 Setting up libmpdec2:amd64 (2.4.2-2) ...
22:20:38 [2020-12-04T22:20:38.455Z] #18 54.61 Setting up vim-runtime (2:8.1.0875-5) ...
22:20:38 [2020-12-04T22:20:38.717Z] #18 55.02 Setting up libaio1:amd64 (0.3.112-3) ...
22:20:38 [2020-12-04T22:20:38.717Z] #18 55.03 Setting up libonig5:amd64 (6.9.1-1) ...
22:20:38 [2020-12-04T22:20:38.717Z] #18 55.05 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
22:20:38 [2020-12-04T22:20:38.717Z] #18 55.06 Setting up vim (2:8.1.0875-5) ...
22:20:38 [2020-12-04T22:20:38.717Z] #18 55.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:20:38 [2020-12-04T22:20:38.717Z] #18 55.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:20:38 [2020-12-04T22:20:38.717Z] #18 55.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:20:38 [2020-12-04T22:20:38.717Z] #18 55.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:20:38 [2020-12-04T22:20:38.979Z] #18 55.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:20:38 [2020-12-04T22:20:38.979Z] #18 55.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:20:38 [2020-12-04T22:20:38.979Z] #18 55.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:20:38 [2020-12-04T22:20:38.979Z] #18 55.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:20:38 [2020-12-04T22:20:38.979Z] #18 55.17 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
22:20:38 [2020-12-04T22:20:38.979Z] #18 55.18 Setting up thin-provisioning-tools (0.7.6-2.1) ...
22:20:38 [2020-12-04T22:20:38.979Z] #18 55.20 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
22:20:38 [2020-12-04T22:20:38.979Z] #18 55.22 Setting up jq (1.5+dfsg-2+b1) ...
22:20:38 [2020-12-04T22:20:38.979Z] #18 55.23 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
22:20:38 [2020-12-04T22:20:38.979Z] #18 55.25 Setting up python3.7 (3.7.3-2+deb10u2) ...
22:20:39 [2020-12-04T22:20:39.146Z] #41 ...
22:20:39 [2020-12-04T22:20:39.146Z] 
22:20:39 [2020-12-04T22:20:39.146Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
22:20:39 [2020-12-04T22:20:39.146Z] #19 0.913 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
22:20:39 [2020-12-04T22:20:39.146Z] #19 0.918 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
22:20:39 [2020-12-04T22:20:39.146Z] #19 0.923 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
22:20:39 [2020-12-04T22:20:39.146Z] #19 DONE 1.0s
22:20:39 [2020-12-04T22:20:39.406Z] 
22:20:39 [2020-12-04T22:20:39.406Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
22:20:40 [2020-12-04T22:20:40.289Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
22:20:40 [2020-12-04T22:20:40.289Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.87s)
22:20:40 [2020-12-04T22:20:40.289Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.97s)
22:20:40 [2020-12-04T22:20:40.289Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.04s)
22:20:40 [2020-12-04T22:20:40.289Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.10s)
22:20:40 [2020-12-04T22:20:40.289Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.14s)
22:20:40 [2020-12-04T22:20:40.289Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.10s)
22:20:40 [2020-12-04T22:20:40.289Z] === RUN   TestBuildMultiStageCopy
22:20:40 [2020-12-04T22:20:40.289Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:20:42 [2020-12-04T22:20:42.287Z] #18 58.18 Setting up iptables (1.8.2-4) ...
22:20:42 [2020-12-04T22:20:42.288Z] #18 58.21 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
22:20:42 [2020-12-04T22:20:42.288Z] #18 58.22 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:20:42 [2020-12-04T22:20:42.288Z] #18 58.24 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
22:20:42 [2020-12-04T22:20:42.288Z] #18 58.24 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:20:42 [2020-12-04T22:20:42.288Z] #18 58.25 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
22:20:42 [2020-12-04T22:20:42.288Z] #18 58.26 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
22:20:42 [2020-12-04T22:20:42.288Z] #18 58.27 Setting up python3 (3.7.3-1) ...
22:20:42 [2020-12-04T22:20:42.549Z] #18 58.67 Setting up python3-wheel (0.32.3-2) ...
22:20:42 [2020-12-04T22:20:42.837Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:20:42 [2020-12-04T22:20:42.837Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:20:43 [2020-12-04T22:20:43.122Z] #18 59.42 Setting up apparmor (2.13.2-10) ...
22:20:43 [2020-12-04T22:20:43.410Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:20:43 [2020-12-04T22:20:43.700Z] #18 ...
22:20:43 [2020-12-04T22:20:43.700Z] 
22:20:43 [2020-12-04T22:20:43.700Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:43 [2020-12-04T22:20:43.700Z] #41 125.0   CC       criu/fifo.o
22:20:43 [2020-12-04T22:20:43.700Z] #41 125.4   CC       criu/file-ids.o
22:20:43 [2020-12-04T22:20:43.700Z] #41 125.7   CC       criu/file-lock.o
22:20:43 [2020-12-04T22:20:43.700Z] #41 126.6   CC       criu/files-ext.o
22:20:43 [2020-12-04T22:20:43.700Z] #41 127.0   CC       criu/files-reg.o
22:20:43 [2020-12-04T22:20:43.700Z] #41 129.5   CC       criu/files.o
22:20:43 [2020-12-04T22:20:43.700Z] #41 131.5   CC       criu/filesystems.o
22:20:43 [2020-12-04T22:20:43.700Z] #41 132.1   CC       criu/fsnotify.o
22:20:43 [2020-12-04T22:20:43.700Z] #41 133.3   CC       criu/image-desc.o
22:20:43 [2020-12-04T22:20:43.700Z] #41 133.4   CC       criu/image.o
22:20:43 [2020-12-04T22:20:43.700Z] #41 134.4   CC       criu/ipc_ns.o
22:20:43 [2020-12-04T22:20:43.983Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:20:44 [2020-12-04T22:20:44.064Z] #56 251.4 + bin/containerd
22:20:44 [2020-12-04T22:20:44.274Z] #41 ...
22:20:44 [2020-12-04T22:20:44.274Z] 
22:20:44 [2020-12-04T22:20:44.274Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:20:44 [2020-12-04T22:20:44.274Z] #38 236.5 + dpkg --print-architecture
22:20:44 [2020-12-04T22:20:44.274Z] #38 236.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
22:20:44 [2020-12-04T22:20:44.535Z] #38 236.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
22:20:44 [2020-12-04T22:20:44.535Z] #38 236.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
22:20:44 [2020-12-04T22:20:44.556Z] --- PASS: TestBuildMultiStageCopy (4.43s)
22:20:44 [2020-12-04T22:20:44.556Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.28s)
22:20:44 [2020-12-04T22:20:44.556Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s)
22:20:44 [2020-12-04T22:20:44.556Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s)
22:20:44 [2020-12-04T22:20:44.556Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s)
22:20:44 [2020-12-04T22:20:44.556Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s)
22:20:44 [2020-12-04T22:20:44.556Z] === RUN   TestBuildMultiStageParentConfig
22:20:44 [2020-12-04T22:20:44.689Z] #20 5.300 Collecting yamllint==1.16.0
22:20:45 [2020-12-04T22:20:45.259Z] #20 ...
22:20:45 [2020-12-04T22:20:45.259Z] 
22:20:45 [2020-12-04T22:20:45.259Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:45 [2020-12-04T22:20:45.259Z] #41 134.5   CC       criu/irmap.o
22:20:45 [2020-12-04T22:20:45.259Z] #41 135.4   CC       criu/kcmp-ids.o
22:20:45 [2020-12-04T22:20:45.259Z] #41 135.8   CC       criu/kerndat.o
22:20:45 [2020-12-04T22:20:45.259Z] #41 136.9   CC       criu/libnetlink.o
22:20:45 [2020-12-04T22:20:45.259Z] #41 137.2   CC       criu/log.o
22:20:45 [2020-12-04T22:20:45.259Z] #41 137.7   CC       criu/lsm.o
22:20:45 [2020-12-04T22:20:45.259Z] #41 138.1   CC       criu/mem.o
22:20:45 [2020-12-04T22:20:45.259Z] #41 139.8   CC       criu/memfd.o
22:20:45 [2020-12-04T22:20:45.259Z] #41 140.4   CC       criu/mount.o
22:20:46 [2020-12-04T22:20:46.472Z] --- PASS: TestBuildMultiStageParentConfig (1.60s)
22:20:46 [2020-12-04T22:20:46.472Z] === RUN   TestBuildLabelWithTargets
22:20:48 [2020-12-04T22:20:48.555Z] #41 143.5   CC       criu/namespaces.o
22:20:48 [2020-12-04T22:20:48.567Z] #56 ...
22:20:48 [2020-12-04T22:20:48.567Z] 
22:20:48 [2020-12-04T22:20:48.567Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
22:20:48 [2020-12-04T22:20:48.567Z] #24 296.1 + return
22:20:48 [2020-12-04T22:20:48.567Z] #24 DONE 296.3s
22:20:48 [2020-12-04T22:20:48.567Z] 
22:20:48 [2020-12-04T22:20:48.567Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:20:49 [2020-12-04T22:20:49.017Z] --- PASS: TestBuildLabelWithTargets (2.35s)
22:20:49 [2020-12-04T22:20:49.018Z] === RUN   TestBuildWithEmptyLayers
22:20:49 [2020-12-04T22:20:49.331Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
22:20:49 [2020-12-04T22:20:49.589Z] --- PASS: TestBuildWithEmptyLayers (1.03s)
22:20:49 [2020-12-04T22:20:49.589Z] === RUN   TestBuildMultiStageOnBuild
22:20:49 [2020-12-04T22:20:49.937Z] #41 ...
22:20:49 [2020-12-04T22:20:49.937Z] 
22:20:49 [2020-12-04T22:20:49.937Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
22:20:49 [2020-12-04T22:20:49.937Z] #20 10.65   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
22:20:49 [2020-12-04T22:20:49.937Z] #20 10.75 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
22:20:49 [2020-12-04T22:20:49.937Z] #20 10.79   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
22:20:49 [2020-12-04T22:20:49.937Z] #20 10.85 Collecting pyyaml (from yamllint==1.16.0)
22:20:50 [2020-12-04T22:20:50.090Z] #56 ...
22:20:50 [2020-12-04T22:20:50.090Z] 
22:20:50 [2020-12-04T22:20:50.090Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
22:20:50 [2020-12-04T22:20:50.198Z] #20 11.00   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
22:20:50 [2020-12-04T22:20:50.388Z] #25 DONE 0.1s
22:20:50 [2020-12-04T22:20:50.388Z] 
22:20:50 [2020-12-04T22:20:50.388Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
22:20:50 [2020-12-04T22:20:50.684Z] #30 DONE 0.6s
22:20:50 [2020-12-04T22:20:50.684Z] 
22:20:50 [2020-12-04T22:20:50.684Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:20:50 [2020-12-04T22:20:50.980Z] #56 ...
22:20:50 [2020-12-04T22:20:50.980Z] 
22:20:50 [2020-12-04T22:20:50.980Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
22:20:50 [2020-12-04T22:20:50.980Z] #33 DONE 0.1s
22:20:50 [2020-12-04T22:20:50.980Z] 
22:20:50 [2020-12-04T22:20:50.980Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
22:20:50 [2020-12-04T22:20:50.980Z] #35 DONE 0.1s
22:20:50 [2020-12-04T22:20:50.980Z] 
22:20:50 [2020-12-04T22:20:50.980Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:20:50 [2020-12-04T22:20:50.980Z] #56 ...
22:20:50 [2020-12-04T22:20:50.980Z] 
22:20:50 [2020-12-04T22:20:50.980Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
22:20:50 [2020-12-04T22:20:50.980Z] #38 DONE 0.1s
22:20:50 [2020-12-04T22:20:50.980Z] 
22:20:50 [2020-12-04T22:20:50.980Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
22:20:51 [2020-12-04T22:20:51.129Z] #38 ...
22:20:51 [2020-12-04T22:20:51.129Z] 
22:20:51 [2020-12-04T22:20:51.129Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
22:20:51 [2020-12-04T22:20:51.129Z] #18 61.30 Setting up xfsprogs (4.20.0-1) ...
22:20:51 [2020-12-04T22:20:51.129Z] #18 61.32 Setting up python3-lib2to3 (3.7.3-1) ...
22:20:51 [2020-12-04T22:20:51.129Z] #18 61.76 Setting up python3-pkg-resources (40.8.0-1) ...
22:20:51 [2020-12-04T22:20:51.129Z] #18 62.81 Setting up python3-distutils (3.7.3-1) ...
22:20:51 [2020-12-04T22:20:51.129Z] #18 63.35 Setting up python3-setuptools (40.8.0-1) ...
22:20:51 [2020-12-04T22:20:51.129Z] #18 64.48 Setting up python3-pip (18.1-5) ...
22:20:51 [2020-12-04T22:20:51.129Z] #18 65.61 Processing triggers for libc-bin (2.28-10) ...
22:20:51 [2020-12-04T22:20:51.129Z] #18 65.64 Processing triggers for mime-support (3.62) ...
22:20:51 [2020-12-04T22:20:51.129Z] #18 DONE 67.0s
22:20:51 [2020-12-04T22:20:51.129Z] 
22:20:51 [2020-12-04T22:20:51.129Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
22:20:51 [2020-12-04T22:20:51.276Z] #41 DONE 0.1s
22:20:51 [2020-12-04T22:20:51.276Z] 
22:20:51 [2020-12-04T22:20:51.276Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
22:20:51 [2020-12-04T22:20:51.276Z] #44 DONE 0.1s
22:20:51 [2020-12-04T22:20:51.276Z] 
22:20:51 [2020-12-04T22:20:51.276Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:20:51 [2020-12-04T22:20:51.276Z] #56 ...
22:20:51 [2020-12-04T22:20:51.276Z] 
22:20:51 [2020-12-04T22:20:51.276Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
22:20:51 [2020-12-04T22:20:51.276Z] #46 DONE 0.1s
22:20:51 [2020-12-04T22:20:51.276Z] 
22:20:51 [2020-12-04T22:20:51.276Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
22:20:51 [2020-12-04T22:20:51.573Z] #48 DONE 0.3s
22:20:51 [2020-12-04T22:20:51.573Z] 
22:20:51 [2020-12-04T22:20:51.573Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:20:51 [2020-12-04T22:20:51.579Z] #20 12.41 Building wheels for collected packages: pyyaml
22:20:51 [2020-12-04T22:20:51.579Z] #20 12.42   Running setup.py bdist_wheel for pyyaml: started
22:20:51 [2020-12-04T22:20:51.700Z] #19 0.971 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
22:20:51 [2020-12-04T22:20:51.700Z] #19 0.977 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
22:20:51 [2020-12-04T22:20:51.700Z] #19 0.982 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
22:20:51 [2020-12-04T22:20:51.700Z] #19 DONE 1.1s
22:20:51 [2020-12-04T22:20:51.700Z] 
22:20:51 [2020-12-04T22:20:51.700Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
22:20:51 [2020-12-04T22:20:51.870Z] #56 ...
22:20:51 [2020-12-04T22:20:51.870Z] 
22:20:51 [2020-12-04T22:20:51.870Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
22:20:51 [2020-12-04T22:20:51.870Z] #50 DONE 0.1s
22:20:51 [2020-12-04T22:20:51.870Z] 
22:20:51 [2020-12-04T22:20:51.870Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
22:20:51 [2020-12-04T22:20:51.870Z] #52 DONE 0.1s
22:20:51 [2020-12-04T22:20:51.870Z] 
22:20:51 [2020-12-04T22:20:51.870Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
22:20:51 [2020-12-04T22:20:51.870Z] #54 DONE 0.1s
22:20:51 [2020-12-04T22:20:51.870Z] 
22:20:51 [2020-12-04T22:20:51.870Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:20:52 [2020-12-04T22:20:52.895Z] --- PASS: TestBuildMultiStageOnBuild (2.83s)
22:20:52 [2020-12-04T22:20:52.895Z] === RUN   TestBuildUncleanTarFilenames
22:20:52 [2020-12-04T22:20:52.961Z] #20 13.60   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
22:20:52 [2020-12-04T22:20:52.961Z] #20 13.61   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
22:20:52 [2020-12-04T22:20:52.961Z] #20 13.71 Successfully built pyyaml
22:20:52 [2020-12-04T22:20:52.961Z] #20 13.73 Installing collected packages: pathspec, pyyaml, yamllint
22:20:53 [2020-12-04T22:20:53.222Z] #20 14.10 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0
22:20:53 [2020-12-04T22:20:53.799Z] #20 DONE 14.6s
22:20:53 [2020-12-04T22:20:53.799Z] 
22:20:53 [2020-12-04T22:20:53.799Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:53 [2020-12-04T22:20:53.799Z] #41 145.4   CC       criu/net.o
22:20:53 [2020-12-04T22:20:53.799Z] #41 ...
22:20:53 [2020-12-04T22:20:53.799Z] 
22:20:53 [2020-12-04T22:20:53.799Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
22:20:53 [2020-12-04T22:20:53.799Z] #23 DONE 0.1s
22:20:53 [2020-12-04T22:20:53.799Z] 
22:20:53 [2020-12-04T22:20:53.799Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:53 [2020-12-04T22:20:53.799Z] #41 148.9   CC       criu/netfilter.o
22:20:53 [2020-12-04T22:20:53.840Z] --- PASS: TestBuildUncleanTarFilenames (1.45s)
22:20:53 [2020-12-04T22:20:53.840Z] === RUN   TestBuildMultiStageLayerLeak
22:20:54 [2020-12-04T22:20:54.244Z] #20 ...
22:20:54 [2020-12-04T22:20:54.244Z] 
22:20:54 [2020-12-04T22:20:54.244Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:54 [2020-12-04T22:20:54.244Z] #41 135.5   CC       criu/irmap.o
22:20:54 [2020-12-04T22:20:54.244Z] #41 136.3   CC       criu/kcmp-ids.o
22:20:54 [2020-12-04T22:20:54.244Z] #41 136.6   CC       criu/kerndat.o
22:20:54 [2020-12-04T22:20:54.244Z] #41 137.8   CC       criu/libnetlink.o
22:20:54 [2020-12-04T22:20:54.244Z] #41 138.2   CC       criu/log.o
22:20:54 [2020-12-04T22:20:54.244Z] #41 138.7   CC       criu/lsm.o
22:20:54 [2020-12-04T22:20:54.244Z] #41 139.1   CC       criu/mem.o
22:20:54 [2020-12-04T22:20:54.244Z] #41 141.1   CC       criu/memfd.o
22:20:54 [2020-12-04T22:20:54.244Z] #41 141.8   CC       criu/mount.o
22:20:54 [2020-12-04T22:20:54.370Z] #41 149.5   CC       criu/page-pipe.o
22:20:55 [2020-12-04T22:20:55.185Z] #41 146.4   CC       criu/namespaces.o
22:20:55 [2020-12-04T22:20:55.324Z] #41 150.1   CC       criu/page-xfer.o
22:20:56 [2020-12-04T22:20:56.706Z] #41 151.5   CC       criu/pagemap-cache.o
22:20:56 [2020-12-04T22:20:56.706Z] #41 151.7   CC       criu/pagemap.o
22:20:56 [2020-12-04T22:20:56.966Z] #41 ...
22:20:56 [2020-12-04T22:20:56.966Z] 
22:20:56 [2020-12-04T22:20:56.966Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
22:20:56 [2020-12-04T22:20:56.966Z] #28 DONE 3.3s
22:20:57 [2020-12-04T22:20:57.097Z] #41 ...
22:20:57 [2020-12-04T22:20:57.097Z] 
22:20:57 [2020-12-04T22:20:57.097Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
22:20:57 [2020-12-04T22:20:57.097Z] #20 5.282 Collecting yamllint==1.16.0
22:20:57 [2020-12-04T22:20:57.141Z] --- PASS: TestBuildMultiStageLayerLeak (2.94s)
22:20:57 [2020-12-04T22:20:57.141Z] === RUN   TestBuildWithHugeFile
22:20:57 [2020-12-04T22:20:57.227Z] 
22:20:57 [2020-12-04T22:20:57.227Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
22:20:57 [2020-12-04T22:20:57.488Z] #31 DONE 0.4s
22:20:57 [2020-12-04T22:20:57.488Z] 
22:20:57 [2020-12-04T22:20:57.488Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
22:20:57 [2020-12-04T22:20:57.488Z] #33 DONE 0.0s
22:20:57 [2020-12-04T22:20:57.488Z] 
22:20:57 [2020-12-04T22:20:57.488Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:20:57 [2020-12-04T22:20:57.748Z] #51 ...
22:20:57 [2020-12-04T22:20:57.748Z] 
22:20:57 [2020-12-04T22:20:57.748Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
22:20:57 [2020-12-04T22:20:57.748Z] #36 DONE 0.1s
22:20:57 [2020-12-04T22:20:57.748Z] 
22:20:57 [2020-12-04T22:20:57.748Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:20:57 [2020-12-04T22:20:57.748Z] #41 152.6   CC       criu/parasite-syscall.o
22:20:58 [2020-12-04T22:20:58.319Z] #41 153.4   CC       criu/path.o
22:20:58 [2020-12-04T22:20:58.579Z] #41 153.7   CC       criu/pie-util-vdso-elf32.o
22:20:59 [2020-12-04T22:20:59.149Z] #41 154.1   CC       criu/pie-util-vdso.o
22:20:59 [2020-12-04T22:20:59.719Z] #41 154.5   CC       criu/pie-util.o
22:20:59 [2020-12-04T22:20:59.719Z] #41 154.7   CC       criu/pipes.o
22:21:00 [2020-12-04T22:21:00.289Z] #41 155.3   CC       criu/plugin.o
22:21:00 [2020-12-04T22:21:00.549Z] #41 155.6   CC       criu/proc_parse.o
22:21:01 [2020-12-04T22:21:01.946Z] #41 ...
22:21:01 [2020-12-04T22:21:01.946Z] 
22:21:01 [2020-12-04T22:21:01.946Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:21:01 [2020-12-04T22:21:01.946Z] #51 93.56 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
22:21:01 [2020-12-04T22:21:01.946Z] #51 95.53 + mkdir -p /build
22:21:01 [2020-12-04T22:21:01.946Z] #51 95.54 + cp runc /build/runc
22:21:01 [2020-12-04T22:21:01.946Z] #51 DONE 96.6s
22:21:02 [2020-12-04T22:21:02.206Z] 
22:21:02 [2020-12-04T22:21:02.206Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:21:02 [2020-12-04T22:21:02.777Z] #38 ...
22:21:02 [2020-12-04T22:21:02.777Z] 
22:21:02 [2020-12-04T22:21:02.777Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:21:02 [2020-12-04T22:21:02.777Z] #41 157.8   CC       criu/protobuf-desc.o
22:21:02 [2020-12-04T22:21:02.777Z] #41 ...
22:21:02 [2020-12-04T22:21:02.777Z] 
22:21:02 [2020-12-04T22:21:02.777Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:21:02 [2020-12-04T22:21:02.777Z] #38 DONE 262.9s
22:21:03 [2020-12-04T22:21:03.037Z] 
22:21:03 [2020-12-04T22:21:03.037Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:21:03 [2020-12-04T22:21:03.607Z] #47 ...
22:21:03 [2020-12-04T22:21:03.607Z] 
22:21:03 [2020-12-04T22:21:03.607Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:21:03 [2020-12-04T22:21:03.607Z] #41 158.6   CC       criu/protobuf.o
22:21:03 [2020-12-04T22:21:03.685Z] #20 10.71   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
22:21:03 [2020-12-04T22:21:03.685Z] #20 10.82 Collecting pyyaml (from yamllint==1.16.0)
22:21:03 [2020-12-04T22:21:03.685Z] #20 10.98   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
22:21:04 [2020-12-04T22:21:04.256Z] #20 12.42 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
22:21:04 [2020-12-04T22:21:04.256Z] #20 12.48   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
22:21:04 [2020-12-04T22:21:04.256Z] #20 12.52 Building wheels for collected packages: pyyaml
22:21:04 [2020-12-04T22:21:04.517Z] #20 12.54   Running setup.py bdist_wheel for pyyaml: started
22:21:04 [2020-12-04T22:21:04.559Z] #41 159.2   CC       criu/pstree.o
22:21:05 [2020-12-04T22:21:05.459Z] #20 13.69   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
22:21:05 [2020-12-04T22:21:05.499Z] #41 160.4   CC       criu/rbtree.o
22:21:05 [2020-12-04T22:21:05.719Z] #20 13.69   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
22:21:05 [2020-12-04T22:21:05.719Z] #20 13.75 Successfully built pyyaml
22:21:05 [2020-12-04T22:21:05.719Z] #20 13.77 Installing collected packages: pyyaml, pathspec, yamllint
22:21:05 [2020-12-04T22:21:05.761Z] #41 160.6   CC       criu/rst-malloc.o
22:21:05 [2020-12-04T22:21:05.761Z] #41 ...
22:21:05 [2020-12-04T22:21:05.761Z] 
22:21:05 [2020-12-04T22:21:05.761Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
22:21:05 [2020-12-04T22:21:05.761Z] #39 DONE 0.8s
22:21:05 [2020-12-04T22:21:05.761Z] 
22:21:05 [2020-12-04T22:21:05.761Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:21:05 [2020-12-04T22:21:05.761Z] #41 160.8   CC       criu/seccomp.o
22:21:05 [2020-12-04T22:21:05.980Z] #20 14.11 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0
22:21:06 [2020-12-04T22:21:06.330Z] #41 161.3   CC       criu/seize.o
22:21:06 [2020-12-04T22:21:06.552Z] #20 DONE 14.8s
22:21:06 [2020-12-04T22:21:06.552Z] 
22:21:06 [2020-12-04T22:21:06.552Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:21:06 [2020-12-04T22:21:06.552Z] #41 148.6   CC       criu/net.o
22:21:06 [2020-12-04T22:21:06.552Z] #41 151.6   CC       criu/netfilter.o
22:21:06 [2020-12-04T22:21:06.552Z] #41 151.9   CC       criu/page-pipe.o
22:21:06 [2020-12-04T22:21:06.552Z] #41 152.6   CC       criu/page-xfer.o
22:21:06 [2020-12-04T22:21:06.552Z] #41 154.1   CC       criu/pagemap-cache.o
22:21:06 [2020-12-04T22:21:06.552Z] #41 154.6   CC       criu/pagemap.o
22:21:06 [2020-12-04T22:21:06.552Z] #41 155.7   CC       criu/parasite-syscall.o
22:21:06 [2020-12-04T22:21:06.552Z] #41 156.6   CC       criu/path.o
22:21:06 [2020-12-04T22:21:06.552Z] #41 157.0   CC       criu/pie-util-vdso-elf32.o
22:21:06 [2020-12-04T22:21:06.552Z] #41 157.5   CC       criu/pie-util-vdso.o
22:21:06 [2020-12-04T22:21:06.813Z] #41 ...
22:21:06 [2020-12-04T22:21:06.813Z] 
22:21:06 [2020-12-04T22:21:06.814Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
22:21:06 [2020-12-04T22:21:06.901Z] #41 161.8   CC       criu/servicefd.o
22:21:07 [2020-12-04T22:21:07.161Z] #41 162.1   CC       criu/shmem.o
22:21:07 [2020-12-04T22:21:07.731Z] #41 162.7   CC       criu/sigframe.o
22:21:07 [2020-12-04T22:21:07.757Z] #23 DONE 0.9s
22:21:07 [2020-12-04T22:21:07.757Z] 
22:21:07 [2020-12-04T22:21:07.757Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
22:21:07 [2020-12-04T22:21:07.991Z] #41 162.8   CC       criu/signalfd.o
22:21:07 [2020-12-04T22:21:07.991Z] #41 163.0   CC       criu/sk-inet.o
22:21:08 [2020-12-04T22:21:08.252Z] #41 ...
22:21:08 [2020-12-04T22:21:08.252Z] 
22:21:08 [2020-12-04T22:21:08.252Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:21:08 [2020-12-04T22:21:08.252Z] #47 268.8 + /build/golangci-lint --version
22:21:08 [2020-12-04T22:21:08.252Z] #47 269.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
22:21:08 [2020-12-04T22:21:08.252Z] #47 DONE 269.3s
22:21:08 [2020-12-04T22:21:08.512Z] 
22:21:08 [2020-12-04T22:21:08.512Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:21:08 [2020-12-04T22:21:08.772Z] #54 ...
22:21:08 [2020-12-04T22:21:08.772Z] 
22:21:08 [2020-12-04T22:21:08.772Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:21:08 [2020-12-04T22:21:08.772Z] #41 163.7   CC       criu/sk-netlink.o
22:21:09 [2020-12-04T22:21:09.033Z] #41 163.9   CC       criu/sk-packet.o
22:21:09 [2020-12-04T22:21:09.293Z] #41 164.3   CC       criu/sk-queue.o
22:21:09 [2020-12-04T22:21:09.553Z] #41 164.6   CC       criu/sk-tcp.o
22:21:09 [2020-12-04T22:21:09.672Z] #28 DONE 2.0s
22:21:09 [2020-12-04T22:21:09.672Z] 
22:21:09 [2020-12-04T22:21:09.672Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
22:21:09 [2020-12-04T22:21:09.814Z] #41 164.8   CC       criu/sk-unix.o
22:21:10 [2020-12-04T22:21:10.624Z] #31 DONE 0.7s
22:21:10 [2020-12-04T22:21:10.624Z] 
22:21:10 [2020-12-04T22:21:10.624Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
22:21:10 [2020-12-04T22:21:10.624Z] #51 91.29 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
22:21:10 [2020-12-04T22:21:10.624Z] #51 93.33 + mkdir -p /build
22:21:10 [2020-12-04T22:21:10.624Z] #51 93.33 + cp runc /build/runc
22:21:10 [2020-12-04T22:21:10.624Z] #51 DONE 93.9s
22:21:10 [2020-12-04T22:21:10.624Z] 
22:21:10 [2020-12-04T22:21:10.624Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
22:21:10 [2020-12-04T22:21:10.624Z] #33 DONE 0.4s
22:21:10 [2020-12-04T22:21:10.624Z] 
22:21:10 [2020-12-04T22:21:10.624Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:21:10 [2020-12-04T22:21:10.624Z] #41 158.1   CC       criu/pie-util.o
22:21:10 [2020-12-04T22:21:10.624Z] #41 158.3   CC       criu/pipes.o
22:21:10 [2020-12-04T22:21:10.624Z] #41 159.2   CC       criu/plugin.o
22:21:10 [2020-12-04T22:21:10.624Z] #41 159.6   CC       criu/proc_parse.o
22:21:10 [2020-12-04T22:21:10.886Z] #41 162.1   CC       criu/protobuf-desc.o
22:21:10 [2020-12-04T22:21:10.886Z] #41 ...
22:21:10 [2020-12-04T22:21:10.886Z] 
22:21:10 [2020-12-04T22:21:10.886Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
22:21:10 [2020-12-04T22:21:10.886Z] #36 DONE 0.3s
22:21:11 [2020-12-04T22:21:11.175Z] 
22:21:11 [2020-12-04T22:21:11.175Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:21:11 [2020-12-04T22:21:11.197Z] #41 166.1   CC       criu/sockets.o
22:21:11 [2020-12-04T22:21:11.500Z] #41 166.5   CC       criu/stats.o
22:21:11 [2020-12-04T22:21:11.774Z] #41 166.7   CC       criu/string.o
22:21:11 [2020-12-04T22:21:11.774Z] #41 166.8   CC       criu/sysctl.o
22:21:12 [2020-12-04T22:21:12.035Z] #41 167.2   CC       criu/sysfs_parse.o
22:21:12 [2020-12-04T22:21:12.118Z] #41 163.3   CC       criu/protobuf.o
22:21:12 [2020-12-04T22:21:12.315Z] #41 167.5   CC       criu/timens.o
22:21:12 [2020-12-04T22:21:12.379Z] #41 163.6   CC       criu/pstree.o
22:21:12 [2020-12-04T22:21:12.886Z] #41 167.6   CC       criu/timerfd.o
22:21:12 [2020-12-04T22:21:12.886Z] #41 167.9   CC       criu/tty.o
22:21:13 [2020-12-04T22:21:13.323Z] #41 164.5   CC       criu/rbtree.o
22:21:13 [2020-12-04T22:21:13.585Z] #41 164.7   CC       criu/rst-malloc.o
22:21:13 [2020-12-04T22:21:13.585Z] #41 ...
22:21:13 [2020-12-04T22:21:13.585Z] 
22:21:13 [2020-12-04T22:21:13.585Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
22:21:13 [2020-12-04T22:21:13.585Z] #38 DONE 266.0s
22:21:13 [2020-12-04T22:21:13.585Z] 
22:21:13 [2020-12-04T22:21:13.585Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:21:13 [2020-12-04T22:21:13.585Z] #41 164.9   CC       criu/seccomp.o
22:21:13 [2020-12-04T22:21:13.828Z] #41 168.7   CC       criu/tun.o
22:21:14 [2020-12-04T22:21:14.089Z] #41 169.1   CC       criu/uffd.o
22:21:14 [2020-12-04T22:21:14.529Z] #41 165.6   CC       criu/seize.o
22:21:14 [2020-12-04T22:21:14.660Z] #41 169.7   CC       criu/util.o
22:21:15 [2020-12-04T22:21:15.102Z] #41 166.4   CC       criu/servicefd.o
22:21:15 [2020-12-04T22:21:15.231Z] #41 170.3   CC       criu/uts_ns.o
22:21:15 [2020-12-04T22:21:15.364Z] #41 166.7   CC       criu/shmem.o
22:21:15 [2020-12-04T22:21:15.491Z] #41 170.4   CC       criu/vdso-compat.o
22:21:15 [2020-12-04T22:21:15.491Z] #41 170.5   CC       criu/vdso.o
22:21:15 [2020-12-04T22:21:15.938Z] #41 ...
22:21:15 [2020-12-04T22:21:15.938Z] 
22:21:15 [2020-12-04T22:21:15.938Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
22:21:15 [2020-12-04T22:21:15.938Z] #39 DONE 0.6s
22:21:15 [2020-12-04T22:21:15.938Z] 
22:21:15 [2020-12-04T22:21:15.938Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:21:15 [2020-12-04T22:21:15.938Z] #41 167.3   CC       criu/sigframe.o
22:21:16 [2020-12-04T22:21:16.062Z] #41 170.8   LINK     criu/built-in.o
22:21:16 [2020-12-04T22:21:16.062Z] #41 170.9   LINK     criu/criu
22:21:16 [2020-12-04T22:21:16.200Z] #41 167.4   CC       criu/signalfd.o
22:21:16 [2020-12-04T22:21:16.323Z] #41 171.1   DEP      lib/c/criu.d
22:21:16 [2020-12-04T22:21:16.323Z] #41 171.2   CC       images/rpc.pb-c.o
22:21:16 [2020-12-04T22:21:16.461Z] #41 167.6   CC       criu/sk-inet.o
22:21:16 [2020-12-04T22:21:16.584Z] #41 171.5   CC       lib/c/criu.o
22:21:16 [2020-12-04T22:21:16.844Z] #41 172.0   LINK     lib/c/built-in.o
22:21:17 [2020-12-04T22:21:17.034Z] #41 168.2   CC       criu/sk-netlink.o
22:21:17 [2020-12-04T22:21:17.104Z] #41 172.0   LINK     lib/c/libcriu.so
22:21:17 [2020-12-04T22:21:17.104Z] #41 172.0   LINK     lib/c/libcriu.a
22:21:17 [2020-12-04T22:21:17.104Z] #41 172.1   GEN      magic.py
22:21:17 [2020-12-04T22:21:17.104Z] #41 172.2 Note: Building without setproctitle() and strlcpy() support.
22:21:17 [2020-12-04T22:21:17.104Z] #41 172.2       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
22:21:17 [2020-12-04T22:21:17.296Z] #41 ...
22:21:17 [2020-12-04T22:21:17.296Z] 
22:21:17 [2020-12-04T22:21:17.296Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
22:21:17 [2020-12-04T22:21:17.296Z] #47 269.1 + /build/golangci-lint --version
22:21:17 [2020-12-04T22:21:17.296Z] #47 269.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
22:21:17 [2020-12-04T22:21:17.296Z] #47 DONE 269.5s
22:21:17 [2020-12-04T22:21:17.296Z] 
22:21:17 [2020-12-04T22:21:17.296Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
22:21:17 [2020-12-04T22:21:17.296Z] #41 168.4   CC       criu/sk-packet.o
22:21:17 [2020-12-04T22:21:17.364Z] #41 172.2 Note: Building without GnuTLS support
22:21:17 [2020-12-04T22:21:17.364Z] #41 172.2 Makefile.config:39: Warn: you have no libnftables installed
22:21:17 [2020-12-04T22:21:17.364Z] #41 172.2 Makefile.config:40: Warn: Building without nftables support
22:21:17 [2020-12-04T22:21:17.558Z] #41 168.8   CC       criu/sk-queue.o
22:21:17 [2020-12-04T22:21:17.627Z] #41 172.7 fatal: not a git repository (or any of the parent directories): .git
22:21:17 [2020-12-04T22:21:17.820Z] #41 169.1   CC       criu/sk-tcp.o
22:21:18 [2020-12-04T22:21:18.197Z] #41 173.1 make[1]: Nothing to be done for 'all'.
22:21:18 [2020-12-04T22:21:18.393Z] #41 169.3   CC       criu/sk-unix.o
22:21:18 [2020-12-04T22:21:18.458Z] #41 173.5 make[1]: 'images/built-in.o' is up to date.
22:21:18 [2020-12-04T22:21:18.458Z] #41 173.5 make[1]: 'compel/plugins/std.lib.a' is up to date.
22:21:18 [2020-12-04T22:21:18.458Z] #41 173.5 make[1]: 'compel/plugins/fds.lib.a' is up to date.
22:21:18 [2020-12-04T22:21:18.458Z] #41 173.6 make[1]: 'compel/libcompel.a' is up to date.
22:21:18 [2020-12-04T22:21:18.458Z] #41 173.6 make[1]: 'compel/compel-host-bin' is up to date.
22:21:18 [2020-12-04T22:21:18.458Z] #41 173.6 make[1]: Nothing to be done for 'all'.
22:21:18 [2020-12-04T22:21:18.718Z] #41 173.6 make[1]: 'soccr/libsoccr.a' is up to date.
22:21:18 [2020-12-04T22:21:18.718Z] #41 173.8 make[2]: Nothing to be done for 'all'.
22:21:18 [2020-12-04T22:21:18.718Z] #41 173.8 make[2]: Nothing to be done for 'all'.
22:21:18 [2020-12-04T22:21:18.718Z] #41 173.8 make[2]: Nothing to be done for 'all'.
22:21:18 [2020-12-04T22:21:18.718Z] #41 173.8 make[2]: Nothing to be done for 'all'.
22:21:18 [2020-12-04T22:21:18.718Z] #41 173.9 make[2]: Nothing to be done for 'all'.
22:21:18 [2020-12-04T22:21:18.966Z] #41 170.3   CC       criu/sockets.o
22:21:18 [2020-12-04T22:21:18.978Z] #41 173.9 make[2]: Nothing to be done for 'all'.
22:21:18 [2020-12-04T22:21:18.978Z] #41 173.9 make[2]: Nothing to be done for 'all'.
22:21:18 [2020-12-04T22:21:18.978Z] #41 174.0 make[2]: Nothing to be done for 'all'.
22:21:18 [2020-12-04T22:21:18.978Z] #41 174.0   INSTALL  criu/criu
22:21:19 [2020-12-04T22:21:19.040Z] #56 287.2 + bin/containerd-stress
22:21:19 [2020-12-04T22:21:19.238Z] #41 DONE 174.2s
22:21:19 [2020-12-04T22:21:19.238Z] 
22:21:19 [2020-12-04T22:21:19.238Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:21:19 [2020-12-04T22:21:19.334Z] #56 289.6 + bin/containerd-shim
22:21:19 [2020-12-04T22:21:19.909Z] #41 171.1   CC       criu/stats.o
22:21:20 [2020-12-04T22:21:20.172Z] #41 171.3   CC       criu/string.o
22:21:20 [2020-12-04T22:21:20.172Z] #41 171.4   CC       criu/sysctl.o
22:21:20 [2020-12-04T22:21:20.744Z] #41 171.8   CC       criu/sysfs_parse.o
22:21:20 [2020-12-04T22:21:20.744Z] #41 172.0   CC       criu/timens.o
22:21:21 [2020-12-04T22:21:21.006Z] #41 172.1   CC       criu/timerfd.o
22:21:21 [2020-12-04T22:21:21.148Z] #54 ...
22:21:21 [2020-12-04T22:21:21.148Z] 
22:21:21 [2020-12-04T22:21:21.148Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
22:21:21 [2020-12-04T22:21:21.148Z] #42 DONE 0.1s
22:21:21 [2020-12-04T22:21:21.148Z] 
22:21:21 [2020-12-04T22:21:21.148Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
22:21:21 [2020-12-04T22:21:21.148Z] #44 DONE 0.2s
22:21:21 [2020-12-04T22:21:21.148Z] 
22:21:21 [2020-12-04T22:21:21.148Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
22:21:21 [2020-12-04T22:21:21.148Z] #46 DONE 0.1s
22:21:21 [2020-12-04T22:21:21.148Z] 
22:21:21 [2020-12-04T22:21:21.148Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
22:21:21 [2020-12-04T22:21:21.268Z] #41 172.3   CC       criu/tty.o
22:21:21 [2020-12-04T22:21:21.412Z] #48 DONE 0.2s
22:21:21 [2020-12-04T22:21:21.412Z] 
22:21:21 [2020-12-04T22:21:21.412Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
22:21:21 [2020-12-04T22:21:21.412Z] #50 DONE 0.1s
22:21:21 [2020-12-04T22:21:21.412Z] 
22:21:21 [2020-12-04T22:21:21.412Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:21:21 [2020-12-04T22:21:21.412Z] #54 ...
22:21:21 [2020-12-04T22:21:21.412Z] 
22:21:21 [2020-12-04T22:21:21.412Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
22:21:21 [2020-12-04T22:21:21.412Z] #52 DONE 0.1s
22:21:21 [2020-12-04T22:21:21.671Z] 
22:21:21 [2020-12-04T22:21:21.672Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:21:21 [2020-12-04T22:21:21.672Z] #54 214.8 + bin/containerd
22:21:22 [2020-12-04T22:21:22.213Z] #41 173.2   CC       criu/tun.o
22:21:22 [2020-12-04T22:21:22.475Z] #41 173.5   CC       criu/uffd.o
22:21:22 [2020-12-04T22:21:22.737Z] #41 174.1   CC       criu/util.o
22:21:23 [2020-12-04T22:21:23.681Z] #41 174.7   CC       criu/uts_ns.o
22:21:23 [2020-12-04T22:21:23.681Z] #41 174.9   CC       criu/vdso-compat.o
22:21:24 [2020-12-04T22:21:24.085Z] #41 175.0   CC       criu/vdso.o
22:21:24 [2020-12-04T22:21:24.085Z] #41 175.4   LINK     criu/built-in.o
22:21:24 [2020-12-04T22:21:24.356Z] #41 175.5   LINK     criu/criu
22:21:24 [2020-12-04T22:21:24.619Z] #41 175.8   DEP      lib/c/criu.d
22:21:24 [2020-12-04T22:21:24.619Z] #41 175.9   CC       images/rpc.pb-c.o
22:21:25 [2020-12-04T22:21:25.193Z] #41 176.2   CC       lib/c/criu.o
22:21:25 [2020-12-04T22:21:25.280Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:21:25 [2020-12-04T22:21:25.280Z] 
22:21:25 [2020-12-04T22:21:25.280Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:21:25 [2020-12-04T22:21:25.280Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:21:25 [2020-12-04T22:21:25.280Z] HOSTNAME=939f8db607f9
22:21:25 [2020-12-04T22:21:25.280Z] TESTDEBUG=0
22:21:25 [2020-12-04T22:21:25.280Z] DEST=bundles/test-integration
22:21:25 [2020-12-04T22:21:25.280Z] PWD=/go/src/github.com/docker/docker
22:21:25 [2020-12-04T22:21:25.280Z] DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7
22:21:25 [2020-12-04T22:21:25.280Z] container=docker
22:21:25 [2020-12-04T22:21:25.280Z] HOME=/root
22:21:25 [2020-12-04T22:21:25.280Z] GOLANG_VERSION=1.13.15
22:21:25 [2020-12-04T22:21:25.280Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:21:25 [2020-12-04T22:21:25.280Z] VALIDATE_BRANCH=master
22:21:25 [2020-12-04T22:21:25.280Z] TERM=xterm
22:21:25 [2020-12-04T22:21:25.280Z] DOCKER_PKG=github.com/docker/docker
22:21:25 [2020-12-04T22:21:25.280Z] SHLVL=1
22:21:25 [2020-12-04T22:21:25.280Z] TIMEOUT=120m
22:21:25 [2020-12-04T22:21:25.280Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
22:21:25 [2020-12-04T22:21:25.280Z] DOCKER_GRAPHDRIVER=overlay2
22:21:25 [2020-12-04T22:21:25.280Z] GO111MODULE=off
22:21:25 [2020-12-04T22:21:25.280Z] DOCKER_EXPERIMENTAL=1
22:21:25 [2020-12-04T22:21:25.280Z] TEST_SKIP_INTEGRATION_CLI=1
22:21:25 [2020-12-04T22:21:25.280Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:21:25 [2020-12-04T22:21:25.280Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:21:25 [2020-12-04T22:21:25.280Z] GOPATH=/go
22:21:25 [2020-12-04T22:21:25.280Z] PKG_CONFIG=pkg-config
22:21:25 [2020-12-04T22:21:25.280Z] _=/usr/bin/env
22:21:25 [2020-12-04T22:21:25.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:21:25 [2020-12-04T22:21:25.769Z] #41 176.8   LINK     lib/c/built-in.o
22:21:25 [2020-12-04T22:21:25.769Z] #41 176.8   LINK     lib/c/libcriu.so
22:21:25 [2020-12-04T22:21:25.769Z] #41 176.9   LINK     lib/c/libcriu.a
22:21:25 [2020-12-04T22:21:25.769Z] #41 177.0   GEN      magic.py
22:21:25 [2020-12-04T22:21:25.769Z] #41 177.1 Note: Building without setproctitle() and strlcpy() support.
22:21:25 [2020-12-04T22:21:25.769Z] #41 177.1       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
22:21:26 [2020-12-04T22:21:26.031Z] #41 177.1 Note: Building without GnuTLS support
22:21:26 [2020-12-04T22:21:26.031Z] #41 177.1 Makefile.config:39: Warn: you have no libnftables installed
22:21:26 [2020-12-04T22:21:26.031Z] #41 177.1 Makefile.config:40: Warn: Building without nftables support
22:21:26 [2020-12-04T22:21:26.274Z] #56 296.5 + bin/containerd-shim-runc-v1
22:21:26 [2020-12-04T22:21:26.602Z] #41 177.6 fatal: not a git repository (or any of the parent directories): .git
22:21:26 [2020-12-04T22:21:26.863Z] #41 178.0 make[1]: Nothing to be done for 'all'.
22:21:27 [2020-12-04T22:21:27.435Z] #41 178.5 make[1]: 'images/built-in.o' is up to date.
22:21:27 [2020-12-04T22:21:27.435Z] #41 178.5 make[1]: 'compel/plugins/std.lib.a' is up to date.
22:21:27 [2020-12-04T22:21:27.435Z] #41 178.5 make[1]: 'compel/plugins/fds.lib.a' is up to date.
22:21:27 [2020-12-04T22:21:27.435Z] #41 178.5 make[1]: 'compel/libcompel.a' is up to date.
22:21:27 [2020-12-04T22:21:27.435Z] #41 178.5 make[1]: 'compel/compel-host-bin' is up to date.
22:21:27 [2020-12-04T22:21:27.435Z] #41 178.6 make[1]: Nothing to be done for 'all'.
22:21:27 [2020-12-04T22:21:27.435Z] #41 178.6 make[1]: 'soccr/libsoccr.a' is up to date.
22:21:27 [2020-12-04T22:21:27.696Z] #41 178.7 make[2]: Nothing to be done for 'all'.
22:21:27 [2020-12-04T22:21:27.696Z] #41 178.7 make[2]: Nothing to be done for 'all'.
22:21:27 [2020-12-04T22:21:27.696Z] #41 178.8 make[2]: Nothing to be done for 'all'.
22:21:27 [2020-12-04T22:21:27.696Z] #41 178.8 make[2]: Nothing to be done for 'all'.
22:21:27 [2020-12-04T22:21:27.696Z] #41 178.9 make[2]: Nothing to be done for 'all'.
22:21:27 [2020-12-04T22:21:27.696Z] #41 178.9 make[2]: Nothing to be done for 'all'.
22:21:27 [2020-12-04T22:21:27.696Z] #41 178.9 make[2]: Nothing to be done for 'all'.
22:21:27 [2020-12-04T22:21:27.696Z] #41 179.0 make[2]: Nothing to be done for 'all'.
22:21:27 [2020-12-04T22:21:27.957Z] #41 179.0   INSTALL  criu/criu
22:21:28 [2020-12-04T22:21:28.218Z] #41 DONE 179.3s
22:21:28 [2020-12-04T22:21:28.218Z] 
22:21:28 [2020-12-04T22:21:28.218Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:21:29 [2020-12-04T22:21:29.162Z] #54 ...
22:21:29 [2020-12-04T22:21:29.162Z] 
22:21:29 [2020-12-04T22:21:29.162Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
22:21:29 [2020-12-04T22:21:29.423Z] #42 DONE 0.1s
22:21:29 [2020-12-04T22:21:29.423Z] 
22:21:29 [2020-12-04T22:21:29.423Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
22:21:29 [2020-12-04T22:21:29.423Z] #44 DONE 0.3s
22:21:29 [2020-12-04T22:21:29.423Z] 
22:21:29 [2020-12-04T22:21:29.423Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:21:29 [2020-12-04T22:21:29.686Z] #54 ...
22:21:29 [2020-12-04T22:21:29.686Z] 
22:21:29 [2020-12-04T22:21:29.686Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
22:21:29 [2020-12-04T22:21:29.686Z] #46 DONE 0.1s
22:21:29 [2020-12-04T22:21:29.686Z] 
22:21:29 [2020-12-04T22:21:29.686Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
22:21:30 [2020-12-04T22:21:30.626Z] #48 DONE 0.7s
22:21:30 [2020-12-04T22:21:30.627Z] 
22:21:30 [2020-12-04T22:21:30.627Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
22:21:30 [2020-12-04T22:21:30.627Z] #50 DONE 0.2s
22:21:30 [2020-12-04T22:21:30.627Z] 
22:21:30 [2020-12-04T22:21:30.627Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:21:30 [2020-12-04T22:21:30.627Z] #54 ...
22:21:30 [2020-12-04T22:21:30.627Z] 
22:21:30 [2020-12-04T22:21:30.627Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
22:21:31 [2020-12-04T22:21:31.197Z] #52 DONE 0.5s
22:21:31 [2020-12-04T22:21:31.197Z] 
22:21:31 [2020-12-04T22:21:31.197Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
22:21:31 [2020-12-04T22:21:31.197Z] #54 218.1 + bin/containerd
22:21:31 [2020-12-04T22:21:31.869Z] #56 301.4 + bin/containerd-shim-runc-v2
22:21:32 [2020-12-04T22:21:32.161Z] #56 302.5 + binaries
22:21:32 [2020-12-04T22:21:32.459Z] #56 302.5 + install -D bin/containerd /build/containerd
22:21:32 [2020-12-04T22:21:32.459Z] #56 302.5 + install -D bin/containerd-shim /build/containerd-shim
22:21:32 [2020-12-04T22:21:32.459Z] #56 302.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
22:21:32 [2020-12-04T22:21:32.459Z] #56 302.6 + install -D bin/ctr /build/ctr
22:21:32 [2020-12-04T22:21:32.459Z] #56 DONE 302.7s
22:21:33 [2020-12-04T22:21:33.499Z] 
22:21:33 [2020-12-04T22:21:33.499Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
22:21:33 [2020-12-04T22:21:33.499Z] #57 DONE 0.1s
22:21:33 [2020-12-04T22:21:33.791Z] 
22:21:33 [2020-12-04T22:21:33.791Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
22:21:33 [2020-12-04T22:21:33.791Z] #61 DONE 0.1s
22:21:33 [2020-12-04T22:21:33.791Z] 
22:21:33 [2020-12-04T22:21:33.791Z] #63 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
22:21:33 [2020-12-04T22:21:33.791Z] #63 DONE 0.1s
22:21:33 [2020-12-04T22:21:33.791Z] 
22:21:33 [2020-12-04T22:21:33.791Z] #65 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
22:21:33 [2020-12-04T22:21:33.791Z] #65 DONE 0.1s
22:21:33 [2020-12-04T22:21:33.791Z] 
22:21:33 [2020-12-04T22:21:33.791Z] #66 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
22:21:33 [2020-12-04T22:21:33.791Z] #66 DONE 0.0s
22:21:33 [2020-12-04T22:21:33.791Z] 
22:21:33 [2020-12-04T22:21:33.791Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker
22:21:35 [2020-12-04T22:21:35.862Z] #67 DONE 2.0s
22:21:35 [2020-12-04T22:21:35.862Z] 
22:21:35 [2020-12-04T22:21:35.862Z] #68 exporting to oci image format
22:21:35 [2020-12-04T22:21:35.862Z] #68 exporting layers
22:21:42 [2020-12-04T22:21:42.484Z] ..........................xx....................                         [ 29%]
22:21:43 [2020-12-04T22:21:43.876Z] --- PASS: TestBuildWithHugeFile (41.02s)
22:21:43 [2020-12-04T22:21:43.876Z] === RUN   TestBuildWithEmptyDockerfile
22:21:43 [2020-12-04T22:21:43.876Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:21:43 [2020-12-04T22:21:43.876Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:21:43 [2020-12-04T22:21:43.876Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:21:43 [2020-12-04T22:21:43.876Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:21:43 [2020-12-04T22:21:43.876Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:21:43 [2020-12-04T22:21:43.876Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:21:43 [2020-12-04T22:21:43.876Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:21:43 [2020-12-04T22:21:43.876Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:21:43 [2020-12-04T22:21:43.876Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:21:43 [2020-12-04T22:21:43.876Z] --- PASS: TestBuildWithEmptyDockerfile (0.19s)
22:21:43 [2020-12-04T22:21:43.876Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s)
22:21:43 [2020-12-04T22:21:43.876Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s)
22:21:43 [2020-12-04T22:21:43.876Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s)
22:21:43 [2020-12-04T22:21:43.876Z] === RUN   TestBuildPreserveOwnership
22:21:43 [2020-12-04T22:21:43.876Z] === RUN   TestBuildPreserveOwnership/copy_from
22:21:43 [2020-12-04T22:21:43.876Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
22:21:44 [2020-12-04T22:21:44.448Z] --- PASS: TestBuildPreserveOwnership (6.22s)
22:21:44 [2020-12-04T22:21:44.448Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.02s)
22:21:44 [2020-12-04T22:21:44.448Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.18s)
22:21:44 [2020-12-04T22:21:44.448Z] === RUN   TestBuildPlatformInvalid
22:21:44 [2020-12-04T22:21:44.710Z] --- PASS: TestBuildPlatformInvalid (0.18s)
22:21:44 [2020-12-04T22:21:44.710Z] PASS
22:21:44 [2020-12-04T22:21:44.710Z] 
22:21:44 [2020-12-04T22:21:44.710Z] === Skipped
22:21:44 [2020-12-04T22:21:44.710Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
22:21:44 [2020-12-04T22:21:44.710Z]     build_session_test.go:25: TODO: BuildKit
22:21:44 [2020-12-04T22:21:44.710Z] 
22:21:44 [2020-12-04T22:21:44.710Z] 
22:21:44 [2020-12-04T22:21:44.710Z] DONE 32 tests, 1 skipped in 92.378s
22:21:44 [2020-12-04T22:21:44.710Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
22:21:44 [2020-12-04T22:21:44.710Z] ++ 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
22:21:44 [2020-12-04T22:21:44.710Z] ++ set -e
22:21:44 [2020-12-04T22:21:44.710Z] ++ '[' -n 0 ']'
22:21:44 [2020-12-04T22:21:44.710Z] ++ set -x
22:21:44 [2020-12-04T22:21:44.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-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
22:21:44 [2020-12-04T22:21:44.970Z] INFO: Testing against a local daemon
22:21:44 [2020-12-04T22:21:44.970Z] === RUN   TestConfigInspect
22:21:47 [2020-12-04T22:21:47.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:21:47 [2020-12-04T22:21:47.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:21:48 [2020-12-04T22:21:48.051Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:21:48 [2020-12-04T22:21:48.280Z] --- PASS: TestConfigInspect (3.46s)
22:21:48 [2020-12-04T22:21:48.280Z] === RUN   TestConfigList
22:21:51 [2020-12-04T22:21:51.583Z] --- PASS: TestConfigList (3.25s)
22:21:51 [2020-12-04T22:21:51.583Z] === RUN   TestConfigsCreateAndDelete
22:21:53 [2020-12-04T22:21:53.766Z] #54 243.4 + bin/containerd-stress
22:21:53 [2020-12-04T22:21:53.766Z] #54 245.5 + bin/containerd-shim
22:21:54 [2020-12-04T22:21:54.888Z] --- PASS: TestConfigsCreateAndDelete (3.23s)
22:21:54 [2020-12-04T22:21:54.888Z] === RUN   TestConfigsUpdate
22:21:58 [2020-12-04T22:21:58.193Z] --- PASS: TestConfigsUpdate (3.27s)
22:21:58 [2020-12-04T22:21:58.193Z] === RUN   TestTemplatedConfig
22:21:58 [2020-12-04T22:21:58.194Z] tests/integration/api_exec_test.py .....................                 [ 34%]
22:22:00 [2020-12-04T22:22:00.343Z] #54 252.3 + bin/containerd-shim-runc-v1
22:22:01 [2020-12-04T22:22:01.498Z] --- PASS: TestTemplatedConfig (3.42s)
22:22:01 [2020-12-04T22:22:01.498Z] === RUN   TestConfigCreateResolve
22:22:03 [2020-12-04T22:22:03.320Z] #54 246.7 + bin/containerd-stress
22:22:03 [2020-12-04T22:22:03.320Z] #54 248.8 + bin/containerd-shim
22:22:04 [2020-12-04T22:22:04.543Z] #54 256.9 + bin/containerd-shim-runc-v2
22:22:04 [2020-12-04T22:22:04.804Z] --- PASS: TestConfigCreateResolve (3.25s)
22:22:04 [2020-12-04T22:22:04.804Z] === RUN   TestConfigDaemonLibtrustID
22:22:04 [2020-12-04T22:22:04.806Z] #54 258.0 + binaries
22:22:04 [2020-12-04T22:22:04.806Z] #54 258.0 + install -D bin/containerd /build/containerd
22:22:04 [2020-12-04T22:22:04.806Z] #54 258.0 + install -D bin/containerd-shim /build/containerd-shim
22:22:04 [2020-12-04T22:22:04.806Z] #54 258.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
22:22:04 [2020-12-04T22:22:04.806Z] #54 258.0 + install -D bin/ctr /build/ctr
22:22:05 [2020-12-04T22:22:05.377Z] --- PASS: TestConfigDaemonLibtrustID (0.71s)
22:22:05 [2020-12-04T22:22:05.377Z] PASS
22:22:05 [2020-12-04T22:22:05.377Z] 
22:22:05 [2020-12-04T22:22:05.377Z] DONE 7 tests in 20.756s
22:22:05 [2020-12-04T22:22:05.377Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
22:22:05 [2020-12-04T22:22:05.377Z] ++ 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
22:22:05 [2020-12-04T22:22:05.377Z] ++ set -e
22:22:05 [2020-12-04T22:22:05.377Z] ++ '[' -n 0 ']'
22:22:05 [2020-12-04T22:22:05.377Z] ++ set -x
22:22:05 [2020-12-04T22:22:05.377Z] ++ env -i DEST=/go/src/github.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
22:22:05 [2020-12-04T22:22:05.606Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
22:22:05 [2020-12-04T22:22:05.638Z] INFO: Testing against a local daemon
22:22:05 [2020-12-04T22:22:05.638Z] === RUN   TestCheckpoint
22:22:05 [2020-12-04T22:22:05.638Z] --- SKIP: TestCheckpoint (0.00s)
22:22:05 [2020-12-04T22:22:05.638Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:22:05 [2020-12-04T22:22:05.638Z] === RUN   TestContainerInvalidJSON
22:22:05 [2020-12-04T22:22:05.638Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:22:05 [2020-12-04T22:22:05.638Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:22:05 [2020-12-04T22:22:05.638Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:22:05 [2020-12-04T22:22:05.638Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:22:05 [2020-12-04T22:22:05.638Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:22:05 [2020-12-04T22:22:05.638Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:22:05 [2020-12-04T22:22:05.638Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:22:05 [2020-12-04T22:22:05.638Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:22:05 [2020-12-04T22:22:05.638Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:22:05 [2020-12-04T22:22:05.638Z] --- PASS: TestContainerInvalidJSON (0.03s)
22:22:05 [2020-12-04T22:22:05.638Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
22:22:05 [2020-12-04T22:22:05.638Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
22:22:05 [2020-12-04T22:22:05.638Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:22:05 [2020-12-04T22:22:05.638Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:22:05 [2020-12-04T22:22:05.899Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
22:22:05 [2020-12-04T22:22:05.899Z] === RUN   TestCopyFromContainerPathIsNotDir
22:22:05 [2020-12-04T22:22:05.899Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
22:22:05 [2020-12-04T22:22:05.899Z] === RUN   TestCopyToContainerPathDoesNotExist
22:22:06 [2020-12-04T22:22:06.160Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s)
22:22:06 [2020-12-04T22:22:06.160Z] === RUN   TestCopyToContainerPathIsNotDir
22:22:06 [2020-12-04T22:22:06.160Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s)
22:22:06 [2020-12-04T22:22:06.160Z] === RUN   TestCopyFromContainer
22:22:06 [2020-12-04T22:22:06.181Z] #54 DONE 259.3s
22:22:06 [2020-12-04T22:22:06.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:22:06 [2020-12-04T22:22:06.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:22:06 [2020-12-04T22:22:06.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:22:07 [2020-12-04T22:22:07.118Z] 
22:22:07 [2020-12-04T22:22:07.118Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
22:22:07 [2020-12-04T22:22:07.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:22:07 [2020-12-04T22:22:07.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:22:08 [2020-12-04T22:22:08.056Z] #55 DONE 0.9s
22:22:08 [2020-12-04T22:22:08.056Z] 
22:22:08 [2020-12-04T22:22:08.056Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
22:22:08 [2020-12-04T22:22:08.056Z] #59 DONE 0.2s
22:22:08 [2020-12-04T22:22:08.079Z] === RUN   TestCopyFromContainer//
22:22:08 [2020-12-04T22:22:08.315Z] 
22:22:08 [2020-12-04T22:22:08.315Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
22:22:08 [2020-12-04T22:22:08.341Z] === RUN   TestCopyFromContainer//bar/root
22:22:08 [2020-12-04T22:22:08.341Z] === RUN   TestCopyFromContainer//bar/root/
22:22:08 [2020-12-04T22:22:08.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:22:08 [2020-12-04T22:22:08.602Z] === RUN   TestCopyFromContainer/bar/quux
22:22:08 [2020-12-04T22:22:08.602Z] === RUN   TestCopyFromContainer/bar/quux/
22:22:08 [2020-12-04T22:22:08.864Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:22:08 [2020-12-04T22:22:08.864Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:22:08 [2020-12-04T22:22:08.883Z] #61 DONE 0.5s
22:22:08 [2020-12-04T22:22:08.883Z] 
22:22:08 [2020-12-04T22:22:08.883Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
22:22:08 [2020-12-04T22:22:08.883Z] #63 DONE 0.0s
22:22:08 [2020-12-04T22:22:08.883Z] 
22:22:08 [2020-12-04T22:22:08.883Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
22:22:08 [2020-12-04T22:22:08.883Z] #64 DONE 0.0s
22:22:08 [2020-12-04T22:22:08.883Z] 
22:22:08 [2020-12-04T22:22:08.883Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
22:22:09 [2020-12-04T22:22:09.125Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:22:09 [2020-12-04T22:22:09.125Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:22:09 [2020-12-04T22:22:09.385Z] === RUN   TestCopyFromContainer/bar/notarget
22:22:09 [2020-12-04T22:22:09.386Z] --- PASS: TestCopyFromContainer (3.23s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCopyFromContainer// (0.11s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCopyFromContainer//bar/root (0.16s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCopyFromContainer/bar/quux (0.14s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.12s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.12s)
22:22:09 [2020-12-04T22:22:09.386Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:22:09 [2020-12-04T22:22:09.386Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:22:09 [2020-12-04T22:22:09.386Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:22:09 [2020-12-04T22:22:09.386Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:22:09 [2020-12-04T22:22:09.386Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:22:09 [2020-12-04T22:22:09.386Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:22:09 [2020-12-04T22:22:09.386Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:22:09 [2020-12-04T22:22:09.386Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:22:09 [2020-12-04T22:22:09.386Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:22:09 [2020-12-04T22:22:09.386Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:22:09 [2020-12-04T22:22:09.386Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
22:22:09 [2020-12-04T22:22:09.386Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
22:22:09 [2020-12-04T22:22:09.386Z] === RUN   TestCreateLinkToNonExistingContainer
22:22:09 [2020-12-04T22:22:09.646Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s)
22:22:09 [2020-12-04T22:22:09.646Z] === RUN   TestCreateWithInvalidEnv
22:22:09 [2020-12-04T22:22:09.646Z] === RUN   TestCreateWithInvalidEnv/0
22:22:09 [2020-12-04T22:22:09.646Z] === PAUSE TestCreateWithInvalidEnv/0
22:22:09 [2020-12-04T22:22:09.646Z] === RUN   TestCreateWithInvalidEnv/1
22:22:09 [2020-12-04T22:22:09.646Z] === PAUSE TestCreateWithInvalidEnv/1
22:22:09 [2020-12-04T22:22:09.646Z] === RUN   TestCreateWithInvalidEnv/2
22:22:09 [2020-12-04T22:22:09.646Z] === PAUSE TestCreateWithInvalidEnv/2
22:22:09 [2020-12-04T22:22:09.646Z] === CONT  TestCreateWithInvalidEnv/0
22:22:09 [2020-12-04T22:22:09.646Z] === CONT  TestCreateWithInvalidEnv/1
22:22:09 [2020-12-04T22:22:09.646Z] === CONT  TestCreateWithInvalidEnv/2
22:22:09 [2020-12-04T22:22:09.646Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
22:22:09 [2020-12-04T22:22:09.646Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
22:22:09 [2020-12-04T22:22:09.646Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:22:09 [2020-12-04T22:22:09.646Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
22:22:09 [2020-12-04T22:22:09.646Z] === RUN   TestCreateTmpfsMountsTarget
22:22:09 [2020-12-04T22:22:09.646Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
22:22:09 [2020-12-04T22:22:09.646Z] === RUN   TestCreateWithCustomMaskedPaths
22:22:09 [2020-12-04T22:22:09.905Z] #54 255.7 + bin/containerd-shim-runc-v1
22:22:10 [2020-12-04T22:22:10.261Z] #65 DONE 1.5s
22:22:10 [2020-12-04T22:22:10.261Z] 
22:22:10 [2020-12-04T22:22:10.261Z] #66 exporting to image
22:22:10 [2020-12-04T22:22:10.261Z] #66 exporting layers
22:22:10 [2020-12-04T22:22:10.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:22:11 [2020-12-04T22:22:11.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:22:11 [2020-12-04T22:22:11.492Z] 4612f6d0b889: Pull complete
22:22:12 [2020-12-04T22:22:12.194Z] --- PASS: TestCreateWithCustomMaskedPaths (2.21s)
22:22:12 [2020-12-04T22:22:12.194Z] === RUN   TestCreateWithCustomReadonlyPaths
22:22:12 [2020-12-04T22:22:12.517Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
22:22:13 [2020-12-04T22:22:13.156Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:22:14 [2020-12-04T22:22:14.109Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.30s)
22:22:14 [2020-12-04T22:22:14.109Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:22:14 [2020-12-04T22:22:14.109Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:22:14 [2020-12-04T22:22:14.109Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:22:14 [2020-12-04T22:22:14.109Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:22:14 [2020-12-04T22:22:14.109Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:22:14 [2020-12-04T22:22:14.109Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:22:14 [2020-12-04T22:22:14.109Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:22:14 [2020-12-04T22:22:14.109Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:22:14 [2020-12-04T22:22:14.109Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:22:14 [2020-12-04T22:22:14.109Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:22:14 [2020-12-04T22:22:14.109Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:22:14 [2020-12-04T22:22:14.109Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:22:14 [2020-12-04T22:22:14.109Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:22:14 [2020-12-04T22:22:14.109Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:22:14 [2020-12-04T22:22:14.109Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:22:14 [2020-12-04T22:22:14.109Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:22:14 [2020-12-04T22:22:14.109Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
22:22:14 [2020-12-04T22:22:14.109Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
22:22:14 [2020-12-04T22:22:14.109Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
22:22:14 [2020-12-04T22:22:14.109Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s)
22:22:14 [2020-12-04T22:22:14.109Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s)
22:22:14 [2020-12-04T22:22:14.109Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
22:22:14 [2020-12-04T22:22:14.109Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:22:14 [2020-12-04T22:22:14.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:22:14 [2020-12-04T22:22:14.209Z] #54 260.2 + bin/containerd-shim-runc-v2
22:22:14 [2020-12-04T22:22:14.281Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
22:22:14 [2020-12-04T22:22:14.469Z] #54 261.2 + binaries
22:22:14 [2020-12-04T22:22:14.469Z] #54 261.2 + install -D bin/containerd /build/containerd
22:22:14 [2020-12-04T22:22:14.469Z] #54 261.3 + install -D bin/containerd-shim /build/containerd-shim
22:22:14 [2020-12-04T22:22:14.469Z] #54 261.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
22:22:14 [2020-12-04T22:22:14.469Z] #54 261.3 + install -D bin/ctr /build/ctr
22:22:14 [2020-12-04T22:22:14.835Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:22:15 [2020-12-04T22:22:15.053Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.76s)
22:22:15 [2020-12-04T22:22:15.053Z] === RUN   TestCreateDifferentPlatform
22:22:15 [2020-12-04T22:22:15.053Z] === RUN   TestCreateDifferentPlatform/different_os
22:22:15 [2020-12-04T22:22:15.053Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:22:15 [2020-12-04T22:22:15.053Z] --- PASS: TestCreateDifferentPlatform (0.03s)
22:22:15 [2020-12-04T22:22:15.053Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:22:15 [2020-12-04T22:22:15.053Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
22:22:15 [2020-12-04T22:22:15.053Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:22:15 [2020-12-04T22:22:15.053Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
22:22:15 [2020-12-04T22:22:15.053Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:22:15 [2020-12-04T22:22:15.053Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s)
22:22:15 [2020-12-04T22:22:15.053Z] === RUN   TestContainerStartOnDaemonRestart
22:22:15 [2020-12-04T22:22:15.053Z] === PAUSE TestContainerStartOnDaemonRestart
22:22:15 [2020-12-04T22:22:15.053Z] === RUN   TestDaemonRestartIpcMode
22:22:15 [2020-12-04T22:22:15.053Z] === PAUSE TestDaemonRestartIpcMode
22:22:15 [2020-12-04T22:22:15.053Z] === RUN   TestDaemonHostGatewayIP
22:22:15 [2020-12-04T22:22:15.053Z] === PAUSE TestDaemonHostGatewayIP
22:22:15 [2020-12-04T22:22:15.053Z] === RUN   TestContainerKillOnDaemonStart
22:22:15 [2020-12-04T22:22:15.053Z] === PAUSE TestContainerKillOnDaemonStart
22:22:15 [2020-12-04T22:22:15.053Z] === RUN   TestDiff
22:22:15 [2020-12-04T22:22:15.853Z] #54 DONE 262.6s
22:22:15 [2020-12-04T22:22:15.876Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:22:15 [2020-12-04T22:22:15.997Z] --- PASS: TestDiff (0.76s)
22:22:15 [2020-12-04T22:22:15.997Z] === RUN   TestExecWithCloseStdin
22:22:16 [2020-12-04T22:22:16.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:22:16 [2020-12-04T22:22:16.795Z] 
22:22:16 [2020-12-04T22:22:16.795Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
22:22:16 [2020-12-04T22:22:16.941Z] --- PASS: TestExecWithCloseStdin (0.89s)
22:22:16 [2020-12-04T22:22:16.941Z] === RUN   TestExec
22:22:16 [2020-12-04T22:22:16.948Z] #66 exporting layers 6.6s done
22:22:16 [2020-12-04T22:22:16.948Z] #66 writing image sha256:9ac62d80d76d46918e6700271a8764817a2a2ab7952466badd3d674688c30c33 done
22:22:16 [2020-12-04T22:22:16.948Z] #66 naming to docker.io/library/docker:fdceba93defafa708bcb082cd1f747a5f58010b7 done
22:22:16 [2020-12-04T22:22:16.948Z] #66 DONE 6.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
22:22:17 [2020-12-04T22:22:17.284Z] + trap exit INT TERM
22:22:17 [2020-12-04T22:22:17.284Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
22:22:17 [2020-12-04T22:22:17.284Z] + CONTAINER_NAME=docker-pr9
22:22:17 [2020-12-04T22:22:17.284Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41622/.git:/go/src/github.com/docker/docker/.git --name docker-pr9-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/make.sh dynbinary-daemon
22:22:17 [2020-12-04T22:22:17.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:22:17 [2020-12-04T22:22:17.735Z] #55 DONE 1.0s
22:22:17 [2020-12-04T22:22:17.888Z] --- PASS: TestExec (0.92s)
22:22:17 [2020-12-04T22:22:17.888Z] === RUN   TestExecUser
22:22:17 [2020-12-04T22:22:17.995Z] 
22:22:17 [2020-12-04T22:22:17.995Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
22:22:17 [2020-12-04T22:22:17.995Z] #59 DONE 0.2s
22:22:18 [2020-12-04T22:22:18.192Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:22:18 [2020-12-04T22:22:18.192Z] Using test binary docker
22:22:18 [2020-12-04T22:22:18.192Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:22:18 [2020-12-04T22:22:18.192Z] +++ /etc/init.d/apparmor start
22:22:18 [2020-12-04T22:22:18.192Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:22:18 [2020-12-04T22:22:18.192Z] INFO: Waiting for daemon to start...
22:22:18 [2020-12-04T22:22:18.192Z] Starting dockerd
22:22:18 [2020-12-04T22:22:18.192Z] +++ 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
22:22:18 [2020-12-04T22:22:18.255Z] 
22:22:18 [2020-12-04T22:22:18.255Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
22:22:18 [2020-12-04T22:22:18.515Z] #61 DONE 0.5s
22:22:18 [2020-12-04T22:22:18.515Z] 
22:22:18 [2020-12-04T22:22:18.515Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
22:22:18 [2020-12-04T22:22:18.515Z] #63 DONE 0.0s
22:22:18 [2020-12-04T22:22:18.665Z] 
22:22:18 [2020-12-04T22:22:18.665Z] Removing bundles/
22:22:18 [2020-12-04T22:22:18.665Z] 
22:22:18 [2020-12-04T22:22:18.665Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
22:22:18 [2020-12-04T22:22:18.665Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:22:18 [2020-12-04T22:22:18.665Z] GOOS="" GOARCH="" GOARM=""
22:22:18 [2020-12-04T22:22:18.775Z] 
22:22:18 [2020-12-04T22:22:18.775Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
22:22:18 [2020-12-04T22:22:18.775Z] #64 DONE 0.0s
22:22:18 [2020-12-04T22:22:18.775Z] 
22:22:18 [2020-12-04T22:22:18.775Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
22:22:18 [2020-12-04T22:22:18.838Z] --- PASS: TestExecUser (0.92s)
22:22:18 [2020-12-04T22:22:18.838Z] === RUN   TestExportContainerAndImportImage
22:22:19 [2020-12-04T22:22:19.782Z] --- PASS: TestExportContainerAndImportImage (1.08s)
22:22:19 [2020-12-04T22:22:19.782Z] === RUN   TestExportContainerAfterDaemonRestart
22:22:20 [2020-12-04T22:22:20.270Z] .
22:22:20 [2020-12-04T22:22:20.270Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:22:20 [2020-12-04T22:22:20.270Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:22:20 [2020-12-04T22:22:20.270Z] Error: No such image: emptyfs
22:22:20 [2020-12-04T22:22:20.270Z] ++++ tar -cC bundles/test-integration/emptyfs .
22:22:20 [2020-12-04T22:22:20.270Z] ++++ docker load
22:22:20 [2020-12-04T22:22:20.563Z] Running integration-test (iteration 1)
22:22:20 [2020-12-04T22:22:20.563Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m 
22:22:20 [2020-12-04T22:22:20.563Z] ++ 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
22:22:20 [2020-12-04T22:22:20.563Z] ++ set -e
22:22:20 [2020-12-04T22:22:20.563Z] ++ '[' -n 0 ']'
22:22:20 [2020-12-04T22:22:20.563Z] ++ set -x
22:22:20 [2020-12-04T22:22:20.564Z] ++ env -i DEST=/go/src/github.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
22:22:20 [2020-12-04T22:22:20.687Z] #65 DONE 1.9s
22:22:20 [2020-12-04T22:22:20.687Z] 
22:22:20 [2020-12-04T22:22:20.687Z] #66 exporting to image
22:22:20 [2020-12-04T22:22:20.687Z] #66 exporting layers
22:22:21 [2020-12-04T22:22:21.700Z] --- PASS: TestExportContainerAfterDaemonRestart (2.10s)
22:22:21 [2020-12-04T22:22:21.700Z] === RUN   TestHealthCheckWorkdir
22:22:23 [2020-12-04T22:22:23.086Z] --- PASS: TestHealthCheckWorkdir (1.01s)
22:22:23 [2020-12-04T22:22:23.086Z] === RUN   TestHealthKillContainer
22:22:25 [2020-12-04T22:22:25.633Z] --- PASS: TestHealthKillContainer (2.87s)
22:22:25 [2020-12-04T22:22:25.633Z] === RUN   TestInspectCpusetInConfigPre120
22:22:26 [2020-12-04T22:22:26.579Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s)
22:22:26 [2020-12-04T22:22:26.579Z] === RUN   TestIpcModeNone
22:22:27 [2020-12-04T22:22:27.275Z] #66 exporting layers 6.6s done
22:22:27 [2020-12-04T22:22:27.275Z] #66 writing image sha256:33a78f3b007285a1c678196d40993a9afed31850da15a3829f6a089bfb847b13
22:22:27 [2020-12-04T22:22:27.275Z] #66 writing image sha256:33a78f3b007285a1c678196d40993a9afed31850da15a3829f6a089bfb847b13 done
22:22:27 [2020-12-04T22:22:27.275Z] #66 naming to docker.io/library/docker:fdceba93defafa708bcb082cd1f747a5f58010b7 done
22:22:27 [2020-12-04T22:22:27.275Z] #66 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:22:27 [2020-12-04T22:22:27.523Z] --- PASS: TestIpcModeNone (0.87s)
22:22:27 [2020-12-04T22:22:27.523Z] === RUN   TestIpcModePrivate
22:22:27 [2020-12-04T22:22:27.625Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -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:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/make.sh dynbinary test-integration
22:22:28 [2020-12-04T22:22:28.468Z] --- PASS: TestIpcModePrivate (0.89s)
22:22:28 [2020-12-04T22:22:28.468Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false
22:22:28 [2020-12-04T22:22:28.468Z] === RUN   TestIpcModeShareable
22:22:28 [2020-12-04T22:22:28.570Z] 
22:22:28 [2020-12-04T22:22:28.570Z] Removing bundles/
22:22:28 [2020-12-04T22:22:28.570Z] 
22:22:28 [2020-12-04T22:22:28.570Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:22:28 [2020-12-04T22:22:28.570Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:22:28 [2020-12-04T22:22:28.570Z] GOOS="" GOARCH="" GOARM=""
22:22:29 [2020-12-04T22:22:29.065Z] Loaded image: buildpack-deps:buster
22:22:29 [2020-12-04T22:22:29.360Z] Loaded image: busybox:latest
22:22:29 [2020-12-04T22:22:29.360Z] Loaded image: busybox:glibc
22:22:29 [2020-12-04T22:22:29.360Z] Loaded image: debian:buster
22:22:29 [2020-12-04T22:22:29.360Z] Loaded image: hello-world:latest
22:22:29 [2020-12-04T22:22:29.412Z] --- PASS: TestIpcModeShareable (0.94s)
22:22:29 [2020-12-04T22:22:29.412Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true
22:22:29 [2020-12-04T22:22:29.412Z] === RUN   TestAPIIpcModeShareableAndContainer
22:22:29 [2020-12-04T22:22:29.655Z] Loaded image: arm32v7/hello-world:latest
22:22:29 [2020-12-04T22:22:29.655Z] INFO: Testing against a local daemon
22:22:29 [2020-12-04T22:22:29.655Z] === RUN   TestCgroupNamespacesBuild
22:22:30 [2020-12-04T22:22:30.474Z] tests/integration/api_network_test.py ............................       [ 47%]
22:22:31 [2020-12-04T22:22:31.958Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.78s)
22:22:31 [2020-12-04T22:22:31.958Z] === RUN   TestAPIIpcModeHost
22:22:32 [2020-12-04T22:22:32.399Z] --- PASS: TestCgroupNamespacesBuild (2.30s)
22:22:32 [2020-12-04T22:22:32.399Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
22:22:32 [2020-12-04T22:22:32.905Z] --- PASS: TestAPIIpcModeHost (0.67s)
22:22:32 [2020-12-04T22:22:32.905Z] === RUN   TestDaemonIpcModeShareable
22:22:33 [2020-12-04T22:22:33.918Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.90s)
22:22:33 [2020-12-04T22:22:33.918Z] === RUN   TestBuildWithSession
22:22:33 [2020-12-04T22:22:33.918Z] --- SKIP: TestBuildWithSession (0.00s)
22:22:33 [2020-12-04T22:22:33.918Z]     build_session_test.go:25: TODO: BuildKit
22:22:33 [2020-12-04T22:22:33.918Z] === RUN   TestBuildSquashParent
22:22:34 [2020-12-04T22:22:34.823Z] --- PASS: TestDaemonIpcModeShareable (1.91s)
22:22:34 [2020-12-04T22:22:34.823Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
22:22:34 [2020-12-04T22:22:34.823Z] === RUN   TestDaemonIpcModePrivate
22:22:36 [2020-12-04T22:22:36.741Z] --- PASS: TestDaemonIpcModePrivate (2.01s)
22:22:36 [2020-12-04T22:22:36.741Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
22:22:36 [2020-12-04T22:22:36.741Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:22:38 [2020-12-04T22:22:38.660Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.86s)
22:22:38 [2020-12-04T22:22:38.660Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
22:22:38 [2020-12-04T22:22:38.660Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:22:40 [2020-12-04T22:22:40.576Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.89s)
22:22:40 [2020-12-04T22:22:40.576Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
22:22:40 [2020-12-04T22:22:40.576Z] === RUN   TestIpcModeOlderClient
22:22:40 [2020-12-04T22:22:40.576Z] === PAUSE TestIpcModeOlderClient
22:22:40 [2020-12-04T22:22:40.576Z] === RUN   TestKillContainerInvalidSignal
22:22:41 [2020-12-04T22:22:41.151Z] --- PASS: TestKillContainerInvalidSignal (0.81s)
22:22:41 [2020-12-04T22:22:41.151Z] === RUN   TestKillContainer
22:22:41 [2020-12-04T22:22:41.151Z] === RUN   TestKillContainer/no_signal
22:22:42 [2020-12-04T22:22:42.096Z] === RUN   TestKillContainer/non_killing_signal
22:22:42 [2020-12-04T22:22:42.424Z] --- PASS: TestBuildSquashParent (7.14s)
22:22:42 [2020-12-04T22:22:42.424Z] === RUN   TestBuildWithRemoveAndForceRemove
22:22:42 [2020-12-04T22:22:42.424Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:22:42 [2020-12-04T22:22:42.424Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:22:42 [2020-12-04T22:22:42.424Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:22:42 [2020-12-04T22:22:42.424Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:22:42 [2020-12-04T22:22:42.424Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:22:42 [2020-12-04T22:22:42.424Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:22:42 [2020-12-04T22:22:42.424Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:22:42 [2020-12-04T22:22:42.424Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:22:42 [2020-12-04T22:22:42.424Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:22:42 [2020-12-04T22:22:42.424Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:22:42 [2020-12-04T22:22:42.424Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:22:42 [2020-12-04T22:22:42.424Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:22:42 [2020-12-04T22:22:42.424Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:22:42 [2020-12-04T22:22:42.424Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:22:42 [2020-12-04T22:22:42.564Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
22:22:42 [2020-12-04T22:22:42.669Z] === RUN   TestKillContainer/killing_signal
22:22:43 [2020-12-04T22:22:43.467Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:22:43 [2020-12-04T22:22:43.467Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:22:43 [2020-12-04T22:22:43.613Z] --- PASS: TestKillContainer (2.45s)
22:22:43 [2020-12-04T22:22:43.613Z]     --- PASS: TestKillContainer/no_signal (0.82s)
22:22:43 [2020-12-04T22:22:43.613Z]     --- PASS: TestKillContainer/non_killing_signal (0.53s)
22:22:43 [2020-12-04T22:22:43.613Z]     --- PASS: TestKillContainer/killing_signal (0.77s)
22:22:43 [2020-12-04T22:22:43.613Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:22:43 [2020-12-04T22:22:43.613Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:22:44 [2020-12-04T22:22:44.002Z] tests/integration/api_secret_test.py .....                               [ 51%]
22:22:44 [2020-12-04T22:22:44.557Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:22:45 [2020-12-04T22:22:45.129Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.59s)
22:22:45 [2020-12-04T22:22:45.129Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s)
22:22:45 [2020-12-04T22:22:45.129Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s)
22:22:45 [2020-12-04T22:22:45.129Z] === RUN   TestKillStoppedContainer
22:22:45 [2020-12-04T22:22:45.391Z] --- PASS: TestKillStoppedContainer (0.11s)
22:22:45 [2020-12-04T22:22:45.391Z] === RUN   TestKillStoppedContainerAPIPre120
22:22:45 [2020-12-04T22:22:45.391Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
22:22:45 [2020-12-04T22:22:45.391Z] === RUN   TestKillDifferentUserContainer
22:22:46 [2020-12-04T22:22:46.214Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:22:46 [2020-12-04T22:22:46.214Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:22:46 [2020-12-04T22:22:46.340Z] --- PASS: TestKillDifferentUserContainer (0.83s)
22:22:46 [2020-12-04T22:22:46.340Z] === RUN   TestInspectOomKilledTrue
22:22:46 [2020-12-04T22:22:46.340Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
22:22:46 [2020-12-04T22:22:46.340Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:22:46 [2020-12-04T22:22:46.340Z] === RUN   TestInspectOomKilledFalse
22:22:46 [2020-12-04T22:22:46.340Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
22:22:46 [2020-12-04T22:22:46.340Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:22:46 [2020-12-04T22:22:46.340Z] === RUN   TestLinksEtcHostsContentMatch
22:22:46 [2020-12-04T22:22:46.912Z] --- PASS: TestLinksEtcHostsContentMatch (0.63s)
22:22:46 [2020-12-04T22:22:46.912Z] === RUN   TestLinksContainerNames
22:22:48 [2020-12-04T22:22:48.830Z] --- PASS: TestLinksContainerNames (1.57s)
22:22:48 [2020-12-04T22:22:48.830Z] === RUN   TestLogsFollowTailEmpty
22:22:48 [2020-12-04T22:22:48.958Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
22:22:48 [2020-12-04T22:22:48.958Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.48s)
22:22:48 [2020-12-04T22:22:48.958Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.54s)
22:22:48 [2020-12-04T22:22:48.958Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.63s)
22:22:48 [2020-12-04T22:22:48.958Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.65s)
22:22:48 [2020-12-04T22:22:48.958Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.38s)
22:22:48 [2020-12-04T22:22:48.958Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.44s)
22:22:48 [2020-12-04T22:22:48.958Z] === RUN   TestBuildMultiStageCopy
22:22:48 [2020-12-04T22:22:48.958Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:22:49 [2020-12-04T22:22:49.265Z] tests/integration/api_service_test.py .................................. [ 60%]
22:22:49 [2020-12-04T22:22:49.403Z] --- PASS: TestLogsFollowTailEmpty (0.82s)
22:22:49 [2020-12-04T22:22:49.403Z] === RUN   TestContainerNetworkMountsNoChown
22:22:49 [2020-12-04T22:22:49.976Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s)
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/default
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/default
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/private
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/private
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rprivate
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rprivate
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/slave
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/slave
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rslave
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rslave
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/shared
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/shared
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rshared
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rshared
22:22:49 [2020-12-04T22:22:49.976Z] === CONT  TestMountDaemonRoot/default
22:22:49 [2020-12-04T22:22:49.976Z] === CONT  TestMountDaemonRoot/rprivate
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/default/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/default/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === CONT  TestMountDaemonRoot/rshared
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === CONT  TestMountDaemonRoot/private
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/private/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/private/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === CONT  TestMountDaemonRoot/slave
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === CONT  TestMountDaemonRoot/default/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === CONT  TestMountDaemonRoot/rslave
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === CONT  TestMountDaemonRoot/shared
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:22:49 [2020-12-04T22:22:49.976Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:22:49 [2020-12-04T22:22:49.976Z] === CONT  TestMountDaemonRoot/default/mount_root
22:22:50 [2020-12-04T22:22:50.238Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:22:50 [2020-12-04T22:22:50.238Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:22:50 [2020-12-04T22:22:50.238Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:22:50 [2020-12-04T22:22:50.238Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:22:50 [2020-12-04T22:22:50.238Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:22:50 [2020-12-04T22:22:50.238Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:22:50 [2020-12-04T22:22:50.238Z] === CONT  TestMountDaemonRoot/private/mount_root
22:22:50 [2020-12-04T22:22:50.238Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:22:50 [2020-12-04T22:22:50.238Z] === CONT  TestMountDaemonRoot/private/bind_root
22:22:50 [2020-12-04T22:22:50.238Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:22:50 [2020-12-04T22:22:50.238Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:22:50 [2020-12-04T22:22:50.238Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:22:50 [2020-12-04T22:22:50.499Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:22:50 [2020-12-04T22:22:50.499Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:22:50 [2020-12-04T22:22:50.499Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:22:50 [2020-12-04T22:22:50.499Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:22:50 [2020-12-04T22:22:50.499Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:22:50 [2020-12-04T22:22:50.499Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:22:50 [2020-12-04T22:22:50.499Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:22:50 [2020-12-04T22:22:50.499Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:22:50 [2020-12-04T22:22:50.499Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:22:50 [2020-12-04T22:22:50.499Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:22:50 [2020-12-04T22:22:50.499Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:22:50 [2020-12-04T22:22:50.499Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:22:50 [2020-12-04T22:22:50.499Z] --- PASS: TestMountDaemonRoot (0.04s)
22:22:50 [2020-12-04T22:22:50.499Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.09s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.11s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
22:22:50 [2020-12-04T22:22:50.499Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
22:22:50 [2020-12-04T22:22:50.499Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.06s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
22:22:50 [2020-12-04T22:22:50.499Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s)
22:22:50 [2020-12-04T22:22:50.499Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
22:22:50 [2020-12-04T22:22:50.499Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s)
22:22:50 [2020-12-04T22:22:50.499Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
22:22:50 [2020-12-04T22:22:50.499Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s)
22:22:50 [2020-12-04T22:22:50.499Z] === RUN   TestContainerBindMountNonRecursive
22:22:51 [2020-12-04T22:22:51.731Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:22:52 [2020-12-04T22:22:52.024Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:22:52 [2020-12-04T22:22:52.661Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:22:53 [2020-12-04T22:22:53.048Z] --- PASS: TestContainerBindMountNonRecursive (2.34s)
22:22:53 [2020-12-04T22:22:53.048Z] === RUN   TestContainerVolumesMountedAsShared
22:22:53 [2020-12-04T22:22:53.300Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:22:53 [2020-12-04T22:22:53.619Z] --- PASS: TestContainerVolumesMountedAsShared (0.75s)
22:22:53 [2020-12-04T22:22:53.619Z] === RUN   TestContainerVolumesMountedAsSlave
22:22:53 [2020-12-04T22:22:53.940Z] --- PASS: TestBuildMultiStageCopy (5.29s)
22:22:53 [2020-12-04T22:22:53.940Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.70s)
22:22:53 [2020-12-04T22:22:53.940Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.60s)
22:22:53 [2020-12-04T22:22:53.940Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.61s)
22:22:53 [2020-12-04T22:22:53.940Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.66s)
22:22:53 [2020-12-04T22:22:53.940Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.72s)
22:22:53 [2020-12-04T22:22:53.940Z] === RUN   TestBuildMultiStageParentConfig
22:22:54 [2020-12-04T22:22:54.562Z] --- PASS: TestContainerVolumesMountedAsSlave (0.64s)
22:22:54 [2020-12-04T22:22:54.562Z] === RUN   TestNetworkNat
22:22:55 [2020-12-04T22:22:55.136Z] --- PASS: TestNetworkNat (0.88s)
22:22:55 [2020-12-04T22:22:55.136Z] === RUN   TestNetworkLocalhostTCPNat
22:22:55 [2020-12-04T22:22:55.456Z] --- PASS: TestBuildMultiStageParentConfig (1.62s)
22:22:55 [2020-12-04T22:22:55.456Z] === RUN   TestBuildLabelWithTargets
22:22:56 [2020-12-04T22:22:56.080Z] --- PASS: TestNetworkLocalhostTCPNat (0.86s)
22:22:56 [2020-12-04T22:22:56.080Z] === RUN   TestNetworkLoopbackNat
22:22:58 [2020-12-04T22:22:58.163Z] #68 exporting layers 81.4s done
22:22:58 [2020-12-04T22:22:58.163Z] #68 exporting manifest sha256:95cc36578c39453790402d2f36a5b07454e4546845a0a7c58c273dc70c041916 done
22:22:58 [2020-12-04T22:22:58.163Z] #68 exporting config sha256:2e447224d416d59a88f0c0e714dcfd42a269261aaa04a40d098e7fe7757ad9bb done
22:22:58 [2020-12-04T22:22:58.163Z] #68 sending tarball
22:22:58 [2020-12-04T22:22:58.197Z] --- PASS: TestBuildLabelWithTargets (2.51s)
22:22:58 [2020-12-04T22:22:58.197Z] === RUN   TestBuildWithEmptyLayers
22:22:59 [2020-12-04T22:22:59.237Z] --- PASS: TestBuildWithEmptyLayers (1.14s)
22:22:59 [2020-12-04T22:22:59.237Z] === RUN   TestBuildMultiStageOnBuild
22:22:59 [2020-12-04T22:22:59.383Z] --- PASS: TestNetworkLoopbackNat (3.16s)
22:22:59 [2020-12-04T22:22:59.383Z] === RUN   TestPause
22:22:59 [2020-12-04T22:22:59.956Z] --- PASS: TestPause (0.84s)
22:22:59 [2020-12-04T22:22:59.956Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:22:59 [2020-12-04T22:22:59.956Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:22:59 [2020-12-04T22:22:59.956Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:22:59 [2020-12-04T22:22:59.956Z] === RUN   TestPauseStopPausedContainer
22:23:00 [2020-12-04T22:23:00.906Z] --- PASS: TestPauseStopPausedContainer (0.88s)
22:23:00 [2020-12-04T22:23:00.906Z] === RUN   TestPsFilter
22:23:01 [2020-12-04T22:23:01.167Z] --- PASS: TestPsFilter (0.28s)
22:23:01 [2020-12-04T22:23:01.167Z] === RUN   TestRemoveContainerWithRemovedVolume
22:23:02 [2020-12-04T22:23:02.111Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.76s)
22:23:02 [2020-12-04T22:23:02.111Z] === RUN   TestRemoveContainerWithVolume
22:23:02 [2020-12-04T22:23:02.684Z] --- PASS: TestRemoveContainerWithVolume (0.81s)
22:23:02 [2020-12-04T22:23:02.684Z] === RUN   TestRemoveContainerRunning
22:23:02 [2020-12-04T22:23:02.774Z] --- PASS: TestBuildMultiStageOnBuild (3.16s)
22:23:02 [2020-12-04T22:23:02.774Z] === RUN   TestBuildUncleanTarFilenames
22:23:03 [2020-12-04T22:23:03.628Z] --- PASS: TestRemoveContainerRunning (0.84s)
22:23:03 [2020-12-04T22:23:03.628Z] === RUN   TestRemoveContainerForceRemoveRunning
22:23:03 [2020-12-04T22:23:03.794Z] .........................                                                [ 67%]
22:23:03 [2020-12-04T22:23:03.815Z] --- PASS: TestBuildUncleanTarFilenames (1.44s)
22:23:03 [2020-12-04T22:23:03.815Z] === RUN   TestBuildMultiStageLayerLeak
22:23:04 [2020-12-04T22:23:04.572Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s)
22:23:04 [2020-12-04T22:23:04.572Z] === RUN   TestRemoveInvalidContainer
22:23:04 [2020-12-04T22:23:04.572Z] --- PASS: TestRemoveInvalidContainer (0.02s)
22:23:04 [2020-12-04T22:23:04.572Z] === RUN   TestRenameLinkedContainer
22:23:07 [2020-12-04T22:23:07.391Z] --- PASS: TestBuildMultiStageLayerLeak (3.22s)
22:23:07 [2020-12-04T22:23:07.391Z] === RUN   TestBuildWithHugeFile
22:23:07 [2020-12-04T22:23:07.881Z] --- PASS: TestRenameLinkedContainer (3.19s)
22:23:07 [2020-12-04T22:23:07.881Z] === RUN   TestRenameStoppedContainer
22:23:08 [2020-12-04T22:23:08.453Z] --- PASS: TestRenameStoppedContainer (0.78s)
22:23:08 [2020-12-04T22:23:08.453Z] === RUN   TestRenameRunningContainerAndReuse
22:23:10 [2020-12-04T22:23:10.369Z] --- PASS: TestRenameRunningContainerAndReuse (1.54s)
22:23:10 [2020-12-04T22:23:10.369Z] === RUN   TestRenameInvalidName
22:23:10 [2020-12-04T22:23:10.941Z] --- PASS: TestRenameInvalidName (0.84s)
22:23:10 [2020-12-04T22:23:10.941Z] === RUN   TestRenameAnonymousContainer
22:23:13 [2020-12-04T22:23:13.657Z] #68 sending tarball 16.3s done
22:23:13 [2020-12-04T22:23:13.657Z] #68 DONE 97.7s
22:23:13 [2020-12-04T22:23:13.657Z] 
22:23:13 [2020-12-04T22:23:13.657Z] #69 importing to docker
22:23:15 [2020-12-04T22:23:15.150Z] --- PASS: TestRenameAnonymousContainer (4.09s)
22:23:15 [2020-12-04T22:23:15.150Z] === RUN   TestRenameContainerWithSameName
22:23:15 [2020-12-04T22:23:15.723Z] --- PASS: TestRenameContainerWithSameName (0.79s)
22:23:15 [2020-12-04T22:23:15.723Z] === RUN   TestRenameContainerWithLinkedContainer
22:23:17 [2020-12-04T22:23:17.640Z] --- PASS: TestRenameContainerWithLinkedContainer (1.63s)
22:23:17 [2020-12-04T22:23:17.640Z] === RUN   TestResize
22:23:18 [2020-12-04T22:23:18.220Z] --- PASS: TestResize (0.81s)
22:23:18 [2020-12-04T22:23:18.220Z] === RUN   TestResizeWithInvalidSize
22:23:19 [2020-12-04T22:23:19.165Z] --- PASS: TestResizeWithInvalidSize (0.87s)
22:23:19 [2020-12-04T22:23:19.165Z] === RUN   TestResizeWhenContainerNotStarted
22:23:19 [2020-12-04T22:23:19.740Z] --- PASS: TestResizeWhenContainerNotStarted (0.76s)
22:23:19 [2020-12-04T22:23:19.740Z] === RUN   TestDaemonRestartKillContainers
22:23:19 [2020-12-04T22:23:19.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:23:19 [2020-12-04T22:23:19.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:23:19 [2020-12-04T22:23:19.741Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:23:19 [2020-12-04T22:23:19.741Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:23:19 [2020-12-04T22:23:19.741Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:23:19 [2020-12-04T22:23:19.741Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:23:19 [2020-12-04T22:23:19.741Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:23:19 [2020-12-04T22:23:19.741Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:23:21 [2020-12-04T22:23:21.678Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:23:22 [2020-12-04T22:23:22.636Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:23:22 [2020-12-04T22:23:22.636Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:23:23 [2020-12-04T22:23:23.211Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:23:23 [2020-12-04T22:23:23.473Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:23:24 [2020-12-04T22:23:24.421Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:23:25 [2020-12-04T22:23:25.368Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:23:25 [2020-12-04T22:23:25.368Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:23:27 [2020-12-04T22:23:27.920Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
22:23:27 [2020-12-04T22:23:27.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.82s)
22:23:27 [2020-12-04T22:23:27.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.83s)
22:23:27 [2020-12-04T22:23:27.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.92s)
22:23:27 [2020-12-04T22:23:27.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.72s)
22:23:27 [2020-12-04T22:23:27.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.67s)
22:23:27 [2020-12-04T22:23:27.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.70s)
22:23:27 [2020-12-04T22:23:27.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.73s)
22:23:27 [2020-12-04T22:23:27.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.64s)
22:23:27 [2020-12-04T22:23:27.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.56s)
22:23:27 [2020-12-04T22:23:27.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.67s)
22:23:27 [2020-12-04T22:23:27.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.61s)
22:23:27 [2020-12-04T22:23:27.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.54s)
22:23:27 [2020-12-04T22:23:27.921Z] === RUN   TestCgroupNamespacesRun
22:23:29 [2020-12-04T22:23:29.845Z] --- PASS: TestCgroupNamespacesRun (1.84s)
22:23:29 [2020-12-04T22:23:29.845Z] === RUN   TestCgroupNamespacesRunPrivileged
22:23:31 [2020-12-04T22:23:31.765Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.81s)
22:23:31 [2020-12-04T22:23:31.765Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:23:32 [2020-12-04T22:23:32.275Z] #69 DONE 17.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
22:23:32 [2020-12-04T22:23:32.739Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/test/unit
22:23:33 [2020-12-04T22:23:33.685Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.87s)
22:23:33 [2020-12-04T22:23:33.685Z] === RUN   TestCgroupNamespacesRunHostMode
22:23:34 [2020-12-04T22:23:34.559Z] --- PASS: TestBuildWithHugeFile (27.06s)
22:23:34 [2020-12-04T22:23:34.559Z] === RUN   TestBuildWithEmptyDockerfile
22:23:34 [2020-12-04T22:23:34.559Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:23:34 [2020-12-04T22:23:34.559Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:23:34 [2020-12-04T22:23:34.559Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:23:34 [2020-12-04T22:23:34.559Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:23:34 [2020-12-04T22:23:34.559Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:23:34 [2020-12-04T22:23:34.559Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:23:34 [2020-12-04T22:23:34.559Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:23:34 [2020-12-04T22:23:34.559Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:23:34 [2020-12-04T22:23:34.559Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:23:34 [2020-12-04T22:23:34.559Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
22:23:34 [2020-12-04T22:23:34.559Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s)
22:23:34 [2020-12-04T22:23:34.559Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s)
22:23:34 [2020-12-04T22:23:34.559Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s)
22:23:34 [2020-12-04T22:23:34.559Z] === RUN   TestBuildPreserveOwnership
22:23:34 [2020-12-04T22:23:34.559Z] === RUN   TestBuildPreserveOwnership/copy_from
22:23:35 [2020-12-04T22:23:35.602Z] --- PASS: TestCgroupNamespacesRunHostMode (1.88s)
22:23:35 [2020-12-04T22:23:35.602Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:23:36 [2020-12-04T22:23:36.295Z] ?   	github.com/docker/docker/api	[no test files]
22:23:37 [2020-12-04T22:23:37.525Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.91s)
22:23:37 [2020-12-04T22:23:37.525Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:23:38 [2020-12-04T22:23:38.911Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.79s)
22:23:38 [2020-12-04T22:23:38.911Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:23:39 [2020-12-04T22:23:39.028Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
22:23:40 [2020-12-04T22:23:40.299Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.02s)
22:23:40 [2020-12-04T22:23:40.299Z] === RUN   TestCgroupNamespacesRunOlderClient
22:23:41 [2020-12-04T22:23:41.774Z] --- PASS: TestBuildPreserveOwnership (7.16s)
22:23:41 [2020-12-04T22:23:41.774Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.54s)
22:23:41 [2020-12-04T22:23:41.774Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.61s)
22:23:41 [2020-12-04T22:23:41.774Z] === RUN   TestBuildPlatformInvalid
22:23:41 [2020-12-04T22:23:41.774Z] --- PASS: TestBuildPlatformInvalid (0.15s)
22:23:41 [2020-12-04T22:23:41.774Z] PASS
22:23:41 [2020-12-04T22:23:41.774Z] 
22:23:41 [2020-12-04T22:23:41.774Z] === Skipped
22:23:41 [2020-12-04T22:23:41.774Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s)
22:23:41 [2020-12-04T22:23:41.774Z]     build_session_test.go:25: TODO: BuildKit
22:23:41 [2020-12-04T22:23:41.774Z] 
22:23:41 [2020-12-04T22:23:41.774Z] 
22:23:41 [2020-12-04T22:23:41.774Z] DONE 32 tests, 1 skipped in 81.134s
22:23:41 [2020-12-04T22:23:41.774Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m 
22:23:41 [2020-12-04T22:23:41.774Z] ++ 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
22:23:41 [2020-12-04T22:23:41.774Z] ++ set -e
22:23:41 [2020-12-04T22:23:41.774Z] ++ '[' -n 0 ']'
22:23:41 [2020-12-04T22:23:41.774Z] ++ set -x
22:23:41 [2020-12-04T22:23:41.775Z] ++ env -i DEST=/go/src/github.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
22:23:41 [2020-12-04T22:23:41.775Z] INFO: Testing against a local daemon
22:23:41 [2020-12-04T22:23:41.775Z] === RUN   TestConfigInspect
22:23:42 [2020-12-04T22:23:42.213Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.87s)
22:23:42 [2020-12-04T22:23:42.214Z] === RUN   TestKernelTCPMemory
22:23:42 [2020-12-04T22:23:42.788Z] --- PASS: TestKernelTCPMemory (0.87s)
22:23:42 [2020-12-04T22:23:42.788Z] === RUN   TestNISDomainname
22:23:43 [2020-12-04T22:23:43.732Z] --- PASS: TestNISDomainname (0.99s)
22:23:43 [2020-12-04T22:23:43.732Z] === RUN   TestHostnameDnsResolution
22:23:44 [2020-12-04T22:23:44.556Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
22:23:45 [2020-12-04T22:23:45.651Z] --- PASS: TestHostnameDnsResolution (1.83s)
22:23:45 [2020-12-04T22:23:45.651Z] === RUN   TestStats
22:23:46 [2020-12-04T22:23:46.244Z] --- PASS: TestConfigInspect (4.08s)
22:23:46 [2020-12-04T22:23:46.244Z] === RUN   TestConfigList
22:23:48 [2020-12-04T22:23:48.954Z] --- PASS: TestStats (2.85s)
22:23:48 [2020-12-04T22:23:48.954Z] === RUN   TestStopContainerWithTimeout
22:23:48 [2020-12-04T22:23:48.954Z] === RUN   TestStopContainerWithTimeout/0
22:23:48 [2020-12-04T22:23:48.954Z] === PAUSE TestStopContainerWithTimeout/0
22:23:48 [2020-12-04T22:23:48.954Z] === RUN   TestStopContainerWithTimeout/1
22:23:48 [2020-12-04T22:23:48.954Z] === PAUSE TestStopContainerWithTimeout/1
22:23:48 [2020-12-04T22:23:48.954Z] === RUN   TestStopContainerWithTimeout/3
22:23:48 [2020-12-04T22:23:48.954Z] === PAUSE TestStopContainerWithTimeout/3
22:23:48 [2020-12-04T22:23:48.954Z] === RUN   TestStopContainerWithTimeout/-1
22:23:48 [2020-12-04T22:23:48.954Z] === PAUSE TestStopContainerWithTimeout/-1
22:23:48 [2020-12-04T22:23:48.954Z] === CONT  TestStopContainerWithTimeout/0
22:23:48 [2020-12-04T22:23:48.954Z] === CONT  TestStopContainerWithTimeout/1
22:23:48 [2020-12-04T22:23:48.954Z] === CONT  TestStopContainerWithTimeout/3
22:23:48 [2020-12-04T22:23:48.954Z] === CONT  TestStopContainerWithTimeout/-1
22:23:49 [2020-12-04T22:23:49.776Z] --- PASS: TestConfigList (3.32s)
22:23:49 [2020-12-04T22:23:49.776Z] === RUN   TestConfigsCreateAndDelete
22:23:52 [2020-12-04T22:23:52.267Z] --- PASS: TestStopContainerWithTimeout (0.02s)
22:23:52 [2020-12-04T22:23:52.267Z]     --- PASS: TestStopContainerWithTimeout/0 (1.13s)
22:23:52 [2020-12-04T22:23:52.267Z]     --- PASS: TestStopContainerWithTimeout/1 (2.27s)
22:23:52 [2020-12-04T22:23:52.267Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.11s)
22:23:52 [2020-12-04T22:23:52.267Z]     --- PASS: TestStopContainerWithTimeout/3 (3.22s)
22:23:52 [2020-12-04T22:23:52.267Z] === RUN   TestDeleteDevicemapper
22:23:52 [2020-12-04T22:23:52.267Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:23:52 [2020-12-04T22:23:52.267Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:23:52 [2020-12-04T22:23:52.267Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:23:53 [2020-12-04T22:23:53.344Z] --- PASS: TestConfigsCreateAndDelete (3.81s)
22:23:53 [2020-12-04T22:23:53.344Z] === RUN   TestConfigsUpdate
22:23:54 [2020-12-04T22:23:54.185Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.39s)
22:23:54 [2020-12-04T22:23:54.185Z] === RUN   TestUpdateMemory
22:23:54 [2020-12-04T22:23:54.185Z] --- SKIP: TestUpdateMemory (0.00s)
22:23:54 [2020-12-04T22:23:54.185Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
22:23:54 [2020-12-04T22:23:54.185Z] === RUN   TestUpdateCPUQuota
22:23:54 [2020-12-04T22:23:54.942Z] ok  	github.com/docker/docker/api/server	0.024s	coverage: 9.0% of statements
22:23:55 [2020-12-04T22:23:55.133Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:23:55 [2020-12-04T22:23:55.133Z] 
22:23:55 [2020-12-04T22:23:55.133Z] + TEST_INTEGRATION_DEST=2
22:23:55 [2020-12-04T22:23:55.133Z] + CONTAINER_NAME=docker-pr9-2
22:23:55 [2020-12-04T22:23:55.133Z] + TEST_SKIP_INTEGRATION=1
22:23:55 [2020-12-04T22:23:55.133Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
22:23:55 [2020-12-04T22:23:55.133Z] + run_tests
22:23:55 [2020-12-04T22:23:55.133Z] + c=0
22:23:55 [2020-12-04T22:23:55.133Z] + '[' -n 0 ']'
22:23:55 [2020-12-04T22:23:55.133Z] + rm=
22:23:55 [2020-12-04T22:23:55.133Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41622/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41622/.git:/go/src/github.com/docker/docker/.git --name docker-pr9-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/make.sh '' test-integration
22:23:55 [2020-12-04T22:23:55.133Z] ++ jobs -p
22:23:55 [2020-12-04T22:23:55.133Z] + for job in $(jobs -p)
22:23:55 [2020-12-04T22:23:55.133Z] + wait 16623
22:23:55 [2020-12-04T22:23:55.133Z] + TEST_INTEGRATION_DEST=3
22:23:55 [2020-12-04T22:23:55.133Z] + CONTAINER_NAME=docker-pr9-3
22:23:55 [2020-12-04T22:23:55.133Z] + TEST_SKIP_INTEGRATION=1
22:23:55 [2020-12-04T22:23:55.133Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
22:23:55 [2020-12-04T22:23:55.133Z] + run_tests
22:23:55 [2020-12-04T22:23:55.133Z] + '[' -n 0 ']'
22:23:55 [2020-12-04T22:23:55.133Z] + rm=
22:23:55 [2020-12-04T22:23:55.133Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41622/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41622/.git:/go/src/github.com/docker/docker/.git --name docker-pr9-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/make.sh '' test-integration
22:23:55 [2020-12-04T22:23:55.133Z] + TEST_INTEGRATION_DEST=1
22:23:55 [2020-12-04T22:23:55.133Z] + CONTAINER_NAME=docker-pr9-1
22:23:55 [2020-12-04T22:23:55.133Z] + TEST_SKIP_INTEGRATION_CLI=1
22:23:55 [2020-12-04T22:23:55.133Z] + run_tests test-integration-flaky
22:23:55 [2020-12-04T22:23:55.133Z] + '[' -n 0 ']'
22:23:55 [2020-12-04T22:23:55.133Z] + rm=
22:23:55 [2020-12-04T22:23:55.133Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41622/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41622/.git:/go/src/github.com/docker/docker/.git --name docker-pr9-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/make.sh test-integration-flaky test-integration
22:23:55 [2020-12-04T22:23:55.133Z] 
22:23:55 [2020-12-04T22:23:55.133Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:23:55 [2020-12-04T22:23:55.133Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:23:55 [2020-12-04T22:23:55.133Z] HOSTNAME=dab1c60ab64d
22:23:55 [2020-12-04T22:23:55.133Z] TEST_SKIP_INTEGRATION=1
22:23:55 [2020-12-04T22:23:55.133Z] TESTDEBUG=0
22:23:55 [2020-12-04T22:23:55.133Z] DEST=bundles/test-integration
22:23:55 [2020-12-04T22:23:55.133Z] PWD=/go/src/github.com/docker/docker
22:23:55 [2020-12-04T22:23:55.133Z] KEEPBUNDLE=1
22:23:55 [2020-12-04T22:23:55.133Z] DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7
22:23:55 [2020-12-04T22:23:55.133Z] container=docker
22:23:55 [2020-12-04T22:23:55.133Z] HOME=/root
22:23:55 [2020-12-04T22:23:55.133Z] GOLANG_VERSION=1.13.15
22:23:55 [2020-12-04T22:23:55.133Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:23:55 [2020-12-04T22:23:55.133Z] VALIDATE_BRANCH=master
22:23:55 [2020-12-04T22:23:55.133Z] TERM=xterm
22:23:55 [2020-12-04T22:23:55.133Z] DOCKER_PKG=github.com/docker/docker
22:23:55 [2020-12-04T22:23:55.133Z] SHLVL=1
22:23:55 [2020-12-04T22:23:55.133Z] TIMEOUT=120m
22:23:55 [2020-12-04T22:23:55.133Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
22:23:55 [2020-12-04T22:23:55.133Z] DOCKER_GRAPHDRIVER=overlay2
22:23:55 [2020-12-04T22:23:55.133Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
22:23:55 [2020-12-04T22:23:55.133Z] GO111MODULE=off
22:23:55 [2020-12-04T22:23:55.133Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:23:55 [2020-12-04T22:23:55.133Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:23:55 [2020-12-04T22:23:55.133Z] GOPATH=/go
22:23:55 [2020-12-04T22:23:55.133Z] PKG_CONFIG=pkg-config
22:23:55 [2020-12-04T22:23:55.133Z] _=/usr/bin/env
22:23:55 [2020-12-04T22:23:55.133Z] Building test suite binary ./integration-cli/test.main
22:23:55 [2020-12-04T22:23:55.133Z] 
22:23:55 [2020-12-04T22:23:55.133Z] 
22:23:55 [2020-12-04T22:23:55.133Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
22:23:55 [2020-12-04T22:23:55.133Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:23:55 [2020-12-04T22:23:55.133Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:23:55 [2020-12-04T22:23:55.133Z] HOSTNAME=13f36a7dfea6
22:23:55 [2020-12-04T22:23:55.133Z] TEST_SKIP_INTEGRATION=1
22:23:55 [2020-12-04T22:23:55.133Z] TESTDEBUG=0
22:23:55 [2020-12-04T22:23:55.133Z] DEST=bundles/test-integration
22:23:55 [2020-12-04T22:23:55.133Z] PWD=/go/src/github.com/docker/docker
22:23:55 [2020-12-04T22:23:55.134Z] KEEPBUNDLE=1
22:23:55 [2020-12-04T22:23:55.134Z] DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7
22:23:55 [2020-12-04T22:23:55.134Z] container=docker
22:23:55 [2020-12-04T22:23:55.134Z] HOME=/root
22:23:55 [2020-12-04T22:23:55.134Z] GOLANG_VERSION=1.13.15
22:23:55 [2020-12-04T22:23:55.134Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:23:55 [2020-12-04T22:23:55.134Z] VALIDATE_BRANCH=master
22:23:55 [2020-12-04T22:23:55.134Z] TERM=xterm
22:23:55 [2020-12-04T22:23:55.134Z] DOCKER_PKG=github.com/docker/docker
22:23:55 [2020-12-04T22:23:55.134Z] SHLVL=1
22:23:55 [2020-12-04T22:23:55.134Z] TIMEOUT=120m
22:23:55 [2020-12-04T22:23:55.134Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
22:23:55 [2020-12-04T22:23:55.134Z] DOCKER_GRAPHDRIVER=overlay2
22:23:55 [2020-12-04T22:23:55.134Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
22:23:55 [2020-12-04T22:23:55.134Z] GO111MODULE=off
22:23:55 [2020-12-04T22:23:55.134Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:23:55 [2020-12-04T22:23:55.134Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:23:55 [2020-12-04T22:23:55.134Z] GOPATH=/go
22:23:55 [2020-12-04T22:23:55.134Z] PKG_CONFIG=pkg-config
22:23:55 [2020-12-04T22:23:55.134Z] _=/usr/bin/env
22:23:55 [2020-12-04T22:23:55.134Z] Building test suite binary ./integration-cli/test.main
22:23:55 [2020-12-04T22:23:55.134Z] No new tests added to integration.
22:23:55 [2020-12-04T22:23:55.134Z] 
22:23:55 [2020-12-04T22:23:55.134Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:23:55 [2020-12-04T22:23:55.134Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:23:55 [2020-12-04T22:23:55.134Z] HOSTNAME=bb4d5bdc5d9c
22:23:55 [2020-12-04T22:23:55.134Z] TESTDEBUG=0
22:23:55 [2020-12-04T22:23:55.134Z] DEST=bundles/test-integration
22:23:55 [2020-12-04T22:23:55.134Z] PWD=/go/src/github.com/docker/docker
22:23:55 [2020-12-04T22:23:55.134Z] KEEPBUNDLE=1
22:23:55 [2020-12-04T22:23:55.134Z] DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7
22:23:55 [2020-12-04T22:23:55.134Z] container=docker
22:23:55 [2020-12-04T22:23:55.134Z] HOME=/root
22:23:55 [2020-12-04T22:23:55.134Z] GOLANG_VERSION=1.13.15
22:23:55 [2020-12-04T22:23:55.134Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:23:55 [2020-12-04T22:23:55.134Z] VALIDATE_BRANCH=master
22:23:55 [2020-12-04T22:23:55.134Z] TERM=xterm
22:23:55 [2020-12-04T22:23:55.134Z] DOCKER_PKG=github.com/docker/docker
22:23:55 [2020-12-04T22:23:55.134Z] SHLVL=1
22:23:55 [2020-12-04T22:23:55.134Z] TIMEOUT=120m
22:23:55 [2020-12-04T22:23:55.134Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
22:23:55 [2020-12-04T22:23:55.134Z] DOCKER_GRAPHDRIVER=overlay2
22:23:55 [2020-12-04T22:23:55.134Z] GO111MODULE=off
22:23:55 [2020-12-04T22:23:55.134Z] TEST_SKIP_INTEGRATION_CLI=1
22:23:55 [2020-12-04T22:23:55.134Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:23:55 [2020-12-04T22:23:55.134Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:23:55 [2020-12-04T22:23:55.134Z] GOPATH=/go
22:23:55 [2020-12-04T22:23:55.134Z] PKG_CONFIG=pkg-config
22:23:55 [2020-12-04T22:23:55.134Z] _=/usr/bin/env
22:23:55 [2020-12-04T22:23:55.134Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:23:55 [2020-12-04T22:23:55.572Z] --- PASS: TestUpdateCPUQuota (1.49s)
22:23:55 [2020-12-04T22:23:55.572Z] === RUN   TestUpdatePidsLimit
22:23:55 [2020-12-04T22:23:55.572Z] === RUN   TestUpdatePidsLimit/update_from_none
22:23:55 [2020-12-04T22:23:55.833Z] === RUN   TestUpdatePidsLimit/no_change
22:23:56 [2020-12-04T22:23:56.405Z] === RUN   TestUpdatePidsLimit/update_lower
22:23:56 [2020-12-04T22:23:56.666Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
22:23:56 [2020-12-04T22:23:56.887Z] --- PASS: TestConfigsUpdate (3.68s)
22:23:56 [2020-12-04T22:23:56.887Z] === RUN   TestTemplatedConfig
22:23:56 [2020-12-04T22:23:56.927Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
22:23:57 [2020-12-04T22:23:57.498Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
22:23:57 [2020-12-04T22:23:57.759Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
22:23:59 [2020-12-04T22:23:59.144Z] --- PASS: TestUpdatePidsLimit (3.63s)
22:23:59 [2020-12-04T22:23:59.144Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.37s)
22:23:59 [2020-12-04T22:23:59.144Z]     --- PASS: TestUpdatePidsLimit/no_change (0.37s)
22:23:59 [2020-12-04T22:23:59.144Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.39s)
22:23:59 [2020-12-04T22:23:59.144Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s)
22:23:59 [2020-12-04T22:23:59.144Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s)
22:23:59 [2020-12-04T22:23:59.144Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s)
22:23:59 [2020-12-04T22:23:59.144Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s)
22:23:59 [2020-12-04T22:23:59.144Z] === RUN   TestUpdateRestartPolicy
22:23:59 [2020-12-04T22:23:59.385Z] tests/integration/api_volume_test.py .........                           [ 74%]
22:24:00 [2020-12-04T22:24:00.555Z] --- PASS: TestTemplatedConfig (3.80s)
22:24:00 [2020-12-04T22:24:00.555Z] === RUN   TestConfigCreateResolve
22:24:01 [2020-12-04T22:24:01.898Z] tests/integration/client_test.py .....                                   [ 75%]
22:24:01 [2020-12-04T22:24:01.898Z] tests/integration/context_api_test.py ...                                [ 76%]
22:24:01 [2020-12-04T22:24:01.898Z] tests/integration/errors_test.py .                                       [ 76%]
22:24:05 [2020-12-04T22:24:05.075Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:24:05 [2020-12-04T22:24:05.075Z] 
22:24:05 [2020-12-04T22:24:05.075Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:24:05 [2020-12-04T22:24:05.075Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:24:05 [2020-12-04T22:24:05.075Z] HOSTNAME=e4acca1992e6
22:24:05 [2020-12-04T22:24:05.075Z] DEST=bundles/test-integration
22:24:05 [2020-12-04T22:24:05.075Z] PWD=/go/src/github.com/docker/docker
22:24:05 [2020-12-04T22:24:05.075Z] DOCKER_ROOTLESS=1
22:24:05 [2020-12-04T22:24:05.075Z] DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7
22:24:05 [2020-12-04T22:24:05.075Z] container=docker
22:24:05 [2020-12-04T22:24:05.075Z] HOME=/root
22:24:05 [2020-12-04T22:24:05.075Z] GOLANG_VERSION=1.13.15
22:24:05 [2020-12-04T22:24:05.075Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:24:05 [2020-12-04T22:24:05.075Z] VALIDATE_BRANCH=master
22:24:05 [2020-12-04T22:24:05.075Z] TERM=xterm
22:24:05 [2020-12-04T22:24:05.075Z] DOCKER_PKG=github.com/docker/docker
22:24:05 [2020-12-04T22:24:05.075Z] SHLVL=1
22:24:05 [2020-12-04T22:24:05.075Z] TIMEOUT=120m
22:24:05 [2020-12-04T22:24:05.075Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
22:24:05 [2020-12-04T22:24:05.075Z] DOCKER_GRAPHDRIVER=overlay2
22:24:05 [2020-12-04T22:24:05.075Z] GO111MODULE=off
22:24:05 [2020-12-04T22:24:05.075Z] DOCKER_EXPERIMENTAL=1
22:24:05 [2020-12-04T22:24:05.075Z] TEST_SKIP_INTEGRATION_CLI=1
22:24:05 [2020-12-04T22:24:05.075Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:24:05 [2020-12-04T22:24:05.075Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:24:05 [2020-12-04T22:24:05.075Z] GOPATH=/go
22:24:05 [2020-12-04T22:24:05.075Z] PKG_CONFIG=pkg-config
22:24:05 [2020-12-04T22:24:05.075Z] _=/usr/bin/env
22:24:05 [2020-12-04T22:24:05.075Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:24:05 [2020-12-04T22:24:05.092Z] --- PASS: TestConfigCreateResolve (3.89s)
22:24:05 [2020-12-04T22:24:05.092Z] === RUN   TestConfigDaemonLibtrustID
22:24:05 [2020-12-04T22:24:05.092Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
22:24:05 [2020-12-04T22:24:05.092Z] PASS
22:24:05 [2020-12-04T22:24:05.092Z] 
22:24:05 [2020-12-04T22:24:05.092Z] DONE 7 tests in 23.176s
22:24:05 [2020-12-04T22:24:05.092Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m 
22:24:05 [2020-12-04T22:24:05.092Z] ++ 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
22:24:05 [2020-12-04T22:24:05.092Z] ++ set -e
22:24:05 [2020-12-04T22:24:05.092Z] ++ '[' -n 0 ']'
22:24:05 [2020-12-04T22:24:05.092Z] ++ set -x
22:24:05 [2020-12-04T22:24:05.092Z] ++ env -i DEST=/go/src/github.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
22:24:05 [2020-12-04T22:24:05.092Z] INFO: Testing against a local daemon
22:24:05 [2020-12-04T22:24:05.092Z] === RUN   TestCheckpoint
22:24:05 [2020-12-04T22:24:05.092Z] --- SKIP: TestCheckpoint (0.00s)
22:24:05 [2020-12-04T22:24:05.092Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:24:05 [2020-12-04T22:24:05.092Z] === RUN   TestContainerInvalidJSON
22:24:05 [2020-12-04T22:24:05.092Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:24:05 [2020-12-04T22:24:05.092Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:24:05 [2020-12-04T22:24:05.092Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:24:05 [2020-12-04T22:24:05.092Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:24:05 [2020-12-04T22:24:05.092Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:24:05 [2020-12-04T22:24:05.092Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:24:05 [2020-12-04T22:24:05.092Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:24:05 [2020-12-04T22:24:05.092Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:24:05 [2020-12-04T22:24:05.092Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:24:05 [2020-12-04T22:24:05.092Z] --- PASS: TestContainerInvalidJSON (0.01s)
22:24:05 [2020-12-04T22:24:05.092Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
22:24:05 [2020-12-04T22:24:05.092Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:24:05 [2020-12-04T22:24:05.092Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
22:24:05 [2020-12-04T22:24:05.092Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:24:05 [2020-12-04T22:24:05.092Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s)
22:24:05 [2020-12-04T22:24:05.092Z] === RUN   TestCopyFromContainerPathIsNotDir
22:24:05 [2020-12-04T22:24:05.386Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
22:24:05 [2020-12-04T22:24:05.386Z] === RUN   TestCopyToContainerPathDoesNotExist
22:24:05 [2020-12-04T22:24:05.386Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s)
22:24:05 [2020-12-04T22:24:05.386Z] === RUN   TestCopyToContainerPathIsNotDir
22:24:05 [2020-12-04T22:24:05.726Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s)
22:24:05 [2020-12-04T22:24:05.726Z] === RUN   TestCopyFromContainer
22:24:07 [2020-12-04T22:24:07.842Z] === RUN   TestCopyFromContainer//
22:24:07 [2020-12-04T22:24:07.842Z] === RUN   TestCopyFromContainer//bar/root
22:24:07 [2020-12-04T22:24:07.842Z] === RUN   TestCopyFromContainer//bar/root/
22:24:08 [2020-12-04T22:24:08.136Z] === RUN   TestCopyFromContainer/bar/quux
22:24:08 [2020-12-04T22:24:08.136Z] === RUN   TestCopyFromContainer/bar/quux/
22:24:08 [2020-12-04T22:24:08.136Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:24:08 [2020-12-04T22:24:08.431Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:24:08 [2020-12-04T22:24:08.431Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:24:08 [2020-12-04T22:24:08.431Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:24:08 [2020-12-04T22:24:08.725Z] === RUN   TestCopyFromContainer/bar/notarget
22:24:08 [2020-12-04T22:24:08.725Z] --- PASS: TestCopyFromContainer (3.17s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCopyFromContainer// (0.07s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCopyFromContainer//bar/root (0.14s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCopyFromContainer/bar/quux (0.13s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.09s)
22:24:08 [2020-12-04T22:24:08.725Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:24:08 [2020-12-04T22:24:08.725Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:24:08 [2020-12-04T22:24:08.725Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:24:08 [2020-12-04T22:24:08.725Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:24:08 [2020-12-04T22:24:08.725Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:24:08 [2020-12-04T22:24:08.725Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:24:08 [2020-12-04T22:24:08.725Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:24:08 [2020-12-04T22:24:08.725Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:24:08 [2020-12-04T22:24:08.725Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:24:08 [2020-12-04T22:24:08.725Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:24:08 [2020-12-04T22:24:08.725Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
22:24:08 [2020-12-04T22:24:08.725Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
22:24:08 [2020-12-04T22:24:08.725Z] === RUN   TestCreateLinkToNonExistingContainer
22:24:08 [2020-12-04T22:24:08.725Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
22:24:08 [2020-12-04T22:24:08.725Z] === RUN   TestCreateWithInvalidEnv
22:24:08 [2020-12-04T22:24:08.725Z] === RUN   TestCreateWithInvalidEnv/0
22:24:08 [2020-12-04T22:24:08.725Z] === PAUSE TestCreateWithInvalidEnv/0
22:24:08 [2020-12-04T22:24:08.726Z] === RUN   TestCreateWithInvalidEnv/1
22:24:08 [2020-12-04T22:24:08.726Z] === PAUSE TestCreateWithInvalidEnv/1
22:24:08 [2020-12-04T22:24:08.726Z] === RUN   TestCreateWithInvalidEnv/2
22:24:08 [2020-12-04T22:24:08.726Z] === PAUSE TestCreateWithInvalidEnv/2
22:24:08 [2020-12-04T22:24:08.726Z] === CONT  TestCreateWithInvalidEnv/0
22:24:08 [2020-12-04T22:24:08.726Z] === CONT  TestCreateWithInvalidEnv/2
22:24:08 [2020-12-04T22:24:08.726Z] === CONT  TestCreateWithInvalidEnv/1
22:24:08 [2020-12-04T22:24:08.726Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
22:24:08 [2020-12-04T22:24:08.726Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:24:08 [2020-12-04T22:24:08.726Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
22:24:08 [2020-12-04T22:24:08.726Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
22:24:08 [2020-12-04T22:24:08.726Z] === RUN   TestCreateTmpfsMountsTarget
22:24:08 [2020-12-04T22:24:08.726Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
22:24:08 [2020-12-04T22:24:08.726Z] === RUN   TestCreateWithCustomMaskedPaths
22:24:11 [2020-12-04T22:24:11.608Z] --- PASS: TestCreateWithCustomMaskedPaths (2.38s)
22:24:11 [2020-12-04T22:24:11.608Z] === RUN   TestCreateWithCustomReadonlyPaths
22:24:14 [2020-12-04T22:24:14.061Z] --- PASS: TestUpdateRestartPolicy (12.46s)
22:24:14 [2020-12-04T22:24:14.061Z] === RUN   TestUpdateRestartWithAutoRemove
22:24:14 [2020-12-04T22:24:14.061Z] --- PASS: TestUpdateRestartWithAutoRemove (0.84s)
22:24:14 [2020-12-04T22:24:14.061Z] === RUN   TestWaitNonBlocked
22:24:14 [2020-12-04T22:24:14.061Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:24:14 [2020-12-04T22:24:14.061Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:24:14 [2020-12-04T22:24:14.061Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:24:14 [2020-12-04T22:24:14.061Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:24:14 [2020-12-04T22:24:14.061Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:24:14 [2020-12-04T22:24:14.061Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:24:14 [2020-12-04T22:24:14.061Z] --- PASS: TestWaitNonBlocked (0.02s)
22:24:14 [2020-12-04T22:24:14.061Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s)
22:24:14 [2020-12-04T22:24:14.061Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.16s)
22:24:14 [2020-12-04T22:24:14.061Z] === RUN   TestWaitBlocked
22:24:14 [2020-12-04T22:24:14.061Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:24:14 [2020-12-04T22:24:14.061Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:24:14 [2020-12-04T22:24:14.061Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:24:14 [2020-12-04T22:24:14.061Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:24:14 [2020-12-04T22:24:14.061Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:24:14 [2020-12-04T22:24:14.061Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:24:14 [2020-12-04T22:24:14.354Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.78s)
22:24:14 [2020-12-04T22:24:14.354Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:24:14 [2020-12-04T22:24:14.354Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:24:14 [2020-12-04T22:24:14.354Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:24:14 [2020-12-04T22:24:14.354Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:24:14 [2020-12-04T22:24:14.354Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:24:14 [2020-12-04T22:24:14.354Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:24:14 [2020-12-04T22:24:14.354Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:24:14 [2020-12-04T22:24:14.354Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:24:14 [2020-12-04T22:24:14.354Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:24:14 [2020-12-04T22:24:14.354Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:24:14 [2020-12-04T22:24:14.354Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:24:14 [2020-12-04T22:24:14.354Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:24:14 [2020-12-04T22:24:14.354Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:24:14 [2020-12-04T22:24:14.354Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:24:14 [2020-12-04T22:24:14.354Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:24:14 [2020-12-04T22:24:14.354Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:24:14 [2020-12-04T22:24:14.355Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
22:24:14 [2020-12-04T22:24:14.355Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
22:24:14 [2020-12-04T22:24:14.355Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
22:24:14 [2020-12-04T22:24:14.355Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
22:24:14 [2020-12-04T22:24:14.355Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
22:24:14 [2020-12-04T22:24:14.355Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
22:24:14 [2020-12-04T22:24:14.355Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:24:14 [2020-12-04T22:24:14.635Z] --- PASS: TestWaitBlocked (0.03s)
22:24:14 [2020-12-04T22:24:14.635Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.98s)
22:24:14 [2020-12-04T22:24:14.635Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.05s)
22:24:14 [2020-12-04T22:24:14.635Z] === CONT  TestContainerStartOnDaemonRestart
22:24:14 [2020-12-04T22:24:14.635Z] === CONT  TestContainerKillOnDaemonStart
22:24:14 [2020-12-04T22:24:14.635Z] === CONT  TestDaemonHostGatewayIP
22:24:14 [2020-12-04T22:24:14.635Z] === CONT  TestDaemonRestartIpcMode
22:24:14 [2020-12-04T22:24:14.992Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.84s)
22:24:14 [2020-12-04T22:24:14.992Z] === RUN   TestCreateDifferentPlatform
22:24:14 [2020-12-04T22:24:14.992Z] === RUN   TestCreateDifferentPlatform/different_os
22:24:14 [2020-12-04T22:24:14.992Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:24:14 [2020-12-04T22:24:14.992Z] --- PASS: TestCreateDifferentPlatform (0.02s)
22:24:14 [2020-12-04T22:24:14.992Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:24:14 [2020-12-04T22:24:14.992Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
22:24:14 [2020-12-04T22:24:14.992Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:24:14 [2020-12-04T22:24:14.992Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
22:24:14 [2020-12-04T22:24:14.992Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:24:14 [2020-12-04T22:24:14.992Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s)
22:24:14 [2020-12-04T22:24:14.992Z] === RUN   TestContainerStartOnDaemonRestart
22:24:14 [2020-12-04T22:24:14.992Z] === PAUSE TestContainerStartOnDaemonRestart
22:24:14 [2020-12-04T22:24:14.992Z] === RUN   TestDaemonRestartIpcMode
22:24:14 [2020-12-04T22:24:14.992Z] === PAUSE TestDaemonRestartIpcMode
22:24:14 [2020-12-04T22:24:14.992Z] === RUN   TestDaemonHostGatewayIP
22:24:14 [2020-12-04T22:24:14.992Z] === PAUSE TestDaemonHostGatewayIP
22:24:14 [2020-12-04T22:24:14.992Z] === RUN   TestContainerKillOnDaemonStart
22:24:14 [2020-12-04T22:24:14.992Z] === PAUSE TestContainerKillOnDaemonStart
22:24:14 [2020-12-04T22:24:14.992Z] === RUN   TestDiff
22:24:16 [2020-12-04T22:24:16.041Z] --- PASS: TestDiff (0.87s)
22:24:16 [2020-12-04T22:24:16.041Z] === RUN   TestExecWithCloseStdin
22:24:16 [2020-12-04T22:24:16.678Z] --- PASS: TestExecWithCloseStdin (0.92s)
22:24:16 [2020-12-04T22:24:16.678Z] === RUN   TestExec
22:24:17 [2020-12-04T22:24:17.717Z] --- PASS: TestExec (0.93s)
22:24:17 [2020-12-04T22:24:17.717Z] === RUN   TestExecUser
22:24:18 [2020-12-04T22:24:18.826Z] --- PASS: TestExecUser (0.99s)
22:24:18 [2020-12-04T22:24:18.826Z] === RUN   TestExportContainerAndImportImage
22:24:18 [2020-12-04T22:24:18.857Z] --- PASS: TestContainerStartOnDaemonRestart (3.63s)
22:24:18 [2020-12-04T22:24:18.857Z] === CONT  TestIpcModeOlderClient
22:24:18 [2020-12-04T22:24:18.857Z] --- PASS: TestIpcModeOlderClient (0.16s)
22:24:19 [2020-12-04T22:24:19.430Z] --- PASS: TestDaemonRestartIpcMode (4.53s)
22:24:19 [2020-12-04T22:24:19.691Z] --- PASS: TestDaemonHostGatewayIP (5.07s)
22:24:19 [2020-12-04T22:24:19.873Z] --- PASS: TestExportContainerAndImportImage (1.22s)
22:24:19 [2020-12-04T22:24:19.873Z] === RUN   TestExportContainerAfterDaemonRestart
22:24:21 [2020-12-04T22:24:21.390Z] --- PASS: TestExportContainerAfterDaemonRestart (1.61s)
22:24:21 [2020-12-04T22:24:21.390Z] === RUN   TestHealthCheckWorkdir
22:24:22 [2020-12-04T22:24:22.906Z] --- PASS: TestHealthCheckWorkdir (1.16s)
22:24:22 [2020-12-04T22:24:22.906Z] === RUN   TestHealthKillContainer
22:24:25 [2020-12-04T22:24:25.647Z] --- PASS: TestHealthKillContainer (2.95s)
22:24:25 [2020-12-04T22:24:25.647Z] === RUN   TestInspectCpusetInConfigPre120
22:24:26 [2020-12-04T22:24:26.688Z] --- PASS: TestInspectCpusetInConfigPre120 (0.92s)
22:24:26 [2020-12-04T22:24:26.688Z] === RUN   TestIpcModeNone
22:24:27 [2020-12-04T22:24:27.728Z] --- PASS: TestIpcModeNone (0.91s)
22:24:27 [2020-12-04T22:24:27.728Z] === RUN   TestIpcModePrivate
22:24:28 [2020-12-04T22:24:28.366Z] --- PASS: TestIpcModePrivate (0.96s)
22:24:28 [2020-12-04T22:24:28.366Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false
22:24:28 [2020-12-04T22:24:28.366Z] === RUN   TestIpcModeShareable
22:24:29 [2020-12-04T22:24:29.409Z] --- PASS: TestIpcModeShareable (1.03s)
22:24:29 [2020-12-04T22:24:29.409Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true
22:24:29 [2020-12-04T22:24:29.409Z] === RUN   TestAPIIpcModeShareableAndContainer
22:24:29 [2020-12-04T22:24:29.694Z] --- PASS: TestContainerKillOnDaemonStart (13.33s)
22:24:29 [2020-12-04T22:24:29.694Z] PASS
22:24:29 [2020-12-04T22:24:29.694Z] 
22:24:29 [2020-12-04T22:24:29.694Z] === Skipped
22:24:29 [2020-12-04T22:24:29.694Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
22:24:29 [2020-12-04T22:24:29.694Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:24:29 [2020-12-04T22:24:29.694Z] 
22:24:29 [2020-12-04T22:24:29.694Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
22:24:29 [2020-12-04T22:24:29.694Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:24:29 [2020-12-04T22:24:29.694Z] 
22:24:29 [2020-12-04T22:24:29.694Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
22:24:29 [2020-12-04T22:24:29.694Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:24:29 [2020-12-04T22:24:29.694Z] 
22:24:29 [2020-12-04T22:24:29.694Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:24:29 [2020-12-04T22:24:29.694Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:24:29 [2020-12-04T22:24:29.694Z] 
22:24:29 [2020-12-04T22:24:29.694Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
22:24:29 [2020-12-04T22:24:29.694Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:24:29 [2020-12-04T22:24:29.694Z] 
22:24:29 [2020-12-04T22:24:29.694Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
22:24:29 [2020-12-04T22:24:29.694Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
22:24:29 [2020-12-04T22:24:29.694Z] 
22:24:29 [2020-12-04T22:24:29.694Z] 
22:24:29 [2020-12-04T22:24:29.694Z] DONE 195 tests, 6 skipped in 142.549s
22:24:29 [2020-12-04T22:24:29.694Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
22:24:29 [2020-12-04T22:24:29.694Z] ++ 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
22:24:29 [2020-12-04T22:24:29.694Z] ++ set -e
22:24:29 [2020-12-04T22:24:29.694Z] ++ '[' -n 0 ']'
22:24:29 [2020-12-04T22:24:29.694Z] ++ set -x
22:24:29 [2020-12-04T22:24:29.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=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
22:24:29 [2020-12-04T22:24:29.694Z] INFO: Testing against a local daemon
22:24:29 [2020-12-04T22:24:29.694Z] === RUN   TestCommitInheritsEnv
22:24:29 [2020-12-04T22:24:29.694Z] --- PASS: TestCommitInheritsEnv (0.59s)
22:24:29 [2020-12-04T22:24:29.694Z] === RUN   TestImportExtremelyLargeImageWorks
22:24:29 [2020-12-04T22:24:29.694Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
22:24:29 [2020-12-04T22:24:29.694Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
22:24:29 [2020-12-04T22:24:29.694Z] === RUN   TestImagesFilterMultiReference
22:24:29 [2020-12-04T22:24:29.694Z] --- PASS: TestImagesFilterMultiReference (0.10s)
22:24:29 [2020-12-04T22:24:29.694Z] === RUN   TestImagePullPlatformInvalid
22:24:29 [2020-12-04T22:24:29.694Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
22:24:29 [2020-12-04T22:24:29.694Z] === RUN   TestRemoveImageOrphaning
22:24:29 [2020-12-04T22:24:29.694Z] --- PASS: TestRemoveImageOrphaning (0.57s)
22:24:29 [2020-12-04T22:24:29.694Z] === RUN   TestRemoveImageGarbageCollector
22:24:29 [2020-12-04T22:24:29.694Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
22:24:29 [2020-12-04T22:24:29.694Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:24:29 [2020-12-04T22:24:29.694Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:24:29 [2020-12-04T22:24:29.694Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s)
22:24:29 [2020-12-04T22:24:29.694Z] === RUN   TestTagInvalidReference
22:24:29 [2020-12-04T22:24:29.694Z] --- PASS: TestTagInvalidReference (0.03s)
22:24:29 [2020-12-04T22:24:29.694Z] === RUN   TestTagValidPrefixedRepo
22:24:29 [2020-12-04T22:24:29.694Z] --- PASS: TestTagValidPrefixedRepo (0.09s)
22:24:29 [2020-12-04T22:24:29.694Z] === RUN   TestTagExistedNameWithoutForce
22:24:29 [2020-12-04T22:24:29.956Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
22:24:29 [2020-12-04T22:24:29.956Z] === RUN   TestTagOfficialNames
22:24:29 [2020-12-04T22:24:29.956Z] --- PASS: TestTagOfficialNames (0.08s)
22:24:29 [2020-12-04T22:24:29.956Z] === RUN   TestTagMatchesDigest
22:24:29 [2020-12-04T22:24:29.956Z] --- PASS: TestTagMatchesDigest (0.03s)
22:24:29 [2020-12-04T22:24:29.956Z] PASS
22:24:29 [2020-12-04T22:24:29.956Z] 
22:24:29 [2020-12-04T22:24:29.956Z] === Skipped
22:24:29 [2020-12-04T22:24:29.956Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
22:24:29 [2020-12-04T22:24:29.956Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
22:24:29 [2020-12-04T22:24:29.956Z] 
22:24:29 [2020-12-04T22:24:29.956Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
22:24:29 [2020-12-04T22:24:29.956Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:24:29 [2020-12-04T22:24:29.956Z] 
22:24:29 [2020-12-04T22:24:29.956Z] 
22:24:29 [2020-12-04T22:24:29.956Z] DONE 12 tests, 2 skipped in 1.872s
22:24:29 [2020-12-04T22:24:29.956Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
22:24:29 [2020-12-04T22:24:29.956Z] ++ 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
22:24:29 [2020-12-04T22:24:29.956Z] ++ set -e
22:24:29 [2020-12-04T22:24:29.956Z] ++ '[' -n 0 ']'
22:24:29 [2020-12-04T22:24:29.956Z] ++ set -x
22:24:29 [2020-12-04T22:24:29.956Z] ++ env -i DEST=/go/src/github.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
22:24:30 [2020-12-04T22:24:30.217Z] INFO: Testing against a local daemon
22:24:30 [2020-12-04T22:24:30.217Z] === RUN   TestNetworkCreateDelete
22:24:30 [2020-12-04T22:24:30.479Z] --- PASS: TestNetworkCreateDelete (0.41s)
22:24:30 [2020-12-04T22:24:30.479Z] === RUN   TestDockerNetworkDeletePreferID
22:24:31 [2020-12-04T22:24:31.872Z] --- PASS: TestDockerNetworkDeletePreferID (1.18s)
22:24:31 [2020-12-04T22:24:31.872Z] === RUN   TestDaemonDNSFallback
22:24:32 [2020-12-04T22:24:32.941Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.06s)
22:24:32 [2020-12-04T22:24:32.941Z] === RUN   TestAPIIpcModeHost
22:24:33 [2020-12-04T22:24:33.236Z] --- PASS: TestAPIIpcModeHost (0.68s)
22:24:33 [2020-12-04T22:24:33.236Z] === RUN   TestDaemonIpcModeShareable
22:24:35 [2020-12-04T22:24:35.317Z] --- PASS: TestDaemonIpcModeShareable (1.83s)
22:24:35 [2020-12-04T22:24:35.317Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
22:24:35 [2020-12-04T22:24:35.317Z] === RUN   TestDaemonIpcModePrivate
22:24:36 [2020-12-04T22:24:36.834Z] --- PASS: TestDaemonIpcModePrivate (1.82s)
22:24:36 [2020-12-04T22:24:36.834Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
22:24:36 [2020-12-04T22:24:36.834Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:24:37 [2020-12-04T22:24:37.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:24:37 [2020-12-04T22:24:37.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:24:37 [2020-12-04T22:24:37.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:24:38 [2020-12-04T22:24:38.571Z] 680bbdbacf1b: Pull complete
22:24:38 [2020-12-04T22:24:38.571Z] Digest: sha256:0da0b0e6cf9cf435c6470f23a97a0b9b80495f3712529abc748d80c5fb59209c
22:24:38 [2020-12-04T22:24:38.571Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
22:24:38 [2020-12-04T22:24:38.571Z] mcr.microsoft.com/windows/servercore:ltsc2019
22:24:38 [2020-12-04T22:24:38.571Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
22:24:38 [2020-12-04T22:24:38.571Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
22:24:38 [2020-12-04T22:24:38.571Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1577'
22:24:38 [2020-12-04T22:24:38.571Z] INFO: Docker version of control daemon
22:24:38 [2020-12-04T22:24:38.571Z] 
22:24:38 [2020-12-04T22:24:38.571Z] Client: Docker Engine - Enterprise
22:24:38 [2020-12-04T22:24:38.571Z]  Version:           19.03.12
22:24:38 [2020-12-04T22:24:38.571Z]  API version:       1.40
22:24:38 [2020-12-04T22:24:38.571Z]  Go version:        go1.13.13
22:24:38 [2020-12-04T22:24:38.571Z]  Git commit:        4306744
22:24:38 [2020-12-04T22:24:38.571Z]  Built:             08/05/2020 19:27:53
22:24:38 [2020-12-04T22:24:38.572Z]  OS/Arch:           windows/amd64
22:24:38 [2020-12-04T22:24:38.572Z]  Experimental:      false
22:24:38 [2020-12-04T22:24:38.572Z] 
22:24:38 [2020-12-04T22:24:38.572Z] Server: Docker Engine - Enterprise
22:24:38 [2020-12-04T22:24:38.572Z]  Engine:
22:24:38 [2020-12-04T22:24:38.572Z]   Version:          19.03.12
22:24:38 [2020-12-04T22:24:38.572Z]   API version:      1.40 (minimum version 1.24)
22:24:38 [2020-12-04T22:24:38.572Z]   Go version:       go1.13.13
22:24:38 [2020-12-04T22:24:38.572Z]   Git commit:       f295753ffd
22:24:38 [2020-12-04T22:24:38.572Z]   Built:            08/05/2020 19:26:41
22:24:38 [2020-12-04T22:24:38.572Z]   OS/Arch:          windows/amd64
22:24:38 [2020-12-04T22:24:38.572Z]   Experimental:     true
22:24:38 [2020-12-04T22:24:38.572Z] 
22:24:38 [2020-12-04T22:24:38.572Z] INFO: Docker info of control daemon
22:24:38 [2020-12-04T22:24:38.572Z] 
22:24:38 [2020-12-04T22:24:38.572Z] Client:
22:24:38 [2020-12-04T22:24:38.572Z]  Debug Mode: false
22:24:38 [2020-12-04T22:24:38.572Z]  Plugins:
22:24:38 [2020-12-04T22:24:38.572Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
22:24:38 [2020-12-04T22:24:38.572Z] 
22:24:38 [2020-12-04T22:24:38.572Z] Server:
22:24:38 [2020-12-04T22:24:38.572Z]  Containers: 0
22:24:38 [2020-12-04T22:24:38.572Z]   Running: 0
22:24:38 [2020-12-04T22:24:38.572Z]   Paused: 0
22:24:38 [2020-12-04T22:24:38.572Z]   Stopped: 0
22:24:38 [2020-12-04T22:24:38.572Z]  Images: 1
22:24:38 [2020-12-04T22:24:38.572Z]  Server Version: 19.03.12
22:24:38 [2020-12-04T22:24:38.572Z]  Storage Driver: lcow (linux) windowsfilter (windows)
22:24:38 [2020-12-04T22:24:38.572Z]   LCOW: 
22:24:38 [2020-12-04T22:24:38.572Z]   Windows: 
22:24:38 [2020-12-04T22:24:38.572Z]  Logging Driver: json-file
22:24:38 [2020-12-04T22:24:38.572Z]  Plugins:
22:24:38 [2020-12-04T22:24:38.572Z]   Volume: local
22:24:38 [2020-12-04T22:24:38.572Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
22:24:38 [2020-12-04T22:24:38.572Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
22:24:38 [2020-12-04T22:24:38.572Z]  Swarm: inactive
22:24:38 [2020-12-04T22:24:38.572Z]  Default Isolation: process
22:24:38 [2020-12-04T22:24:38.572Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
22:24:38 [2020-12-04T22:24:38.572Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577)
22:24:38 [2020-12-04T22:24:38.572Z]  OSType: windows
22:24:38 [2020-12-04T22:24:38.572Z]  Architecture: x86_64
22:24:38 [2020-12-04T22:24:38.572Z]  CPUs: 4
22:24:38 [2020-12-04T22:24:38.572Z]  Total Memory: 32GiB
22:24:38 [2020-12-04T22:24:38.572Z]  Name: azwin-2-d78ae0
22:24:38 [2020-12-04T22:24:38.572Z]  ID: DKSW:D2DR:7NAQ:X324:HLZ2:AIIZ:VM7L:XWZ3:VQ7M:S4Y3:PBO2:SNOV
22:24:38 [2020-12-04T22:24:38.572Z]  Docker Root Dir: D:\docker
22:24:38 [2020-12-04T22:24:38.572Z]  Debug Mode: false
22:24:38 [2020-12-04T22:24:38.572Z]  Registry: https://index.docker.io/v1/
22:24:38 [2020-12-04T22:24:38.572Z]  Labels:
22:24:38 [2020-12-04T22:24:38.572Z]  Experimental: true
22:24:38 [2020-12-04T22:24:38.572Z]  Insecure Registries:
22:24:38 [2020-12-04T22:24:38.572Z]   10.0.0.4:5000
22:24:38 [2020-12-04T22:24:38.572Z]   127.0.0.0/8
22:24:38 [2020-12-04T22:24:38.572Z]  Registry Mirrors:
22:24:38 [2020-12-04T22:24:38.572Z]   http://10.0.0.4:5000/
22:24:38 [2020-12-04T22:24:38.572Z]  Live Restore Enabled: false
22:24:38 [2020-12-04T22:24:38.572Z] 
22:24:38 [2020-12-04T22:24:38.572Z] 
22:24:38 [2020-12-04T22:24:38.572Z] INFO: Commit hash is 51ebd31f1f
22:24:38 [2020-12-04T22:24:38.572Z] INFO: Nuke-Everything...
22:24:38 [2020-12-04T22:24:38.572Z] INFO: Container count on control daemon to delete is 0
22:24:38 [2020-12-04T22:24:38.572Z] INFO: Nuking d:\CI
22:24:38 [2020-12-04T22:24:38.572Z] INFO: Zapped successfully
22:24:38 [2020-12-04T22:24:38.572Z] INFO: Location for testing is d:\CI\PR-41622\9
22:24:38 [2020-12-04T22:24:38.572Z] INFO: Validating GOLang consistency in Dockerfile.windows...
22:24:38 [2020-12-04T22:24:38.572Z] 
22:24:38 [2020-12-04T22:24:38.572Z] 
22:24:38 [2020-12-04T22:24:38.572Z] INFO: Building the image from Dockerfile.windows at 12/04/2020 22:24:27...
22:24:38 [2020-12-04T22:24:38.572Z] 
22:24:38 [2020-12-04T22:24:38.572Z] Sending build context to Docker daemon   57.7MB
22:24:38 [2020-12-04T22:24:38.572Z] 
22:24:38 [2020-12-04T22:24:38.572Z] Step 1/10 : FROM microsoft/windowsservercore
22:24:38 [2020-12-04T22:24:38.572Z]  ---> 32fecabef723
22:24:38 [2020-12-04T22:24:38.572Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
22:24:38 [2020-12-04T22:24:38.572Z]  ---> Running in 87270b794fd8
22:24:38 [2020-12-04T22:24:38.572Z] Removing intermediate container 87270b794fd8
22:24:38 [2020-12-04T22:24:38.572Z]  ---> 878b3b78e498
22:24:38 [2020-12-04T22:24:38.572Z] Step 3/10 : ARG GO_VERSION=1.13.15
22:24:38 [2020-12-04T22:24:38.572Z]  ---> Running in 8cdcf64857d4
22:24:38 [2020-12-04T22:24:38.572Z] Removing intermediate container 8cdcf64857d4
22:24:38 [2020-12-04T22:24:38.572Z]  ---> 5a1dddbd3741
22:24:38 [2020-12-04T22:24:38.572Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
22:24:38 [2020-12-04T22:24:38.572Z]  ---> Running in af7e6e82df94
22:24:38 [2020-12-04T22:24:38.572Z] Removing intermediate container af7e6e82df94
22:24:38 [2020-12-04T22:24:38.572Z]  ---> 12e8fea8036d
22:24:38 [2020-12-04T22:24:38.572Z] 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}
22:24:38 [2020-12-04T22:24:38.572Z]  ---> Running in 1d67e18af144
22:24:38 [2020-12-04T22:24:38.572Z] Removing intermediate container 1d67e18af144
22:24:38 [2020-12-04T22:24:38.572Z]  ---> 1e7c37ecfe10
22:24:38 [2020-12-04T22:24:38.572Z] 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;
22:24:38 [2020-12-04T22:24:38.572Z]  ---> Running in da369f46b96e
22:24:38 [2020-12-04T22:24:38.914Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.81s)
22:24:38 [2020-12-04T22:24:38.914Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
22:24:38 [2020-12-04T22:24:38.914Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:24:40 [2020-12-04T22:24:40.020Z] --- PASS: TestDaemonDNSFallback (7.43s)
22:24:40 [2020-12-04T22:24:40.020Z] === RUN   TestInspectNetwork
22:24:43 [2020-12-04T22:24:43.094Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.90s)
22:24:43 [2020-12-04T22:24:43.094Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
22:24:43 [2020-12-04T22:24:43.094Z] === RUN   TestIpcModeOlderClient
22:24:43 [2020-12-04T22:24:43.094Z] === PAUSE TestIpcModeOlderClient
22:24:43 [2020-12-04T22:24:43.094Z] === RUN   TestKillContainerInvalidSignal
22:24:43 [2020-12-04T22:24:43.094Z] --- PASS: TestKillContainerInvalidSignal (0.93s)
22:24:43 [2020-12-04T22:24:43.094Z] === RUN   TestKillContainer
22:24:43 [2020-12-04T22:24:43.094Z] === RUN   TestKillContainer/no_signal
22:24:43 [2020-12-04T22:24:43.094Z] === RUN   TestKillContainer/non_killing_signal
22:24:43 [2020-12-04T22:24:43.094Z] === RUN   TestKillContainer/killing_signal
22:24:43 [2020-12-04T22:24:43.705Z] 
22:24:43 [2020-12-04T22:24:43.705Z] SUCCESS: Specified value was saved.
22:24:44 [2020-12-04T22:24:44.138Z] --- PASS: TestKillContainer (2.68s)
22:24:44 [2020-12-04T22:24:44.138Z]     --- PASS: TestKillContainer/no_signal (0.86s)
22:24:44 [2020-12-04T22:24:44.138Z]     --- PASS: TestKillContainer/non_killing_signal (0.55s)
22:24:44 [2020-12-04T22:24:44.138Z]     --- PASS: TestKillContainer/killing_signal (0.84s)
22:24:44 [2020-12-04T22:24:44.138Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:24:44 [2020-12-04T22:24:44.138Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:24:44 [2020-12-04T22:24:44.190Z] === RUN   TestInspectNetwork/full_network_id
22:24:44 [2020-12-04T22:24:44.190Z] === RUN   TestInspectNetwork/partial_network_id
22:24:44 [2020-12-04T22:24:44.190Z] === RUN   TestInspectNetwork/network_name
22:24:44 [2020-12-04T22:24:44.190Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
22:24:45 [2020-12-04T22:24:45.180Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:24:45 [2020-12-04T22:24:45.274Z] INFO: Downloading git...
22:24:45 [2020-12-04T22:24:45.816Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.74s)
22:24:45 [2020-12-04T22:24:45.817Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.84s)
22:24:45 [2020-12-04T22:24:45.817Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s)
22:24:45 [2020-12-04T22:24:45.817Z] === RUN   TestKillStoppedContainer
22:24:46 [2020-12-04T22:24:46.110Z] --- PASS: TestKillStoppedContainer (0.07s)
22:24:46 [2020-12-04T22:24:46.110Z] === RUN   TestKillStoppedContainerAPIPre120
22:24:46 [2020-12-04T22:24:46.110Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
22:24:46 [2020-12-04T22:24:46.110Z] === RUN   TestKillDifferentUserContainer
22:24:46 [2020-12-04T22:24:46.828Z] INFO: Downloading go...
22:24:47 [2020-12-04T22:24:47.150Z] --- PASS: TestKillDifferentUserContainer (0.92s)
22:24:47 [2020-12-04T22:24:47.150Z] === RUN   TestInspectOomKilledTrue
22:24:47 [2020-12-04T22:24:47.150Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
22:24:47 [2020-12-04T22:24:47.150Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:24:47 [2020-12-04T22:24:47.150Z] === RUN   TestInspectOomKilledFalse
22:24:47 [2020-12-04T22:24:47.150Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
22:24:47 [2020-12-04T22:24:47.150Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:24:47 [2020-12-04T22:24:47.150Z] === RUN   TestLinksEtcHostsContentMatch
22:24:47 [2020-12-04T22:24:47.443Z] --- PASS: TestLinksEtcHostsContentMatch (0.56s)
22:24:47 [2020-12-04T22:24:47.443Z] === RUN   TestLinksContainerNames
22:24:49 [2020-12-04T22:24:49.480Z] --- PASS: TestInspectNetwork (9.52s)
22:24:49 [2020-12-04T22:24:49.480Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
22:24:49 [2020-12-04T22:24:49.481Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
22:24:49 [2020-12-04T22:24:49.481Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
22:24:49 [2020-12-04T22:24:49.481Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
22:24:49 [2020-12-04T22:24:49.481Z] === RUN   TestRunContainerWithBridgeNone
22:24:49 [2020-12-04T22:24:49.521Z] --- PASS: TestLinksContainerNames (1.73s)
22:24:49 [2020-12-04T22:24:49.521Z] === RUN   TestLogsFollowTailEmpty
22:24:50 [2020-12-04T22:24:50.159Z] --- PASS: TestLogsFollowTailEmpty (0.89s)
22:24:50 [2020-12-04T22:24:50.159Z] === RUN   TestContainerNetworkMountsNoChown
22:24:50 [2020-12-04T22:24:50.611Z] INFO: Downloading compiler 1 of 3...
22:24:51 [2020-12-04T22:24:51.076Z] INFO: Downloading compiler 2 of 3...
22:24:51 [2020-12-04T22:24:51.199Z] --- PASS: TestContainerNetworkMountsNoChown (0.86s)
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/default
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/default
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/private
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/private
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rprivate
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rprivate
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/slave
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/slave
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rslave
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rslave
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/shared
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/shared
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rshared
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rshared
22:24:51 [2020-12-04T22:24:51.199Z] === CONT  TestMountDaemonRoot/default
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/default/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/default/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === CONT  TestMountDaemonRoot/default/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === CONT  TestMountDaemonRoot/rshared
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === CONT  TestMountDaemonRoot/shared
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === CONT  TestMountDaemonRoot/rslave
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === CONT  TestMountDaemonRoot/slave
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === CONT  TestMountDaemonRoot/rprivate
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === CONT  TestMountDaemonRoot/private
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/private/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/private/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:24:51 [2020-12-04T22:24:51.199Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:24:51 [2020-12-04T22:24:51.199Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:24:51 [2020-12-04T22:24:51.200Z] === CONT  TestMountDaemonRoot/default/mount_root
22:24:51 [2020-12-04T22:24:51.200Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:24:51 [2020-12-04T22:24:51.397Z] --- PASS: TestRunContainerWithBridgeNone (2.53s)
22:24:51 [2020-12-04T22:24:51.397Z] === RUN   TestNetworkInvalidJSON
22:24:51 [2020-12-04T22:24:51.397Z] === RUN   TestNetworkInvalidJSON//networks/create
22:24:51 [2020-12-04T22:24:51.397Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:24:51 [2020-12-04T22:24:51.397Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:24:51 [2020-12-04T22:24:51.397Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:24:51 [2020-12-04T22:24:51.397Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:24:51 [2020-12-04T22:24:51.397Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:24:51 [2020-12-04T22:24:51.397Z] === CONT  TestNetworkInvalidJSON//networks/create
22:24:51 [2020-12-04T22:24:51.397Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:24:51 [2020-12-04T22:24:51.397Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:24:51 [2020-12-04T22:24:51.397Z] --- PASS: TestNetworkInvalidJSON (0.03s)
22:24:51 [2020-12-04T22:24:51.397Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:24:51 [2020-12-04T22:24:51.397Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
22:24:51 [2020-12-04T22:24:51.397Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:24:51 [2020-12-04T22:24:51.397Z] === RUN   TestHostIPv4BridgeLabel
22:24:51 [2020-12-04T22:24:51.493Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:24:51 [2020-12-04T22:24:51.493Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:24:51 [2020-12-04T22:24:51.493Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:24:51 [2020-12-04T22:24:51.493Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:24:51 [2020-12-04T22:24:51.493Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:24:51 [2020-12-04T22:24:51.493Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:24:51 [2020-12-04T22:24:51.493Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:24:51 [2020-12-04T22:24:51.493Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:24:51 [2020-12-04T22:24:51.493Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:24:51 [2020-12-04T22:24:51.493Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:24:51 [2020-12-04T22:24:51.541Z] INFO: Downloading compiler 3 of 3...
22:24:51 [2020-12-04T22:24:51.787Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:24:51 [2020-12-04T22:24:51.787Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:24:51 [2020-12-04T22:24:51.787Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:24:51 [2020-12-04T22:24:51.787Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:24:51 [2020-12-04T22:24:51.787Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:24:51 [2020-12-04T22:24:51.787Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:24:51 [2020-12-04T22:24:51.787Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:24:51 [2020-12-04T22:24:51.787Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:24:51 [2020-12-04T22:24:51.787Z] === CONT  TestMountDaemonRoot/private/bind_root
22:24:51 [2020-12-04T22:24:51.787Z] === CONT  TestMountDaemonRoot/private/mount_root
22:24:51 [2020-12-04T22:24:51.970Z] --- PASS: TestHostIPv4BridgeLabel (0.85s)
22:24:51 [2020-12-04T22:24:51.970Z] === RUN   TestDaemonRestartWithLiveRestore
22:24:52 [2020-12-04T22:24:52.006Z] INFO: Extracting git...
22:24:52 [2020-12-04T22:24:52.080Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:24:52 [2020-12-04T22:24:52.080Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:24:52 [2020-12-04T22:24:52.080Z] --- PASS: TestMountDaemonRoot (0.01s)
22:24:52 [2020-12-04T22:24:52.080Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.10s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.10s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
22:24:52 [2020-12-04T22:24:52.080Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
22:24:52 [2020-12-04T22:24:52.080Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
22:24:52 [2020-12-04T22:24:52.080Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s)
22:24:52 [2020-12-04T22:24:52.080Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
22:24:52 [2020-12-04T22:24:52.080Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
22:24:52 [2020-12-04T22:24:52.080Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
22:24:52 [2020-12-04T22:24:52.080Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
22:24:52 [2020-12-04T22:24:52.080Z] === RUN   TestContainerBindMountNonRecursive
22:24:53 [2020-12-04T22:24:53.887Z] --- PASS: TestDaemonRestartWithLiveRestore (1.47s)
22:24:53 [2020-12-04T22:24:53.887Z] === RUN   TestDaemonDefaultNetworkPools
22:24:54 [2020-12-04T22:24:54.159Z] --- PASS: TestContainerBindMountNonRecursive (2.06s)
22:24:54 [2020-12-04T22:24:54.159Z] === RUN   TestContainerVolumesMountedAsShared
22:24:54 [2020-12-04T22:24:54.281Z] tests/integration/models_containers_test.py ............................ [ 83%]
22:24:54 [2020-12-04T22:24:54.796Z] --- PASS: TestContainerVolumesMountedAsShared (0.81s)
22:24:54 [2020-12-04T22:24:54.796Z] === RUN   TestContainerVolumesMountedAsSlave
22:24:54 [2020-12-04T22:24:54.831Z] --- PASS: TestDaemonDefaultNetworkPools (1.30s)
22:24:54 [2020-12-04T22:24:54.831Z] === RUN   TestDaemonRestartWithExistingNetwork
22:24:55 [2020-12-04T22:24:55.433Z] --- PASS: TestContainerVolumesMountedAsSlave (0.68s)
22:24:55 [2020-12-04T22:24:55.434Z] === RUN   TestNetworkNat
22:24:56 [2020-12-04T22:24:56.486Z] --- PASS: TestNetworkNat (0.85s)
22:24:56 [2020-12-04T22:24:56.486Z] === RUN   TestNetworkLocalhostTCPNat
22:24:56 [2020-12-04T22:24:56.753Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.02s)
22:24:56 [2020-12-04T22:24:56.754Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:24:57 [2020-12-04T22:24:57.527Z] --- PASS: TestNetworkLocalhostTCPNat (0.94s)
22:24:57 [2020-12-04T22:24:57.527Z] === RUN   TestNetworkLoopbackNat
22:24:59 [2020-12-04T22:24:59.303Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.37s)
22:24:59 [2020-12-04T22:24:59.303Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:25:00 [2020-12-04T22:25:00.247Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.86s)
22:25:00 [2020-12-04T22:25:00.247Z] === RUN   TestServiceWithPredefinedNetwork
22:25:01 [2020-12-04T22:25:01.058Z] --- PASS: TestNetworkLoopbackNat (3.25s)
22:25:01 [2020-12-04T22:25:01.058Z] === RUN   TestPause
22:25:01 [2020-12-04T22:25:01.352Z] --- PASS: TestPause (0.89s)
22:25:01 [2020-12-04T22:25:01.352Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:25:01 [2020-12-04T22:25:01.352Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:25:01 [2020-12-04T22:25:01.352Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:25:01 [2020-12-04T22:25:01.352Z] === RUN   TestPauseStopPausedContainer
22:25:02 [2020-12-04T22:25:02.393Z] --- PASS: TestPauseStopPausedContainer (0.92s)
22:25:02 [2020-12-04T22:25:02.393Z] === RUN   TestPsFilter
22:25:02 [2020-12-04T22:25:02.687Z] --- PASS: TestPsFilter (0.30s)
22:25:02 [2020-12-04T22:25:02.687Z] === RUN   TestRemoveContainerWithRemovedVolume
22:25:03 [2020-12-04T22:25:03.552Z] --- PASS: TestServiceWithPredefinedNetwork (3.33s)
22:25:03 [2020-12-04T22:25:03.552Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:25:03 [2020-12-04T22:25:03.552Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:25:03 [2020-12-04T22:25:03.552Z]     service_test.go:236: FLAKY_TEST
22:25:03 [2020-12-04T22:25:03.552Z] === RUN   TestServiceWithDataPathPortInit
22:25:03 [2020-12-04T22:25:03.739Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s)
22:25:03 [2020-12-04T22:25:03.739Z] === RUN   TestRemoveContainerWithVolume
22:25:04 [2020-12-04T22:25:04.377Z] --- PASS: TestRemoveContainerWithVolume (0.86s)
22:25:04 [2020-12-04T22:25:04.377Z] === RUN   TestRemoveContainerRunning
22:25:05 [2020-12-04T22:25:05.417Z] --- PASS: TestRemoveContainerRunning (0.92s)
22:25:05 [2020-12-04T22:25:05.417Z] === RUN   TestRemoveContainerForceRemoveRunning
22:25:06 [2020-12-04T22:25:06.458Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.97s)
22:25:06 [2020-12-04T22:25:06.458Z] === RUN   TestRemoveInvalidContainer
22:25:06 [2020-12-04T22:25:06.458Z] --- PASS: TestRemoveInvalidContainer (0.01s)
22:25:06 [2020-12-04T22:25:06.458Z] === RUN   TestRenameLinkedContainer
22:25:07 [2020-12-04T22:25:07.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:25:07 [2020-12-04T22:25:07.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:25:07 [2020-12-04T22:25:07.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:25:08 [2020-12-04T22:25:08.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:25:08 [2020-12-04T22:25:08.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:25:09 [2020-12-04T22:25:09.784Z] INFO: Expanding go...
22:25:09 [2020-12-04T22:25:09.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:25:09 [2020-12-04T22:25:09.994Z] --- PASS: TestRenameLinkedContainer (3.58s)
22:25:09 [2020-12-04T22:25:09.994Z] === RUN   TestRenameStoppedContainer
22:25:10 [2020-12-04T22:25:10.202Z] .........                                                                [ 86%]
22:25:11 [2020-12-04T22:25:11.038Z] --- PASS: TestRenameStoppedContainer (0.91s)
22:25:11 [2020-12-04T22:25:11.038Z] === RUN   TestRenameRunningContainerAndReuse
22:25:12 [2020-12-04T22:25:12.556Z] --- PASS: TestRenameRunningContainerAndReuse (1.78s)
22:25:12 [2020-12-04T22:25:12.556Z] === RUN   TestRenameInvalidName
22:25:13 [2020-12-04T22:25:13.186Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:25:13 [2020-12-04T22:25:13.597Z] --- PASS: TestRenameInvalidName (0.89s)
22:25:13 [2020-12-04T22:25:13.597Z] === RUN   TestRenameAnonymousContainer
22:25:14 [2020-12-04T22:25:14.572Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:25:15 [2020-12-04T22:25:15.523Z] tests/integration/models_images_test.py ...............                  [ 89%]
22:25:15 [2020-12-04T22:25:15.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
22:25:16 [2020-12-04T22:25:16.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:25:16 [2020-12-04T22:25:16.962Z] tests/integration/models_networks_test.py ....                           [ 90%]
22:25:17 [2020-12-04T22:25:17.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:25:17 [2020-12-04T22:25:17.976Z] ok  	github.com/docker/docker/api/server/httputils	0.008s	coverage: 14.7% of statements
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ok  	github.com/docker/docker/api/server/middleware	0.014s	coverage: 37.7% of statements
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ok  	github.com/docker/docker/api/types/strslice	0.015s	coverage: 90.0% of statements
22:25:17 [2020-12-04T22:25:17.976Z] ok  	github.com/docker/docker/api/types/filters	0.032s	coverage: 92.2% of statements
22:25:17 [2020-12-04T22:25:17.976Z] ok  	github.com/docker/docker/api/types/time	0.005s	coverage: 100.0% of statements
22:25:17 [2020-12-04T22:25:17.976Z] ok  	github.com/docker/docker/api/server/router/swarm	0.012s	coverage: 5.7% of statements
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/container	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/events	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/image	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/network	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ok  	github.com/docker/docker/api/types/versions	0.016s	coverage: 75.0% of statements
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/builder	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
22:25:17 [2020-12-04T22:25:17.976Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
22:25:18 [2020-12-04T22:25:18.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:25:19 [2020-12-04T22:25:19.181Z] --- PASS: TestRenameAnonymousContainer (5.06s)
22:25:19 [2020-12-04T22:25:19.181Z] === RUN   TestRenameContainerWithSameName
22:25:19 [2020-12-04T22:25:19.475Z] --- PASS: TestRenameContainerWithSameName (0.96s)
22:25:19 [2020-12-04T22:25:19.475Z] === RUN   TestRenameContainerWithLinkedContainer
22:25:19 [2020-12-04T22:25:19.500Z] ok  	github.com/docker/docker/cli/debug	0.010s	coverage: 100.0% of statements
22:25:20 [2020-12-04T22:25:20.781Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:25:21 [2020-12-04T22:25:21.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:25:21 [2020-12-04T22:25:21.608Z] --- PASS: TestRenameContainerWithLinkedContainer (1.77s)
22:25:21 [2020-12-04T22:25:21.608Z] === RUN   TestResize
22:25:21 [2020-12-04T22:25:21.674Z] --- PASS: TestServiceWithDataPathPortInit (18.20s)
22:25:21 [2020-12-04T22:25:21.674Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:25:22 [2020-12-04T22:25:22.245Z] --- PASS: TestResize (0.91s)
22:25:22 [2020-12-04T22:25:22.245Z] === RUN   TestResizeWithInvalidSize
22:25:22 [2020-12-04T22:25:22.315Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.931s	coverage: 86.3% of statements
22:25:22 [2020-12-04T22:25:22.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:25:23 [2020-12-04T22:25:23.286Z] --- PASS: TestResizeWithInvalidSize (0.91s)
22:25:23 [2020-12-04T22:25:23.286Z] === RUN   TestResizeWhenContainerNotStarted
22:25:23 [2020-12-04T22:25:23.494Z] tests/integration/models_nodes_test.py .                                 [ 91%]
22:25:23 [2020-12-04T22:25:23.494Z] tests/integration/models_resources_test.py .                             [ 91%]
22:25:23 [2020-12-04T22:25:23.678Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:25:23 [2020-12-04T22:25:23.678Z] Using test binary docker
22:25:23 [2020-12-04T22:25:23.678Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:25:23 [2020-12-04T22:25:23.678Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:25:23 [2020-12-04T22:25:23.678Z] INFO: Waiting for daemon to start...
22:25:23 [2020-12-04T22:25:23.678Z] Starting dockerd
22:25:23 [2020-12-04T22:25:23.844Z] ok  	github.com/docker/docker/builder/remotecontext	0.573s	coverage: 13.7% of statements
22:25:23 [2020-12-04T22:25:23.927Z] --- PASS: TestResizeWhenContainerNotStarted (0.90s)
22:25:23 [2020-12-04T22:25:23.927Z] === RUN   TestDaemonRestartKillContainers
22:25:23 [2020-12-04T22:25:23.927Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:25:23 [2020-12-04T22:25:23.927Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:25:23 [2020-12-04T22:25:23.927Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:25:23 [2020-12-04T22:25:23.927Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:25:23 [2020-12-04T22:25:23.927Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:25:23 [2020-12-04T22:25:23.927Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:25:23 [2020-12-04T22:25:23.927Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:25:23 [2020-12-04T22:25:23.927Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:25:23 [2020-12-04T22:25:23.927Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:25:23 [2020-12-04T22:25:23.927Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:25:23 [2020-12-04T22:25:23.927Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:25:23 [2020-12-04T22:25:23.927Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:25:23 [2020-12-04T22:25:23.928Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:25:25 [2020-12-04T22:25:25.945Z] ok  	github.com/docker/docker/builder/dockerfile	1.232s	coverage: 48.3% of statements
22:25:25 [2020-12-04T22:25:25.945Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
22:25:25 [2020-12-04T22:25:25.945Z] ?   	github.com/docker/docker/cli	[no test files]
22:25:25 [2020-12-04T22:25:25.945Z] ?   	github.com/docker/docker/cli/config	[no test files]
22:25:26 [2020-12-04T22:25:26.007Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:25:26 [2020-12-04T22:25:26.301Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:25:26 [2020-12-04T22:25:26.973Z] .
22:25:26 [2020-12-04T22:25:26.973Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:25:26 [2020-12-04T22:25:26.973Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:25:26 [2020-12-04T22:25:26.973Z] Error: No such image: emptyfs
22:25:26 [2020-12-04T22:25:26.973Z] Running integration-test (iteration 1)
22:25:26 [2020-12-04T22:25:26.973Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
22:25:27 [2020-12-04T22:25:27.821Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:25:27 [2020-12-04T22:25:27.821Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:25:28 [2020-12-04T22:25:28.703Z] ok  	github.com/docker/docker/client	0.630s	coverage: 75.4% of statements
22:25:29 [2020-12-04T22:25:29.338Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:25:29 [2020-12-04T22:25:29.338Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:25:29 [2020-12-04T22:25:29.549Z] tests/integration/models_services_test.py ..............X.               [ 95%]
22:25:31 [2020-12-04T22:25:31.421Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:25:31 [2020-12-04T22:25:31.421Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:25:31 [2020-12-04T22:25:31.682Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.96s)
22:25:31 [2020-12-04T22:25:31.682Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:578hyyk9lkmfaragseclsae1e Created:2020-12-04 22:25:23.275089655 +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[714942547ab10d09909643e33792a586af10c337fa0a53b2d1e4c2c03a7d2b30:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s36cm19b2zr0li0lg7u6j6jjg EndpointID:6d42e626933ec5e5d9da7c64fc68f08d455c570144179b121d0e63be0f6bf062 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f8d31b8ef2d2ae873af3cf2b4cc4ee0dad1fe4757330b3a06f15bc656b654c38 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:0860a1755a9c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s36cm19b2zr0li0lg7u6j6jjg EndpointID:6d42e626933ec5e5d9da7c64fc68f08d455c570144179b121d0e63be0f6bf062 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
22:25:31 [2020-12-04T22:25:31.682Z] PASS
22:25:31 [2020-12-04T22:25:31.682Z] 
22:25:31 [2020-12-04T22:25:31.682Z] === Skipped
22:25:31 [2020-12-04T22:25:31.682Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:25:31 [2020-12-04T22:25:31.682Z]     service_test.go:236: FLAKY_TEST
22:25:31 [2020-12-04T22:25:31.682Z] 
22:25:31 [2020-12-04T22:25:31.682Z] 
22:25:31 [2020-12-04T22:25:31.682Z] DONE 23 tests, 1 skipped in 60.609s
22:25:31 [2020-12-04T22:25:31.682Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:25:31 [2020-12-04T22:25:31.682Z] ++ 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
22:25:31 [2020-12-04T22:25:31.682Z] ++ set -e
22:25:31 [2020-12-04T22:25:31.682Z] ++ '[' -n 0 ']'
22:25:31 [2020-12-04T22:25:31.682Z] ++ set -x
22:25:31 [2020-12-04T22:25:31.682Z] ++ env -i DEST=/go/src/github.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
22:25:31 [2020-12-04T22:25:31.682Z] INFO: Testing against a local daemon
22:25:31 [2020-12-04T22:25:31.682Z] === RUN   TestDockerNetworkIpvlanPersistance
22:25:31 [2020-12-04T22:25:31.682Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
22:25:31 [2020-12-04T22:25:31.682Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:25:31 [2020-12-04T22:25:31.682Z] === RUN   TestDockerNetworkIpvlan
22:25:31 [2020-12-04T22:25:31.682Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:25:31 [2020-12-04T22:25:31.682Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:25:31 [2020-12-04T22:25:31.682Z] PASS
22:25:31 [2020-12-04T22:25:31.682Z] 
22:25:31 [2020-12-04T22:25:31.682Z] === Skipped
22:25:31 [2020-12-04T22:25:31.682Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
22:25:31 [2020-12-04T22:25:31.682Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:25:31 [2020-12-04T22:25:31.682Z] 
22:25:31 [2020-12-04T22:25:31.682Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:25:31 [2020-12-04T22:25:31.682Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:25:31 [2020-12-04T22:25:31.682Z] 
22:25:31 [2020-12-04T22:25:31.682Z] 
22:25:31 [2020-12-04T22:25:31.682Z] DONE 2 tests, 2 skipped in 0.148s
22:25:31 [2020-12-04T22:25:31.682Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:25:31 [2020-12-04T22:25:31.682Z] ++ 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
22:25:31 [2020-12-04T22:25:31.682Z] ++ set -e
22:25:31 [2020-12-04T22:25:31.682Z] ++ '[' -n 0 ']'
22:25:31 [2020-12-04T22:25:31.682Z] ++ set -x
22:25:31 [2020-12-04T22:25:31.682Z] ++ env -i DEST=/go/src/github.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
22:25:31 [2020-12-04T22:25:31.682Z] INFO: Testing against a local daemon
22:25:31 [2020-12-04T22:25:31.682Z] === RUN   TestDockerNetworkMacvlanPersistance
22:25:32 [2020-12-04T22:25:32.279Z] tests/integration/models_swarm_test.py ..                                [ 96%]
22:25:32 [2020-12-04T22:25:32.279Z] tests/integration/models_volumes_test.py ..                              [ 96%]
22:25:33 [2020-12-04T22:25:33.070Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.16s)
22:25:33 [2020-12-04T22:25:33.070Z] === RUN   TestDockerNetworkMacvlan
22:25:34 [2020-12-04T22:25:34.457Z] === RUN   TestDockerNetworkMacvlan/Subinterface
22:25:34 [2020-12-04T22:25:34.955Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:25:34 [2020-12-04T22:25:34.955Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:25:35 [2020-12-04T22:25:35.025Z] INFO: Expanding compiler 1 of 3...
22:25:35 [2020-12-04T22:25:35.025Z] INFO: Expanding compiler 2 of 3...
22:25:35 [2020-12-04T22:25:35.401Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
22:25:36 [2020-12-04T22:25:36.457Z] tests/integration/regression_test.py ......                              [ 98%]
22:25:36 [2020-12-04T22:25:36.789Z] === RUN   TestDockerNetworkMacvlan/NilParent
22:25:36 [2020-12-04T22:25:36.969Z] tests/integration/credentials/store_test.py ......                       [ 99%]
22:25:36 [2020-12-04T22:25:36.969Z] tests/integration/credentials/utils_test.py .                            [100%]
22:25:36 [2020-12-04T22:25:36.969Z] 
22:25:36 [2020-12-04T22:25:36.969Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
22:25:36 [2020-12-04T22:25:36.969Z] =========================== short test summary info ============================
22:25:36 [2020-12-04T22:25:36.969Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:25:36 [2020-12-04T22:25:36.969Z]   CONFIG_RT_GROUP_SCHED isn't enabled
22:25:36 [2020-12-04T22:25:36.969Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:25:36 [2020-12-04T22:25:36.969Z]   Not supported on most drivers
22:25:36 [2020-12-04T22:25:36.969Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
22:25:36 [2020-12-04T22:25:36.969Z]   Output of docker top depends on host distro, and is not formalized.
22:25:36 [2020-12-04T22:25:36.969Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
22:25:36 [2020-12-04T22:25:36.969Z]   Output of docker top depends on host distro, and is not formalized.
22:25:36 [2020-12-04T22:25:36.969Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
22:25:36 [2020-12-04T22:25:36.969Z]   Can fail if eth0 has multiple IP addresses
22:25:36 [2020-12-04T22:25:36.969Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:25:36 [2020-12-04T22:25:36.969Z]   This doesn't seem to be taken into account by the engine
22:25:36 [2020-12-04T22:25:36.969Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
22:25:36 [2020-12-04T22:25:36.969Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
22:25:36 [2020-12-04T22:25:36.969Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 338.46 seconds ==
22:25:37 [2020-12-04T22:25:37.035Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
22:25:37 [2020-12-04T22:25:37.036Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.14s)
22:25:37 [2020-12-04T22:25:37.036Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.36s)
22:25:37 [2020-12-04T22:25:37.036Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.46s)
22:25:37 [2020-12-04T22:25:37.036Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.44s)
22:25:37 [2020-12-04T22:25:37.036Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.55s)
22:25:37 [2020-12-04T22:25:37.036Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.45s)
22:25:37 [2020-12-04T22:25:37.036Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.32s)
22:25:37 [2020-12-04T22:25:37.036Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.32s)
22:25:37 [2020-12-04T22:25:37.036Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.08s)
22:25:37 [2020-12-04T22:25:37.036Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.20s)
22:25:37 [2020-12-04T22:25:37.036Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.25s)
22:25:37 [2020-12-04T22:25:37.036Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.32s)
22:25:37 [2020-12-04T22:25:37.036Z] === RUN   TestCgroupNamespacesRun
22:25:37 [2020-12-04T22:25:37.225Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
22:25:38 [2020-12-04T22:25:38.806Z] INFO: Expanding compiler 3 of 3...
22:25:39 [2020-12-04T22:25:39.116Z] --- PASS: TestCgroupNamespacesRun (1.78s)
22:25:39 [2020-12-04T22:25:39.116Z] === RUN   TestCgroupNamespacesRunPrivileged
22:25:39 [2020-12-04T22:25:39.273Z] INFO: Removing downloaded files...
22:25:39 [2020-12-04T22:25:39.739Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
22:25:39 [2020-12-04T22:25:39.739Z] INFO: Configuring git core.autocrlf...
22:25:40 [2020-12-04T22:25:40.098Z] === RUN   TestDockerNetworkMacvlan/InternalMode
22:25:40 [2020-12-04T22:25:40.633Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.71s)
22:25:40 [2020-12-04T22:25:40.633Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:25:41 [2020-12-04T22:25:41.880Z] Loaded image: buildpack-deps:buster
22:25:41 [2020-12-04T22:25:41.880Z] Loaded image: busybox:latest
22:25:41 [2020-12-04T22:25:41.880Z] Loaded image: busybox:glibc
22:25:41 [2020-12-04T22:25:41.880Z] Loaded image: debian:buster
22:25:41 [2020-12-04T22:25:41.880Z] Loaded image: hello-world:latest
22:25:41 [2020-12-04T22:25:41.880Z] Loaded image: arm32v7/hello-world:latest
22:25:41 [2020-12-04T22:25:41.880Z] INFO: Testing against a local daemon
22:25:41 [2020-12-04T22:25:41.880Z] === RUN   TestCgroupNamespacesBuild
22:25:42 [2020-12-04T22:25:42.149Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.76s)
22:25:42 [2020-12-04T22:25:42.149Z] === RUN   TestCgroupNamespacesRunHostMode
22:25:43 [2020-12-04T22:25:43.403Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
22:25:44 [2020-12-04T22:25:44.232Z] --- PASS: TestCgroupNamespacesRunHostMode (1.79s)
22:25:44 [2020-12-04T22:25:44.232Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:25:45 [2020-12-04T22:25:45.180Z] --- PASS: TestCgroupNamespacesBuild (4.70s)
22:25:45 [2020-12-04T22:25:45.180Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
22:25:45 [2020-12-04T22:25:45.749Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s)
22:25:45 [2020-12-04T22:25:45.750Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:25:47 [2020-12-04T22:25:47.093Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.21s)
22:25:47 [2020-12-04T22:25:47.093Z] === RUN   TestBuildWithSession
22:25:47 [2020-12-04T22:25:47.093Z] --- SKIP: TestBuildWithSession (0.00s)
22:25:47 [2020-12-04T22:25:47.093Z]     build_session_test.go:25: TODO: BuildKit
22:25:47 [2020-12-04T22:25:47.093Z] === RUN   TestBuildSquashParent
22:25:47 [2020-12-04T22:25:47.826Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.68s)
22:25:47 [2020-12-04T22:25:47.827Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:25:47 [2020-12-04T22:25:47.850Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:25:48 [2020-12-04T22:25:48.463Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s)
22:25:48 [2020-12-04T22:25:48.463Z] === RUN   TestCgroupNamespacesRunOlderClient
22:25:49 [2020-12-04T22:25:49.386Z] Leaving: AppArmorNo profiles have been unloaded.
22:25:49 [2020-12-04T22:25:49.387Z] 
22:25:49 [2020-12-04T22:25:49.387Z] Unloading profiles will leave already running processes permanently
22:25:49 [2020-12-04T22:25:49.387Z] unconfined, which can lead to unexpected situations.
22:25:49 [2020-12-04T22:25:49.387Z] 
22:25:49 [2020-12-04T22:25:49.387Z] To set a process to complain mode, use the command line tool
22:25:49 [2020-12-04T22:25:49.387Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:25:49 [2020-12-04T22:25:49.387Z] 
Post stage
[Pipeline] junit
22:25:49 [2020-12-04T22:25:49.652Z] Recording test results
[Pipeline] sh
22:25:49 [2020-12-04T22:25:49.999Z] === RUN   TestDockerNetworkMacvlan/Addressing
22:25:50 [2020-12-04T22:25:50.193Z] + echo Ensuring container killed.
22:25:50 [2020-12-04T22:25:50.193Z] Ensuring container killed.
22:25:50 [2020-12-04T22:25:50.193Z] + docker rm -vf docker-pr9
22:25:50 [2020-12-04T22:25:50.193Z] Error: No such container: docker-pr9
22:25:50 [2020-12-04T22:25:50.193Z] + true
[Pipeline] sh
22:25:50 [2020-12-04T22:25:50.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:25:50 [2020-12-04T22:25:50.509Z] + echo Chowning /workspace to jenkins user
22:25:50 [2020-12-04T22:25:50.509Z] Chowning /workspace to jenkins user
22:25:50 [2020-12-04T22:25:50.509Z] + id -u
22:25:50 [2020-12-04T22:25:50.509Z] + id -g
22:25:50 [2020-12-04T22:25:50.509Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41622:/workspace busybox chown -R 1000:1000 /workspace
22:25:50 [2020-12-04T22:25:50.542Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.80s)
22:25:50 [2020-12-04T22:25:50.542Z] === RUN   TestKernelTCPMemory
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:25:51 [2020-12-04T22:25:51.179Z] --- PASS: TestKernelTCPMemory (0.90s)
22:25:51 [2020-12-04T22:25:51.179Z] === RUN   TestNISDomainname
22:25:51 [2020-12-04T22:25:51.406Z] + bundleName=docker-py
22:25:51 [2020-12-04T22:25:51.406Z] + echo Creating docker-py-bundles.tar.gz
22:25:51 [2020-12-04T22:25:51.406Z] Creating docker-py-bundles.tar.gz
22:25:51 [2020-12-04T22:25:51.406Z] + 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
22:25:51 [2020-12-04T22:25:51.421Z] Archiving artifacts
22:25:51 [2020-12-04T22:25:51.662Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41622/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
22:25:51 [2020-12-04T22:25:51.916Z] --- PASS: TestDockerNetworkMacvlan (18.65s)
22:25:51 [2020-12-04T22:25:51.916Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s)
22:25:51 [2020-12-04T22:25:51.916Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
22:25:51 [2020-12-04T22:25:51.916Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.99s)
22:25:51 [2020-12-04T22:25:51.916Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.08s)
22:25:51 [2020-12-04T22:25:51.916Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.88s)
22:25:51 [2020-12-04T22:25:51.916Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.34s)
22:25:51 [2020-12-04T22:25:51.916Z] PASS
22:25:51 [2020-12-04T22:25:51.916Z] 
22:25:51 [2020-12-04T22:25:51.916Z] DONE 8 tests in 20.956s
22:25:51 [2020-12-04T22:25:51.916Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
22:25:51 [2020-12-04T22:25:51.916Z] ++ 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
22:25:51 [2020-12-04T22:25:51.916Z] ++ set -e
22:25:51 [2020-12-04T22:25:51.916Z] ++ '[' -n 0 ']'
22:25:51 [2020-12-04T22:25:51.916Z] ++ set -x
22:25:51 [2020-12-04T22:25:51.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=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
22:25:51 [2020-12-04T22:25:51.916Z] testing: warning: no tests to run
22:25:51 [2020-12-04T22:25:51.916Z] PASS
22:25:51 [2020-12-04T22:25:51.916Z] 
22:25:51 [2020-12-04T22:25:51.916Z] DONE 0 tests in 0.029s
22:25:51 [2020-12-04T22:25:51.916Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:25:51 [2020-12-04T22:25:51.916Z] ++ 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
22:25:51 [2020-12-04T22:25:51.916Z] ++ set -e
22:25:51 [2020-12-04T22:25:51.916Z] ++ '[' -n 0 ']'
22:25:51 [2020-12-04T22:25:51.916Z] ++ set -x
22:25:51 [2020-12-04T22:25:51.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=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
22:25:51 [2020-12-04T22:25:51.916Z] INFO: Testing against a local daemon
22:25:51 [2020-12-04T22:25:51.916Z] === RUN   TestAuthZPluginAllowRequest
22:25:52 [2020-12-04T22:25:52.008Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/make.sh binary-daemon
22:25:52 [2020-12-04T22:25:52.224Z] --- PASS: TestNISDomainname (1.05s)
22:25:52 [2020-12-04T22:25:52.224Z] === RUN   TestHostnameDnsResolution
22:25:52 [2020-12-04T22:25:52.271Z] 
22:25:52 [2020-12-04T22:25:52.271Z] Removing bundles/
22:25:52 [2020-12-04T22:25:52.271Z] 
22:25:52 [2020-12-04T22:25:52.549Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
22:25:52 [2020-12-04T22:25:52.549Z] Building: bundles/binary-daemon/dockerd-dev
22:25:52 [2020-12-04T22:25:52.549Z] GOOS="" GOARCH="" GOARM=""
22:25:53 [2020-12-04T22:25:53.739Z] --- PASS: TestHostnameDnsResolution (1.71s)
22:25:53 [2020-12-04T22:25:53.739Z] === RUN   TestStats
22:25:53 [2020-12-04T22:25:53.832Z] --- PASS: TestAuthZPluginAllowRequest (1.86s)
22:25:53 [2020-12-04T22:25:53.832Z] === RUN   TestAuthZPluginTLS
22:25:54 [2020-12-04T22:25:54.405Z] --- PASS: TestAuthZPluginTLS (0.73s)
22:25:54 [2020-12-04T22:25:54.405Z] === RUN   TestAuthZPluginDenyRequest
22:25:55 [2020-12-04T22:25:55.228Z] --- PASS: TestBuildSquashParent (7.22s)
22:25:55 [2020-12-04T22:25:55.228Z] === RUN   TestBuildWithRemoveAndForceRemove
22:25:55 [2020-12-04T22:25:55.228Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:25:55 [2020-12-04T22:25:55.228Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:25:55 [2020-12-04T22:25:55.228Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:25:55 [2020-12-04T22:25:55.228Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:25:55 [2020-12-04T22:25:55.228Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:25:55 [2020-12-04T22:25:55.228Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:25:55 [2020-12-04T22:25:55.228Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:25:55 [2020-12-04T22:25:55.228Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:25:55 [2020-12-04T22:25:55.228Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:25:55 [2020-12-04T22:25:55.228Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:25:55 [2020-12-04T22:25:55.228Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:25:55 [2020-12-04T22:25:55.228Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:25:55 [2020-12-04T22:25:55.228Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:25:55 [2020-12-04T22:25:55.228Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:25:55 [2020-12-04T22:25:55.349Z] --- PASS: TestAuthZPluginDenyRequest (0.68s)
22:25:55 [2020-12-04T22:25:55.349Z] === RUN   TestAuthZPluginAPIDenyResponse
22:25:55 [2020-12-04T22:25:55.799Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:25:55 [2020-12-04T22:25:55.799Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:25:55 [2020-12-04T22:25:55.923Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.68s)
22:25:55 [2020-12-04T22:25:55.923Z] === RUN   TestAuthZPluginDenyResponse
22:25:56 [2020-12-04T22:25:56.496Z] --- PASS: TestAuthZPluginDenyResponse (0.70s)
22:25:56 [2020-12-04T22:25:56.496Z] === RUN   TestAuthZPluginAllowEventStream
22:25:57 [2020-12-04T22:25:57.269Z] --- PASS: TestStats (3.01s)
22:25:57 [2020-12-04T22:25:57.269Z] === RUN   TestStopContainerWithTimeout
22:25:57 [2020-12-04T22:25:57.269Z] === RUN   TestStopContainerWithTimeout/0
22:25:57 [2020-12-04T22:25:57.269Z] === PAUSE TestStopContainerWithTimeout/0
22:25:57 [2020-12-04T22:25:57.269Z] === RUN   TestStopContainerWithTimeout/1
22:25:57 [2020-12-04T22:25:57.269Z] === PAUSE TestStopContainerWithTimeout/1
22:25:57 [2020-12-04T22:25:57.269Z] === RUN   TestStopContainerWithTimeout/3
22:25:57 [2020-12-04T22:25:57.269Z] === PAUSE TestStopContainerWithTimeout/3
22:25:57 [2020-12-04T22:25:57.269Z] === RUN   TestStopContainerWithTimeout/-1
22:25:57 [2020-12-04T22:25:57.269Z] === PAUSE TestStopContainerWithTimeout/-1
22:25:57 [2020-12-04T22:25:57.269Z] === CONT  TestStopContainerWithTimeout/0
22:25:57 [2020-12-04T22:25:57.269Z] === CONT  TestStopContainerWithTimeout/3
22:25:57 [2020-12-04T22:25:57.712Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:25:57 [2020-12-04T22:25:57.919Z] === CONT  TestStopContainerWithTimeout/1
22:25:57 [2020-12-04T22:25:57.973Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:25:58 [2020-12-04T22:25:58.413Z] --- PASS: TestAuthZPluginAllowEventStream (1.85s)
22:25:58 [2020-12-04T22:25:58.413Z] === RUN   TestAuthZPluginErrorResponse
22:25:59 [2020-12-04T22:25:59.357Z] --- PASS: TestAuthZPluginErrorResponse (0.73s)
22:25:59 [2020-12-04T22:25:59.357Z] === RUN   TestAuthZPluginErrorRequest
22:25:59 [2020-12-04T22:25:59.885Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
22:25:59 [2020-12-04T22:25:59.885Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.48s)
22:25:59 [2020-12-04T22:25:59.885Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.55s)
22:25:59 [2020-12-04T22:25:59.885Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.00s)
22:25:59 [2020-12-04T22:25:59.885Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.11s)
22:25:59 [2020-12-04T22:25:59.885Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.02s)
22:25:59 [2020-12-04T22:25:59.885Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.03s)
22:25:59 [2020-12-04T22:25:59.886Z] === RUN   TestBuildMultiStageCopy
22:25:59 [2020-12-04T22:25:59.886Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:25:59 [2020-12-04T22:25:59.930Z] --- PASS: TestAuthZPluginErrorRequest (0.70s)
22:25:59 [2020-12-04T22:25:59.930Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:25:59 [2020-12-04T22:25:59.996Z] === CONT  TestStopContainerWithTimeout/-1
22:26:00 [2020-12-04T22:26:00.386Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:26:00 [2020-12-04T22:26:00.502Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.70s)
22:26:00 [2020-12-04T22:26:00.502Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:26:02 [2020-12-04T22:26:02.739Z] --- PASS: TestStopContainerWithTimeout (0.01s)
22:26:02 [2020-12-04T22:26:02.739Z]     --- PASS: TestStopContainerWithTimeout/0 (1.05s)
22:26:02 [2020-12-04T22:26:02.739Z]     --- PASS: TestStopContainerWithTimeout/3 (3.06s)
22:26:02 [2020-12-04T22:26:02.739Z]     --- PASS: TestStopContainerWithTimeout/1 (2.09s)
22:26:02 [2020-12-04T22:26:02.739Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.91s)
22:26:02 [2020-12-04T22:26:02.739Z] === RUN   TestDeleteDevicemapper
22:26:02 [2020-12-04T22:26:02.739Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:26:02 [2020-12-04T22:26:02.739Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:26:02 [2020-12-04T22:26:02.739Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:26:03 [2020-12-04T22:26:03.060Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.28s)
22:26:03 [2020-12-04T22:26:03.060Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:26:03 [2020-12-04T22:26:03.182Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:26:04 [2020-12-04T22:26:04.122Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:26:05 [2020-12-04T22:26:05.063Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:26:05 [2020-12-04T22:26:05.608Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.38s)
22:26:05 [2020-12-04T22:26:05.608Z] === RUN   TestAuthZPluginHeader
22:26:06 [2020-12-04T22:26:06.181Z] --- PASS: TestAuthZPluginHeader (1.03s)
22:26:06 [2020-12-04T22:26:06.181Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:26:06 [2020-12-04T22:26:06.181Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:26:06 [2020-12-04T22:26:06.181Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:26:06 [2020-12-04T22:26:06.181Z] === RUN   TestAuthZPluginV2Disable
22:26:06 [2020-12-04T22:26:06.181Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
22:26:06 [2020-12-04T22:26:06.181Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:26:06 [2020-12-04T22:26:06.181Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:26:06 [2020-12-04T22:26:06.181Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:26:06 [2020-12-04T22:26:06.181Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:26:06 [2020-12-04T22:26:06.181Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:26:06 [2020-12-04T22:26:06.181Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:26:06 [2020-12-04T22:26:06.181Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:26:06 [2020-12-04T22:26:06.181Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:26:06 [2020-12-04T22:26:06.446Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:26:07 [2020-12-04T22:26:07.215Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.71s)
22:26:07 [2020-12-04T22:26:07.215Z] === RUN   TestUpdateMemory
22:26:07 [2020-12-04T22:26:07.215Z] --- SKIP: TestUpdateMemory (0.00s)
22:26:07 [2020-12-04T22:26:07.215Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
22:26:07 [2020-12-04T22:26:07.215Z] === RUN   TestUpdateCPUQuota
22:26:07 [2020-12-04T22:26:07.386Z] --- PASS: TestBuildMultiStageCopy (7.29s)
22:26:07 [2020-12-04T22:26:07.386Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.30s)
22:26:07 [2020-12-04T22:26:07.386Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
22:26:07 [2020-12-04T22:26:07.386Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s)
22:26:07 [2020-12-04T22:26:07.386Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
22:26:07 [2020-12-04T22:26:07.386Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
22:26:07 [2020-12-04T22:26:07.386Z] === RUN   TestBuildMultiStageParentConfig
22:26:07 [2020-12-04T22:26:07.859Z] --- PASS: TestUpdateCPUQuota (1.23s)
22:26:07 [2020-12-04T22:26:07.859Z] === RUN   TestUpdatePidsLimit
22:26:07 [2020-12-04T22:26:07.859Z] === RUN   TestUpdatePidsLimit/update_from_none
22:26:08 [2020-12-04T22:26:08.146Z] ok  	github.com/docker/docker/cmd/dockerd	0.149s	coverage: 29.2% of statements
22:26:08 [2020-12-04T22:26:08.153Z] === RUN   TestUpdatePidsLimit/no_change
22:26:08 [2020-12-04T22:26:08.447Z] === RUN   TestUpdatePidsLimit/update_lower
22:26:09 [2020-12-04T22:26:09.084Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
22:26:09 [2020-12-04T22:26:09.378Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
22:26:09 [2020-12-04T22:26:09.672Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
22:26:09 [2020-12-04T22:26:09.966Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
22:26:11 [2020-12-04T22:26:11.483Z] --- PASS: TestUpdatePidsLimit (3.56s)
22:26:11 [2020-12-04T22:26:11.483Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.39s)
22:26:11 [2020-12-04T22:26:11.483Z]     --- PASS: TestUpdatePidsLimit/no_change (0.37s)
22:26:11 [2020-12-04T22:26:11.483Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.35s)
22:26:11 [2020-12-04T22:26:11.483Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s)
22:26:11 [2020-12-04T22:26:11.483Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s)
22:26:11 [2020-12-04T22:26:11.483Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s)
22:26:11 [2020-12-04T22:26:11.483Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s)
22:26:11 [2020-12-04T22:26:11.483Z] === RUN   TestUpdateRestartPolicy
22:26:12 [2020-12-04T22:26:12.664Z] ok  	github.com/docker/docker/container	0.206s	coverage: 34.7% of statements
22:26:12 [2020-12-04T22:26:12.664Z] ?   	github.com/docker/docker/container/stream	[no test files]
22:26:12 [2020-12-04T22:26:12.664Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
22:26:12 [2020-12-04T22:26:12.664Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
22:26:12 [2020-12-04T22:26:12.664Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
22:26:12 [2020-12-04T22:26:12.669Z] --- PASS: TestBuildMultiStageParentConfig (4.99s)
22:26:12 [2020-12-04T22:26:12.669Z] === RUN   TestBuildLabelWithTargets
22:26:14 [2020-12-04T22:26:14.780Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.029s	coverage: 65.3% of statements
22:26:20 [2020-12-04T22:26:20.801Z] --- PASS: TestBuildLabelWithTargets (8.00s)
22:26:20 [2020-12-04T22:26:20.801Z] === RUN   TestBuildWithEmptyLayers
22:26:21 [2020-12-04T22:26:21.745Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.076s	coverage: 35.9% of statements
22:26:23 [2020-12-04T22:26:23.343Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
22:26:23 [2020-12-04T22:26:23.343Z] === RUN   TestBuildMultiStageOnBuild
22:26:24 [2020-12-04T22:26:24.301Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.16s)
22:26:24 [2020-12-04T22:26:24.301Z] PASS
22:26:24 [2020-12-04T22:26:24.514Z] ok  	github.com/docker/docker/daemon/cluster	0.180s	coverage: 0.5% of statements
22:26:24 [2020-12-04T22:26:24.563Z] 
22:26:24 [2020-12-04T22:26:24.563Z] === Skipped
22:26:24 [2020-12-04T22:26:24.563Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:26:24 [2020-12-04T22:26:24.563Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:26:24 [2020-12-04T22:26:24.563Z] 
22:26:24 [2020-12-04T22:26:24.563Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
22:26:24 [2020-12-04T22:26:24.563Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:26:24 [2020-12-04T22:26:24.563Z] 
22:26:24 [2020-12-04T22:26:24.563Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:26:24 [2020-12-04T22:26:24.563Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:26:24 [2020-12-04T22:26:24.563Z] 
22:26:24 [2020-12-04T22:26:24.563Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:26:24 [2020-12-04T22:26:24.563Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:26:24 [2020-12-04T22:26:24.563Z] 
22:26:24 [2020-12-04T22:26:24.563Z] 
22:26:24 [2020-12-04T22:26:24.563Z] DONE 17 tests, 4 skipped in 32.641s
22:26:24 [2020-12-04T22:26:24.563Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:26:24 [2020-12-04T22:26:24.563Z] ++ 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
22:26:24 [2020-12-04T22:26:24.563Z] ++ set -e
22:26:24 [2020-12-04T22:26:24.563Z] ++ '[' -n 0 ']'
22:26:24 [2020-12-04T22:26:24.563Z] ++ set -x
22:26:24 [2020-12-04T22:26:24.564Z] ++ env -i DEST=/go/src/github.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
22:26:24 [2020-12-04T22:26:24.564Z] INFO: Testing against a local daemon
22:26:24 [2020-12-04T22:26:24.564Z] === RUN   TestPluginInvalidJSON
22:26:24 [2020-12-04T22:26:24.564Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:26:24 [2020-12-04T22:26:24.564Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:26:24 [2020-12-04T22:26:24.564Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:26:24 [2020-12-04T22:26:24.564Z] --- PASS: TestPluginInvalidJSON (0.03s)
22:26:24 [2020-12-04T22:26:24.564Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:26:24 [2020-12-04T22:26:24.564Z] === RUN   TestPluginInstall
22:26:24 [2020-12-04T22:26:24.564Z] === RUN   TestPluginInstall/no_auth
22:26:26 [2020-12-04T22:26:26.854Z] --- PASS: TestUpdateRestartPolicy (12.98s)
22:26:26 [2020-12-04T22:26:26.854Z] === RUN   TestUpdateRestartWithAutoRemove
22:26:26 [2020-12-04T22:26:26.854Z] --- PASS: TestUpdateRestartWithAutoRemove (0.86s)
22:26:26 [2020-12-04T22:26:26.854Z] === RUN   TestWaitNonBlocked
22:26:26 [2020-12-04T22:26:26.854Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:26:26 [2020-12-04T22:26:26.854Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:26:26 [2020-12-04T22:26:26.854Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:26:26 [2020-12-04T22:26:26.854Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:26:26 [2020-12-04T22:26:26.854Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:26:26 [2020-12-04T22:26:26.854Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:26:26 [2020-12-04T22:26:26.854Z] --- PASS: TestWaitNonBlocked (0.01s)
22:26:26 [2020-12-04T22:26:26.854Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.92s)
22:26:26 [2020-12-04T22:26:26.854Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.02s)
22:26:26 [2020-12-04T22:26:26.854Z] === RUN   TestWaitBlocked
22:26:26 [2020-12-04T22:26:26.854Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:26:26 [2020-12-04T22:26:26.854Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:26:26 [2020-12-04T22:26:26.854Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:26:26 [2020-12-04T22:26:26.854Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:26:26 [2020-12-04T22:26:26.854Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:26:26 [2020-12-04T22:26:26.854Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:26:27 [2020-12-04T22:26:27.113Z] time="2020-12-04T22:26:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:26:27 [2020-12-04T22:26:27.113Z] time="2020-12-04T22:26:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:361b023300e87c027d8aceb9ff799d8bb337dd84375b35830997d62951f5b7db" mediatype=application/vnd.docker.plugin.v1+json size=522
22:26:27 [2020-12-04T22:26:27.113Z] time="2020-12-04T22:26:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:26:27 [2020-12-04T22:26:27.113Z] time="2020-12-04T22:26:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:361b023300e87c027d8aceb9ff799d8bb337dd84375b35830997d62951f5b7db" mediatype=application/vnd.docker.plugin.v1+json size=522
22:26:27 [2020-12-04T22:26:27.113Z] === RUN   TestPluginInstall/with_htpasswd
22:26:27 [2020-12-04T22:26:27.493Z] --- PASS: TestWaitBlocked (0.01s)
22:26:27 [2020-12-04T22:26:27.493Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.09s)
22:26:27 [2020-12-04T22:26:27.493Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.23s)
22:26:27 [2020-12-04T22:26:27.493Z] === CONT  TestContainerStartOnDaemonRestart
22:26:27 [2020-12-04T22:26:27.493Z] === CONT  TestIpcModeOlderClient
22:26:27 [2020-12-04T22:26:27.493Z] --- PASS: TestIpcModeOlderClient (0.17s)
22:26:27 [2020-12-04T22:26:27.493Z] === CONT  TestDaemonHostGatewayIP
22:26:28 [2020-12-04T22:26:28.057Z] time="2020-12-04T22:26:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:26:28 [2020-12-04T22:26:28.057Z] time="2020-12-04T22:26:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:40f1fbae61e8c684f1750a2e391d873f000802bc8b410e2261c9a5be44b071fe" mediatype=application/vnd.docker.plugin.v1+json size=522
22:26:28 [2020-12-04T22:26:28.057Z] time="2020-12-04T22:26:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:26:28 [2020-12-04T22:26:28.057Z] time="2020-12-04T22:26:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:40f1fbae61e8c684f1750a2e391d873f000802bc8b410e2261c9a5be44b071fe" mediatype=application/vnd.docker.plugin.v1+json size=522
22:26:28 [2020-12-04T22:26:28.076Z] ok  	github.com/docker/docker/daemon/discovery	0.029s	coverage: 30.0% of statements
22:26:28 [2020-12-04T22:26:28.626Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
22:26:28 [2020-12-04T22:26:28.626Z] === RUN   TestBuildUncleanTarFilenames
22:26:28 [2020-12-04T22:26:28.630Z] === RUN   TestPluginInstall/with_insecure
22:26:28 [2020-12-04T22:26:28.888Z] --- PASS: TestBuildUncleanTarFilenames (0.70s)
22:26:28 [2020-12-04T22:26:28.888Z] === RUN   TestBuildMultiStageLayerLeak
22:26:29 [2020-12-04T22:26:29.611Z] ok  	github.com/docker/docker/daemon/config	0.122s	coverage: 81.8% of statements
22:26:29 [2020-12-04T22:26:29.910Z] ok  	github.com/docker/docker/daemon/events	0.070s	coverage: 50.0% of statements
22:26:30 [2020-12-04T22:26:30.025Z] time="2020-12-04T22:26:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:26:30 [2020-12-04T22:26:30.025Z] time="2020-12-04T22:26:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fcb3a44f5be3fb099176474fc710a8d0ecbd12965db40ab60643ac749771bf23" mediatype=application/vnd.docker.plugin.v1+json size=522
22:26:30 [2020-12-04T22:26:30.025Z] time="2020-12-04T22:26:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:26:30 [2020-12-04T22:26:30.025Z] time="2020-12-04T22:26:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fcb3a44f5be3fb099176474fc710a8d0ecbd12965db40ab60643ac749771bf23" mediatype=application/vnd.docker.plugin.v1+json size=522
22:26:30 [2020-12-04T22:26:30.287Z] --- PASS: TestPluginInstall (5.65s)
22:26:30 [2020-12-04T22:26:30.287Z]     --- PASS: TestPluginInstall/no_auth (2.59s)
22:26:30 [2020-12-04T22:26:30.287Z]     --- PASS: TestPluginInstall/with_htpasswd (1.21s)
22:26:30 [2020-12-04T22:26:30.287Z]     --- PASS: TestPluginInstall/with_insecure (1.85s)
22:26:30 [2020-12-04T22:26:30.287Z]         plugin_test.go:157: [dbeb09a8b0780] daemon is not started
22:26:30 [2020-12-04T22:26:30.287Z] PASS
22:26:30 [2020-12-04T22:26:30.287Z] 
22:26:30 [2020-12-04T22:26:30.287Z] DONE 6 tests in 5.854s
22:26:30 [2020-12-04T22:26:30.287Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:26:30 [2020-12-04T22:26:30.287Z] ++ 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
22:26:30 [2020-12-04T22:26:30.287Z] ++ set -e
22:26:30 [2020-12-04T22:26:30.287Z] ++ '[' -n 0 ']'
22:26:30 [2020-12-04T22:26:30.287Z] ++ set -x
22:26:30 [2020-12-04T22:26:30.287Z] ++ env -i DEST=/go/src/github.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
22:26:30 [2020-12-04T22:26:30.548Z] INFO: Testing against a local daemon
22:26:30 [2020-12-04T22:26:30.548Z] === RUN   TestExternalGraphDriver
22:26:30 [2020-12-04T22:26:30.548Z] === RUN   TestExternalGraphDriver/json
22:26:31 [2020-12-04T22:26:31.028Z] --- PASS: TestContainerStartOnDaemonRestart (3.28s)
22:26:31 [2020-12-04T22:26:31.028Z] === CONT  TestContainerKillOnDaemonStart
22:26:31 [2020-12-04T22:26:31.322Z] --- PASS: TestDaemonHostGatewayIP (3.58s)
22:26:31 [2020-12-04T22:26:31.322Z] === CONT  TestDaemonRestartIpcMode
22:26:32 [2020-12-04T22:26:32.003Z] ok  	github.com/docker/docker/daemon/graphdriver	0.008s	coverage: 2.2% of statements
22:26:33 [2020-12-04T22:26:33.092Z] --- PASS: TestBuildMultiStageLayerLeak (4.30s)
22:26:33 [2020-12-04T22:26:33.092Z] === RUN   TestBuildWithHugeFile
22:26:33 [2020-12-04T22:26:33.097Z] === RUN   TestExternalGraphDriver/spec
22:26:34 [2020-12-04T22:26:34.853Z] --- PASS: TestDaemonRestartIpcMode (3.67s)
22:26:35 [2020-12-04T22:26:35.542Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.9% of statements
22:26:35 [2020-12-04T22:26:35.542Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.556s	coverage: 14.1% of statements
22:26:36 [2020-12-04T22:26:36.401Z] === RUN   TestExternalGraphDriver/pull
22:26:36 [2020-12-04T22:26:36.589Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.717s	coverage: 57.1% of statements
22:26:38 [2020-12-04T22:26:38.949Z] --- PASS: TestExternalGraphDriver (8.16s)
22:26:38 [2020-12-04T22:26:38.949Z]     --- PASS: TestExternalGraphDriver/json (2.57s)
22:26:38 [2020-12-04T22:26:38.949Z]     --- PASS: TestExternalGraphDriver/spec (2.77s)
22:26:38 [2020-12-04T22:26:38.949Z]     --- PASS: TestExternalGraphDriver/pull (2.69s)
22:26:38 [2020-12-04T22:26:38.949Z] === RUN   TestGraphdriverPluginV2
22:26:38 [2020-12-04T22:26:38.949Z] --- SKIP: TestGraphdriverPluginV2 (0.03s)
22:26:38 [2020-12-04T22:26:38.949Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:26:38 [2020-12-04T22:26:38.949Z] PASS
22:26:38 [2020-12-04T22:26:38.949Z] 
22:26:38 [2020-12-04T22:26:38.949Z] === Skipped
22:26:38 [2020-12-04T22:26:38.949Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s)
22:26:38 [2020-12-04T22:26:38.949Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:26:38 [2020-12-04T22:26:38.949Z] 
22:26:38 [2020-12-04T22:26:38.949Z] 
22:26:38 [2020-12-04T22:26:38.949Z] DONE 5 tests, 1 skipped in 8.343s
22:26:38 [2020-12-04T22:26:38.949Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:26:38 [2020-12-04T22:26:38.949Z] ++ 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
22:26:38 [2020-12-04T22:26:38.949Z] ++ set -e
22:26:38 [2020-12-04T22:26:38.949Z] ++ '[' -n 0 ']'
22:26:38 [2020-12-04T22:26:38.949Z] ++ set -x
22:26:38 [2020-12-04T22:26:38.949Z] ++ env -i DEST=/go/src/github.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
22:26:38 [2020-12-04T22:26:38.950Z] INFO: Testing against a local daemon
22:26:38 [2020-12-04T22:26:38.950Z] === RUN   TestContinueAfterPluginCrash
22:26:38 [2020-12-04T22:26:38.950Z] === PAUSE TestContinueAfterPluginCrash
22:26:38 [2020-12-04T22:26:38.950Z] === RUN   TestReadPluginNoRead
22:26:38 [2020-12-04T22:26:38.950Z] === PAUSE TestReadPluginNoRead
22:26:38 [2020-12-04T22:26:38.950Z] === RUN   TestDaemonStartWithLogOpt
22:26:38 [2020-12-04T22:26:38.950Z] === PAUSE TestDaemonStartWithLogOpt
22:26:38 [2020-12-04T22:26:38.950Z] === CONT  TestContinueAfterPluginCrash
22:26:38 [2020-12-04T22:26:38.950Z] === CONT  TestDaemonStartWithLogOpt
22:26:38 [2020-12-04T22:26:38.950Z] === CONT  TestReadPluginNoRead
22:26:39 [2020-12-04T22:26:39.341Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.009s	coverage: 1.8% of statements
22:26:40 [2020-12-04T22:26:40.898Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	7.834s	coverage: 69.2% of statements
22:26:41 [2020-12-04T22:26:41.196Z] ok  	github.com/docker/docker/daemon	12.346s	coverage: 17.2% of statements
22:26:41 [2020-12-04T22:26:41.196Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
22:26:41 [2020-12-04T22:26:41.196Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
22:26:41 [2020-12-04T22:26:41.196Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
22:26:41 [2020-12-04T22:26:41.196Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
22:26:42 [2020-12-04T22:26:42.266Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.645s	coverage: 45.9% of statements
22:26:42 [2020-12-04T22:26:42.266Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
22:26:43 [2020-12-04T22:26:43.169Z] === RUN   TestReadPluginNoRead/default
22:26:43 [2020-12-04T22:26:43.315Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.087s	coverage: 49.5% of statements
22:26:43 [2020-12-04T22:26:43.355Z] --- PASS: TestContainerKillOnDaemonStart (12.13s)
22:26:43 [2020-12-04T22:26:43.355Z] PASS
22:26:43 [2020-12-04T22:26:43.355Z] 
22:26:43 [2020-12-04T22:26:43.355Z] === Skipped
22:26:43 [2020-12-04T22:26:43.355Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s)
22:26:43 [2020-12-04T22:26:43.355Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:26:43 [2020-12-04T22:26:43.355Z] 
22:26:43 [2020-12-04T22:26:43.355Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s)
22:26:43 [2020-12-04T22:26:43.355Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:26:43 [2020-12-04T22:26:43.355Z] 
22:26:43 [2020-12-04T22:26:43.355Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s)
22:26:43 [2020-12-04T22:26:43.355Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:26:43 [2020-12-04T22:26:43.355Z] 
22:26:43 [2020-12-04T22:26:43.355Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:26:43 [2020-12-04T22:26:43.355Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:26:43 [2020-12-04T22:26:43.355Z] 
22:26:43 [2020-12-04T22:26:43.355Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s)
22:26:43 [2020-12-04T22:26:43.355Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:26:43 [2020-12-04T22:26:43.355Z] 
22:26:43 [2020-12-04T22:26:43.355Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s)
22:26:43 [2020-12-04T22:26:43.355Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
22:26:43 [2020-12-04T22:26:43.355Z] 
22:26:43 [2020-12-04T22:26:43.355Z] 
22:26:43 [2020-12-04T22:26:43.355Z] DONE 195 tests, 6 skipped in 157.922s
22:26:43 [2020-12-04T22:26:43.355Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m 
22:26:43 [2020-12-04T22:26:43.355Z] ++ 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
22:26:43 [2020-12-04T22:26:43.355Z] ++ set -e
22:26:43 [2020-12-04T22:26:43.355Z] ++ '[' -n 0 ']'
22:26:43 [2020-12-04T22:26:43.355Z] ++ set -x
22:26:43 [2020-12-04T22:26:43.355Z] ++ env -i DEST=/go/src/github.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
22:26:43 [2020-12-04T22:26:43.355Z] INFO: Testing against a local daemon
22:26:43 [2020-12-04T22:26:43.355Z] === RUN   TestCommitInheritsEnv
22:26:43 [2020-12-04T22:26:43.649Z] --- PASS: TestCommitInheritsEnv (0.62s)
22:26:43 [2020-12-04T22:26:43.649Z] === RUN   TestImportExtremelyLargeImageWorks
22:26:43 [2020-12-04T22:26:43.649Z] === PAUSE TestImportExtremelyLargeImageWorks
22:26:43 [2020-12-04T22:26:43.649Z] === RUN   TestImagesFilterMultiReference
22:26:43 [2020-12-04T22:26:43.649Z] --- PASS: TestImagesFilterMultiReference (0.03s)
22:26:43 [2020-12-04T22:26:43.649Z] === RUN   TestImagePullPlatformInvalid
22:26:43 [2020-12-04T22:26:43.649Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
22:26:43 [2020-12-04T22:26:43.649Z] === RUN   TestRemoveImageOrphaning
22:26:43 [2020-12-04T22:26:43.741Z] --- PASS: TestDaemonStartWithLogOpt (4.80s)
22:26:44 [2020-12-04T22:26:44.286Z] --- PASS: TestRemoveImageOrphaning (0.58s)
22:26:44 [2020-12-04T22:26:44.286Z] === RUN   TestRemoveImageGarbageCollector
22:26:44 [2020-12-04T22:26:44.286Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
22:26:44 [2020-12-04T22:26:44.286Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:26:44 [2020-12-04T22:26:44.286Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:26:44 [2020-12-04T22:26:44.286Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
22:26:44 [2020-12-04T22:26:44.286Z] === RUN   TestTagInvalidReference
22:26:44 [2020-12-04T22:26:44.286Z] --- PASS: TestTagInvalidReference (0.01s)
22:26:44 [2020-12-04T22:26:44.286Z] === RUN   TestTagValidPrefixedRepo
22:26:44 [2020-12-04T22:26:44.286Z] --- PASS: TestTagValidPrefixedRepo (0.03s)
22:26:44 [2020-12-04T22:26:44.286Z] === RUN   TestTagExistedNameWithoutForce
22:26:44 [2020-12-04T22:26:44.286Z] --- PASS: TestTagExistedNameWithoutForce (0.01s)
22:26:44 [2020-12-04T22:26:44.286Z] === RUN   TestTagOfficialNames
22:26:44 [2020-12-04T22:26:44.286Z] --- PASS: TestTagOfficialNames (0.03s)
22:26:44 [2020-12-04T22:26:44.286Z] === RUN   TestTagMatchesDigest
22:26:44 [2020-12-04T22:26:44.286Z] --- PASS: TestTagMatchesDigest (0.01s)
22:26:44 [2020-12-04T22:26:44.286Z] === CONT  TestImportExtremelyLargeImageWorks
22:26:44 [2020-12-04T22:26:44.845Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.018s	coverage: 58.0% of statements
22:26:45 [2020-12-04T22:26:45.128Z] === RUN   TestReadPluginNoRead/disabled_caching
22:26:45 [2020-12-04T22:26:45.891Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.024s	coverage: 3.0% of statements
22:26:46 [2020-12-04T22:26:46.185Z] ok  	github.com/docker/docker/daemon/links	0.005s	coverage: 93.0% of statements
22:26:47 [2020-12-04T22:26:47.045Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:26:48 [2020-12-04T22:26:48.431Z] --- PASS: TestReadPluginNoRead (9.68s)
22:26:48 [2020-12-04T22:26:48.432Z]     --- PASS: TestReadPluginNoRead/default (1.80s)
22:26:48 [2020-12-04T22:26:48.432Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.84s)
22:26:48 [2020-12-04T22:26:48.432Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.85s)
22:26:48 [2020-12-04T22:26:48.432Z]     read_test.go:92: [de06b3cf5c497] daemon is not started
22:26:48 [2020-12-04T22:26:48.943Z] ok  	github.com/docker/docker/daemon/logger	0.230s	coverage: 41.0% of statements
22:26:49 [2020-12-04T22:26:49.242Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.064s	coverage: 52.1% of statements
22:26:49 [2020-12-04T22:26:49.242Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
22:26:49 [2020-12-04T22:26:49.242Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
22:26:49 [2020-12-04T22:26:49.375Z] --- PASS: TestContinueAfterPluginCrash (10.35s)
22:26:49 [2020-12-04T22:26:49.375Z] PASS
22:26:49 [2020-12-04T22:26:49.375Z] 
22:26:49 [2020-12-04T22:26:49.375Z] DONE 6 tests in 10.516s
22:26:49 [2020-12-04T22:26:49.375Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:26:49 [2020-12-04T22:26:49.375Z] ++ 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
22:26:49 [2020-12-04T22:26:49.375Z] ++ set -e
22:26:49 [2020-12-04T22:26:49.375Z] ++ '[' -n 0 ']'
22:26:49 [2020-12-04T22:26:49.375Z] ++ set -x
22:26:49 [2020-12-04T22:26:49.375Z] ++ env -i DEST=/go/src/github.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
22:26:49 [2020-12-04T22:26:49.375Z] testing: warning: no tests to run
22:26:49 [2020-12-04T22:26:49.375Z] PASS
22:26:49 [2020-12-04T22:26:49.375Z] 
22:26:49 [2020-12-04T22:26:49.375Z] DONE 0 tests in 0.053s
22:26:49 [2020-12-04T22:26:49.375Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:26:49 [2020-12-04T22:26:49.375Z] ++ 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
22:26:49 [2020-12-04T22:26:49.375Z] ++ set -e
22:26:49 [2020-12-04T22:26:49.375Z] ++ '[' -n 0 ']'
22:26:49 [2020-12-04T22:26:49.375Z] ++ set -x
22:26:49 [2020-12-04T22:26:49.375Z] ++ env -i DEST=/go/src/github.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
22:26:49 [2020-12-04T22:26:49.375Z] INFO: Testing against a local daemon
22:26:49 [2020-12-04T22:26:49.375Z] === RUN   TestPluginWithDevMounts
22:26:49 [2020-12-04T22:26:49.375Z] === PAUSE TestPluginWithDevMounts
22:26:49 [2020-12-04T22:26:49.375Z] === CONT  TestPluginWithDevMounts
22:26:50 [2020-12-04T22:26:50.294Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.521s	coverage: 77.8% of statements
22:26:50 [2020-12-04T22:26:50.590Z] ok  	github.com/docker/docker/daemon/images	0.095s	coverage: 6.5% of statements
22:26:50 [2020-12-04T22:26:50.590Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
22:26:50 [2020-12-04T22:26:50.590Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
22:26:50 [2020-12-04T22:26:50.590Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
22:26:50 [2020-12-04T22:26:50.590Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
22:26:51 [2020-12-04T22:26:51.923Z] --- PASS: TestPluginWithDevMounts (2.18s)
22:26:51 [2020-12-04T22:26:51.923Z] PASS
22:26:51 [2020-12-04T22:26:51.923Z] 
22:26:51 [2020-12-04T22:26:51.923Z] DONE 1 tests in 2.337s
22:26:51 [2020-12-04T22:26:51.923Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
22:26:51 [2020-12-04T22:26:51.923Z] ++ 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
22:26:51 [2020-12-04T22:26:51.923Z] ++ set -e
22:26:51 [2020-12-04T22:26:51.923Z] ++ '[' -n 0 ']'
22:26:51 [2020-12-04T22:26:51.923Z] ++ set -x
22:26:51 [2020-12-04T22:26:51.923Z] ++ env -i DEST=/go/src/github.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
22:26:51 [2020-12-04T22:26:51.923Z] INFO: Testing against a local daemon
22:26:51 [2020-12-04T22:26:51.923Z] === RUN   TestSecretInspect
22:26:52 [2020-12-04T22:26:52.123Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.060s	coverage: 67.0% of statements
22:26:52 [2020-12-04T22:26:52.123Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.006s	coverage: 87.2% of statements
22:26:52 [2020-12-04T22:26:52.123Z] ok  	github.com/docker/docker/daemon/logger/journald	0.009s	coverage: 23.9% of statements
22:26:53 [2020-12-04T22:26:53.172Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.011s	coverage: 61.6% of statements
22:26:55 [2020-12-04T22:26:55.229Z] --- PASS: TestSecretInspect (3.25s)
22:26:55 [2020-12-04T22:26:55.229Z] === RUN   TestSecretList
22:26:55 [2020-12-04T22:26:55.261Z] ok  	github.com/docker/docker/daemon/logger/local	0.078s	coverage: 75.2% of statements
22:26:55 [2020-12-04T22:26:55.261Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
22:26:55 [2020-12-04T22:26:55.261Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.044s	coverage: 33.3% of statements
22:26:55 [2020-12-04T22:26:55.261Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.069s	coverage: 58.6% of statements
22:26:56 [2020-12-04T22:26:56.788Z] ok  	github.com/docker/docker/daemon/logger/templates	0.006s	coverage: 8.3% of statements
22:26:57 [2020-12-04T22:26:57.835Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.010s	coverage: 46.8% of statements
22:26:58 [2020-12-04T22:26:58.534Z] --- PASS: TestSecretList (3.29s)
22:26:58 [2020-12-04T22:26:58.534Z] === RUN   TestSecretsCreateAndDelete
22:26:59 [2020-12-04T22:26:59.362Z] ok  	github.com/docker/docker/daemon/network	0.039s	coverage: 63.8% of statements
22:26:59 [2020-12-04T22:26:59.657Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.394s	coverage: 82.5% of statements
22:26:59 [2020-12-04T22:26:59.657Z] ?   	github.com/docker/docker/daemon/names	[no test files]
22:26:59 [2020-12-04T22:26:59.657Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
22:27:01 [2020-12-04T22:27:01.753Z] ok  	github.com/docker/docker/distribution/metadata	0.094s	coverage: 48.2% of statements
22:27:01 [2020-12-04T22:27:01.840Z] --- PASS: TestSecretsCreateAndDelete (3.30s)
22:27:01 [2020-12-04T22:27:01.840Z] === RUN   TestSecretsUpdate
22:27:02 [2020-12-04T22:27:02.396Z] ok  	github.com/docker/docker/errdefs	0.050s	coverage: 53.1% of statements
22:27:03 [2020-12-04T22:27:03.440Z] ok  	github.com/docker/docker/distribution	0.467s	coverage: 25.6% of statements
22:27:03 [2020-12-04T22:27:03.440Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
22:27:05 [2020-12-04T22:27:05.148Z] --- PASS: TestSecretsUpdate (3.30s)
22:27:05 [2020-12-04T22:27:05.148Z] === RUN   TestTemplatedSecret
22:27:05 [2020-12-04T22:27:05.535Z] ok  	github.com/docker/docker/image/cache	0.025s	coverage: 19.2% of statements
22:27:05 [2020-12-04T22:27:05.833Z] ok  	github.com/docker/docker/image	0.058s	coverage: 86.4% of statements
22:27:05 [2020-12-04T22:27:05.833Z] ok  	github.com/docker/docker/distribution/xfer	1.673s	coverage: 85.1% of statements
22:27:05 [2020-12-04T22:27:05.833Z] ?   	github.com/docker/docker/dockerversion	[no test files]
22:27:05 [2020-12-04T22:27:05.833Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
22:27:06 [2020-12-04T22:27:06.890Z] ok  	github.com/docker/docker/image/v1	0.063s	coverage: 25.0% of statements
22:27:06 [2020-12-04T22:27:06.890Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
22:27:06 [2020-12-04T22:27:06.890Z] ok  	github.com/docker/docker/libcontainerd/queue	0.025s	coverage: 100.0% of statements
22:27:08 [2020-12-04T22:27:08.975Z] ok  	github.com/docker/docker/pkg/aaparser	0.021s	coverage: 52.9% of statements
22:27:08 [2020-12-04T22:27:08.975Z] ok  	github.com/docker/docker/oci	0.019s	coverage: 8.2% of statements
22:27:09 [2020-12-04T22:27:09.271Z] ok  	github.com/docker/docker/opts	0.062s	coverage: 67.1% of statements
22:27:09 [2020-12-04T22:27:09.361Z] --- PASS: TestTemplatedSecret (3.76s)
22:27:09 [2020-12-04T22:27:09.362Z] === RUN   TestSecretCreateResolve
22:27:10 [2020-12-04T22:27:10.794Z] ok  	github.com/docker/docker/pkg/broadcaster	0.004s	coverage: 100.0% of statements
22:27:11 [2020-12-04T22:27:11.910Z] --- PASS: TestSecretCreateResolve (3.28s)
22:27:11 [2020-12-04T22:27:11.911Z] PASS
22:27:11 [2020-12-04T22:27:11.911Z] 
22:27:11 [2020-12-04T22:27:11.911Z] DONE 6 tests in 20.329s
22:27:11 [2020-12-04T22:27:11.911Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
22:27:11 [2020-12-04T22:27:11.911Z] ++ 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
22:27:11 [2020-12-04T22:27:11.911Z] ++ set -e
22:27:11 [2020-12-04T22:27:11.911Z] ++ '[' -n 0 ']'
22:27:11 [2020-12-04T22:27:11.911Z] ++ set -x
22:27:11 [2020-12-04T22:27:11.911Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
22:27:12 [2020-12-04T22:27:12.171Z] INFO: Testing against a local daemon
22:27:12 [2020-12-04T22:27:12.172Z] === RUN   TestServiceCreateInit
22:27:12 [2020-12-04T22:27:12.172Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:27:12 [2020-12-04T22:27:12.323Z] ok  	github.com/docker/docker/pkg/capabilities	0.005s	coverage: 87.5% of statements
22:27:12 [2020-12-04T22:27:12.324Z] ok  	github.com/docker/docker/pkg/authorization	0.790s	coverage: 68.3% of statements
22:27:13 [2020-12-04T22:27:13.371Z] ok  	github.com/docker/docker/pkg/directory	0.007s	coverage: 80.0% of statements
22:27:13 [2020-12-04T22:27:13.668Z] ok  	github.com/docker/docker/pkg/archive	1.161s	coverage: 77.1% of statements
22:27:13 [2020-12-04T22:27:13.925Z] Created binary: bundles/binary-daemon/dockerd-dev
22:27:14 [2020-12-04T22:27:14.317Z] ok  	github.com/docker/docker/pkg/discovery	0.007s	coverage: 58.3% of statements
22:27:14 [2020-12-04T22:27:14.487Z] Copying nested executables into bundles/binary-daemon
22:27:14 [2020-12-04T22:27:14.613Z] ok  	github.com/docker/docker/pkg/discovery/file	0.006s	coverage: 97.6% of statements
22:27:15 [2020-12-04T22:27:15.659Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.017s	coverage: 92.3% of statements
22:27:15 [2020-12-04T22:27:15.852Z] 
22:27:15 [2020-12-04T22:27:15.954Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
22:27:16 [2020-12-04T22:27:16.593Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
22:27:17 [2020-12-04T22:27:17.109Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/make.sh cross
22:27:17 [2020-12-04T22:27:17.367Z] 
22:27:17 [2020-12-04T22:27:17.467Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:27:17 [2020-12-04T22:27:17.624Z] Removing bundles/
22:27:17 [2020-12-04T22:27:17.624Z] 
22:27:17 [2020-12-04T22:27:17.624Z] ---> Making bundle: cross (in bundles/cross)
22:27:17 [2020-12-04T22:27:17.624Z] Cross building: bundles/cross/linux/amd64
22:27:17 [2020-12-04T22:27:17.624Z] Building: bundles/cross/linux/amd64/dockerd-dev
22:27:17 [2020-12-04T22:27:17.624Z] GOOS="linux" GOARCH="amd64" GOARM=""
22:27:17 [2020-12-04T22:27:17.634Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.841s	coverage: 43.2% of statements
22:27:17 [2020-12-04T22:27:17.634Z] ok  	github.com/docker/docker/pkg/filenotify	0.605s	coverage: 67.0% of statements
22:27:18 [2020-12-04T22:27:18.279Z] ok  	github.com/docker/docker/layer	7.420s	coverage: 68.8% of statements
22:27:18 [2020-12-04T22:27:18.279Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
22:27:18 [2020-12-04T22:27:18.279Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
22:27:18 [2020-12-04T22:27:18.279Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
22:27:18 [2020-12-04T22:27:18.279Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
22:27:18 [2020-12-04T22:27:18.279Z] ?   	github.com/docker/docker/oci/caps	[no test files]
22:27:18 [2020-12-04T22:27:18.279Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
22:27:18 [2020-12-04T22:27:18.279Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
22:27:18 [2020-12-04T22:27:18.923Z] ok  	github.com/docker/docker/pkg/fileutils	0.011s	coverage: 89.5% of statements
22:27:18 [2020-12-04T22:27:18.923Z] ok  	github.com/docker/docker/pkg/fsutils	0.362s	coverage: 85.1% of statements
22:27:18 [2020-12-04T22:27:18.923Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.086s	coverage: 84.1% of statements
22:27:19 [2020-12-04T22:27:19.565Z] ok  	github.com/docker/docker/pkg/homedir	0.020s	coverage: 11.4% of statements
22:27:21 [2020-12-04T22:27:21.092Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.021s	coverage: 91.7% of statements
22:27:21 [2020-12-04T22:27:21.092Z] ok  	github.com/docker/docker/pkg/longpath	0.016s	coverage: 100.0% of statements
22:27:21 [2020-12-04T22:27:21.390Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.008s	coverage: 85.7% of statements
22:27:21 [2020-12-04T22:27:21.687Z] ok  	github.com/docker/docker/pkg/ioutils	1.262s	coverage: 69.3% of statements
22:27:21 [2020-12-04T22:27:21.687Z] ok  	github.com/docker/docker/pkg/idtools	0.817s	coverage: 70.1% of statements
22:27:21 [2020-12-04T22:27:21.687Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
22:27:21 [2020-12-04T22:27:21.687Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
22:27:21 [2020-12-04T22:27:21.687Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
22:27:21 [2020-12-04T22:27:21.687Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
22:27:21 [2020-12-04T22:27:21.687Z] ok  	github.com/docker/docker/pkg/parsers	0.021s	coverage: 97.0% of statements
22:27:22 [2020-12-04T22:27:22.742Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.027s	coverage: 60.0% of statements
22:27:22 [2020-12-04T22:27:22.742Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.016s	coverage: 86.7% of statements
22:27:22 [2020-12-04T22:27:22.760Z] --- PASS: TestServiceCreateInit (10.30s)
22:27:22 [2020-12-04T22:27:22.760Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.05s)
22:27:22 [2020-12-04T22:27:22.760Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.21s)
22:27:22 [2020-12-04T22:27:22.760Z] === RUN   TestCreateServiceMultipleTimes
22:27:23 [2020-12-04T22:27:23.042Z] ok  	github.com/docker/docker/pkg/pidfile	0.013s	coverage: 82.4% of statements
22:27:23 [2020-12-04T22:27:23.042Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
22:27:23 [2020-12-04T22:27:23.042Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
22:27:24 [2020-12-04T22:27:24.090Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.018s	coverage: 56.8% of statements
22:27:24 [2020-12-04T22:27:24.728Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 88.2% of statements
22:27:24 [2020-12-04T22:27:24.728Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
22:27:24 [2020-12-04T22:27:24.728Z] ok  	github.com/docker/docker/pkg/progress	0.012s	coverage: 75.9% of statements
22:27:25 [2020-12-04T22:27:25.776Z] ok  	github.com/docker/docker/pkg/reexec	0.008s	coverage: 82.4% of statements
22:27:26 [2020-12-04T22:27:26.415Z] ok  	github.com/docker/docker/pkg/stdcopy	0.007s	coverage: 100.0% of statements
22:27:26 [2020-12-04T22:27:26.415Z] ok  	github.com/docker/docker/pkg/pubsub	1.145s	coverage: 75.0% of statements
22:27:27 [2020-12-04T22:27:27.054Z] ok  	github.com/docker/docker/pkg/stringid	0.004s	coverage: 70.6% of statements
22:27:27 [2020-12-04T22:27:27.054Z] ok  	github.com/docker/docker/pkg/streamformatter	0.008s	coverage: 66.2% of statements
22:27:28 [2020-12-04T22:27:28.582Z] ok  	github.com/docker/docker/pkg/system	0.032s	coverage: 36.9% of statements
22:27:28 [2020-12-04T22:27:28.582Z] ok  	github.com/docker/docker/pkg/signal	2.971s	coverage: 61.0% of statements
22:27:28 [2020-12-04T22:27:28.880Z] ok  	github.com/docker/docker/pkg/sysinfo	0.015s	coverage: 53.8% of statements
22:27:29 [2020-12-04T22:27:29.367Z] --- PASS: TestBuildWithHugeFile (54.66s)
22:27:29 [2020-12-04T22:27:29.367Z] === RUN   TestBuildWithEmptyDockerfile
22:27:29 [2020-12-04T22:27:29.367Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:27:29 [2020-12-04T22:27:29.367Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:27:29 [2020-12-04T22:27:29.367Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:27:29 [2020-12-04T22:27:29.367Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:27:29 [2020-12-04T22:27:29.367Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:27:29 [2020-12-04T22:27:29.367Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:27:29 [2020-12-04T22:27:29.367Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:27:29 [2020-12-04T22:27:29.367Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:27:29 [2020-12-04T22:27:29.367Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:27:29 [2020-12-04T22:27:29.367Z] --- PASS: TestBuildWithEmptyDockerfile (0.16s)
22:27:29 [2020-12-04T22:27:29.367Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
22:27:29 [2020-12-04T22:27:29.367Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s)
22:27:29 [2020-12-04T22:27:29.367Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
22:27:29 [2020-12-04T22:27:29.367Z] === RUN   TestBuildPreserveOwnership
22:27:29 [2020-12-04T22:27:29.367Z] === RUN   TestBuildPreserveOwnership/copy_from
22:27:29 [2020-12-04T22:27:29.521Z] ok  	github.com/docker/docker/pkg/tailfile	0.138s	coverage: 88.6% of statements
22:27:29 [2020-12-04T22:27:29.815Z] testing: warning: no tests to run
22:27:29 [2020-12-04T22:27:29.815Z] coverage: [no statements]
22:27:29 [2020-12-04T22:27:29.815Z] ok  	github.com/docker/docker/pkg/term/windows	0.014s	coverage: [no statements] [no tests to run]
22:27:30 [2020-12-04T22:27:30.109Z] ok  	github.com/docker/docker/pkg/tarsum	0.163s	coverage: 89.3% of statements
22:27:30 [2020-12-04T22:27:30.404Z] ok  	github.com/docker/docker/pkg/truncindex	0.115s	coverage: 91.5% of statements
22:27:30 [2020-12-04T22:27:30.699Z] ok  	github.com/docker/docker/pkg/urlutil	0.016s	coverage: 100.0% of statements
22:27:30 [2020-12-04T22:27:30.699Z] ok  	github.com/docker/docker/pkg/useragent	0.004s	coverage: 88.9% of statements
22:27:32 [2020-12-04T22:27:32.792Z] ok  	github.com/docker/docker/profiles/seccomp	0.017s	coverage: 83.5% of statements
22:27:33 [2020-12-04T22:27:33.088Z] ok  	github.com/docker/docker/plugin/v2	0.036s	coverage: 14.5% of statements
22:27:34 [2020-12-04T22:27:34.644Z] ok  	github.com/docker/docker/reference	0.015s	coverage: 83.7% of statements
22:27:34 [2020-12-04T22:27:34.652Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
22:27:34 [2020-12-04T22:27:34.941Z] ok  	github.com/docker/docker/plugin	0.560s	coverage: 23.2% of statements
22:27:36 [2020-12-04T22:27:36.469Z] ok  	github.com/docker/docker/quota	0.697s	coverage: 71.4% of statements
22:27:36 [2020-12-04T22:27:36.764Z] ok  	github.com/docker/docker/registry/resumable	0.028s	coverage: 100.0% of statements
22:27:36 [2020-12-04T22:27:36.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:27:36 [2020-12-04T22:27:36.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:27:36 [2020-12-04T22:27:36.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:27:36 [2020-12-04T22:27:36.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:27:37 [2020-12-04T22:27:37.403Z] ok  	github.com/docker/docker/restartmanager	0.005s	coverage: 45.3% of statements
22:27:37 [2020-12-04T22:27:37.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:27:38 [2020-12-04T22:27:38.065Z] ok  	github.com/docker/docker/registry	0.284s	coverage: 57.2% of statements
22:27:38 [2020-12-04T22:27:38.065Z] ok  	github.com/docker/docker/testutil	0.005s	coverage: 62.5% of statements
22:27:38 [2020-12-04T22:27:38.853Z] --- PASS: TestBuildPreserveOwnership (9.93s)
22:27:38 [2020-12-04T22:27:38.853Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.92s)
22:27:38 [2020-12-04T22:27:38.853Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
22:27:38 [2020-12-04T22:27:38.853Z] === RUN   TestBuildPlatformInvalid
22:27:38 [2020-12-04T22:27:38.853Z] --- PASS: TestBuildPlatformInvalid (0.09s)
22:27:38 [2020-12-04T22:27:38.853Z] PASS
22:27:38 [2020-12-04T22:27:38.853Z] 
22:27:38 [2020-12-04T22:27:38.853Z] === Skipped
22:27:38 [2020-12-04T22:27:38.853Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
22:27:38 [2020-12-04T22:27:38.853Z]     build_session_test.go:25: TODO: BuildKit
22:27:38 [2020-12-04T22:27:38.853Z] 
22:27:38 [2020-12-04T22:27:38.853Z] 
22:27:38 [2020-12-04T22:27:38.853Z] DONE 32 tests, 1 skipped in 131.363s
22:27:38 [2020-12-04T22:27:38.853Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
22:27:38 [2020-12-04T22:27:38.853Z] INFO: Testing against a local daemon
22:27:38 [2020-12-04T22:27:38.853Z] === RUN   TestConfigInspect
22:27:38 [2020-12-04T22:27:38.853Z] --- SKIP: TestConfigInspect (0.03s)
22:27:38 [2020-12-04T22:27:38.853Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:27:38 [2020-12-04T22:27:38.853Z] === RUN   TestConfigList
22:27:38 [2020-12-04T22:27:38.853Z] --- SKIP: TestConfigList (0.02s)
22:27:38 [2020-12-04T22:27:38.853Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:27:38 [2020-12-04T22:27:38.853Z] === RUN   TestConfigsCreateAndDelete
22:27:38 [2020-12-04T22:27:38.853Z] --- SKIP: TestConfigsCreateAndDelete (0.02s)
22:27:38 [2020-12-04T22:27:38.853Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:27:38 [2020-12-04T22:27:38.853Z] === RUN   TestConfigsUpdate
22:27:38 [2020-12-04T22:27:38.853Z] --- SKIP: TestConfigsUpdate (0.01s)
22:27:38 [2020-12-04T22:27:38.853Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:27:38 [2020-12-04T22:27:38.853Z] === RUN   TestTemplatedConfig
22:27:38 [2020-12-04T22:27:38.853Z] --- SKIP: TestTemplatedConfig (0.00s)
22:27:38 [2020-12-04T22:27:38.853Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:27:38 [2020-12-04T22:27:38.853Z] === RUN   TestConfigCreateResolve
22:27:38 [2020-12-04T22:27:38.853Z] --- SKIP: TestConfigCreateResolve (0.01s)
22:27:38 [2020-12-04T22:27:38.853Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:27:38 [2020-12-04T22:27:38.853Z] === RUN   TestConfigDaemonLibtrustID
22:27:39 [2020-12-04T22:27:39.109Z] ok  	github.com/docker/docker/runconfig	0.023s	coverage: 66.1% of statements
22:27:40 [2020-12-04T22:27:40.267Z] --- PASS: TestConfigDaemonLibtrustID (1.54s)
22:27:40 [2020-12-04T22:27:40.267Z] PASS
22:27:40 [2020-12-04T22:27:40.267Z] 
22:27:40 [2020-12-04T22:27:40.267Z] === Skipped
22:27:40 [2020-12-04T22:27:40.267Z] === SKIP: amd64.integration.config TestConfigInspect (0.03s)
22:27:40 [2020-12-04T22:27:40.267Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:27:40 [2020-12-04T22:27:40.267Z] 
22:27:40 [2020-12-04T22:27:40.267Z] === SKIP: amd64.integration.config TestConfigList (0.02s)
22:27:40 [2020-12-04T22:27:40.267Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:27:40 [2020-12-04T22:27:40.267Z] 
22:27:40 [2020-12-04T22:27:40.267Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s)
22:27:40 [2020-12-04T22:27:40.267Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:27:40 [2020-12-04T22:27:40.267Z] 
22:27:40 [2020-12-04T22:27:40.267Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
22:27:40 [2020-12-04T22:27:40.267Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:27:40 [2020-12-04T22:27:40.267Z] 
22:27:40 [2020-12-04T22:27:40.267Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
22:27:40 [2020-12-04T22:27:40.267Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:27:40 [2020-12-04T22:27:40.267Z] 
22:27:40 [2020-12-04T22:27:40.267Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
22:27:40 [2020-12-04T22:27:40.267Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:27:40 [2020-12-04T22:27:40.267Z] 
22:27:40 [2020-12-04T22:27:40.267Z] 
22:27:40 [2020-12-04T22:27:40.267Z] DONE 7 tests, 6 skipped in 1.752s
22:27:40 [2020-12-04T22:27:40.267Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
22:27:40 [2020-12-04T22:27:40.267Z] INFO: Testing against a local daemon
22:27:40 [2020-12-04T22:27:40.267Z] === RUN   TestCheckpoint
22:27:40 [2020-12-04T22:27:40.267Z] --- SKIP: TestCheckpoint (0.00s)
22:27:40 [2020-12-04T22:27:40.267Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:27:40 [2020-12-04T22:27:40.267Z] === RUN   TestContainerInvalidJSON
22:27:40 [2020-12-04T22:27:40.267Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:27:40 [2020-12-04T22:27:40.267Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:27:40 [2020-12-04T22:27:40.267Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:27:40 [2020-12-04T22:27:40.267Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:27:40 [2020-12-04T22:27:40.267Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:27:40 [2020-12-04T22:27:40.267Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:27:40 [2020-12-04T22:27:40.267Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:27:40 [2020-12-04T22:27:40.267Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:27:40 [2020-12-04T22:27:40.267Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:27:40 [2020-12-04T22:27:40.267Z] --- PASS: TestContainerInvalidJSON (0.01s)
22:27:40 [2020-12-04T22:27:40.267Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
22:27:40 [2020-12-04T22:27:40.267Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:27:40 [2020-12-04T22:27:40.267Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
22:27:40 [2020-12-04T22:27:40.267Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:27:40 [2020-12-04T22:27:40.267Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
22:27:40 [2020-12-04T22:27:40.267Z] === RUN   TestCopyFromContainerPathIsNotDir
22:27:40 [2020-12-04T22:27:40.539Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
22:27:40 [2020-12-04T22:27:40.539Z] === RUN   TestCopyToContainerPathDoesNotExist
22:27:40 [2020-12-04T22:27:40.539Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
22:27:40 [2020-12-04T22:27:40.539Z] === RUN   TestCopyToContainerPathIsNotDir
22:27:40 [2020-12-04T22:27:40.539Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
22:27:40 [2020-12-04T22:27:40.539Z] === RUN   TestCopyFromContainer
22:27:41 [2020-12-04T22:27:41.195Z] ok  	github.com/docker/docker/volume/drivers	0.009s	coverage: 36.1% of statements
22:27:42 [2020-12-04T22:27:42.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:27:42 [2020-12-04T22:27:42.720Z] ok  	github.com/docker/docker/volume/mounts	0.063s	coverage: 67.0% of statements
22:27:43 [2020-12-04T22:27:43.357Z] ok  	github.com/docker/docker/volume/local	0.206s	coverage: 76.6% of statements
22:27:43 [2020-12-04T22:27:43.989Z] ok  	github.com/docker/docker/volume/service	0.024s	coverage: 73.1% of statements
22:27:44 [2020-12-04T22:27:44.733Z] --- PASS: TestCreateServiceMultipleTimes (19.82s)
22:27:44 [2020-12-04T22:27:44.733Z] === RUN   TestCreateServiceConflict
22:27:44 [2020-12-04T22:27:44.782Z] === RUN   TestCopyFromContainer//
22:27:44 [2020-12-04T22:27:44.783Z] === RUN   TestCopyFromContainer//bar/root
22:27:44 [2020-12-04T22:27:44.783Z] === RUN   TestCopyFromContainer//bar/root/
22:27:44 [2020-12-04T22:27:44.783Z] === RUN   TestCopyFromContainer/bar/quux
22:27:44 [2020-12-04T22:27:44.783Z] === RUN   TestCopyFromContainer/bar/quux/
22:27:44 [2020-12-04T22:27:44.783Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:27:44 [2020-12-04T22:27:44.783Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:27:44 [2020-12-04T22:27:44.783Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:27:44 [2020-12-04T22:27:44.783Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:27:44 [2020-12-04T22:27:44.783Z] === RUN   TestCopyFromContainer/bar/notarget
22:27:45 [2020-12-04T22:27:45.043Z] --- PASS: TestCopyFromContainer (4.42s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCopyFromContainer// (0.08s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
22:27:45 [2020-12-04T22:27:45.043Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:27:45 [2020-12-04T22:27:45.043Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:27:45 [2020-12-04T22:27:45.043Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:27:45 [2020-12-04T22:27:45.043Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:27:45 [2020-12-04T22:27:45.043Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:27:45 [2020-12-04T22:27:45.043Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:27:45 [2020-12-04T22:27:45.043Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:27:45 [2020-12-04T22:27:45.043Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:27:45 [2020-12-04T22:27:45.043Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:27:45 [2020-12-04T22:27:45.043Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:27:45 [2020-12-04T22:27:45.043Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
22:27:45 [2020-12-04T22:27:45.043Z] === RUN   TestCreateLinkToNonExistingContainer
22:27:45 [2020-12-04T22:27:45.043Z] --- PASS: TestCreateLinkToNonExistingContainer (0.09s)
22:27:45 [2020-12-04T22:27:45.043Z] === RUN   TestCreateWithInvalidEnv
22:27:45 [2020-12-04T22:27:45.043Z] === RUN   TestCreateWithInvalidEnv/0
22:27:45 [2020-12-04T22:27:45.043Z] === PAUSE TestCreateWithInvalidEnv/0
22:27:45 [2020-12-04T22:27:45.043Z] === RUN   TestCreateWithInvalidEnv/1
22:27:45 [2020-12-04T22:27:45.043Z] === PAUSE TestCreateWithInvalidEnv/1
22:27:45 [2020-12-04T22:27:45.043Z] === RUN   TestCreateWithInvalidEnv/2
22:27:45 [2020-12-04T22:27:45.043Z] === PAUSE TestCreateWithInvalidEnv/2
22:27:45 [2020-12-04T22:27:45.043Z] === CONT  TestCreateWithInvalidEnv/0
22:27:45 [2020-12-04T22:27:45.043Z] === CONT  TestCreateWithInvalidEnv/2
22:27:45 [2020-12-04T22:27:45.043Z] === CONT  TestCreateWithInvalidEnv/1
22:27:45 [2020-12-04T22:27:45.043Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
22:27:45 [2020-12-04T22:27:45.043Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
22:27:45 [2020-12-04T22:27:45.043Z] === RUN   TestCreateTmpfsMountsTarget
22:27:45 [2020-12-04T22:27:45.043Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
22:27:45 [2020-12-04T22:27:45.043Z] === RUN   TestCreateWithCustomMaskedPaths
22:27:45 [2020-12-04T22:27:45.680Z] --- PASS: TestCreateServiceConflict (3.29s)
22:27:45 [2020-12-04T22:27:45.680Z] === RUN   TestCreateServiceMaxReplicas
22:27:46 [2020-12-04T22:27:46.433Z] --- PASS: TestCreateWithCustomMaskedPaths (1.26s)
22:27:46 [2020-12-04T22:27:46.433Z] === RUN   TestCreateWithCustomReadonlyPaths
22:27:47 [2020-12-04T22:27:47.816Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.28s)
22:27:47 [2020-12-04T22:27:47.816Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:27:47 [2020-12-04T22:27:47.816Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:27:47 [2020-12-04T22:27:47.816Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:27:47 [2020-12-04T22:27:47.816Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:27:47 [2020-12-04T22:27:47.816Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:27:47 [2020-12-04T22:27:47.816Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:27:47 [2020-12-04T22:27:47.816Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:27:47 [2020-12-04T22:27:47.816Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:27:47 [2020-12-04T22:27:47.816Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:27:47 [2020-12-04T22:27:47.816Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:27:47 [2020-12-04T22:27:47.816Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:27:47 [2020-12-04T22:27:47.816Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:27:47 [2020-12-04T22:27:47.816Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:27:47 [2020-12-04T22:27:47.816Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:27:47 [2020-12-04T22:27:47.816Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:27:47 [2020-12-04T22:27:47.816Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:27:47 [2020-12-04T22:27:47.816Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
22:27:47 [2020-12-04T22:27:47.816Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
22:27:47 [2020-12-04T22:27:47.816Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
22:27:47 [2020-12-04T22:27:47.816Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
22:27:47 [2020-12-04T22:27:47.816Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
22:27:47 [2020-12-04T22:27:47.816Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
22:27:47 [2020-12-04T22:27:47.816Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:27:48 [2020-12-04T22:27:48.076Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.45s)
22:27:48 [2020-12-04T22:27:48.076Z] === RUN   TestCreateDifferentPlatform
22:27:48 [2020-12-04T22:27:48.076Z] === RUN   TestCreateDifferentPlatform/different_os
22:27:48 [2020-12-04T22:27:48.076Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:27:48 [2020-12-04T22:27:48.076Z] --- PASS: TestCreateDifferentPlatform (0.01s)
22:27:48 [2020-12-04T22:27:48.076Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:27:48 [2020-12-04T22:27:48.076Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
22:27:48 [2020-12-04T22:27:48.076Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:27:48 [2020-12-04T22:27:48.076Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
22:27:48 [2020-12-04T22:27:48.076Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:27:48 [2020-12-04T22:27:48.337Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
22:27:48 [2020-12-04T22:27:48.337Z] === RUN   TestContainerStartOnDaemonRestart
22:27:48 [2020-12-04T22:27:48.337Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
22:27:48 [2020-12-04T22:27:48.337Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
22:27:48 [2020-12-04T22:27:48.337Z] === RUN   TestDaemonRestartIpcMode
22:27:48 [2020-12-04T22:27:48.337Z] === PAUSE TestDaemonRestartIpcMode
22:27:48 [2020-12-04T22:27:48.337Z] === RUN   TestDaemonHostGatewayIP
22:27:48 [2020-12-04T22:27:48.337Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
22:27:48 [2020-12-04T22:27:48.337Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
22:27:48 [2020-12-04T22:27:48.337Z] === RUN   TestContainerKillOnDaemonStart
22:27:48 [2020-12-04T22:27:48.337Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
22:27:48 [2020-12-04T22:27:48.337Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
22:27:48 [2020-12-04T22:27:48.337Z] === RUN   TestDiff
22:27:48 [2020-12-04T22:27:48.597Z] --- PASS: TestDiff (0.45s)
22:27:48 [2020-12-04T22:27:48.597Z] === RUN   TestExecWithCloseStdin
22:27:49 [2020-12-04T22:27:49.171Z] --- PASS: TestExecWithCloseStdin (0.50s)
22:27:49 [2020-12-04T22:27:49.171Z] === RUN   TestExec
22:27:49 [2020-12-04T22:27:49.743Z] --- PASS: TestExec (0.48s)
22:27:49 [2020-12-04T22:27:49.743Z] === RUN   TestExecUser
22:27:49 [2020-12-04T22:27:49.892Z] --- PASS: TestCreateServiceMaxReplicas (3.62s)
22:27:49 [2020-12-04T22:27:49.892Z] === RUN   TestCreateWithDuplicateNetworkNames
22:27:50 [2020-12-04T22:27:50.314Z] --- PASS: TestExecUser (0.49s)
22:27:50 [2020-12-04T22:27:50.314Z] === RUN   TestExportContainerAndImportImage
22:27:50 [2020-12-04T22:27:50.886Z] --- PASS: TestExportContainerAndImportImage (0.64s)
22:27:50 [2020-12-04T22:27:50.886Z] === RUN   TestExportContainerAfterDaemonRestart
22:27:51 [2020-12-04T22:27:51.601Z] Removing intermediate container da369f46b96e
22:27:51 [2020-12-04T22:27:51.601Z]  ---> e6023b6ae5ed
22:27:51 [2020-12-04T22:27:51.601Z] 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
22:27:51 [2020-12-04T22:27:51.601Z]  ---> Running in 04f780534bdb
22:27:51 [2020-12-04T22:27:51.601Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
22:27:51 [2020-12-04T22:27:51.601Z] go: finding gotest.tools/gotestsum v0.5.3
22:27:51 [2020-12-04T22:27:51.601Z] go: finding gotest.tools v0.5.3
22:27:51 [2020-12-04T22:27:51.601Z] go: downloading gotest.tools/gotestsum v0.5.3
22:27:51 [2020-12-04T22:27:51.601Z] go: extracting gotest.tools/gotestsum v0.5.3
22:27:51 [2020-12-04T22:27:51.601Z] go: downloading github.com/spf13/pflag v1.0.3
22:27:51 [2020-12-04T22:27:51.601Z] go: downloading github.com/pkg/errors v0.9.1
22:27:51 [2020-12-04T22:27:51.601Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:27:51 [2020-12-04T22:27:51.601Z] go: downloading github.com/fatih/color v1.9.0
22:27:51 [2020-12-04T22:27:51.601Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:27:51 [2020-12-04T22:27:51.601Z] go: extracting github.com/pkg/errors v0.9.1
22:27:51 [2020-12-04T22:27:51.601Z] go: extracting github.com/spf13/pflag v1.0.3
22:27:51 [2020-12-04T22:27:51.601Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:27:51 [2020-12-04T22:27:51.601Z] go: extracting github.com/fatih/color v1.9.0
22:27:51 [2020-12-04T22:27:51.601Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:27:51 [2020-12-04T22:27:51.601Z] go: downloading github.com/jonboulle/clockwork v0.1.0
22:27:51 [2020-12-04T22:27:51.601Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:27:51 [2020-12-04T22:27:51.601Z] go: downloading github.com/mattn/go-colorable v0.1.6
22:27:51 [2020-12-04T22:27:51.601Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:27:51 [2020-12-04T22:27:51.601Z] go: extracting github.com/jonboulle/clockwork v0.1.0
22:27:51 [2020-12-04T22:27:51.601Z] go: extracting github.com/mattn/go-colorable v0.1.6
22:27:51 [2020-12-04T22:27:51.601Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:27:51 [2020-12-04T22:27:51.601Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:27:51 [2020-12-04T22:27:51.601Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:27:51 [2020-12-04T22:27:51.601Z] go: downloading github.com/mattn/go-isatty v0.0.12
22:27:51 [2020-12-04T22:27:51.601Z] go: extracting github.com/mattn/go-isatty v0.0.12
22:27:51 [2020-12-04T22:27:51.601Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:27:52 [2020-12-04T22:27:52.591Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:27:52 [2020-12-04T22:27:52.591Z] go: finding github.com/fatih/color v1.9.0
22:27:52 [2020-12-04T22:27:52.591Z] go: finding github.com/pkg/errors v0.9.1
22:27:52 [2020-12-04T22:27:52.591Z] go: finding github.com/spf13/pflag v1.0.3
22:27:52 [2020-12-04T22:27:52.591Z] go: finding github.com/mattn/go-colorable v0.1.6
22:27:52 [2020-12-04T22:27:52.591Z] go: finding github.com/mattn/go-isatty v0.0.12
22:27:52 [2020-12-04T22:27:52.591Z] go: finding github.com/jonboulle/clockwork v0.1.0
22:27:52 [2020-12-04T22:27:52.591Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:27:52 [2020-12-04T22:27:52.591Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:27:52 [2020-12-04T22:27:52.591Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:27:52 [2020-12-04T22:27:52.591Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:27:52 [2020-12-04T22:27:52.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:27:54 [2020-12-04T22:27:54.182Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s)
22:27:54 [2020-12-04T22:27:54.182Z] === RUN   TestHealthCheckWorkdir
22:27:54 [2020-12-04T22:27:54.753Z] --- PASS: TestHealthCheckWorkdir (0.62s)
22:27:54 [2020-12-04T22:27:54.753Z] === RUN   TestHealthKillContainer
22:27:56 [2020-12-04T22:27:56.370Z] INFO: Build done for gotestsum...
22:27:56 [2020-12-04T22:27:56.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:27:57 [2020-12-04T22:27:57.294Z] --- PASS: TestHealthKillContainer (2.54s)
22:27:57 [2020-12-04T22:27:57.294Z] === RUN   TestInspectCpusetInConfigPre120
22:27:57 [2020-12-04T22:27:57.866Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s)
22:27:57 [2020-12-04T22:27:57.866Z] === RUN   TestIpcModeNone
22:27:58 [2020-12-04T22:27:58.127Z] --- PASS: TestIpcModeNone (0.45s)
22:27:58 [2020-12-04T22:27:58.127Z] === RUN   TestIpcModePrivate
22:27:58 [2020-12-04T22:27:58.698Z] --- PASS: TestIpcModePrivate (0.49s)
22:27:58 [2020-12-04T22:27:58.698Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false
22:27:58 [2020-12-04T22:27:58.698Z] === RUN   TestIpcModeShareable
22:27:58 [2020-12-04T22:27:58.698Z] --- SKIP: TestIpcModeShareable (0.00s)
22:27:58 [2020-12-04T22:27:58.698Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:27:58 [2020-12-04T22:27:58.698Z] === RUN   TestAPIIpcModeShareableAndContainer
22:27:59 [2020-12-04T22:27:59.330Z] ok  	github.com/docker/docker/pkg/plugins	33.625s	coverage: 76.6% of statements
22:27:59 [2020-12-04T22:27:59.330Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
22:27:59 [2020-12-04T22:27:59.330Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
22:27:59 [2020-12-04T22:27:59.330Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
22:27:59 [2020-12-04T22:27:59.330Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/pkg/term	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/rootless	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/testutil/request	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/volume	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === Skipped
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     exec_linux_test.go:18: requires AppArmor to be enabled
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     exec_linux_test.go:38: requires AppArmor to be enabled
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver btrfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver btrfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver btrfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver btrfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver btrfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:73: No driver to put!
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z] time="2020-12-04T22:26:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z] time="2020-12-04T22:26:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z] time="2020-12-04T22:26:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z] time="2020-12-04T22:26:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z] time="2020-12-04T22:26:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:73: No driver to put!
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     overlay_test.go:49: Fails to compute changes intermittently
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     overlay_test.go:65: Cannot run test with naive change algorithm
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver zfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver zfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver zfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver zfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:46: Driver zfs not supported
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     graphtest_unix.go:73: No driver to put!
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
22:27:59 [2020-12-04T22:27:59.331Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] 
22:27:59 [2020-12-04T22:27:59.331Z] DONE 2191 tests, 26 skipped in 263.755s
Post stage
[Pipeline] junit
22:27:59 [2020-12-04T22:27:59.375Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:28:00 [2020-12-04T22:28:00.094Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -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:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/make.sh dynbinary test-integration
22:28:00 [2020-12-04T22:28:00.390Z] 
22:28:00 [2020-12-04T22:28:00.390Z] Removing bundles/
22:28:00 [2020-12-04T22:28:00.390Z] 
22:28:00 [2020-12-04T22:28:00.390Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:28:00 [2020-12-04T22:28:00.390Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:28:00 [2020-12-04T22:28:00.390Z] GOOS="" GOARCH="" GOARM=""
22:28:00 [2020-12-04T22:28:00.612Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.61s)
22:28:00 [2020-12-04T22:28:00.612Z] === RUN   TestAPIIpcModeHost
22:28:00 [2020-12-04T22:28:00.612Z] --- SKIP: TestAPIIpcModeHost (0.00s)
22:28:00 [2020-12-04T22:28:00.612Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:28:00 [2020-12-04T22:28:00.612Z] === RUN   TestDaemonIpcModeShareable
22:28:00 [2020-12-04T22:28:00.612Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
22:28:00 [2020-12-04T22:28:00.612Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:28:00 [2020-12-04T22:28:00.612Z] === RUN   TestDaemonIpcModePrivate
22:28:01 [2020-12-04T22:28:01.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
22:28:01 [2020-12-04T22:28:01.556Z] --- PASS: TestDaemonIpcModePrivate (1.23s)
22:28:01 [2020-12-04T22:28:01.556Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false
22:28:01 [2020-12-04T22:28:01.556Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:28:01 [2020-12-04T22:28:01.556Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
22:28:01 [2020-12-04T22:28:01.556Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:28:01 [2020-12-04T22:28:01.556Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:28:01 [2020-12-04T22:28:01.556Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
22:28:01 [2020-12-04T22:28:01.556Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:28:01 [2020-12-04T22:28:01.556Z] === RUN   TestIpcModeOlderClient
22:28:01 [2020-12-04T22:28:01.556Z] === PAUSE TestIpcModeOlderClient
22:28:01 [2020-12-04T22:28:01.556Z] === RUN   TestKillContainerInvalidSignal
22:28:02 [2020-12-04T22:28:02.128Z] --- PASS: TestKillContainerInvalidSignal (0.49s)
22:28:02 [2020-12-04T22:28:02.128Z] === RUN   TestKillContainer
22:28:02 [2020-12-04T22:28:02.128Z] === RUN   TestKillContainer/no_signal
22:28:02 [2020-12-04T22:28:02.389Z] === RUN   TestKillContainer/non_killing_signal
22:28:02 [2020-12-04T22:28:02.650Z] === RUN   TestKillContainer/killing_signal
22:28:03 [2020-12-04T22:28:03.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:28:03 [2020-12-04T22:28:03.591Z] --- PASS: TestKillContainer (1.43s)
22:28:03 [2020-12-04T22:28:03.591Z]     --- PASS: TestKillContainer/no_signal (0.43s)
22:28:03 [2020-12-04T22:28:03.591Z]     --- PASS: TestKillContainer/non_killing_signal (0.33s)
22:28:03 [2020-12-04T22:28:03.591Z]     --- PASS: TestKillContainer/killing_signal (0.44s)
22:28:03 [2020-12-04T22:28:03.591Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:28:03 [2020-12-04T22:28:03.591Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:28:03 [2020-12-04T22:28:03.852Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:28:04 [2020-12-04T22:28:04.423Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.94s)
22:28:04 [2020-12-04T22:28:04.423Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.48s)
22:28:04 [2020-12-04T22:28:04.423Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.30s)
22:28:04 [2020-12-04T22:28:04.423Z] === RUN   TestKillStoppedContainer
22:28:04 [2020-12-04T22:28:04.423Z] --- PASS: TestKillStoppedContainer (0.07s)
22:28:04 [2020-12-04T22:28:04.423Z] === RUN   TestKillStoppedContainerAPIPre120
22:28:04 [2020-12-04T22:28:04.423Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
22:28:04 [2020-12-04T22:28:04.423Z] === RUN   TestKillDifferentUserContainer
22:28:04 [2020-12-04T22:28:04.807Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.76s)
22:28:04 [2020-12-04T22:28:04.807Z] === RUN   TestCreateServiceSecretFileMode
22:28:04 [2020-12-04T22:28:04.994Z] --- PASS: TestKillDifferentUserContainer (0.45s)
22:28:04 [2020-12-04T22:28:04.994Z] === RUN   TestInspectOomKilledTrue
22:28:04 [2020-12-04T22:28:04.994Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
22:28:04 [2020-12-04T22:28:04.994Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
22:28:04 [2020-12-04T22:28:04.994Z] === RUN   TestInspectOomKilledFalse
22:28:04 [2020-12-04T22:28:04.994Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
22:28:04 [2020-12-04T22:28:04.994Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:28:04 [2020-12-04T22:28:04.994Z] === RUN   TestLinksEtcHostsContentMatch
22:28:04 [2020-12-04T22:28:04.994Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
22:28:04 [2020-12-04T22:28:04.994Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
22:28:04 [2020-12-04T22:28:04.994Z] === RUN   TestLinksContainerNames
22:28:05 [2020-12-04T22:28:05.936Z] --- PASS: TestLinksContainerNames (0.91s)
22:28:05 [2020-12-04T22:28:05.936Z] === RUN   TestLogsFollowTailEmpty
22:28:06 [2020-12-04T22:28:06.196Z] --- PASS: TestLogsFollowTailEmpty (0.44s)
22:28:06 [2020-12-04T22:28:06.196Z] === RUN   TestContainerNetworkMountsNoChown
22:28:06 [2020-12-04T22:28:06.537Z] --- PASS: TestImportExtremelyLargeImageWorks (79.26s)
22:28:06 [2020-12-04T22:28:06.537Z] PASS
22:28:06 [2020-12-04T22:28:06.537Z] 
22:28:06 [2020-12-04T22:28:06.537Z] === Skipped
22:28:06 [2020-12-04T22:28:06.537Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s)
22:28:06 [2020-12-04T22:28:06.537Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:28:06 [2020-12-04T22:28:06.537Z] 
22:28:06 [2020-12-04T22:28:06.537Z] 
22:28:06 [2020-12-04T22:28:06.537Z] DONE 12 tests, 1 skipped in 80.744s
22:28:06 [2020-12-04T22:28:06.537Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m 
22:28:06 [2020-12-04T22:28:06.537Z] ++ 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
22:28:06 [2020-12-04T22:28:06.537Z] ++ set -e
22:28:06 [2020-12-04T22:28:06.537Z] ++ '[' -n 0 ']'
22:28:06 [2020-12-04T22:28:06.537Z] ++ set -x
22:28:06 [2020-12-04T22:28:06.537Z] ++ env -i DEST=/go/src/github.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
22:28:06 [2020-12-04T22:28:06.537Z] INFO: Testing against a local daemon
22:28:06 [2020-12-04T22:28:06.537Z] === RUN   TestNetworkCreateDelete
22:28:06 [2020-12-04T22:28:06.537Z] --- PASS: TestNetworkCreateDelete (0.12s)
22:28:06 [2020-12-04T22:28:06.537Z] === RUN   TestDockerNetworkDeletePreferID
22:28:06 [2020-12-04T22:28:06.537Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
22:28:06 [2020-12-04T22:28:06.537Z] === RUN   TestDaemonDNSFallback
22:28:06 [2020-12-04T22:28:06.767Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s)
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/default
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/default
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/private
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/private
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rprivate
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rprivate
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/slave
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/slave
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rslave
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rslave
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/shared
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/shared
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rshared
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rshared
22:28:06 [2020-12-04T22:28:06.767Z] === CONT  TestMountDaemonRoot/default
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/default/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/default/mount_root
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === CONT  TestMountDaemonRoot/default/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === CONT  TestMountDaemonRoot/rshared
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:28:06 [2020-12-04T22:28:06.767Z] === CONT  TestMountDaemonRoot/shared
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === CONT  TestMountDaemonRoot/rslave
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === CONT  TestMountDaemonRoot/slave
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === CONT  TestMountDaemonRoot/rprivate
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:28:06 [2020-12-04T22:28:06.767Z] === CONT  TestMountDaemonRoot/private
22:28:06 [2020-12-04T22:28:06.767Z] === RUN   TestMountDaemonRoot/private/bind_root
22:28:06 [2020-12-04T22:28:06.768Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:28:06 [2020-12-04T22:28:06.768Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:28:06 [2020-12-04T22:28:06.768Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:28:06 [2020-12-04T22:28:06.768Z] === RUN   TestMountDaemonRoot/private/mount_root
22:28:06 [2020-12-04T22:28:06.768Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:28:06 [2020-12-04T22:28:06.768Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:28:06 [2020-12-04T22:28:06.768Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:28:06 [2020-12-04T22:28:06.768Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:28:06 [2020-12-04T22:28:06.768Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:28:06 [2020-12-04T22:28:06.768Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:28:06 [2020-12-04T22:28:06.768Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:28:06 [2020-12-04T22:28:06.768Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:28:06 [2020-12-04T22:28:06.768Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:28:06 [2020-12-04T22:28:06.768Z] === CONT  TestMountDaemonRoot/default/mount_root
22:28:06 [2020-12-04T22:28:06.768Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:28:06 [2020-12-04T22:28:06.768Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:28:06 [2020-12-04T22:28:06.831Z] --- PASS: TestDaemonDNSFallback (2.56s)
22:28:06 [2020-12-04T22:28:06.831Z] === RUN   TestInspectNetwork
22:28:07 [2020-12-04T22:28:07.028Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:28:07 [2020-12-04T22:28:07.028Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:28:07 [2020-12-04T22:28:07.028Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:28:07 [2020-12-04T22:28:07.028Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:28:07 [2020-12-04T22:28:07.028Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:28:07 [2020-12-04T22:28:07.028Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:28:07 [2020-12-04T22:28:07.028Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:28:07 [2020-12-04T22:28:07.028Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:28:07 [2020-12-04T22:28:07.028Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:28:07 [2020-12-04T22:28:07.028Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:28:07 [2020-12-04T22:28:07.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:28:07 [2020-12-04T22:28:07.288Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:28:07 [2020-12-04T22:28:07.289Z] === CONT  TestMountDaemonRoot/private/bind_root
22:28:07 [2020-12-04T22:28:07.289Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:28:07 [2020-12-04T22:28:07.289Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:28:07 [2020-12-04T22:28:07.289Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:28:07 [2020-12-04T22:28:07.289Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:28:07 [2020-12-04T22:28:07.289Z] === CONT  TestMountDaemonRoot/private/mount_root
22:28:07 [2020-12-04T22:28:07.289Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:28:07 [2020-12-04T22:28:07.289Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:28:07 [2020-12-04T22:28:07.289Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:28:07 [2020-12-04T22:28:07.289Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:28:07 [2020-12-04T22:28:07.289Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:28:07 [2020-12-04T22:28:07.289Z] --- PASS: TestMountDaemonRoot (0.02s)
22:28:07 [2020-12-04T22:28:07.289Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.10s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
22:28:07 [2020-12-04T22:28:07.289Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s)
22:28:07 [2020-12-04T22:28:07.289Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
22:28:07 [2020-12-04T22:28:07.289Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
22:28:07 [2020-12-04T22:28:07.289Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
22:28:07 [2020-12-04T22:28:07.289Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
22:28:07 [2020-12-04T22:28:07.289Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
22:28:07 [2020-12-04T22:28:07.289Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
22:28:07 [2020-12-04T22:28:07.289Z] === RUN   TestContainerBindMountNonRecursive
22:28:07 [2020-12-04T22:28:07.289Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
22:28:07 [2020-12-04T22:28:07.289Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
22:28:07 [2020-12-04T22:28:07.289Z] === RUN   TestContainerVolumesMountedAsShared
22:28:07 [2020-12-04T22:28:07.289Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
22:28:07 [2020-12-04T22:28:07.289Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
22:28:07 [2020-12-04T22:28:07.289Z] === RUN   TestContainerVolumesMountedAsSlave
22:28:07 [2020-12-04T22:28:07.289Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
22:28:07 [2020-12-04T22:28:07.289Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
22:28:07 [2020-12-04T22:28:07.289Z] === RUN   TestNetworkNat
22:28:07 [2020-12-04T22:28:07.358Z] --- PASS: TestCreateServiceSecretFileMode (3.29s)
22:28:07 [2020-12-04T22:28:07.358Z] === RUN   TestCreateServiceConfigFileMode
22:28:07 [2020-12-04T22:28:07.860Z] --- PASS: TestNetworkNat (0.54s)
22:28:07 [2020-12-04T22:28:07.860Z] === RUN   TestNetworkLocalhostTCPNat
22:28:08 [2020-12-04T22:28:08.432Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s)
22:28:08 [2020-12-04T22:28:08.432Z] === RUN   TestNetworkLoopbackNat
22:28:10 [2020-12-04T22:28:10.623Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:28:10 [2020-12-04T22:28:10.665Z] --- PASS: TestCreateServiceConfigFileMode (3.35s)
22:28:10 [2020-12-04T22:28:10.665Z] === RUN   TestCreateServiceSysctls
22:28:10 [2020-12-04T22:28:10.973Z] --- PASS: TestNetworkLoopbackNat (2.59s)
22:28:10 [2020-12-04T22:28:10.973Z] === RUN   TestPause
22:28:10 [2020-12-04T22:28:10.973Z] --- SKIP: TestPause (0.00s)
22:28:10 [2020-12-04T22:28:10.973Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
22:28:10 [2020-12-04T22:28:10.973Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:28:10 [2020-12-04T22:28:10.973Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:28:10 [2020-12-04T22:28:10.973Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:28:10 [2020-12-04T22:28:10.973Z] === RUN   TestPauseStopPausedContainer
22:28:10 [2020-12-04T22:28:10.973Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
22:28:10 [2020-12-04T22:28:10.973Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
22:28:10 [2020-12-04T22:28:10.973Z] === RUN   TestPsFilter
22:28:10 [2020-12-04T22:28:10.973Z] --- PASS: TestPsFilter (0.12s)
22:28:10 [2020-12-04T22:28:10.973Z] === RUN   TestRemoveContainerWithRemovedVolume
22:28:11 [2020-12-04T22:28:11.544Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
22:28:11 [2020-12-04T22:28:11.544Z] === RUN   TestRemoveContainerWithVolume
22:28:12 [2020-12-04T22:28:12.116Z] --- PASS: TestRemoveContainerWithVolume (0.47s)
22:28:12 [2020-12-04T22:28:12.116Z] === RUN   TestRemoveContainerRunning
22:28:12 [2020-12-04T22:28:12.377Z] --- PASS: TestRemoveContainerRunning (0.46s)
22:28:12 [2020-12-04T22:28:12.377Z] === RUN   TestRemoveContainerForceRemoveRunning
22:28:12 [2020-12-04T22:28:12.949Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s)
22:28:12 [2020-12-04T22:28:12.949Z] === RUN   TestRemoveInvalidContainer
22:28:12 [2020-12-04T22:28:12.949Z] --- PASS: TestRemoveInvalidContainer (0.01s)
22:28:12 [2020-12-04T22:28:12.949Z] === RUN   TestRenameLinkedContainer
22:28:13 [2020-12-04T22:28:13.762Z] === RUN   TestInspectNetwork/full_network_id
22:28:13 [2020-12-04T22:28:13.762Z] === RUN   TestInspectNetwork/partial_network_id
22:28:13 [2020-12-04T22:28:13.762Z] === RUN   TestInspectNetwork/network_name
22:28:13 [2020-12-04T22:28:13.762Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
22:28:14 [2020-12-04T22:28:14.862Z] --- PASS: TestRenameLinkedContainer (1.74s)
22:28:14 [2020-12-04T22:28:14.862Z] === RUN   TestRenameStoppedContainer
22:28:14 [2020-12-04T22:28:14.878Z] --- PASS: TestCreateServiceSysctls (4.16s)
22:28:14 [2020-12-04T22:28:14.878Z] === RUN   TestCreateServiceCapabilities
22:28:15 [2020-12-04T22:28:15.122Z] --- PASS: TestRenameStoppedContainer (0.40s)
22:28:15 [2020-12-04T22:28:15.122Z] === RUN   TestRenameRunningContainerAndReuse
22:28:15 [2020-12-04T22:28:15.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:28:16 [2020-12-04T22:28:16.062Z] --- PASS: TestRenameRunningContainerAndReuse (0.91s)
22:28:16 [2020-12-04T22:28:16.063Z] === RUN   TestRenameInvalidName
22:28:16 [2020-12-04T22:28:16.323Z] --- PASS: TestRenameInvalidName (0.43s)
22:28:16 [2020-12-04T22:28:16.323Z] === RUN   TestRenameAnonymousContainer
22:28:17 [2020-12-04T22:28:17.581Z] Removing intermediate container 04f780534bdb
22:28:17 [2020-12-04T22:28:17.581Z]  ---> f2550eb2361a
22:28:17 [2020-12-04T22:28:17.581Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
22:28:17 [2020-12-04T22:28:17.581Z]  ---> Running in 6437f9396cd2
22:28:17 [2020-12-04T22:28:17.581Z] Removing intermediate container 6437f9396cd2
22:28:17 [2020-12-04T22:28:17.581Z]  ---> 589166965bf3
22:28:17 [2020-12-04T22:28:17.581Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
22:28:17 [2020-12-04T22:28:17.581Z]  ---> Running in eb0d0478f83c
22:28:17 [2020-12-04T22:28:17.581Z] Removing intermediate container eb0d0478f83c
22:28:17 [2020-12-04T22:28:17.581Z]  ---> d14f24e3208e
22:28:17 [2020-12-04T22:28:17.581Z] Step 10/10 : COPY . .
22:28:18 [2020-12-04T22:28:18.186Z] --- PASS: TestCreateServiceCapabilities (2.88s)
22:28:18 [2020-12-04T22:28:18.186Z] === RUN   TestInspect
22:28:18 [2020-12-04T22:28:18.235Z] --- PASS: TestRenameAnonymousContainer (1.56s)
22:28:18 [2020-12-04T22:28:18.235Z] === RUN   TestRenameContainerWithSameName
22:28:18 [2020-12-04T22:28:18.450Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:28:18 [2020-12-04T22:28:18.497Z] --- PASS: TestRenameContainerWithSameName (0.50s)
22:28:18 [2020-12-04T22:28:18.497Z] === RUN   TestRenameContainerWithLinkedContainer
22:28:19 [2020-12-04T22:28:19.356Z] --- PASS: TestInspectNetwork (11.65s)
22:28:19 [2020-12-04T22:28:19.356Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
22:28:19 [2020-12-04T22:28:19.356Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
22:28:19 [2020-12-04T22:28:19.356Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
22:28:19 [2020-12-04T22:28:19.356Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
22:28:19 [2020-12-04T22:28:19.356Z] === RUN   TestRunContainerWithBridgeNone
22:28:19 [2020-12-04T22:28:19.437Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s)
22:28:19 [2020-12-04T22:28:19.438Z] === RUN   TestResize
22:28:20 [2020-12-04T22:28:20.009Z] --- PASS: TestResize (0.65s)
22:28:20 [2020-12-04T22:28:20.009Z] === RUN   TestResizeWithInvalidSize
22:28:20 [2020-12-04T22:28:20.581Z] --- PASS: TestResizeWithInvalidSize (0.46s)
22:28:20 [2020-12-04T22:28:20.581Z] === RUN   TestResizeWhenContainerNotStarted
22:28:20 [2020-12-04T22:28:20.842Z] --- PASS: TestResizeWhenContainerNotStarted (0.46s)
22:28:20 [2020-12-04T22:28:20.842Z] === RUN   TestDaemonRestartKillContainers
22:28:20 [2020-12-04T22:28:20.842Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
22:28:20 [2020-12-04T22:28:20.842Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
22:28:20 [2020-12-04T22:28:20.842Z] === RUN   TestCgroupNamespacesRun
22:28:20 [2020-12-04T22:28:20.872Z] --- PASS: TestRunContainerWithBridgeNone (2.41s)
22:28:20 [2020-12-04T22:28:20.873Z] === RUN   TestNetworkInvalidJSON
22:28:20 [2020-12-04T22:28:20.873Z] === RUN   TestNetworkInvalidJSON//networks/create
22:28:20 [2020-12-04T22:28:20.873Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:28:20 [2020-12-04T22:28:20.873Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:28:20 [2020-12-04T22:28:20.873Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:28:20 [2020-12-04T22:28:20.873Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:28:20 [2020-12-04T22:28:20.873Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:28:20 [2020-12-04T22:28:20.873Z] === CONT  TestNetworkInvalidJSON//networks/create
22:28:20 [2020-12-04T22:28:20.873Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:28:20 [2020-12-04T22:28:20.873Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:28:20 [2020-12-04T22:28:20.873Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:28:20 [2020-12-04T22:28:20.873Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
22:28:20 [2020-12-04T22:28:20.873Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:28:20 [2020-12-04T22:28:20.873Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:28:20 [2020-12-04T22:28:20.873Z] === RUN   TestHostIPv4BridgeLabel
22:28:21 [2020-12-04T22:28:21.495Z] --- PASS: TestInspect (3.51s)
22:28:21 [2020-12-04T22:28:21.495Z] === RUN   TestCreateJob
22:28:21 [2020-12-04T22:28:21.510Z] --- PASS: TestHostIPv4BridgeLabel (0.54s)
22:28:21 [2020-12-04T22:28:21.510Z] === RUN   TestDaemonRestartWithLiveRestore
22:28:21 [2020-12-04T22:28:21.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:28:22 [2020-12-04T22:28:22.552Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
22:28:22 [2020-12-04T22:28:22.552Z] === RUN   TestDaemonDefaultNetworkPools
22:28:23 [2020-12-04T22:28:23.209Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s)
22:28:23 [2020-12-04T22:28:23.209Z] === RUN   TestDaemonRestartWithExistingNetwork
22:28:23 [2020-12-04T22:28:23.384Z] --- PASS: TestCgroupNamespacesRun (2.20s)
22:28:23 [2020-12-04T22:28:23.384Z] === RUN   TestCgroupNamespacesRunPrivileged
22:28:24 [2020-12-04T22:28:24.249Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s)
22:28:24 [2020-12-04T22:28:24.249Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:28:25 [2020-12-04T22:28:25.039Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:28:25 [2020-12-04T22:28:25.039Z] Using test binary docker
22:28:25 [2020-12-04T22:28:25.299Z] +++ /etc/init.d/apparmor start
22:28:25 [2020-12-04T22:28:25.299Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:28:25 [2020-12-04T22:28:25.299Z] Starting dockerd
22:28:25 [2020-12-04T22:28:25.299Z] INFO: Waiting for daemon to start...
22:28:25 [2020-12-04T22:28:25.299Z] +++ 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
22:28:25 [2020-12-04T22:28:25.341Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.16s)
22:28:25 [2020-12-04T22:28:25.341Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:28:25 [2020-12-04T22:28:25.708Z] --- PASS: TestCreateJob (4.16s)
22:28:25 [2020-12-04T22:28:25.708Z] === RUN   TestReplicatedJob
22:28:25 [2020-12-04T22:28:25.765Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
22:28:25 [2020-12-04T22:28:25.765Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:28:26 [2020-12-04T22:28:26.401Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s)
22:28:26 [2020-12-04T22:28:26.402Z] === RUN   TestServiceWithPredefinedNetwork
22:28:27 [2020-12-04T22:28:27.839Z] .
22:28:27 [2020-12-04T22:28:27.839Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:28:27 [2020-12-04T22:28:27.839Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:28:27 [2020-12-04T22:28:27.839Z] Error: No such image: emptyfs
22:28:27 [2020-12-04T22:28:27.839Z] ++++ docker load
22:28:27 [2020-12-04T22:28:27.839Z] ++++ tar -cC bundles/test-integration/emptyfs .
22:28:27 [2020-12-04T22:28:27.883Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.23s)
22:28:27 [2020-12-04T22:28:27.884Z] === RUN   TestCgroupNamespacesRunHostMode
22:28:28 [2020-12-04T22:28:28.410Z] Running integration-test (iteration 1)
22:28:28 [2020-12-04T22:28:28.410Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
22:28:28 [2020-12-04T22:28:28.410Z] ++ 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
22:28:28 [2020-12-04T22:28:28.410Z] ++ set -e
22:28:28 [2020-12-04T22:28:28.410Z] ++ '[' -n 0 ']'
22:28:28 [2020-12-04T22:28:28.410Z] ++ set -x
22:28:28 [2020-12-04T22:28:28.410Z] ++ env -i DEST=/go/src/github.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
22:28:29 [2020-12-04T22:28:29.794Z] --- PASS: TestCgroupNamespacesRunHostMode (2.19s)
22:28:29 [2020-12-04T22:28:29.794Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:28:29 [2020-12-04T22:28:29.943Z] --- PASS: TestServiceWithPredefinedNetwork (3.71s)
22:28:29 [2020-12-04T22:28:29.943Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:28:29 [2020-12-04T22:28:29.943Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:28:29 [2020-12-04T22:28:29.943Z]     service_test.go:236: FLAKY_TEST
22:28:29 [2020-12-04T22:28:29.943Z] === RUN   TestServiceWithDataPathPortInit
22:28:32 [2020-12-04T22:28:32.300Z] --- PASS: TestReplicatedJob (6.88s)
22:28:32 [2020-12-04T22:28:32.300Z] === RUN   TestUpdateReplicatedJob
22:28:32 [2020-12-04T22:28:32.339Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.20s)
22:28:32 [2020-12-04T22:28:32.339Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:28:34 [2020-12-04T22:28:34.249Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.18s)
22:28:34 [2020-12-04T22:28:34.249Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:28:36 [2020-12-04T22:28:36.160Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.76s)
22:28:36 [2020-12-04T22:28:36.160Z] === RUN   TestCgroupNamespacesRunOlderClient
22:28:36 [2020-12-04T22:28:36.513Z] --- PASS: TestUpdateReplicatedJob (4.36s)
22:28:36 [2020-12-04T22:28:36.513Z] === RUN   TestServiceListWithStatuses
22:28:36 [2020-12-04T22:28:36.513Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:28:36 [2020-12-04T22:28:36.513Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:28:36 [2020-12-04T22:28:36.513Z] === RUN   TestDockerNetworkConnectAlias
22:28:38 [2020-12-04T22:28:38.071Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.16s)
22:28:38 [2020-12-04T22:28:38.071Z] === RUN   TestKernelTCPMemory
22:28:38 [2020-12-04T22:28:38.071Z] --- SKIP: TestKernelTCPMemory (0.03s)
22:28:38 [2020-12-04T22:28:38.071Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
22:28:38 [2020-12-04T22:28:38.071Z] === RUN   TestNISDomainname
22:28:38 [2020-12-04T22:28:38.071Z] --- SKIP: TestNISDomainname (0.01s)
22:28:38 [2020-12-04T22:28:38.072Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
22:28:38 [2020-12-04T22:28:38.072Z] === RUN   TestHostnameDnsResolution
22:28:38 [2020-12-04T22:28:38.642Z] --- PASS: TestHostnameDnsResolution (0.68s)
22:28:38 [2020-12-04T22:28:38.642Z] === RUN   TestStats
22:28:38 [2020-12-04T22:28:38.642Z] --- SKIP: TestStats (0.00s)
22:28:38 [2020-12-04T22:28:38.642Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
22:28:38 [2020-12-04T22:28:38.642Z] === RUN   TestStopContainerWithTimeout
22:28:38 [2020-12-04T22:28:38.642Z] === RUN   TestStopContainerWithTimeout/0
22:28:38 [2020-12-04T22:28:38.642Z] === PAUSE TestStopContainerWithTimeout/0
22:28:38 [2020-12-04T22:28:38.642Z] === RUN   TestStopContainerWithTimeout/1
22:28:38 [2020-12-04T22:28:38.642Z] === PAUSE TestStopContainerWithTimeout/1
22:28:38 [2020-12-04T22:28:38.642Z] === RUN   TestStopContainerWithTimeout/3
22:28:38 [2020-12-04T22:28:38.642Z] === PAUSE TestStopContainerWithTimeout/3
22:28:38 [2020-12-04T22:28:38.642Z] === RUN   TestStopContainerWithTimeout/-1
22:28:38 [2020-12-04T22:28:38.642Z] === PAUSE TestStopContainerWithTimeout/-1
22:28:38 [2020-12-04T22:28:38.642Z] === CONT  TestStopContainerWithTimeout/0
22:28:38 [2020-12-04T22:28:38.642Z] === CONT  TestStopContainerWithTimeout/3
22:28:39 [2020-12-04T22:28:39.014Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
22:28:39 [2020-12-04T22:28:39.575Z] Copying nested executables into bundles/cross/linux/amd64
22:28:39 [2020-12-04T22:28:39.583Z] === CONT  TestStopContainerWithTimeout/1
22:28:40 [2020-12-04T22:28:40.942Z] Cross building: bundles/cross/windows/amd64
22:28:40 [2020-12-04T22:28:40.942Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
22:28:40 [2020-12-04T22:28:40.942Z] GOOS="windows" GOARCH="amd64" GOARM=""
22:28:40 [2020-12-04T22:28:40.964Z] === CONT  TestStopContainerWithTimeout/-1
22:28:43 [2020-12-04T22:28:43.105Z] --- PASS: TestDockerNetworkConnectAlias (6.50s)
22:28:43 [2020-12-04T22:28:43.105Z] === RUN   TestDockerNetworkReConnect
22:28:43 [2020-12-04T22:28:43.504Z] --- PASS: TestStopContainerWithTimeout (0.01s)
22:28:43 [2020-12-04T22:28:43.504Z]     --- PASS: TestStopContainerWithTimeout/0 (0.73s)
22:28:43 [2020-12-04T22:28:43.504Z]     --- PASS: TestStopContainerWithTimeout/1 (1.45s)
22:28:43 [2020-12-04T22:28:43.504Z]     --- PASS: TestStopContainerWithTimeout/3 (2.73s)
22:28:43 [2020-12-04T22:28:43.504Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.44s)
22:28:43 [2020-12-04T22:28:43.504Z] === RUN   TestDeleteDevicemapper
22:28:43 [2020-12-04T22:28:43.504Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:28:43 [2020-12-04T22:28:43.504Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:28:43 [2020-12-04T22:28:43.504Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:28:44 [2020-12-04T22:28:44.888Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.54s)
22:28:44 [2020-12-04T22:28:44.888Z] === RUN   TestUpdateMemory
22:28:44 [2020-12-04T22:28:44.888Z] --- SKIP: TestUpdateMemory (0.00s)
22:28:44 [2020-12-04T22:28:44.888Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
22:28:44 [2020-12-04T22:28:44.888Z] === RUN   TestUpdateCPUQuota
22:28:44 [2020-12-04T22:28:44.888Z] --- SKIP: TestUpdateCPUQuota (0.00s)
22:28:44 [2020-12-04T22:28:44.888Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
22:28:44 [2020-12-04T22:28:44.888Z] === RUN   TestUpdatePidsLimit
22:28:44 [2020-12-04T22:28:44.888Z] --- SKIP: TestUpdatePidsLimit (0.00s)
22:28:44 [2020-12-04T22:28:44.888Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
22:28:44 [2020-12-04T22:28:44.888Z] === RUN   TestUpdateRestartPolicy
22:28:48 [2020-12-04T22:28:48.403Z] --- PASS: TestDockerNetworkReConnect (4.60s)
22:28:48 [2020-12-04T22:28:48.403Z] === RUN   TestServicePlugin
22:28:48 [2020-12-04T22:28:48.403Z] --- SKIP: TestServicePlugin (0.00s)
22:28:48 [2020-12-04T22:28:48.403Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:28:48 [2020-12-04T22:28:48.403Z] === RUN   TestServiceUpdateLabel
22:28:50 [2020-12-04T22:28:50.331Z] --- PASS: TestServiceUpdateLabel (2.77s)
22:28:50 [2020-12-04T22:28:50.332Z] === RUN   TestServiceUpdateSecrets
22:28:52 [2020-12-04T22:28:52.434Z] --- PASS: TestServiceWithDataPathPortInit (21.30s)
22:28:52 [2020-12-04T22:28:52.434Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:28:53 [2020-12-04T22:28:53.407Z]  ---> 8c62faae9e94
22:28:53 [2020-12-04T22:28:53.407Z] Successfully built 8c62faae9e94
22:28:53 [2020-12-04T22:28:53.407Z] Successfully tagged docker:latest
22:28:53 [2020-12-04T22:28:53.407Z] INFO: Image build ended at 12/04/2020 22:28:51. Duration:00:04:24.2159479
22:28:53 [2020-12-04T22:28:53.407Z] 
22:28:53 [2020-12-04T22:28:53.407Z] 
22:28:53 [2020-12-04T22:28:53.407Z] INFO: Building the test binaries at 12/04/2020 22:28:52...
22:28:57 [2020-12-04T22:28:57.112Z] --- PASS: TestUpdateRestartPolicy (11.06s)
22:28:57 [2020-12-04T22:28:57.112Z] === RUN   TestUpdateRestartWithAutoRemove
22:28:57 [2020-12-04T22:28:57.112Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s)
22:28:57 [2020-12-04T22:28:57.112Z] === RUN   TestWaitNonBlocked
22:28:57 [2020-12-04T22:28:57.112Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:28:57 [2020-12-04T22:28:57.112Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:28:57 [2020-12-04T22:28:57.112Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:28:57 [2020-12-04T22:28:57.112Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:28:57 [2020-12-04T22:28:57.112Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:28:57 [2020-12-04T22:28:57.112Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:28:57 [2020-12-04T22:28:57.112Z] --- PASS: TestWaitNonBlocked (0.01s)
22:28:57 [2020-12-04T22:28:57.112Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s)
22:28:57 [2020-12-04T22:28:57.112Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s)
22:28:57 [2020-12-04T22:28:57.112Z] === RUN   TestWaitBlocked
22:28:57 [2020-12-04T22:28:57.112Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:28:57 [2020-12-04T22:28:57.112Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:28:57 [2020-12-04T22:28:57.112Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:28:57 [2020-12-04T22:28:57.112Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:28:57 [2020-12-04T22:28:57.112Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:28:57 [2020-12-04T22:28:57.112Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:28:57 [2020-12-04T22:28:57.197Z] INFO: make.ps1 starting at 12/04/2020 22:28:56
22:28:57 [2020-12-04T22:28:57.663Z] INFO: Git commit (51ebd31f1f) assumed from DOCKER_GITCOMMIT environment variable
22:28:57 [2020-12-04T22:28:57.663Z] INFO: Invoking autogen...
22:28:58 [2020-12-04T22:28:58.129Z] INFO: Building daemon...
22:28:58 [2020-12-04T22:28:58.137Z] --- PASS: TestWaitBlocked (0.02s)
22:28:58 [2020-12-04T22:28:58.137Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.77s)
22:28:58 [2020-12-04T22:28:58.137Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s)
22:28:58 [2020-12-04T22:28:58.137Z] === CONT  TestDaemonRestartIpcMode
22:28:58 [2020-12-04T22:28:58.137Z] === CONT  TestIpcModeOlderClient
22:28:58 [2020-12-04T22:28:58.137Z] --- PASS: TestIpcModeOlderClient (0.08s)
22:29:02 [2020-12-04T22:29:02.369Z] --- PASS: TestDaemonRestartIpcMode (4.29s)
22:29:02 [2020-12-04T22:29:02.369Z] PASS
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === Skipped
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
22:29:02 [2020-12-04T22:29:02.369Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestPause (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
22:29:02 [2020-12-04T22:29:02.369Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s)
22:29:02 [2020-12-04T22:29:02.369Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
22:29:02 [2020-12-04T22:29:02.369Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestStats (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
22:29:02 [2020-12-04T22:29:02.369Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] 
22:29:02 [2020-12-04T22:29:02.369Z] DONE 176 tests, 26 skipped in 82.103s
22:29:02 [2020-12-04T22:29:02.369Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
22:29:02 [2020-12-04T22:29:02.369Z] INFO: Testing against a local daemon
22:29:02 [2020-12-04T22:29:02.369Z] === RUN   TestCommitInheritsEnv
22:29:03 [2020-12-04T22:29:03.047Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.57s)
22:29:03 [2020-12-04T22:29:03.047Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:88zbvo0sjjpbgwygoch0eg7a5 Created:2020-12-04 22:28:52.628676439 +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[4ad4c5fbf97f4aefc777a73d4ef062737987ac9db7c9bdea565ce42e6d3ae090:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.w5tt50w1i53c5ohmavcv9dzbd EndpointID:acccd7ec4f43ca547f961db428b624f62f3ed9273c64c983aace6f05aca69bf3 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7a280467a75c1e74e71cacfd1d7502e471a1551a2c315f097e324c868505c760 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:41d82512c49d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.w5tt50w1i53c5ohmavcv9dzbd EndpointID:acccd7ec4f43ca547f961db428b624f62f3ed9273c64c983aace6f05aca69bf3 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
22:29:03 [2020-12-04T22:29:03.047Z] PASS
22:29:03 [2020-12-04T22:29:03.047Z] 
22:29:03 [2020-12-04T22:29:03.047Z] === Skipped
22:29:03 [2020-12-04T22:29:03.047Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:29:03 [2020-12-04T22:29:03.047Z]     service_test.go:236: FLAKY_TEST
22:29:03 [2020-12-04T22:29:03.047Z] 
22:29:03 [2020-12-04T22:29:03.047Z] 
22:29:03 [2020-12-04T22:29:03.047Z] DONE 23 tests, 1 skipped in 58.181s
22:29:03 [2020-12-04T22:29:03.047Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:29:03 [2020-12-04T22:29:03.047Z] ++ 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
22:29:03 [2020-12-04T22:29:03.047Z] ++ set -e
22:29:03 [2020-12-04T22:29:03.048Z] ++ '[' -n 0 ']'
22:29:03 [2020-12-04T22:29:03.048Z] ++ set -x
22:29:03 [2020-12-04T22:29:03.048Z] ++ env -i DEST=/go/src/github.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
22:29:03 [2020-12-04T22:29:03.048Z] INFO: Testing against a local daemon
22:29:03 [2020-12-04T22:29:03.048Z] === RUN   TestDockerNetworkIpvlanPersistance
22:29:03 [2020-12-04T22:29:03.048Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
22:29:03 [2020-12-04T22:29:03.048Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:29:03 [2020-12-04T22:29:03.048Z] === RUN   TestDockerNetworkIpvlan
22:29:03 [2020-12-04T22:29:03.048Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:29:03 [2020-12-04T22:29:03.048Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:29:03 [2020-12-04T22:29:03.048Z] PASS
22:29:03 [2020-12-04T22:29:03.048Z] 
22:29:03 [2020-12-04T22:29:03.048Z] === Skipped
22:29:03 [2020-12-04T22:29:03.048Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
22:29:03 [2020-12-04T22:29:03.048Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:29:03 [2020-12-04T22:29:03.048Z] 
22:29:03 [2020-12-04T22:29:03.048Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:29:03 [2020-12-04T22:29:03.048Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:29:03 [2020-12-04T22:29:03.048Z] 
22:29:03 [2020-12-04T22:29:03.048Z] 
22:29:03 [2020-12-04T22:29:03.048Z] DONE 2 tests, 2 skipped in 0.076s
22:29:03 [2020-12-04T22:29:03.048Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:29:03 [2020-12-04T22:29:03.048Z] ++ 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
22:29:03 [2020-12-04T22:29:03.048Z] ++ set -e
22:29:03 [2020-12-04T22:29:03.048Z] ++ '[' -n 0 ']'
22:29:03 [2020-12-04T22:29:03.048Z] ++ set -x
22:29:03 [2020-12-04T22:29:03.048Z] ++ env -i DEST=/go/src/github.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
22:29:03 [2020-12-04T22:29:03.048Z] INFO: Testing against a local daemon
22:29:03 [2020-12-04T22:29:03.048Z] === RUN   TestDockerNetworkMacvlanPersistance
22:29:03 [2020-12-04T22:29:03.732Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.52s)
22:29:03 [2020-12-04T22:29:03.732Z] === RUN   TestDockerNetworkMacvlan
22:29:04 [2020-12-04T22:29:04.279Z] --- PASS: TestCommitInheritsEnv (1.71s)
22:29:04 [2020-12-04T22:29:04.279Z] === RUN   TestImportExtremelyLargeImageWorks
22:29:04 [2020-12-04T22:29:04.279Z] === PAUSE TestImportExtremelyLargeImageWorks
22:29:04 [2020-12-04T22:29:04.279Z] === RUN   TestImagesFilterMultiReference
22:29:04 [2020-12-04T22:29:04.279Z] --- PASS: TestImagesFilterMultiReference (0.08s)
22:29:04 [2020-12-04T22:29:04.279Z] === RUN   TestImagePullPlatformInvalid
22:29:04 [2020-12-04T22:29:04.279Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
22:29:04 [2020-12-04T22:29:04.279Z] === RUN   TestRemoveImageOrphaning
22:29:04 [2020-12-04T22:29:04.383Z] === RUN   TestDockerNetworkMacvlan/Subinterface
22:29:05 [2020-12-04T22:29:05.435Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
22:29:06 [2020-12-04T22:29:06.190Z] --- PASS: TestRemoveImageOrphaning (1.89s)
22:29:06 [2020-12-04T22:29:06.190Z] === RUN   TestRemoveImageGarbageCollector
22:29:06 [2020-12-04T22:29:06.190Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
22:29:06 [2020-12-04T22:29:06.190Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
22:29:06 [2020-12-04T22:29:06.190Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:29:06 [2020-12-04T22:29:06.190Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
22:29:06 [2020-12-04T22:29:06.190Z] === RUN   TestTagInvalidReference
22:29:06 [2020-12-04T22:29:06.190Z] --- PASS: TestTagInvalidReference (0.01s)
22:29:06 [2020-12-04T22:29:06.190Z] === RUN   TestTagValidPrefixedRepo
22:29:06 [2020-12-04T22:29:06.190Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
22:29:06 [2020-12-04T22:29:06.190Z] === RUN   TestTagExistedNameWithoutForce
22:29:06 [2020-12-04T22:29:06.450Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
22:29:06 [2020-12-04T22:29:06.450Z] === RUN   TestTagOfficialNames
22:29:06 [2020-12-04T22:29:06.450Z] --- PASS: TestTagOfficialNames (0.07s)
22:29:06 [2020-12-04T22:29:06.450Z] === RUN   TestTagMatchesDigest
22:29:06 [2020-12-04T22:29:06.450Z] --- PASS: TestTagMatchesDigest (0.01s)
22:29:06 [2020-12-04T22:29:06.450Z] === CONT  TestImportExtremelyLargeImageWorks
22:29:06 [2020-12-04T22:29:06.489Z] === RUN   TestDockerNetworkMacvlan/NilParent
22:29:08 [2020-12-04T22:29:08.456Z] --- PASS: TestServiceUpdateSecrets (15.42s)
22:29:08 [2020-12-04T22:29:08.456Z] === RUN   TestServiceUpdateConfigs
22:29:10 [2020-12-04T22:29:10.122Z] === RUN   TestDockerNetworkMacvlan/InternalMode
22:29:14 [2020-12-04T22:29:14.593Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
22:29:15 [2020-12-04T22:29:15.110Z] Loaded image: buildpack-deps:buster
22:29:15 [2020-12-04T22:29:15.110Z] Loaded image: busybox:latest
22:29:15 [2020-12-04T22:29:15.110Z] Loaded image: busybox:glibc
22:29:15 [2020-12-04T22:29:15.110Z] Loaded image: debian:buster
22:29:15 [2020-12-04T22:29:15.110Z] Loaded image: hello-world:latest
22:29:15 [2020-12-04T22:29:15.110Z] Loaded image: arm32v7/hello-world:latest
22:29:15 [2020-12-04T22:29:15.110Z] INFO: Testing against a local daemon
22:29:15 [2020-12-04T22:29:15.110Z] === RUN   TestCgroupNamespacesBuild
22:29:15 [2020-12-04T22:29:15.110Z] --- PASS: TestCgroupNamespacesBuild (2.36s)
22:29:15 [2020-12-04T22:29:15.110Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
22:29:16 [2020-12-04T22:29:16.051Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.37s)
22:29:16 [2020-12-04T22:29:16.051Z] === RUN   TestBuildWithSession
22:29:16 [2020-12-04T22:29:16.051Z] --- SKIP: TestBuildWithSession (0.00s)
22:29:16 [2020-12-04T22:29:16.051Z]     build_session_test.go:25: TODO: BuildKit
22:29:16 [2020-12-04T22:29:16.051Z] === RUN   TestBuildSquashParent
22:29:21 [2020-12-04T22:29:21.588Z] === RUN   TestDockerNetworkMacvlan/Addressing
22:29:23 [2020-12-04T22:29:23.369Z] --- PASS: TestServiceUpdateConfigs (15.50s)
22:29:23 [2020-12-04T22:29:23.369Z] === RUN   TestServiceUpdateNetwork
22:29:23 [2020-12-04T22:29:23.667Z] --- PASS: TestDockerNetworkMacvlan (20.08s)
22:29:23 [2020-12-04T22:29:23.667Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s)
22:29:23 [2020-12-04T22:29:23.667Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
22:29:23 [2020-12-04T22:29:23.667Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.50s)
22:29:23 [2020-12-04T22:29:23.667Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.61s)
22:29:23 [2020-12-04T22:29:23.667Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.57s)
22:29:23 [2020-12-04T22:29:23.667Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.49s)
22:29:23 [2020-12-04T22:29:23.667Z] PASS
22:29:23 [2020-12-04T22:29:23.667Z] 
22:29:23 [2020-12-04T22:29:23.667Z] DONE 8 tests in 21.674s
22:29:23 [2020-12-04T22:29:23.667Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m 
22:29:23 [2020-12-04T22:29:23.667Z] ++ 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
22:29:23 [2020-12-04T22:29:23.667Z] ++ set -e
22:29:23 [2020-12-04T22:29:23.667Z] ++ '[' -n 0 ']'
22:29:23 [2020-12-04T22:29:23.667Z] ++ set -x
22:29:23 [2020-12-04T22:29:23.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=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
22:29:23 [2020-12-04T22:29:23.667Z] testing: warning: no tests to run
22:29:23 [2020-12-04T22:29:23.667Z] PASS
22:29:23 [2020-12-04T22:29:23.667Z] 
22:29:23 [2020-12-04T22:29:23.667Z] DONE 0 tests in 0.016s
22:29:23 [2020-12-04T22:29:23.667Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:29:23 [2020-12-04T22:29:23.667Z] ++ 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
22:29:23 [2020-12-04T22:29:23.667Z] ++ set -e
22:29:23 [2020-12-04T22:29:23.667Z] ++ '[' -n 0 ']'
22:29:23 [2020-12-04T22:29:23.667Z] ++ set -x
22:29:23 [2020-12-04T22:29:23.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=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
22:29:23 [2020-12-04T22:29:23.667Z] INFO: Testing against a local daemon
22:29:23 [2020-12-04T22:29:23.667Z] === RUN   TestAuthZPluginAllowRequest
22:29:25 [2020-12-04T22:29:25.746Z] --- PASS: TestAuthZPluginAllowRequest (1.77s)
22:29:25 [2020-12-04T22:29:25.746Z] === RUN   TestAuthZPluginTLS
22:29:26 [2020-12-04T22:29:26.040Z] --- PASS: TestAuthZPluginTLS (0.53s)
22:29:26 [2020-12-04T22:29:26.040Z] === RUN   TestAuthZPluginDenyRequest
22:29:26 [2020-12-04T22:29:26.043Z] --- PASS: TestBuildSquashParent (9.84s)
22:29:26 [2020-12-04T22:29:26.043Z] === RUN   TestBuildWithRemoveAndForceRemove
22:29:26 [2020-12-04T22:29:26.043Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:29:26 [2020-12-04T22:29:26.043Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:29:26 [2020-12-04T22:29:26.043Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:29:26 [2020-12-04T22:29:26.043Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:29:26 [2020-12-04T22:29:26.043Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:29:26 [2020-12-04T22:29:26.043Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:29:26 [2020-12-04T22:29:26.043Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:29:26 [2020-12-04T22:29:26.043Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:29:26 [2020-12-04T22:29:26.043Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:29:26 [2020-12-04T22:29:26.043Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:29:26 [2020-12-04T22:29:26.043Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:29:26 [2020-12-04T22:29:26.043Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:29:26 [2020-12-04T22:29:26.043Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:29:26 [2020-12-04T22:29:26.043Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:29:26 [2020-12-04T22:29:26.678Z] --- PASS: TestAuthZPluginDenyRequest (0.52s)
22:29:26 [2020-12-04T22:29:26.678Z] === RUN   TestAuthZPluginAPIDenyResponse
22:29:26 [2020-12-04T22:29:26.972Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s)
22:29:26 [2020-12-04T22:29:26.972Z] === RUN   TestAuthZPluginDenyResponse
22:29:27 [2020-12-04T22:29:27.609Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
22:29:27 [2020-12-04T22:29:27.609Z] === RUN   TestAuthZPluginAllowEventStream
22:29:29 [2020-12-04T22:29:29.340Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:29:29 [2020-12-04T22:29:29.341Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:29:29 [2020-12-04T22:29:29.688Z] --- PASS: TestAuthZPluginAllowEventStream (1.80s)
22:29:29 [2020-12-04T22:29:29.688Z] === RUN   TestAuthZPluginErrorResponse
22:29:29 [2020-12-04T22:29:29.981Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
22:29:29 [2020-12-04T22:29:29.981Z] === RUN   TestAuthZPluginErrorRequest
22:29:30 [2020-12-04T22:29:30.275Z] --- PASS: TestAuthZPluginErrorRequest (0.52s)
22:29:30 [2020-12-04T22:29:30.275Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:29:30 [2020-12-04T22:29:30.913Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
22:29:30 [2020-12-04T22:29:30.913Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:29:32 [2020-12-04T22:29:32.652Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:29:32 [2020-12-04T22:29:32.652Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:29:32 [2020-12-04T22:29:32.997Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.20s)
22:29:32 [2020-12-04T22:29:32.997Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:29:35 [2020-12-04T22:29:35.610Z] --- PASS: TestServiceUpdateNetwork (14.33s)
22:29:35 [2020-12-04T22:29:35.610Z] === RUN   TestServiceUpdatePidsLimit
22:29:35 [2020-12-04T22:29:35.740Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.33s)
22:29:35 [2020-12-04T22:29:35.740Z] === RUN   TestAuthZPluginHeader
22:29:35 [2020-12-04T22:29:35.955Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
22:29:35 [2020-12-04T22:29:35.955Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.30s)
22:29:35 [2020-12-04T22:29:35.956Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.44s)
22:29:35 [2020-12-04T22:29:35.956Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.20s)
22:29:35 [2020-12-04T22:29:35.956Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.44s)
22:29:35 [2020-12-04T22:29:35.956Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.45s)
22:29:35 [2020-12-04T22:29:35.956Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.21s)
22:29:35 [2020-12-04T22:29:35.956Z] === RUN   TestBuildMultiStageCopy
22:29:35 [2020-12-04T22:29:35.956Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:29:36 [2020-12-04T22:29:36.378Z] --- PASS: TestAuthZPluginHeader (0.89s)
22:29:36 [2020-12-04T22:29:36.378Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:29:36 [2020-12-04T22:29:36.378Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:29:36 [2020-12-04T22:29:36.378Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:36 [2020-12-04T22:29:36.378Z] === RUN   TestAuthZPluginV2Disable
22:29:36 [2020-12-04T22:29:36.378Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
22:29:36 [2020-12-04T22:29:36.378Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:36 [2020-12-04T22:29:36.378Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:29:36 [2020-12-04T22:29:36.378Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:29:36 [2020-12-04T22:29:36.378Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:36 [2020-12-04T22:29:36.378Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:29:36 [2020-12-04T22:29:36.378Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:29:36 [2020-12-04T22:29:36.378Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:36 [2020-12-04T22:29:36.378Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:29:37 [2020-12-04T22:29:37.527Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
22:29:37 [2020-12-04T22:29:37.721Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:29:37 [2020-12-04T22:29:37.721Z] 
22:29:37 [2020-12-04T22:29:37.721Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:29:37 [2020-12-04T22:29:37.721Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:29:37 [2020-12-04T22:29:37.721Z] HOSTNAME=a531cf13b2c6
22:29:37 [2020-12-04T22:29:37.721Z] TESTDEBUG=0
22:29:37 [2020-12-04T22:29:37.721Z] DEST=bundles/test-integration
22:29:37 [2020-12-04T22:29:37.721Z] PWD=/go/src/github.com/docker/docker
22:29:37 [2020-12-04T22:29:37.721Z] DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7
22:29:37 [2020-12-04T22:29:37.721Z] container=docker
22:29:37 [2020-12-04T22:29:37.721Z] HOME=/root
22:29:37 [2020-12-04T22:29:37.721Z] GOLANG_VERSION=1.13.15
22:29:37 [2020-12-04T22:29:37.721Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:29:37 [2020-12-04T22:29:37.721Z] VALIDATE_BRANCH=master
22:29:37 [2020-12-04T22:29:37.721Z] TERM=xterm
22:29:37 [2020-12-04T22:29:37.721Z] DOCKER_PKG=github.com/docker/docker
22:29:37 [2020-12-04T22:29:37.721Z] SHLVL=1
22:29:37 [2020-12-04T22:29:37.721Z] TIMEOUT=120m
22:29:37 [2020-12-04T22:29:37.721Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
22:29:37 [2020-12-04T22:29:37.721Z] DOCKER_GRAPHDRIVER=overlay2
22:29:37 [2020-12-04T22:29:37.721Z] GO111MODULE=off
22:29:37 [2020-12-04T22:29:37.721Z] DOCKER_EXPERIMENTAL=1
22:29:37 [2020-12-04T22:29:37.721Z] TEST_SKIP_INTEGRATION_CLI=1
22:29:37 [2020-12-04T22:29:37.721Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:29:37 [2020-12-04T22:29:37.721Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:29:37 [2020-12-04T22:29:37.721Z] GOPATH=/go
22:29:37 [2020-12-04T22:29:37.721Z] PKG_CONFIG=pkg-config
22:29:37 [2020-12-04T22:29:37.721Z] _=/usr/bin/env
22:29:37 [2020-12-04T22:29:37.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:29:38 [2020-12-04T22:29:38.472Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
22:29:39 [2020-12-04T22:29:39.254Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:29:39 [2020-12-04T22:29:39.254Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:29:39 [2020-12-04T22:29:39.827Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:29:40 [2020-12-04T22:29:40.402Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:29:41 [2020-12-04T22:29:41.345Z] --- PASS: TestBuildMultiStageCopy (5.24s)
22:29:41 [2020-12-04T22:29:41.345Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.76s)
22:29:41 [2020-12-04T22:29:41.345Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s)
22:29:41 [2020-12-04T22:29:41.345Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s)
22:29:41 [2020-12-04T22:29:41.345Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.65s)
22:29:41 [2020-12-04T22:29:41.345Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.73s)
22:29:41 [2020-12-04T22:29:41.345Z] === RUN   TestBuildMultiStageParentConfig
22:29:42 [2020-12-04T22:29:42.727Z] --- PASS: TestBuildMultiStageParentConfig (1.43s)
22:29:42 [2020-12-04T22:29:42.727Z] === RUN   TestBuildLabelWithTargets
22:29:45 [2020-12-04T22:29:45.270Z] --- PASS: TestBuildLabelWithTargets (2.36s)
22:29:45 [2020-12-04T22:29:45.270Z] === RUN   TestBuildWithEmptyLayers
22:29:46 [2020-12-04T22:29:46.210Z] --- PASS: TestBuildWithEmptyLayers (1.23s)
22:29:46 [2020-12-04T22:29:46.210Z] === RUN   TestBuildMultiStageOnBuild
22:29:46 [2020-12-04T22:29:46.616Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
22:29:49 [2020-12-04T22:29:49.507Z] --- PASS: TestBuildMultiStageOnBuild (3.01s)
22:29:49 [2020-12-04T22:29:49.507Z] === RUN   TestBuildUncleanTarFilenames
22:29:51 [2020-12-04T22:29:51.418Z] --- PASS: TestBuildUncleanTarFilenames (1.96s)
22:29:51 [2020-12-04T22:29:51.418Z] === RUN   TestBuildMultiStageLayerLeak
22:29:54 [2020-12-04T22:29:54.724Z] --- PASS: TestBuildMultiStageLayerLeak (3.41s)
22:29:54 [2020-12-04T22:29:54.724Z] === RUN   TestBuildWithHugeFile
22:29:54 [2020-12-04T22:29:54.760Z] --- PASS: TestServiceUpdatePidsLimit (17.74s)
22:29:54 [2020-12-04T22:29:54.760Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s)
22:29:54 [2020-12-04T22:29:54.760Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s)
22:29:54 [2020-12-04T22:29:54.760Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s)
22:29:54 [2020-12-04T22:29:54.760Z] PASS
22:29:54 [2020-12-04T22:29:54.760Z] 
22:29:54 [2020-12-04T22:29:54.760Z] === Skipped
22:29:54 [2020-12-04T22:29:54.760Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
22:29:54 [2020-12-04T22:29:54.760Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:29:54 [2020-12-04T22:29:54.760Z] 
22:29:54 [2020-12-04T22:29:54.760Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
22:29:54 [2020-12-04T22:29:54.760Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:54 [2020-12-04T22:29:54.760Z] 
22:29:54 [2020-12-04T22:29:54.760Z] 
22:29:54 [2020-12-04T22:29:54.760Z] DONE 27 tests, 2 skipped in 161.434s
22:29:54 [2020-12-04T22:29:54.760Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
22:29:54 [2020-12-04T22:29:54.760Z] ++ 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
22:29:54 [2020-12-04T22:29:54.760Z] ++ set -e
22:29:54 [2020-12-04T22:29:54.760Z] ++ '[' -n 0 ']'
22:29:54 [2020-12-04T22:29:54.760Z] ++ set -x
22:29:54 [2020-12-04T22:29:54.760Z] ++ env -i DEST=/go/src/github.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
22:29:54 [2020-12-04T22:29:54.760Z] INFO: Testing against a local daemon
22:29:54 [2020-12-04T22:29:54.760Z] === RUN   TestSessionCreate
22:29:54 [2020-12-04T22:29:54.760Z] --- PASS: TestSessionCreate (0.06s)
22:29:54 [2020-12-04T22:29:54.760Z] === RUN   TestSessionCreateWithBadUpgrade
22:29:54 [2020-12-04T22:29:54.760Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
22:29:54 [2020-12-04T22:29:54.760Z] PASS
22:29:54 [2020-12-04T22:29:54.760Z] 
22:29:54 [2020-12-04T22:29:54.760Z] DONE 2 tests in 0.256s
22:29:54 [2020-12-04T22:29:54.760Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
22:29:54 [2020-12-04T22:29:54.760Z] ++ 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
22:29:54 [2020-12-04T22:29:54.760Z] ++ set -e
22:29:54 [2020-12-04T22:29:54.760Z] ++ '[' -n 0 ']'
22:29:54 [2020-12-04T22:29:54.760Z] ++ set -x
22:29:54 [2020-12-04T22:29:54.760Z] ++ env -i DEST=/go/src/github.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
22:29:54 [2020-12-04T22:29:54.760Z] INFO: Testing against a local daemon
22:29:54 [2020-12-04T22:29:54.760Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:29:54 [2020-12-04T22:29:54.760Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:29:54 [2020-12-04T22:29:54.760Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:29:54 [2020-12-04T22:29:54.760Z] === RUN   TestEventsExecDie
22:29:54 [2020-12-04T22:29:54.760Z] --- PASS: TestEventsExecDie (0.89s)
22:29:54 [2020-12-04T22:29:54.760Z] === RUN   TestEventsBackwardsCompatible
22:29:54 [2020-12-04T22:29:54.760Z] --- PASS: TestEventsBackwardsCompatible (0.10s)
22:29:54 [2020-12-04T22:29:54.760Z] === RUN   TestInfoBinaryCommits
22:29:55 [2020-12-04T22:29:55.019Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.20s)
22:29:55 [2020-12-04T22:29:55.019Z] PASS
22:29:55 [2020-12-04T22:29:55.019Z] 
22:29:55 [2020-12-04T22:29:55.019Z] === Skipped
22:29:55 [2020-12-04T22:29:55.019Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:29:55 [2020-12-04T22:29:55.019Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:55 [2020-12-04T22:29:55.019Z] 
22:29:55 [2020-12-04T22:29:55.019Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
22:29:55 [2020-12-04T22:29:55.019Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:55 [2020-12-04T22:29:55.019Z] 
22:29:55 [2020-12-04T22:29:55.019Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:29:55 [2020-12-04T22:29:55.019Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:55 [2020-12-04T22:29:55.019Z] 
22:29:55 [2020-12-04T22:29:55.019Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:29:55 [2020-12-04T22:29:55.019Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:29:55 [2020-12-04T22:29:55.019Z] 
22:29:55 [2020-12-04T22:29:55.019Z] 
22:29:55 [2020-12-04T22:29:55.019Z] DONE 17 tests, 4 skipped in 29.960s
22:29:55 [2020-12-04T22:29:55.019Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:29:55 [2020-12-04T22:29:55.019Z] ++ 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
22:29:55 [2020-12-04T22:29:55.019Z] ++ set -e
22:29:55 [2020-12-04T22:29:55.019Z] ++ '[' -n 0 ']'
22:29:55 [2020-12-04T22:29:55.019Z] ++ set -x
22:29:55 [2020-12-04T22:29:55.019Z] ++ env -i DEST=/go/src/github.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
22:29:55 [2020-12-04T22:29:55.019Z] INFO: Testing against a local daemon
22:29:55 [2020-12-04T22:29:55.019Z] === RUN   TestPluginInvalidJSON
22:29:55 [2020-12-04T22:29:55.019Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:29:55 [2020-12-04T22:29:55.019Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:29:55 [2020-12-04T22:29:55.019Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:29:55 [2020-12-04T22:29:55.019Z] --- PASS: TestPluginInvalidJSON (0.01s)
22:29:55 [2020-12-04T22:29:55.019Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:29:55 [2020-12-04T22:29:55.019Z] === RUN   TestPluginInstall
22:29:55 [2020-12-04T22:29:55.019Z] === RUN   TestPluginInstall/no_auth
22:29:55 [2020-12-04T22:29:55.019Z] time="2020-12-04T22:29:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:29:55 [2020-12-04T22:29:55.019Z] time="2020-12-04T22:29:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:50247ba2673961746861a0102cdc3b428ae2c0bed8b44fceb79dbfb27adc9a57" mediatype=application/vnd.docker.plugin.v1+json size=522
22:29:55 [2020-12-04T22:29:55.019Z] time="2020-12-04T22:29:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:29:55 [2020-12-04T22:29:55.019Z] time="2020-12-04T22:29:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:50247ba2673961746861a0102cdc3b428ae2c0bed8b44fceb79dbfb27adc9a57" mediatype=application/vnd.docker.plugin.v1+json size=522
22:29:55 [2020-12-04T22:29:55.021Z] --- PASS: TestInfoBinaryCommits (0.05s)
22:29:55 [2020-12-04T22:29:55.021Z] === RUN   TestInfoAPIVersioned
22:29:55 [2020-12-04T22:29:55.021Z] --- PASS: TestInfoAPIVersioned (0.02s)
22:29:55 [2020-12-04T22:29:55.021Z] === RUN   TestInfoDiscoveryBackend
22:29:55 [2020-12-04T22:29:55.312Z] === RUN   TestPluginInstall/with_htpasswd
22:29:55 [2020-12-04T22:29:55.594Z] --- PASS: TestInfoDiscoveryBackend (0.67s)
22:29:55 [2020-12-04T22:29:55.594Z] === RUN   TestInfoDiscoveryInvalidAdvertise
22:29:55 [2020-12-04T22:29:55.606Z] time="2020-12-04T22:29:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:29:55 [2020-12-04T22:29:55.606Z] time="2020-12-04T22:29:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:148b3c38aef978217508a545aa5f21435f27144bc9f8b3e0cc453a6426abf690" mediatype=application/vnd.docker.plugin.v1+json size=522
22:29:55 [2020-12-04T22:29:55.606Z] time="2020-12-04T22:29:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:29:55 [2020-12-04T22:29:55.606Z] time="2020-12-04T22:29:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:148b3c38aef978217508a545aa5f21435f27144bc9f8b3e0cc453a6426abf690" mediatype=application/vnd.docker.plugin.v1+json size=522
22:29:55 [2020-12-04T22:29:55.899Z] === RUN   TestPluginInstall/with_insecure
22:29:56 [2020-12-04T22:29:56.540Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
22:29:56 [2020-12-04T22:29:56.540Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
22:29:56 [2020-12-04T22:29:56.940Z] time="2020-12-04T22:29:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:29:56 [2020-12-04T22:29:56.940Z] time="2020-12-04T22:29:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:596a3ebd3fd5c81b03d7a7104fe2fa23817edb9179863861675e5e02163d07f4" mediatype=application/vnd.docker.plugin.v1+json size=522
22:29:56 [2020-12-04T22:29:56.940Z] time="2020-12-04T22:29:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:29:56 [2020-12-04T22:29:56.940Z] time="2020-12-04T22:29:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:596a3ebd3fd5c81b03d7a7104fe2fa23817edb9179863861675e5e02163d07f4" mediatype=application/vnd.docker.plugin.v1+json size=522
22:29:57 [2020-12-04T22:29:57.233Z] --- PASS: TestPluginInstall (3.61s)
22:29:57 [2020-12-04T22:29:57.233Z]     --- PASS: TestPluginInstall/no_auth (1.54s)
22:29:57 [2020-12-04T22:29:57.233Z]     --- PASS: TestPluginInstall/with_htpasswd (0.82s)
22:29:57 [2020-12-04T22:29:57.233Z]     --- PASS: TestPluginInstall/with_insecure (1.25s)
22:29:57 [2020-12-04T22:29:57.233Z]         plugin_test.go:157: [d9601f0c9b736] daemon is not started
22:29:57 [2020-12-04T22:29:57.233Z] PASS
22:29:57 [2020-12-04T22:29:57.233Z] 
22:29:57 [2020-12-04T22:29:57.233Z] DONE 6 tests in 3.703s
22:29:57 [2020-12-04T22:29:57.233Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:29:57 [2020-12-04T22:29:57.233Z] ++ 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
22:29:57 [2020-12-04T22:29:57.233Z] ++ set -e
22:29:57 [2020-12-04T22:29:57.233Z] ++ '[' -n 0 ']'
22:29:57 [2020-12-04T22:29:57.233Z] ++ set -x
22:29:57 [2020-12-04T22:29:57.234Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
22:29:57 [2020-12-04T22:29:57.234Z] INFO: Testing against a local daemon
22:29:57 [2020-12-04T22:29:57.234Z] === RUN   TestExternalGraphDriver
22:29:57 [2020-12-04T22:29:57.485Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.67s)
22:29:57 [2020-12-04T22:29:57.485Z] === RUN   TestInfoAPI
22:29:57 [2020-12-04T22:29:57.485Z] --- PASS: TestInfoAPI (0.05s)
22:29:57 [2020-12-04T22:29:57.485Z] === RUN   TestInfoAPIWarnings
22:29:57 [2020-12-04T22:29:57.527Z] === RUN   TestExternalGraphDriver/json
22:29:59 [2020-12-04T22:29:59.605Z] === RUN   TestExternalGraphDriver/spec
22:30:01 [2020-12-04T22:30:01.686Z] === RUN   TestExternalGraphDriver/pull
22:30:02 [2020-12-04T22:30:02.349Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
22:30:02 [2020-12-04T22:30:02.349Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
22:30:02 [2020-12-04T22:30:02.349Z] remote: Enumerating objects: 2, done.
22:30:02 [2020-12-04T22:30:02.349Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
22:30:02 [2020-12-04T22:30:02.349Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
22:30:02 [2020-12-04T22:30:02.350Z] Unpacking objects:   4% (1/23)   
Unpacking objects:   8% (2/23)   
remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
22:30:02 [2020-12-04T22:30:02.350Z] 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.
22:30:02 [2020-12-04T22:30:02.350Z] Building: bundles/cross/windows/amd64/containerutility.exe
22:30:02 [2020-12-04T22:30:02.350Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
22:30:02 [2020-12-04T22:30:02.675Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/test/unit
22:30:04 [2020-12-04T22:30:04.434Z] --- PASS: TestExternalGraphDriver (6.65s)
22:30:04 [2020-12-04T22:30:04.434Z]     --- PASS: TestExternalGraphDriver/json (2.12s)
22:30:04 [2020-12-04T22:30:04.434Z]     --- PASS: TestExternalGraphDriver/spec (2.08s)
22:30:04 [2020-12-04T22:30:04.434Z]     --- PASS: TestExternalGraphDriver/pull (2.34s)
22:30:04 [2020-12-04T22:30:04.434Z] === RUN   TestGraphdriverPluginV2
22:30:04 [2020-12-04T22:30:04.434Z] --- SKIP: TestGraphdriverPluginV2 (0.09s)
22:30:04 [2020-12-04T22:30:04.434Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:04 [2020-12-04T22:30:04.434Z] PASS
22:30:04 [2020-12-04T22:30:04.434Z] 
22:30:04 [2020-12-04T22:30:04.434Z] === Skipped
22:30:04 [2020-12-04T22:30:04.434Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.09s)
22:30:04 [2020-12-04T22:30:04.434Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:04 [2020-12-04T22:30:04.434Z] 
22:30:04 [2020-12-04T22:30:04.434Z] 
22:30:04 [2020-12-04T22:30:04.434Z] DONE 5 tests, 1 skipped in 6.816s
22:30:04 [2020-12-04T22:30:04.434Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:30:04 [2020-12-04T22:30:04.434Z] ++ 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
22:30:04 [2020-12-04T22:30:04.434Z] ++ set -e
22:30:04 [2020-12-04T22:30:04.434Z] ++ '[' -n 0 ']'
22:30:04 [2020-12-04T22:30:04.434Z] ++ set -x
22:30:04 [2020-12-04T22:30:04.434Z] ++ env -i DEST=/go/src/github.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
22:30:04 [2020-12-04T22:30:04.434Z] INFO: Testing against a local daemon
22:30:04 [2020-12-04T22:30:04.434Z] === RUN   TestContinueAfterPluginCrash
22:30:04 [2020-12-04T22:30:04.434Z] === PAUSE TestContinueAfterPluginCrash
22:30:04 [2020-12-04T22:30:04.434Z] === RUN   TestReadPluginNoRead
22:30:04 [2020-12-04T22:30:04.434Z] === PAUSE TestReadPluginNoRead
22:30:04 [2020-12-04T22:30:04.434Z] === RUN   TestDaemonStartWithLogOpt
22:30:04 [2020-12-04T22:30:04.434Z] === PAUSE TestDaemonStartWithLogOpt
22:30:04 [2020-12-04T22:30:04.434Z] === CONT  TestContinueAfterPluginCrash
22:30:04 [2020-12-04T22:30:04.434Z] === CONT  TestDaemonStartWithLogOpt
22:30:05 [2020-12-04T22:30:05.200Z] ?   	github.com/docker/docker/api	[no test files]
22:30:07 [2020-12-04T22:30:07.967Z] --- PASS: TestDaemonStartWithLogOpt (3.71s)
22:30:07 [2020-12-04T22:30:07.967Z] === CONT  TestReadPluginNoRead
22:30:10 [2020-12-04T22:30:10.470Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:30:10 [2020-12-04T22:30:10.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:30:10 [2020-12-04T22:30:10.713Z] === RUN   TestReadPluginNoRead/default
22:30:11 [2020-12-04T22:30:11.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:30:12 [2020-12-04T22:30:12.791Z] === RUN   TestReadPluginNoRead/disabled_caching
22:30:13 [2020-12-04T22:30:13.431Z] --- PASS: TestContinueAfterPluginCrash (9.11s)
22:30:14 [2020-12-04T22:30:14.950Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:30:15 [2020-12-04T22:30:15.604Z] --- PASS: TestInfoAPIWarnings (16.63s)
22:30:15 [2020-12-04T22:30:15.604Z] === RUN   TestInfoDebug
22:30:15 [2020-12-04T22:30:15.604Z] --- PASS: TestInfoDebug (0.63s)
22:30:15 [2020-12-04T22:30:15.604Z] === RUN   TestInfoInsecureRegistries
22:30:15 [2020-12-04T22:30:15.604Z] --- PASS: TestInfoInsecureRegistries (0.65s)
22:30:15 [2020-12-04T22:30:15.604Z] === RUN   TestInfoRegistryMirrors
22:30:15 [2020-12-04T22:30:15.865Z] --- PASS: TestInfoRegistryMirrors (0.64s)
22:30:15 [2020-12-04T22:30:15.865Z] === RUN   TestLoginFailsWithBadCredentials
22:30:16 [2020-12-04T22:30:16.437Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s)
22:30:16 [2020-12-04T22:30:16.438Z] === RUN   TestPingCacheHeaders
22:30:16 [2020-12-04T22:30:16.438Z] --- PASS: TestPingCacheHeaders (0.05s)
22:30:16 [2020-12-04T22:30:16.438Z] === RUN   TestPingGet
22:30:16 [2020-12-04T22:30:16.438Z] --- PASS: TestPingGet (0.03s)
22:30:16 [2020-12-04T22:30:16.438Z] === RUN   TestPingHead
22:30:16 [2020-12-04T22:30:16.438Z] --- PASS: TestPingHead (0.05s)
22:30:16 [2020-12-04T22:30:16.438Z] === RUN   TestVersion
22:30:16 [2020-12-04T22:30:16.438Z] --- PASS: TestVersion (0.05s)
22:30:16 [2020-12-04T22:30:16.438Z] PASS
22:30:16 [2020-12-04T22:30:16.438Z] 
22:30:16 [2020-12-04T22:30:16.438Z] === Skipped
22:30:16 [2020-12-04T22:30:16.438Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:30:16 [2020-12-04T22:30:16.438Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:30:16 [2020-12-04T22:30:16.438Z] 
22:30:16 [2020-12-04T22:30:16.438Z] 
22:30:16 [2020-12-04T22:30:16.438Z] DONE 18 tests, 1 skipped in 22.739s
22:30:16 [2020-12-04T22:30:16.438Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
22:30:16 [2020-12-04T22:30:16.438Z] ++ 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
22:30:16 [2020-12-04T22:30:16.438Z] ++ set -e
22:30:16 [2020-12-04T22:30:16.438Z] ++ '[' -n 0 ']'
22:30:16 [2020-12-04T22:30:16.438Z] ++ set -x
22:30:16 [2020-12-04T22:30:16.438Z] ++ env -i DEST=/go/src/github.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
22:30:16 [2020-12-04T22:30:16.699Z] INFO: Testing against a local daemon
22:30:16 [2020-12-04T22:30:16.699Z] === RUN   TestVolumesCreateAndList
22:30:16 [2020-12-04T22:30:16.699Z] --- PASS: TestVolumesCreateAndList (0.04s)
22:30:16 [2020-12-04T22:30:16.699Z] === RUN   TestVolumesRemove
22:30:16 [2020-12-04T22:30:16.699Z] --- PASS: TestVolumesRemove (0.12s)
22:30:16 [2020-12-04T22:30:16.699Z] === RUN   TestVolumesInspect
22:30:16 [2020-12-04T22:30:16.960Z] --- PASS: TestVolumesInspect (0.03s)
22:30:16 [2020-12-04T22:30:16.960Z] === RUN   TestVolumesInvalidJSON
22:30:16 [2020-12-04T22:30:16.960Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:30:16 [2020-12-04T22:30:16.960Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:30:16 [2020-12-04T22:30:16.960Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:30:16 [2020-12-04T22:30:16.960Z] --- PASS: TestVolumesInvalidJSON (0.03s)
22:30:16 [2020-12-04T22:30:16.960Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:30:16 [2020-12-04T22:30:16.960Z] PASS
22:30:16 [2020-12-04T22:30:16.960Z] 
22:30:16 [2020-12-04T22:30:16.960Z] DONE 5 tests in 0.366s
22:30:16 [2020-12-04T22:30:16.960Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:30:17 [2020-12-04T22:30:17.029Z] --- PASS: TestReadPluginNoRead (8.91s)
22:30:17 [2020-12-04T22:30:17.029Z]     --- PASS: TestReadPluginNoRead/default (1.98s)
22:30:17 [2020-12-04T22:30:17.029Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.13s)
22:30:17 [2020-12-04T22:30:17.029Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.06s)
22:30:17 [2020-12-04T22:30:17.029Z]     read_test.go:92: [d1e8a42b156fb] daemon is not started
22:30:17 [2020-12-04T22:30:17.029Z] PASS
22:30:17 [2020-12-04T22:30:17.029Z] 
22:30:17 [2020-12-04T22:30:17.029Z] DONE 6 tests in 12.691s
22:30:17 [2020-12-04T22:30:17.029Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:30:17 [2020-12-04T22:30:17.029Z] ++ 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
22:30:17 [2020-12-04T22:30:17.029Z] ++ set -e
22:30:17 [2020-12-04T22:30:17.029Z] ++ '[' -n 0 ']'
22:30:17 [2020-12-04T22:30:17.029Z] ++ set -x
22:30:17 [2020-12-04T22:30:17.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=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
22:30:17 [2020-12-04T22:30:17.029Z] testing: warning: no tests to run
22:30:17 [2020-12-04T22:30:17.029Z] PASS
22:30:17 [2020-12-04T22:30:17.029Z] 
22:30:17 [2020-12-04T22:30:17.029Z] DONE 0 tests in 0.026s
22:30:17 [2020-12-04T22:30:17.029Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:30:17 [2020-12-04T22:30:17.029Z] ++ 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
22:30:17 [2020-12-04T22:30:17.029Z] ++ set -e
22:30:17 [2020-12-04T22:30:17.029Z] ++ '[' -n 0 ']'
22:30:17 [2020-12-04T22:30:17.029Z] ++ set -x
22:30:17 [2020-12-04T22:30:17.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=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
22:30:17 [2020-12-04T22:30:17.029Z] INFO: Testing against a local daemon
22:30:17 [2020-12-04T22:30:17.029Z] === RUN   TestPluginWithDevMounts
22:30:17 [2020-12-04T22:30:17.029Z] === PAUSE TestPluginWithDevMounts
22:30:17 [2020-12-04T22:30:17.029Z] === CONT  TestPluginWithDevMounts
22:30:17 [2020-12-04T22:30:17.221Z] ++++ cat bundles/test-integration/docker.pid
22:30:17 [2020-12-04T22:30:17.221Z] +++ kill 13912
22:30:18 [2020-12-04T22:30:18.608Z] +++ /etc/init.d/apparmor stop
22:30:18 [2020-12-04T22:30:18.608Z] Leaving: AppArmorNo profiles have been unloaded.
22:30:18 [2020-12-04T22:30:18.608Z] 
22:30:18 [2020-12-04T22:30:18.608Z] Unloading profiles will leave already running processes permanently
22:30:18 [2020-12-04T22:30:18.608Z] unconfined, which can lead to unexpected situations.
22:30:18 [2020-12-04T22:30:18.608Z] 
22:30:18 [2020-12-04T22:30:18.608Z] To set a process to complain mode, use the command line tool
22:30:18 [2020-12-04T22:30:18.608Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:30:18 [2020-12-04T22:30:18.608Z] +++ true
22:30:18 [2020-12-04T22:30:18.608Z] exiting test-integration
22:30:18 [2020-12-04T22:30:18.608Z] ++ exit 0
22:30:18 [2020-12-04T22:30:18.608Z] 
22:30:19 [2020-12-04T22:30:19.109Z] --- PASS: TestPluginWithDevMounts (1.86s)
22:30:19 [2020-12-04T22:30:19.109Z] PASS
22:30:19 [2020-12-04T22:30:19.109Z] 
22:30:19 [2020-12-04T22:30:19.109Z] DONE 1 tests in 1.945s
22:30:19 [2020-12-04T22:30:19.109Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m 
22:30:19 [2020-12-04T22:30:19.109Z] ++ 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
22:30:19 [2020-12-04T22:30:19.109Z] ++ set -e
22:30:19 [2020-12-04T22:30:19.109Z] ++ '[' -n 0 ']'
22:30:19 [2020-12-04T22:30:19.109Z] ++ set -x
22:30:19 [2020-12-04T22:30:19.109Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
22:30:19 [2020-12-04T22:30:19.109Z] INFO: Testing against a local daemon
22:30:19 [2020-12-04T22:30:19.109Z] === RUN   TestSecretInspect
22:30:20 [2020-12-04T22:30:20.047Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 9.0% of statements
22:30:22 [2020-12-04T22:30:22.641Z] --- PASS: TestSecretInspect (3.84s)
22:30:22 [2020-12-04T22:30:22.641Z] === RUN   TestSecretList
Post stage
[Pipeline] junit
22:30:22 [2020-12-04T22:30:22.833Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
22:30:23 [2020-12-04T22:30:23.436Z] + echo Ensuring container killed.
22:30:23 [2020-12-04T22:30:23.436Z] Ensuring container killed.
22:30:23 [2020-12-04T22:30:23.436Z] + docker rm -vf docker-pr9
22:30:23 [2020-12-04T22:30:23.436Z] Error: No such container: docker-pr9
22:30:23 [2020-12-04T22:30:23.436Z] + true
[Pipeline] sh
22:30:23 [2020-12-04T22:30:23.727Z] + echo Chowning /workspace to jenkins user
22:30:23 [2020-12-04T22:30:23.727Z] Chowning /workspace to jenkins user
22:30:23 [2020-12-04T22:30:23.727Z] + id -u
22:30:23 [2020-12-04T22:30:23.727Z] + id -g
22:30:23 [2020-12-04T22:30:23.727Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41622:/workspace busybox chown -R 1000:1000 /workspace
22:30:24 [2020-12-04T22:30:24.335Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
22:30:24 [2020-12-04T22:30:24.335Z] 
22:30:24 [2020-12-04T22:30:24.335Z]  ________   ____  __.
22:30:24 [2020-12-04T22:30:24.335Z]  \_____  \ |    |/ _|
22:30:24 [2020-12-04T22:30:24.335Z]  /   |   \|      <
22:30:24 [2020-12-04T22:30:24.335Z]  /    |    \    |  \
22:30:24 [2020-12-04T22:30:24.335Z]  \_______  /____|__ \
22:30:24 [2020-12-04T22:30:24.335Z]          \/        \/
22:30:24 [2020-12-04T22:30:24.335Z] 
22:30:24 [2020-12-04T22:30:24.335Z] INFO: make.ps1 ended at 12/04/2020 22:30:19
22:30:24 [2020-12-04T22:30:24.335Z] INFO: Binaries build ended at 12/04/2020 22:30:21. Duration:00:01:29.7706799
22:30:24 [2020-12-04T22:30:24.801Z] INFO: Copying the built daemon binary to d:\CI\PR-41622\9\binary\dockerd-51ebd31f1f.exe...
22:30:24 [2020-12-04T22:30:24.801Z] INFO: Copying the built client binary to d:\CI\PR-41622\9\binary\docker-51ebd31f1f.exe...
22:30:24 [2020-12-04T22:30:24.801Z] INFO: Copying dockerversion from the container...
22:30:25 [2020-12-04T22:30:25.266Z] INFO: Copying the golang package from the container to d:\CI\PR-41622\9\installer\go.zip...
[Pipeline] catchError
[Pipeline] {
22:30:27 [2020-12-04T22:30:27.112Z] --- PASS: TestSecretList (3.84s)
22:30:27 [2020-12-04T22:30:27.112Z] === RUN   TestSecretsCreateAndDelete
[Pipeline] sh
22:30:27 [2020-12-04T22:30:27.403Z] + bundleName=arm64-integration
22:30:27 [2020-12-04T22:30:27.403Z] + echo Creating arm64-integration-bundles.tar.gz
22:30:27 [2020-12-04T22:30:27.403Z] Creating arm64-integration-bundles.tar.gz
22:30:27 [2020-12-04T22:30:27.403Z] + + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.jsonxargs -o -name tar *.log -czf -o arm64-integration-bundles.tar.gz -name
22:30:27 [2020-12-04T22:30:27.403Z]  *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
22:30:27 [2020-12-04T22:30:27.680Z] Archiving artifacts
22:30:28 [2020-12-04T22:30:28.051Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41622/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
22:30:28 [2020-12-04T22:30:28.366Z] + make clean
22:30:28 [2020-12-04T22:30:28.941Z] docker volume rm -f docker-dev-cache
22:30:28 [2020-12-04T22:30:28.941Z] docker-dev-cache
[Pipeline] deleteDir
22:30:29 [2020-12-04T22:30:29.151Z] INFO: Extracting go.zip to d:\CI\PR-41622\9\go
22:30:30 [2020-12-04T22:30:30.649Z] --- PASS: TestSecretsCreateAndDelete (3.80s)
22:30:30 [2020-12-04T22:30:30.649Z] === RUN   TestSecretsUpdate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:30:33 [2020-12-04T22:30:33.469Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:30:33 [2020-12-04T22:30:33.469Z] Using test binary docker
22:30:33 [2020-12-04T22:30:33.469Z] +++ /etc/init.d/apparmor start
22:30:33 [2020-12-04T22:30:33.469Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:30:33 [2020-12-04T22:30:33.469Z] Starting dockerd
22:30:33 [2020-12-04T22:30:33.469Z] INFO: Waiting for daemon to start...
22:30:33 [2020-12-04T22:30:33.469Z] +++ 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
22:30:33 [2020-12-04T22:30:33.469Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:30:33 [2020-12-04T22:30:33.469Z] Using test binary docker
22:30:33 [2020-12-04T22:30:33.469Z] +++ /etc/init.d/apparmor start
22:30:33 [2020-12-04T22:30:33.469Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:30:33 [2020-12-04T22:30:33.469Z] INFO: Waiting for daemon to start...
22:30:33 [2020-12-04T22:30:33.469Z] Starting dockerd
22:30:33 [2020-12-04T22:30:33.469Z] +++ 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
22:30:34 [2020-12-04T22:30:34.180Z] --- PASS: TestSecretsUpdate (3.82s)
22:30:34 [2020-12-04T22:30:34.180Z] === RUN   TestTemplatedSecret
22:30:36 [2020-12-04T22:30:36.836Z] .
22:30:36 [2020-12-04T22:30:36.836Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:30:36 [2020-12-04T22:30:36.836Z] 
22:30:36 [2020-12-04T22:30:36.836Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:30:36 [2020-12-04T22:30:36.836Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:30:36 [2020-12-04T22:30:36.836Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:30:36 [2020-12-04T22:30:36.836Z] Error: No such image: emptyfs
22:30:36 [2020-12-04T22:30:36.836Z] Error: No such image: emptyfs
22:30:36 [2020-12-04T22:30:36.836Z] ++++ docker load++++ docker load
22:30:36 [2020-12-04T22:30:36.836Z] 
22:30:36 [2020-12-04T22:30:36.836Z] ++++ tar -cC bundles/test-integration/emptyfs .++++ tar -cC bundles/test-integration/emptyfs .
22:30:36 [2020-12-04T22:30:36.836Z] 
22:30:37 [2020-12-04T22:30:37.097Z] Running integration-test (iteration 1)
22:30:37 [2020-12-04T22:30:37.097Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
22:30:37 [2020-12-04T22:30:37.097Z] ++ 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)/'
22:30:37 [2020-12-04T22:30:37.097Z] ++ set -e
22:30:37 [2020-12-04T22:30:37.097Z] ++ '[' -n 0 ']'
22:30:37 [2020-12-04T22:30:37.097Z] ++ set -x
22:30:37 [2020-12-04T22:30:37.098Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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)/'
22:30:37 [2020-12-04T22:30:37.358Z] Running integration-test (iteration 1)
22:30:37 [2020-12-04T22:30:37.358Z] 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)/
22:30:37 [2020-12-04T22:30:37.358Z] ++ 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)/'
22:30:37 [2020-12-04T22:30:37.358Z] ++ set -e
22:30:37 [2020-12-04T22:30:37.358Z] ++ '[' -n 0 ']'
22:30:37 [2020-12-04T22:30:37.358Z] ++ set -x
22:30:37 [2020-12-04T22:30:37.358Z] ++ env -i DEST=/go/src/github.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)/'
22:30:38 [2020-12-04T22:30:38.710Z] --- PASS: TestTemplatedSecret (3.77s)
22:30:38 [2020-12-04T22:30:38.710Z] === RUN   TestSecretCreateResolve
22:30:42 [2020-12-04T22:30:42.242Z] --- PASS: TestSecretCreateResolve (3.84s)
22:30:42 [2020-12-04T22:30:42.242Z] PASS
22:30:42 [2020-12-04T22:30:42.242Z] 
22:30:42 [2020-12-04T22:30:42.242Z] DONE 6 tests in 22.981s
22:30:42 [2020-12-04T22:30:42.242Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m 
22:30:42 [2020-12-04T22:30:42.242Z] ++ 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
22:30:42 [2020-12-04T22:30:42.242Z] ++ set -e
22:30:42 [2020-12-04T22:30:42.242Z] ++ '[' -n 0 ']'
22:30:42 [2020-12-04T22:30:42.242Z] ++ set -x
22:30:42 [2020-12-04T22:30:42.242Z] ++ env -i DEST=/go/src/github.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
22:30:42 [2020-12-04T22:30:42.242Z] INFO: Testing against a local daemon
22:30:42 [2020-12-04T22:30:42.242Z] === RUN   TestServiceCreateInit
22:30:42 [2020-12-04T22:30:42.242Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:30:43 [2020-12-04T22:30:43.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:30:43 [2020-12-04T22:30:43.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:30:43 [2020-12-04T22:30:43.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:30:43 [2020-12-04T22:30:43.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:30:44 [2020-12-04T22:30:44.163Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:30:45 [2020-12-04T22:30:45.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:30:47 [2020-12-04T22:30:47.829Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:30:49 [2020-12-04T22:30:49.235Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:30:51 [2020-12-04T22:30:51.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:30:52 [2020-12-04T22:30:52.821Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
22:30:53 [2020-12-04T22:30:53.415Z] --- PASS: TestServiceCreateInit (10.73s)
22:30:53 [2020-12-04T22:30:53.415Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.25s)
22:30:53 [2020-12-04T22:30:53.415Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.46s)
22:30:53 [2020-12-04T22:30:53.415Z] === RUN   TestCreateServiceMultipleTimes
22:30:53 [2020-12-04T22:30:53.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:30:54 [2020-12-04T22:30:54.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:30:56 [2020-12-04T22:30:56.490Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:30:57 [2020-12-04T22:30:57.955Z] --- PASS: TestImportExtremelyLargeImageWorks (103.46s)
22:30:57 [2020-12-04T22:30:57.955Z] PASS
22:30:57 [2020-12-04T22:30:57.955Z] 
22:30:57 [2020-12-04T22:30:57.955Z] === Skipped
22:30:57 [2020-12-04T22:30:57.955Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
22:30:57 [2020-12-04T22:30:57.955Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
22:30:57 [2020-12-04T22:30:57.955Z] 
22:30:57 [2020-12-04T22:30:57.955Z] 
22:30:57 [2020-12-04T22:30:57.955Z] DONE 12 tests, 1 skipped in 107.665s
22:30:57 [2020-12-04T22:30:57.955Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
22:30:57 [2020-12-04T22:30:57.955Z] INFO: Testing against a local daemon
22:30:57 [2020-12-04T22:30:57.955Z] === RUN   TestNetworkCreateDelete
22:30:57 [2020-12-04T22:30:57.955Z] --- PASS: TestNetworkCreateDelete (0.14s)
22:30:57 [2020-12-04T22:30:57.955Z] === RUN   TestDockerNetworkDeletePreferID
22:30:57 [2020-12-04T22:30:57.955Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s)
22:30:57 [2020-12-04T22:30:57.955Z] === RUN   TestDaemonDNSFallback
22:30:57 [2020-12-04T22:30:57.955Z] --- PASS: TestDaemonDNSFallback (7.39s)
22:30:57 [2020-12-04T22:30:57.955Z] === RUN   TestInspectNetwork
22:30:57 [2020-12-04T22:30:57.955Z] --- SKIP: TestInspectNetwork (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestRunContainerWithBridgeNone
22:30:57 [2020-12-04T22:30:57.956Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestNetworkInvalidJSON
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestNetworkInvalidJSON//networks/create
22:30:57 [2020-12-04T22:30:57.956Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:30:57 [2020-12-04T22:30:57.956Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:30:57 [2020-12-04T22:30:57.956Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:30:57 [2020-12-04T22:30:57.956Z] === CONT  TestNetworkInvalidJSON//networks/create
22:30:57 [2020-12-04T22:30:57.956Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:30:57 [2020-12-04T22:30:57.956Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:30:57 [2020-12-04T22:30:57.956Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:30:57 [2020-12-04T22:30:57.956Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestHostIPv4BridgeLabel
22:30:57 [2020-12-04T22:30:57.956Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestDaemonRestartWithLiveRestore
22:30:57 [2020-12-04T22:30:57.956Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestDaemonDefaultNetworkPools
22:30:57 [2020-12-04T22:30:57.956Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestDaemonRestartWithExistingNetwork
22:30:57 [2020-12-04T22:30:57.956Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:30:57 [2020-12-04T22:30:57.956Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:30:57 [2020-12-04T22:30:57.956Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestServiceWithPredefinedNetwork
22:30:57 [2020-12-04T22:30:57.956Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:30:57 [2020-12-04T22:30:57.956Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:236: FLAKY_TEST
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestServiceWithDataPathPortInit
22:30:57 [2020-12-04T22:30:57.956Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:30:57 [2020-12-04T22:30:57.956Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:30:57 [2020-12-04T22:30:57.956Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:30:57 [2020-12-04T22:30:57.956Z] PASS
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] === Skipped
22:30:57 [2020-12-04T22:30:57.956Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:236: FLAKY_TEST
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
22:30:57 [2020-12-04T22:30:57.956Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] 
22:30:57 [2020-12-04T22:30:57.956Z] DONE 19 tests, 12 skipped in 8.193s
22:30:57 [2020-12-04T22:30:57.956Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:30:58 [2020-12-04T22:30:58.216Z] INFO: Testing against a local daemon
22:30:58 [2020-12-04T22:30:58.216Z] === RUN   TestDockerNetworkIpvlanPersistance
22:30:58 [2020-12-04T22:30:58.216Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
22:30:58 [2020-12-04T22:30:58.216Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:30:58 [2020-12-04T22:30:58.216Z] === RUN   TestDockerNetworkIpvlan
22:30:58 [2020-12-04T22:30:58.216Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:30:58 [2020-12-04T22:30:58.216Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:30:58 [2020-12-04T22:30:58.216Z] PASS
22:30:58 [2020-12-04T22:30:58.216Z] 
22:30:58 [2020-12-04T22:30:58.216Z] === Skipped
22:30:58 [2020-12-04T22:30:58.216Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
22:30:58 [2020-12-04T22:30:58.216Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:30:58 [2020-12-04T22:30:58.216Z] 
22:30:58 [2020-12-04T22:30:58.216Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:30:58 [2020-12-04T22:30:58.216Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:30:58 [2020-12-04T22:30:58.216Z] 
22:30:58 [2020-12-04T22:30:58.216Z] 
22:30:58 [2020-12-04T22:30:58.216Z] DONE 2 tests, 2 skipped in 0.148s
22:30:58 [2020-12-04T22:30:58.216Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:30:58 [2020-12-04T22:30:58.477Z] INFO: Testing against a local daemon
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestDockerNetworkMacvlanPersistance
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestDockerNetworkMacvlan
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:58 [2020-12-04T22:30:58.477Z] PASS
22:30:58 [2020-12-04T22:30:58.477Z] 
22:30:58 [2020-12-04T22:30:58.477Z] === Skipped
22:30:58 [2020-12-04T22:30:58.477Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:58 [2020-12-04T22:30:58.477Z] 
22:30:58 [2020-12-04T22:30:58.477Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
22:30:58 [2020-12-04T22:30:58.477Z] 
22:30:58 [2020-12-04T22:30:58.477Z] 
22:30:58 [2020-12-04T22:30:58.477Z] DONE 2 tests, 2 skipped in 0.131s
22:30:58 [2020-12-04T22:30:58.477Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
22:30:58 [2020-12-04T22:30:58.477Z] testing: warning: no tests to run
22:30:58 [2020-12-04T22:30:58.477Z] PASS
22:30:58 [2020-12-04T22:30:58.477Z] 
22:30:58 [2020-12-04T22:30:58.477Z] DONE 0 tests in 0.029s
22:30:58 [2020-12-04T22:30:58.477Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:30:58 [2020-12-04T22:30:58.477Z] INFO: Testing against a local daemon
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthZPluginAllowRequest
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthZPluginTLS
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestAuthZPluginTLS (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthZPluginDenyRequest
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthZPluginAPIDenyResponse
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthZPluginDenyResponse
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthZPluginAllowEventStream
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthZPluginErrorResponse
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthZPluginErrorRequest
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthZPluginHeader
22:30:58 [2020-12-04T22:30:58.477Z] --- SKIP: TestAuthZPluginHeader (0.00s)
22:30:58 [2020-12-04T22:30:58.477Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:58 [2020-12-04T22:30:58.477Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:30:58 [2020-12-04T22:30:58.586Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:30:59 [2020-12-04T22:30:59.048Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.32s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] === RUN   TestAuthZPluginV2Disable
22:30:59 [2020-12-04T22:30:59.048Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:30:59 [2020-12-04T22:30:59.048Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:30:59 [2020-12-04T22:30:59.048Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:30:59 [2020-12-04T22:30:59.048Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] PASS
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === Skipped
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.32s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
22:30:59 [2020-12-04T22:30:59.048Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] 
22:30:59 [2020-12-04T22:30:59.048Z] DONE 17 tests, 17 skipped in 0.535s
22:30:59 [2020-12-04T22:30:59.048Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:30:59 [2020-12-04T22:30:59.048Z] INFO: Testing against a local daemon
22:30:59 [2020-12-04T22:30:59.048Z] === RUN   TestPluginInvalidJSON
22:30:59 [2020-12-04T22:30:59.048Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:30:59 [2020-12-04T22:30:59.048Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:30:59 [2020-12-04T22:30:59.235Z] INFO: Extraction ended at 12/04/2020 22:30:56. Duration:00:00:27.6924373
22:30:59 [2020-12-04T22:30:59.235Z] INFO: Updating the golang and path environment variables
22:30:59 [2020-12-04T22:30:59.235Z] INFO: GOPATH=d:\gopath
22:30:59 [2020-12-04T22:30:59.235Z] INFO: go version go1.13.15 windows/amd64
22:30:59 [2020-12-04T22:30:59.235Z] INFO: Running the daemon under test in debug mode
22:30:59 [2020-12-04T22:30:59.235Z] INFO: Starting a daemon under test...
22:30:59 [2020-12-04T22:30:59.235Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41622\9\daemon --pidfile d:\CI\PR-41622\9\docker.pid -D
22:30:59 [2020-12-04T22:30:59.235Z] INFO: Process started successfully.
22:30:59 [2020-12-04T22:30:59.235Z] INFO: Start tailing logs of the daemon under tests
22:30:59 [2020-12-04T22:30:59.235Z] INFO: Waiting for the daemon under test to start...
22:30:59 [2020-12-04T22:30:59.308Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:30:59 [2020-12-04T22:30:59.308Z] --- PASS: TestPluginInvalidJSON (0.03s)
22:30:59 [2020-12-04T22:30:59.308Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:30:59 [2020-12-04T22:30:59.308Z] === RUN   TestPluginInstall
22:30:59 [2020-12-04T22:30:59.308Z] --- SKIP: TestPluginInstall (0.00s)
22:30:59 [2020-12-04T22:30:59.308Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.308Z] PASS
22:30:59 [2020-12-04T22:30:59.308Z] 
22:30:59 [2020-12-04T22:30:59.308Z] === Skipped
22:30:59 [2020-12-04T22:30:59.308Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
22:30:59 [2020-12-04T22:30:59.308Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:30:59 [2020-12-04T22:30:59.308Z] 
22:30:59 [2020-12-04T22:30:59.309Z] 
22:30:59 [2020-12-04T22:30:59.309Z] DONE 3 tests, 1 skipped in 0.214s
22:30:59 [2020-12-04T22:30:59.309Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:30:59 [2020-12-04T22:30:59.309Z] INFO: Testing against a local daemon
22:30:59 [2020-12-04T22:30:59.309Z] === RUN   TestExternalGraphDriver
22:30:59 [2020-12-04T22:30:59.569Z] --- SKIP: TestExternalGraphDriver (0.08s)
22:30:59 [2020-12-04T22:30:59.569Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
22:30:59 [2020-12-04T22:30:59.569Z] === RUN   TestGraphdriverPluginV2
22:30:59 [2020-12-04T22:30:59.642Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:31:00 [2020-12-04T22:31:00.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:31:02 [2020-12-04T22:31:02.204Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:31:02 [2020-12-04T22:31:02.204Z] Using test binary docker
22:31:02 [2020-12-04T22:31:02.204Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:31:02 [2020-12-04T22:31:02.204Z] +++ /etc/init.d/apparmor start
22:31:02 [2020-12-04T22:31:02.204Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:31:02 [2020-12-04T22:31:02.204Z] INFO: Waiting for daemon to start...
22:31:02 [2020-12-04T22:31:02.204Z] Starting dockerd
22:31:02 [2020-12-04T22:31:02.204Z] +++ 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
22:31:04 [2020-12-04T22:31:04.271Z] .
22:31:04 [2020-12-04T22:31:04.271Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:31:04 [2020-12-04T22:31:04.271Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:31:04 [2020-12-04T22:31:04.271Z] Error: No such image: emptyfs
22:31:04 [2020-12-04T22:31:04.271Z] ++++ tar -cC bundles/test-integration/emptyfs .
22:31:04 [2020-12-04T22:31:04.271Z] ++++ docker load
22:31:04 [2020-12-04T22:31:04.565Z] Running integration-test (iteration 1)
22:31:04 [2020-12-04T22:31:04.565Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m 
22:31:04 [2020-12-04T22:31:04.565Z] ++ 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
22:31:04 [2020-12-04T22:31:04.565Z] ++ set -e
22:31:04 [2020-12-04T22:31:04.565Z] ++ '[' -n 0 ']'
22:31:04 [2020-12-04T22:31:04.565Z] ++ set -x
22:31:04 [2020-12-04T22:31:04.565Z] ++ env -i DEST=/go/src/github.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
22:31:06 [2020-12-04T22:31:06.147Z] --- PASS: TestGraphdriverPluginV2 (6.00s)
22:31:06 [2020-12-04T22:31:06.148Z] PASS
22:31:06 [2020-12-04T22:31:06.148Z] 
22:31:06 [2020-12-04T22:31:06.148Z] === Skipped
22:31:06 [2020-12-04T22:31:06.148Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s)
22:31:06 [2020-12-04T22:31:06.148Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
22:31:06 [2020-12-04T22:31:06.148Z] 
22:31:06 [2020-12-04T22:31:06.148Z] 
22:31:06 [2020-12-04T22:31:06.148Z] DONE 2 tests, 1 skipped in 6.246s
22:31:06 [2020-12-04T22:31:06.148Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:31:06 [2020-12-04T22:31:06.148Z] INFO: Testing against a local daemon
22:31:06 [2020-12-04T22:31:06.148Z] === RUN   TestContinueAfterPluginCrash
22:31:06 [2020-12-04T22:31:06.148Z] === PAUSE TestContinueAfterPluginCrash
22:31:06 [2020-12-04T22:31:06.148Z] === RUN   TestReadPluginNoRead
22:31:06 [2020-12-04T22:31:06.148Z] === PAUSE TestReadPluginNoRead
22:31:06 [2020-12-04T22:31:06.148Z] === RUN   TestDaemonStartWithLogOpt
22:31:06 [2020-12-04T22:31:06.148Z] === PAUSE TestDaemonStartWithLogOpt
22:31:06 [2020-12-04T22:31:06.148Z] === CONT  TestContinueAfterPluginCrash
22:31:06 [2020-12-04T22:31:06.148Z] === CONT  TestDaemonStartWithLogOpt
22:31:12 [2020-12-04T22:31:12.731Z] --- PASS: TestDaemonStartWithLogOpt (6.98s)
22:31:12 [2020-12-04T22:31:12.731Z] === CONT  TestReadPluginNoRead
22:31:15 [2020-12-04T22:31:15.910Z] --- PASS: TestCreateServiceMultipleTimes (23.19s)
22:31:15 [2020-12-04T22:31:15.910Z] === RUN   TestCreateServiceConflict
22:31:16 [2020-12-04T22:31:16.934Z] --- PASS: TestContinueAfterPluginCrash (10.65s)
22:31:16 [2020-12-04T22:31:16.934Z] === RUN   TestReadPluginNoRead/default
22:31:17 [2020-12-04T22:31:17.016Z] .....INFO: Daemon under test started and replied!
22:31:17 [2020-12-04T22:31:17.016Z] INFO: Docker version of the daemon under test
22:31:17 [2020-12-04T22:31:17.016Z] 
22:31:17 [2020-12-04T22:31:17.016Z] Client:
22:31:17 [2020-12-04T22:31:17.016Z]  Version:      17.06.2-ce
22:31:17 [2020-12-04T22:31:17.016Z]  API version:  1.30
22:31:17 [2020-12-04T22:31:17.016Z]  Go version:   go1.8.3
22:31:17 [2020-12-04T22:31:17.016Z]  Git commit:   cec0b72
22:31:17 [2020-12-04T22:31:17.016Z]  Built:        Tue Sep  5 19:57:19 2017
22:31:17 [2020-12-04T22:31:17.016Z]  OS/Arch:      windows/amd64
22:31:17 [2020-12-04T22:31:17.016Z] 
22:31:17 [2020-12-04T22:31:17.016Z] Server:
22:31:17 [2020-12-04T22:31:17.016Z]  Version:      0.0.0-dev
22:31:17 [2020-12-04T22:31:17.016Z]  API version:  1.41 (minimum version 1.24)
22:31:17 [2020-12-04T22:31:17.016Z]  Go version:   go1.13.15
22:31:17 [2020-12-04T22:31:17.016Z]  Git commit:   51ebd31f1f
22:31:17 [2020-12-04T22:31:17.016Z]  Built:        12/04/2020 22:28:57
22:31:17 [2020-12-04T22:31:17.016Z]  OS/Arch:      windows/amd64
22:31:17 [2020-12-04T22:31:17.016Z]  Experimental: false
22:31:17 [2020-12-04T22:31:17.016Z] 
22:31:17 [2020-12-04T22:31:17.016Z] INFO: Docker info of the daemon under test
22:31:17 [2020-12-04T22:31:17.016Z] 
22:31:17 [2020-12-04T22:31:17.016Z] Containers: 0
22:31:17 [2020-12-04T22:31:17.016Z]  Running: 0
22:31:17 [2020-12-04T22:31:17.016Z]  Paused: 0
22:31:17 [2020-12-04T22:31:17.016Z]  Stopped: 0
22:31:17 [2020-12-04T22:31:17.016Z] Images: 0
22:31:17 [2020-12-04T22:31:17.016Z] Server Version: 0.0.0-dev
22:31:17 [2020-12-04T22:31:17.016Z] Storage Driver: windowsfilter
22:31:17 [2020-12-04T22:31:17.016Z]  Windows: 
22:31:17 [2020-12-04T22:31:17.016Z] Logging Driver: json-file
22:31:17 [2020-12-04T22:31:17.016Z] Plugins: 
22:31:17 [2020-12-04T22:31:17.016Z]  Volume: local
22:31:17 [2020-12-04T22:31:17.016Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
22:31:17 [2020-12-04T22:31:17.016Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
22:31:17 [2020-12-04T22:31:17.016Z] Swarm: inactive
22:31:17 [2020-12-04T22:31:17.016Z] Default Isolation: process
22:31:17 [2020-12-04T22:31:17.016Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
22:31:17 [2020-12-04T22:31:17.016Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577)
22:31:17 [2020-12-04T22:31:17.016Z] OSType: windows
22:31:17 [2020-12-04T22:31:17.016Z] Architecture: x86_64
22:31:17 [2020-12-04T22:31:17.016Z] CPUs: 4
22:31:17 [2020-12-04T22:31:17.016Z] Total Memory: 32GiB
22:31:17 [2020-12-04T22:31:17.016Z] Name: azwin-2-d78ae0
22:31:17 [2020-12-04T22:31:17.016Z] ID: VZUA:PKDP:PKNT:7AJ4:C23Q:UYSP:LFUT:KFK5:CAOE:IXL3:GZPS:2RCG
22:31:17 [2020-12-04T22:31:17.016Z] Docker Root Dir: D:\CI\PR-41622\9\daemon
22:31:17 [2020-12-04T22:31:17.016Z] Debug Mode (client): false
22:31:17 [2020-12-04T22:31:17.016Z] Debug Mode (server): true
22:31:17 [2020-12-04T22:31:17.016Z]  File Descriptors: -1
22:31:17 [2020-12-04T22:31:17.016Z]  Goroutines: 16
22:31:17 [2020-12-04T22:31:17.016Z]  System Time: 2020-12-04T22:31:16.4042372Z
22:31:17 [2020-12-04T22:31:17.016Z]  EventsListeners: 0
22:31:17 [2020-12-04T22:31:17.016Z] Registry: https://index.docker.io/v1/
22:31:17 [2020-12-04T22:31:17.016Z] Labels:
22:31:17 [2020-12-04T22:31:17.016Z] Experimental: false
22:31:17 [2020-12-04T22:31:17.016Z] Insecure Registries:
22:31:17 [2020-12-04T22:31:17.016Z]  127.0.0.0/8
22:31:17 [2020-12-04T22:31:17.016Z] Live Restore Enabled: false
22:31:17 [2020-12-04T22:31:17.016Z] 
22:31:17 [2020-12-04T22:31:17.016Z] 
22:31:17 [2020-12-04T22:31:17.016Z] INFO: Docker images of the daemon under test
22:31:17 [2020-12-04T22:31:17.016Z] 
22:31:17 [2020-12-04T22:31:17.016Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
22:31:17 [2020-12-04T22:31:17.016Z] 
22:31:17 [2020-12-04T22:31:17.016Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
22:31:17 [2020-12-04T22:31:17.016Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
22:31:17 [2020-12-04T22:31:17.016Z] ltsc2019: Pulling from windows/servercore
22:31:17 [2020-12-04T22:31:17.016Z] 4612f6d0b889: Pulling fs layer
22:31:17 [2020-12-04T22:31:17.016Z] 680bbdbacf1b: Pulling fs layer
22:31:18 [2020-12-04T22:31:18.845Z] === RUN   TestReadPluginNoRead/disabled_caching
22:31:19 [2020-12-04T22:31:19.440Z] --- PASS: TestCreateServiceConflict (3.77s)
22:31:19 [2020-12-04T22:31:19.440Z] === RUN   TestCreateServiceMaxReplicas
22:31:19 [2020-12-04T22:31:19.942Z] Loaded image: buildpack-deps:buster
22:31:19 [2020-12-04T22:31:19.942Z] Loaded image: busybox:latest
22:31:19 [2020-12-04T22:31:19.942Z] Loaded image: busybox:glibc
22:31:19 [2020-12-04T22:31:19.942Z] Loaded image: debian:buster
22:31:19 [2020-12-04T22:31:19.942Z] Loaded image: hello-world:latest
22:31:19 [2020-12-04T22:31:19.942Z] Loaded image: arm32v7/hello-world:latest
22:31:19 [2020-12-04T22:31:19.942Z] INFO: Testing against a local daemon
22:31:19 [2020-12-04T22:31:19.942Z] === RUN   TestCgroupNamespacesBuild
22:31:19 [2020-12-04T22:31:19.942Z] --- PASS: TestCgroupNamespacesBuild (1.39s)
22:31:19 [2020-12-04T22:31:19.942Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
22:31:20 [2020-12-04T22:31:20.578Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.34s)
22:31:20 [2020-12-04T22:31:20.578Z] === RUN   TestBuildWithSession
22:31:20 [2020-12-04T22:31:20.578Z] --- SKIP: TestBuildWithSession (0.00s)
22:31:20 [2020-12-04T22:31:20.578Z]     build_session_test.go:25: TODO: BuildKit
22:31:20 [2020-12-04T22:31:20.578Z] === RUN   TestBuildSquashParent
22:31:21 [2020-12-04T22:31:21.386Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:31:23 [2020-12-04T22:31:23.298Z] --- PASS: TestReadPluginNoRead (10.65s)
22:31:23 [2020-12-04T22:31:23.298Z]     --- PASS: TestReadPluginNoRead/default (2.39s)
22:31:23 [2020-12-04T22:31:23.298Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.27s)
22:31:23 [2020-12-04T22:31:23.298Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.30s)
22:31:23 [2020-12-04T22:31:23.298Z]     read_test.go:92: [d8d7cedb9ceaf] daemon is not started
22:31:23 [2020-12-04T22:31:23.298Z] PASS
22:31:23 [2020-12-04T22:31:23.298Z] 
22:31:23 [2020-12-04T22:31:23.298Z] DONE 6 tests in 17.797s
22:31:23 [2020-12-04T22:31:23.298Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:31:23 [2020-12-04T22:31:23.298Z] testing: warning: no tests to run
22:31:23 [2020-12-04T22:31:23.298Z] PASS
22:31:23 [2020-12-04T22:31:23.298Z] 
22:31:23 [2020-12-04T22:31:23.298Z] DONE 0 tests in 0.062s
22:31:23 [2020-12-04T22:31:23.298Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:31:23 [2020-12-04T22:31:23.559Z] INFO: Testing against a local daemon
22:31:23 [2020-12-04T22:31:23.559Z] === RUN   TestPluginWithDevMounts
22:31:23 [2020-12-04T22:31:23.559Z] --- SKIP: TestPluginWithDevMounts (0.00s)
22:31:23 [2020-12-04T22:31:23.559Z]     mounts_test.go:21: (*Execution).IsRootless-fm
22:31:23 [2020-12-04T22:31:23.559Z] PASS
22:31:23 [2020-12-04T22:31:23.559Z] 
22:31:23 [2020-12-04T22:31:23.559Z] === Skipped
22:31:23 [2020-12-04T22:31:23.559Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
22:31:23 [2020-12-04T22:31:23.559Z]     mounts_test.go:21: (*Execution).IsRootless-fm
22:31:23 [2020-12-04T22:31:23.559Z] 
22:31:23 [2020-12-04T22:31:23.559Z] 
22:31:23 [2020-12-04T22:31:23.559Z] DONE 1 tests, 1 skipped in 0.187s
22:31:23 [2020-12-04T22:31:23.559Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
22:31:23 [2020-12-04T22:31:23.820Z] INFO: Testing against a local daemon
22:31:23 [2020-12-04T22:31:23.820Z] === RUN   TestSecretInspect
22:31:23 [2020-12-04T22:31:23.820Z] --- SKIP: TestSecretInspect (0.02s)
22:31:23 [2020-12-04T22:31:23.820Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:23 [2020-12-04T22:31:23.820Z] === RUN   TestSecretList
22:31:23 [2020-12-04T22:31:23.820Z] --- SKIP: TestSecretList (0.02s)
22:31:23 [2020-12-04T22:31:23.820Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:23 [2020-12-04T22:31:23.820Z] === RUN   TestSecretsCreateAndDelete
22:31:23 [2020-12-04T22:31:23.820Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
22:31:23 [2020-12-04T22:31:23.820Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:23 [2020-12-04T22:31:23.820Z] === RUN   TestSecretsUpdate
22:31:23 [2020-12-04T22:31:23.820Z] --- SKIP: TestSecretsUpdate (0.02s)
22:31:23 [2020-12-04T22:31:23.820Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:23 [2020-12-04T22:31:23.820Z] === RUN   TestTemplatedSecret
22:31:23 [2020-12-04T22:31:23.820Z] --- SKIP: TestTemplatedSecret (0.00s)
22:31:23 [2020-12-04T22:31:23.820Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:23 [2020-12-04T22:31:23.820Z] === RUN   TestSecretCreateResolve
22:31:23 [2020-12-04T22:31:23.820Z] --- SKIP: TestSecretCreateResolve (0.02s)
22:31:23 [2020-12-04T22:31:23.820Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:23 [2020-12-04T22:31:23.820Z] PASS
22:31:23 [2020-12-04T22:31:23.820Z] 
22:31:23 [2020-12-04T22:31:23.820Z] === Skipped
22:31:23 [2020-12-04T22:31:23.820Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
22:31:23 [2020-12-04T22:31:23.820Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:23 [2020-12-04T22:31:23.820Z] 
22:31:23 [2020-12-04T22:31:23.820Z] === SKIP: amd64.integration.secret TestSecretList (0.02s)
22:31:23 [2020-12-04T22:31:23.820Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:23 [2020-12-04T22:31:23.820Z] 
22:31:23 [2020-12-04T22:31:23.820Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
22:31:23 [2020-12-04T22:31:23.820Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:23 [2020-12-04T22:31:23.820Z] 
22:31:23 [2020-12-04T22:31:23.820Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s)
22:31:23 [2020-12-04T22:31:23.820Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:23 [2020-12-04T22:31:23.820Z] 
22:31:23 [2020-12-04T22:31:23.820Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
22:31:23 [2020-12-04T22:31:23.820Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:23 [2020-12-04T22:31:23.820Z] 
22:31:23 [2020-12-04T22:31:23.820Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s)
22:31:23 [2020-12-04T22:31:23.820Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:23 [2020-12-04T22:31:23.820Z] 
22:31:23 [2020-12-04T22:31:23.820Z] 
22:31:23 [2020-12-04T22:31:23.820Z] DONE 6 tests, 6 skipped in 0.243s
22:31:23 [2020-12-04T22:31:23.820Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
22:31:23 [2020-12-04T22:31:23.910Z] --- PASS: TestCreateServiceMaxReplicas (3.88s)
22:31:23 [2020-12-04T22:31:23.910Z] === RUN   TestCreateWithDuplicateNetworkNames
22:31:24 [2020-12-04T22:31:24.061Z] Loaded image: buildpack-deps:buster
22:31:24 [2020-12-04T22:31:24.061Z] Loaded image: buildpack-deps:buster
22:31:24 [2020-12-04T22:31:24.061Z] Loaded image: busybox:latest
22:31:24 [2020-12-04T22:31:24.061Z] Loaded image: busybox:latest
22:31:24 [2020-12-04T22:31:24.061Z] Loaded image: busybox:glibc
22:31:24 [2020-12-04T22:31:24.061Z] Loaded image: debian:buster
22:31:24 [2020-12-04T22:31:24.061Z] Loaded image: busybox:glibc
22:31:24 [2020-12-04T22:31:24.061Z] Loaded image: debian:buster
22:31:24 [2020-12-04T22:31:24.061Z] Loaded image: hello-world:latest
22:31:24 [2020-12-04T22:31:24.061Z] Loaded image: hello-world:latest
22:31:24 [2020-12-04T22:31:24.061Z] Loaded image: arm32v7/hello-world:latest
22:31:24 [2020-12-04T22:31:24.061Z] INFO: Testing against a local daemon
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite
22:31:24 [2020-12-04T22:31:24.061Z] Loaded image: arm32v7/hello-world:latest
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
22:31:24 [2020-12-04T22:31:24.061Z] INFO: Testing against a local daemon
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerDaemonSuite
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIErrorJSON
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIImagesDelete
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIImagesFilter
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIImagesHistory
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPINetworkFilter
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
22:31:24 [2020-12-04T22:31:24.061Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
22:31:24 [2020-12-04T22:31:24.081Z] INFO: Testing against a local daemon
22:31:24 [2020-12-04T22:31:24.081Z] === RUN   TestServiceCreateInit
22:31:24 [2020-12-04T22:31:24.081Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:31:24 [2020-12-04T22:31:24.081Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:31:24 [2020-12-04T22:31:24.081Z] --- PASS: TestServiceCreateInit (0.02s)
22:31:24 [2020-12-04T22:31:24.081Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
22:31:24 [2020-12-04T22:31:24.081Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.081Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
22:31:24 [2020-12-04T22:31:24.081Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.081Z] === RUN   TestCreateServiceMultipleTimes
22:31:24 [2020-12-04T22:31:24.081Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
22:31:24 [2020-12-04T22:31:24.081Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.081Z] === RUN   TestCreateServiceConflict
22:31:24 [2020-12-04T22:31:24.081Z] --- SKIP: TestCreateServiceConflict (0.01s)
22:31:24 [2020-12-04T22:31:24.081Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.081Z] === RUN   TestCreateServiceMaxReplicas
22:31:24 [2020-12-04T22:31:24.081Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
22:31:24 [2020-12-04T22:31:24.081Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.081Z] === RUN   TestCreateWithDuplicateNetworkNames
22:31:24 [2020-12-04T22:31:24.081Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
22:31:24 [2020-12-04T22:31:24.081Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.081Z] === RUN   TestCreateServiceSecretFileMode
22:31:24 [2020-12-04T22:31:24.081Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s)
22:31:24 [2020-12-04T22:31:24.081Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.081Z] === RUN   TestCreateServiceConfigFileMode
22:31:24 [2020-12-04T22:31:24.081Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s)
22:31:24 [2020-12-04T22:31:24.081Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.082Z] === RUN   TestCreateServiceSysctls
22:31:24 [2020-12-04T22:31:24.082Z] --- SKIP: TestCreateServiceSysctls (0.02s)
22:31:24 [2020-12-04T22:31:24.082Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.082Z] === RUN   TestCreateServiceCapabilities
22:31:24 [2020-12-04T22:31:24.082Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
22:31:24 [2020-12-04T22:31:24.082Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.082Z] === RUN   TestInspect
22:31:24 [2020-12-04T22:31:24.082Z] --- SKIP: TestInspect (0.01s)
22:31:24 [2020-12-04T22:31:24.082Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.082Z] === RUN   TestCreateJob
22:31:24 [2020-12-04T22:31:24.082Z] --- SKIP: TestCreateJob (0.01s)
22:31:24 [2020-12-04T22:31:24.082Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.082Z] === RUN   TestReplicatedJob
22:31:24 [2020-12-04T22:31:24.082Z] --- SKIP: TestReplicatedJob (0.01s)
22:31:24 [2020-12-04T22:31:24.082Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.082Z] === RUN   TestUpdateReplicatedJob
22:31:24 [2020-12-04T22:31:24.082Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
22:31:24 [2020-12-04T22:31:24.082Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.082Z] === RUN   TestServiceListWithStatuses
22:31:24 [2020-12-04T22:31:24.082Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:31:24 [2020-12-04T22:31:24.082Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:31:24 [2020-12-04T22:31:24.082Z] === RUN   TestDockerNetworkConnectAlias
22:31:24 [2020-12-04T22:31:24.082Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s)
22:31:24 [2020-12-04T22:31:24.082Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.082Z] === RUN   TestDockerNetworkReConnect
22:31:24 [2020-12-04T22:31:24.082Z] --- SKIP: TestDockerNetworkReConnect (0.02s)
22:31:24 [2020-12-04T22:31:24.082Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:24 [2020-12-04T22:31:24.082Z] === RUN   TestServicePlugin
22:31:24 [2020-12-04T22:31:24.321Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
22:31:25 [2020-12-04T22:31:25.260Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
22:31:26 [2020-12-04T22:31:26.149Z] --- PASS: TestBuildSquashParent (4.69s)
22:31:26 [2020-12-04T22:31:26.149Z] === RUN   TestBuildWithRemoveAndForceRemove
22:31:26 [2020-12-04T22:31:26.149Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:31:26 [2020-12-04T22:31:26.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:31:26 [2020-12-04T22:31:26.149Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:31:26 [2020-12-04T22:31:26.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:31:26 [2020-12-04T22:31:26.149Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:31:26 [2020-12-04T22:31:26.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:31:26 [2020-12-04T22:31:26.149Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:31:26 [2020-12-04T22:31:26.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:31:26 [2020-12-04T22:31:26.149Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:31:26 [2020-12-04T22:31:26.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:31:26 [2020-12-04T22:31:26.149Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:31:26 [2020-12-04T22:31:26.149Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:31:26 [2020-12-04T22:31:26.149Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:31:26 [2020-12-04T22:31:26.149Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:31:26 [2020-12-04T22:31:26.149Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:31:26 [2020-12-04T22:31:26.149Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:31:26 [2020-12-04T22:31:26.200Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
22:31:26 [2020-12-04T22:31:26.460Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
22:31:26 [2020-12-04T22:31:26.460Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
22:31:26 [2020-12-04T22:31:26.460Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
22:31:26 [2020-12-04T22:31:26.460Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
22:31:27 [2020-12-04T22:31:27.664Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:31:27 [2020-12-04T22:31:27.664Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:31:28 [2020-12-04T22:31:28.287Z] --- SKIP: TestServicePlugin (3.47s)
22:31:28 [2020-12-04T22:31:28.287Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] === RUN   TestServiceUpdateLabel
22:31:28 [2020-12-04T22:31:28.287Z] --- SKIP: TestServiceUpdateLabel (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] === RUN   TestServiceUpdateSecrets
22:31:28 [2020-12-04T22:31:28.287Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] === RUN   TestServiceUpdateConfigs
22:31:28 [2020-12-04T22:31:28.287Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] === RUN   TestServiceUpdateNetwork
22:31:28 [2020-12-04T22:31:28.287Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] === RUN   TestServiceUpdatePidsLimit
22:31:28 [2020-12-04T22:31:28.287Z] --- SKIP: TestServiceUpdatePidsLimit (0.05s)
22:31:28 [2020-12-04T22:31:28.287Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] PASS
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === Skipped
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
22:31:28 [2020-12-04T22:31:28.287Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
22:31:28 [2020-12-04T22:31:28.287Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
22:31:28 [2020-12-04T22:31:28.287Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
22:31:28 [2020-12-04T22:31:28.287Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s)
22:31:28 [2020-12-04T22:31:28.287Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s)
22:31:28 [2020-12-04T22:31:28.287Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
22:31:28 [2020-12-04T22:31:28.287Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
22:31:28 [2020-12-04T22:31:28.287Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestInspect (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
22:31:28 [2020-12-04T22:31:28.287Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s)
22:31:28 [2020-12-04T22:31:28.287Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s)
22:31:28 [2020-12-04T22:31:28.287Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestServicePlugin (3.47s)
22:31:28 [2020-12-04T22:31:28.287Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
22:31:28 [2020-12-04T22:31:28.287Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.05s)
22:31:28 [2020-12-04T22:31:28.287Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] DONE 24 tests, 23 skipped in 3.934s
22:31:28 [2020-12-04T22:31:28.287Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
22:31:28 [2020-12-04T22:31:28.287Z] INFO: Testing against a local daemon
22:31:28 [2020-12-04T22:31:28.287Z] === RUN   TestSessionCreate
22:31:28 [2020-12-04T22:31:28.287Z] --- PASS: TestSessionCreate (0.03s)
22:31:28 [2020-12-04T22:31:28.287Z] === RUN   TestSessionCreateWithBadUpgrade
22:31:28 [2020-12-04T22:31:28.287Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
22:31:28 [2020-12-04T22:31:28.287Z] PASS
22:31:28 [2020-12-04T22:31:28.287Z] 
22:31:28 [2020-12-04T22:31:28.287Z] DONE 2 tests in 0.186s
22:31:28 [2020-12-04T22:31:28.287Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
22:31:28 [2020-12-04T22:31:28.287Z] INFO: Testing against a local daemon
22:31:28 [2020-12-04T22:31:28.287Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:31:28 [2020-12-04T22:31:28.287Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:31:28 [2020-12-04T22:31:28.287Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:31:28 [2020-12-04T22:31:28.287Z] === RUN   TestEventsExecDie
22:31:28 [2020-12-04T22:31:28.547Z] --- PASS: TestEventsExecDie (0.54s)
22:31:28 [2020-12-04T22:31:28.547Z] === RUN   TestEventsBackwardsCompatible
22:31:28 [2020-12-04T22:31:28.808Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
22:31:28 [2020-12-04T22:31:28.808Z] === RUN   TestInfoBinaryCommits
22:31:28 [2020-12-04T22:31:28.808Z] --- PASS: TestInfoBinaryCommits (0.02s)
22:31:28 [2020-12-04T22:31:28.808Z] === RUN   TestInfoAPIVersioned
22:31:28 [2020-12-04T22:31:28.808Z] --- PASS: TestInfoAPIVersioned (0.01s)
22:31:28 [2020-12-04T22:31:28.808Z] === RUN   TestInfoDiscoveryBackend
22:31:29 [2020-12-04T22:31:29.740Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
22:31:29 [2020-12-04T22:31:29.740Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.33s)
22:31:29 [2020-12-04T22:31:29.740Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.43s)
22:31:29 [2020-12-04T22:31:29.740Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.61s)
22:31:29 [2020-12-04T22:31:29.740Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.67s)
22:31:29 [2020-12-04T22:31:29.740Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.70s)
22:31:29 [2020-12-04T22:31:29.740Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.85s)
22:31:29 [2020-12-04T22:31:29.740Z] === RUN   TestBuildMultiStageCopy
22:31:29 [2020-12-04T22:31:29.740Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:31:30 [2020-12-04T22:31:30.190Z] --- PASS: TestInfoDiscoveryBackend (1.53s)
22:31:30 [2020-12-04T22:31:30.190Z] === RUN   TestInfoDiscoveryInvalidAdvertise
22:31:31 [2020-12-04T22:31:31.247Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:31:31 [2020-12-04T22:31:31.247Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:31:31 [2020-12-04T22:31:31.539Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:31:32 [2020-12-04T22:31:32.173Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:31:32 [2020-12-04T22:31:32.467Z] --- PASS: TestBuildMultiStageCopy (2.92s)
22:31:32 [2020-12-04T22:31:32.467Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.55s)
22:31:32 [2020-12-04T22:31:32.467Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.37s)
22:31:32 [2020-12-04T22:31:32.467Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s)
22:31:32 [2020-12-04T22:31:32.467Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.34s)
22:31:32 [2020-12-04T22:31:32.467Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.34s)
22:31:32 [2020-12-04T22:31:32.467Z] === RUN   TestBuildMultiStageParentConfig
22:31:33 [2020-12-04T22:31:33.043Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
22:31:33 [2020-12-04T22:31:33.111Z] --- PASS: TestBuildMultiStageParentConfig (0.83s)
22:31:33 [2020-12-04T22:31:33.111Z] === RUN   TestBuildLabelWithTargets
22:31:34 [2020-12-04T22:31:34.391Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s)
22:31:34 [2020-12-04T22:31:34.391Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
22:31:34 [2020-12-04T22:31:34.391Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
22:31:34 [2020-12-04T22:31:34.391Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
22:31:34 [2020-12-04T22:31:34.391Z] === RUN   TestInfoAPI
22:31:34 [2020-12-04T22:31:34.391Z] --- PASS: TestInfoAPI (0.04s)
22:31:34 [2020-12-04T22:31:34.391Z] === RUN   TestInfoAPIWarnings
22:31:34 [2020-12-04T22:31:34.621Z] --- PASS: TestBuildLabelWithTargets (1.27s)
22:31:34 [2020-12-04T22:31:34.621Z] === RUN   TestBuildWithEmptyLayers
22:31:34 [2020-12-04T22:31:34.793Z] 4612f6d0b889: Verifying Checksum
22:31:34 [2020-12-04T22:31:34.793Z] 4612f6d0b889: Download complete
22:31:34 [2020-12-04T22:31:34.936Z] --- PASS: TestBuildWithEmptyLayers (0.62s)
22:31:34 [2020-12-04T22:31:34.937Z] === RUN   TestBuildMultiStageOnBuild
22:31:37 [2020-12-04T22:31:37.025Z] --- PASS: TestBuildMultiStageOnBuild (1.79s)
22:31:37 [2020-12-04T22:31:37.025Z] === RUN   TestBuildUncleanTarFilenames
22:31:37 [2020-12-04T22:31:37.235Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
22:31:37 [2020-12-04T22:31:37.660Z] --- PASS: TestBuildUncleanTarFilenames (0.87s)
22:31:37 [2020-12-04T22:31:37.660Z] === RUN   TestBuildMultiStageLayerLeak
22:31:39 [2020-12-04T22:31:39.282Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.64s)
22:31:39 [2020-12-04T22:31:39.282Z] === RUN   TestCreateServiceSecretFileMode
22:31:39 [2020-12-04T22:31:39.729Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s)
22:31:39 [2020-12-04T22:31:39.729Z] === RUN   TestBuildWithHugeFile
22:31:39 [2020-12-04T22:31:39.779Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
22:31:40 [2020-12-04T22:31:40.717Z] --- PASS: TestBuildWithHugeFile (106.25s)
22:31:40 [2020-12-04T22:31:40.717Z] === RUN   TestBuildWithEmptyDockerfile
22:31:40 [2020-12-04T22:31:40.976Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:31:40 [2020-12-04T22:31:40.976Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:31:40 [2020-12-04T22:31:40.976Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:31:40 [2020-12-04T22:31:40.976Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:31:40 [2020-12-04T22:31:40.976Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:31:40 [2020-12-04T22:31:40.976Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:31:40 [2020-12-04T22:31:40.976Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:31:40 [2020-12-04T22:31:40.976Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:31:40 [2020-12-04T22:31:40.976Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:31:40 [2020-12-04T22:31:40.976Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
22:31:40 [2020-12-04T22:31:40.976Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
22:31:40 [2020-12-04T22:31:40.976Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
22:31:40 [2020-12-04T22:31:40.976Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s)
22:31:40 [2020-12-04T22:31:40.976Z] === RUN   TestBuildPreserveOwnership
22:31:40 [2020-12-04T22:31:40.976Z] === RUN   TestBuildPreserveOwnership/copy_from
22:31:41 [2020-12-04T22:31:41.447Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
22:31:41 [2020-12-04T22:31:41.447Z] ok  	github.com/docker/docker/api/server/httputils	0.009s	coverage: 14.7% of statements
22:31:41 [2020-12-04T22:31:41.448Z] ok  	github.com/docker/docker/api/server/middleware	0.003s	coverage: 37.7% of statements
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ok  	github.com/docker/docker/api/server/router/swarm	0.008s	coverage: 5.7% of statements
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/container	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/events	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 92.2% of statements
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/image	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/network	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ok  	github.com/docker/docker/api/types/versions	0.005s	coverage: 75.0% of statements
22:31:41 [2020-12-04T22:31:41.448Z] ok  	github.com/docker/docker/api/types/time	0.004s	coverage: 100.0% of statements
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/builder	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
22:31:41 [2020-12-04T22:31:41.448Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
22:31:41 [2020-12-04T22:31:41.546Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
22:31:42 [2020-12-04T22:31:42.117Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
22:31:43 [2020-12-04T22:31:43.056Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
22:31:43 [2020-12-04T22:31:43.056Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
22:31:43 [2020-12-04T22:31:43.625Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
22:31:43 [2020-12-04T22:31:43.756Z] --- PASS: TestCreateServiceSecretFileMode (3.99s)
22:31:43 [2020-12-04T22:31:43.756Z] === RUN   TestCreateServiceConfigFileMode
22:31:43 [2020-12-04T22:31:43.964Z] ok  	github.com/docker/docker/builder/remotecontext	0.087s	coverage: 13.7% of statements
22:31:43 [2020-12-04T22:31:43.964Z] ok  	github.com/docker/docker/builder/dockerfile	0.202s	coverage: 48.3% of statements
22:31:43 [2020-12-04T22:31:43.964Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
22:31:44 [2020-12-04T22:31:44.194Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
22:31:44 [2020-12-04T22:31:44.454Z] === RUN   TestDockerSuite/TestAttachAfterDetach
22:31:44 [2020-12-04T22:31:44.892Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
22:31:45 [2020-12-04T22:31:45.821Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.167s	coverage: 86.3% of statements
22:31:45 [2020-12-04T22:31:45.821Z] ?   	github.com/docker/docker/cli	[no test files]
22:31:45 [2020-12-04T22:31:45.821Z] ?   	github.com/docker/docker/cli/config	[no test files]
22:31:45 [2020-12-04T22:31:45.837Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
22:31:46 [2020-12-04T22:31:46.096Z] --- PASS: TestBuildPreserveOwnership (4.91s)
22:31:46 [2020-12-04T22:31:46.096Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.18s)
22:31:46 [2020-12-04T22:31:46.096Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.72s)
22:31:46 [2020-12-04T22:31:46.096Z] === RUN   TestBuildPlatformInvalid
22:31:46 [2020-12-04T22:31:46.096Z] --- PASS: TestBuildPlatformInvalid (0.10s)
22:31:46 [2020-12-04T22:31:46.096Z] PASS
22:31:46 [2020-12-04T22:31:46.096Z] 
22:31:46 [2020-12-04T22:31:46.096Z] === Skipped
22:31:46 [2020-12-04T22:31:46.096Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
22:31:46 [2020-12-04T22:31:46.096Z]     build_session_test.go:25: TODO: BuildKit
22:31:46 [2020-12-04T22:31:46.096Z] 
22:31:46 [2020-12-04T22:31:46.096Z] 
22:31:46 [2020-12-04T22:31:46.096Z] DONE 32 tests, 1 skipped in 197.805s
22:31:46 [2020-12-04T22:31:46.096Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
22:31:46 [2020-12-04T22:31:46.096Z] ++ 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
22:31:46 [2020-12-04T22:31:46.096Z] ++ set -e
22:31:46 [2020-12-04T22:31:46.096Z] ++ '[' -n 0 ']'
22:31:46 [2020-12-04T22:31:46.096Z] ++ set -x
22:31:46 [2020-12-04T22:31:46.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=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
22:31:46 [2020-12-04T22:31:46.355Z] INFO: Testing against a local daemon
22:31:46 [2020-12-04T22:31:46.355Z] === RUN   TestConfigInspect
22:31:46 [2020-12-04T22:31:46.543Z] --- PASS: TestCreateServiceConfigFileMode (3.54s)
22:31:46 [2020-12-04T22:31:46.543Z] === RUN   TestCreateServiceSysctls
22:31:46 [2020-12-04T22:31:46.622Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
22:31:48 [2020-12-04T22:31:48.002Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
22:31:48 [2020-12-04T22:31:48.261Z] === RUN   TestDockerSuite/TestAttachDetach
22:31:49 [2020-12-04T22:31:49.092Z] ok  	github.com/docker/docker/client	0.187s	coverage: 75.4% of statements
22:31:49 [2020-12-04T22:31:49.199Z] === RUN   TestDockerSuite/TestAttachDisconnect
22:31:49 [2020-12-04T22:31:49.459Z] --- PASS: TestConfigInspect (3.15s)
22:31:49 [2020-12-04T22:31:49.459Z] === RUN   TestConfigList
22:31:49 [2020-12-04T22:31:49.718Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
22:31:49 [2020-12-04T22:31:49.979Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
22:31:51 [2020-12-04T22:31:51.886Z] === RUN   TestDockerSuite/TestAttachPausedContainer
22:31:51 [2020-12-04T22:31:51.886Z] --- PASS: TestConfigList (2.54s)
22:31:51 [2020-12-04T22:31:51.886Z] === RUN   TestConfigsCreateAndDelete
22:31:52 [2020-12-04T22:31:52.126Z] --- PASS: TestCreateServiceSysctls (4.59s)
22:31:52 [2020-12-04T22:31:52.126Z] === RUN   TestCreateServiceCapabilities
22:31:52 [2020-12-04T22:31:52.453Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
22:31:52 [2020-12-04T22:31:52.495Z] --- PASS: TestInfoAPIWarnings (17.39s)
22:31:52 [2020-12-04T22:31:52.496Z] === RUN   TestInfoDebug
22:31:52 [2020-12-04T22:31:52.756Z] --- PASS: TestInfoDebug (1.53s)
22:31:52 [2020-12-04T22:31:52.756Z] === RUN   TestInfoInsecureRegistries
22:31:53 [2020-12-04T22:31:53.022Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
22:31:53 [2020-12-04T22:31:53.961Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
22:31:54 [2020-12-04T22:31:54.139Z] --- PASS: TestInfoInsecureRegistries (1.53s)
22:31:54 [2020-12-04T22:31:54.139Z] === RUN   TestInfoRegistryMirrors
22:31:54 [2020-12-04T22:31:54.221Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
22:31:54 [2020-12-04T22:31:54.916Z] --- PASS: TestCreateServiceCapabilities (3.67s)
22:31:54 [2020-12-04T22:31:54.916Z] === RUN   TestInspect
22:31:55 [2020-12-04T22:31:55.600Z] --- PASS: TestConfigsCreateAndDelete (3.34s)
22:31:55 [2020-12-04T22:31:55.600Z] === RUN   TestConfigsUpdate
22:31:56 [2020-12-04T22:31:56.049Z] --- PASS: TestInfoRegistryMirrors (1.52s)
22:31:56 [2020-12-04T22:31:56.049Z] === RUN   TestLoginFailsWithBadCredentials
22:31:56 [2020-12-04T22:31:56.049Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s)
22:31:56 [2020-12-04T22:31:56.049Z] === RUN   TestPingCacheHeaders
22:31:56 [2020-12-04T22:31:56.049Z] --- PASS: TestPingCacheHeaders (0.04s)
22:31:56 [2020-12-04T22:31:56.049Z] === RUN   TestPingGet
22:31:56 [2020-12-04T22:31:56.049Z] --- PASS: TestPingGet (0.02s)
22:31:56 [2020-12-04T22:31:56.049Z] === RUN   TestPingHead
22:31:56 [2020-12-04T22:31:56.049Z] --- PASS: TestPingHead (0.02s)
22:31:56 [2020-12-04T22:31:56.049Z] === RUN   TestVersion
22:31:56 [2020-12-04T22:31:56.049Z] --- PASS: TestVersion (0.02s)
22:31:56 [2020-12-04T22:31:56.049Z] PASS
22:31:56 [2020-12-04T22:31:56.049Z] 
22:31:56 [2020-12-04T22:31:56.049Z] === Skipped
22:31:56 [2020-12-04T22:31:56.049Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:31:56 [2020-12-04T22:31:56.049Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:31:56 [2020-12-04T22:31:56.049Z] 
22:31:56 [2020-12-04T22:31:56.049Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
22:31:56 [2020-12-04T22:31:56.049Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
22:31:56 [2020-12-04T22:31:56.049Z] 
22:31:56 [2020-12-04T22:31:56.049Z] 
22:31:56 [2020-12-04T22:31:56.049Z] DONE 18 tests, 2 skipped in 28.043s
22:31:56 [2020-12-04T22:31:56.049Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
22:31:56 [2020-12-04T22:31:56.049Z] INFO: Testing against a local daemon
22:31:56 [2020-12-04T22:31:56.049Z] === RUN   TestVolumesCreateAndList
22:31:56 [2020-12-04T22:31:56.049Z] --- PASS: TestVolumesCreateAndList (0.02s)
22:31:56 [2020-12-04T22:31:56.049Z] === RUN   TestVolumesRemove
22:31:56 [2020-12-04T22:31:56.168Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
22:31:56 [2020-12-04T22:31:56.310Z] --- PASS: TestVolumesRemove (0.06s)
22:31:56 [2020-12-04T22:31:56.310Z] === RUN   TestVolumesInspect
22:31:56 [2020-12-04T22:31:56.310Z] --- PASS: TestVolumesInspect (0.02s)
22:31:56 [2020-12-04T22:31:56.310Z] === RUN   TestVolumesInvalidJSON
22:31:56 [2020-12-04T22:31:56.310Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:31:56 [2020-12-04T22:31:56.310Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:31:56 [2020-12-04T22:31:56.310Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:31:56 [2020-12-04T22:31:56.310Z] --- PASS: TestVolumesInvalidJSON (0.01s)
22:31:56 [2020-12-04T22:31:56.310Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:31:56 [2020-12-04T22:31:56.310Z] PASS
22:31:56 [2020-12-04T22:31:56.310Z] 
22:31:56 [2020-12-04T22:31:56.310Z] DONE 5 tests in 0.259s
22:31:56 [2020-12-04T22:31:56.310Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:31:56 [2020-12-04T22:31:56.310Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12179 is not a child of this shell
22:31:56 [2020-12-04T22:31:56.310Z] warning: PID 12179 from bundles/test-integration/docker.pid had a nonzero exit code
22:31:56 [2020-12-04T22:31:56.310Z] Leaving: AppArmorNo profiles have been unloaded.
22:31:56 [2020-12-04T22:31:56.310Z] 
22:31:56 [2020-12-04T22:31:56.310Z] Unloading profiles will leave already running processes permanently
22:31:56 [2020-12-04T22:31:56.310Z] unconfined, which can lead to unexpected situations.
22:31:56 [2020-12-04T22:31:56.310Z] 
22:31:56 [2020-12-04T22:31:56.310Z] To set a process to complain mode, use the command line tool
22:31:56 [2020-12-04T22:31:56.310Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:31:56 [2020-12-04T22:31:56.310Z] Removing test suite binaries
22:31:56 [2020-12-04T22:31:56.310Z] exiting test-integration
22:31:56 [2020-12-04T22:31:56.310Z] ++ exit 0
22:31:56 [2020-12-04T22:31:56.429Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
22:31:57 [2020-12-04T22:31:57.250Z] 
22:31:57 [2020-12-04T22:31:57.367Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
22:31:58 [2020-12-04T22:31:58.449Z] --- PASS: TestInspect (3.66s)
22:31:58 [2020-12-04T22:31:58.449Z] === RUN   TestCreateJob
22:31:58 [2020-12-04T22:31:58.746Z] --- PASS: TestConfigsUpdate (3.17s)
22:31:58 [2020-12-04T22:31:58.746Z] === RUN   TestTemplatedConfig
22:31:58 [2020-12-04T22:31:58.746Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
22:31:58 [2020-12-04T22:31:58.746Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
22:31:59 [2020-12-04T22:31:59.007Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
Post stage
[Pipeline] junit
22:31:59 [2020-12-04T22:31:59.175Z] Recording test results
22:31:59 [2020-12-04T22:31:59.578Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
22:32:00 [2020-12-04T22:32:00.150Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
22:32:01 [2020-12-04T22:32:01.643Z] + echo Ensuring container killed.
22:32:01 [2020-12-04T22:32:01.643Z] Ensuring container killed.
22:32:01 [2020-12-04T22:32:01.643Z] + docker rm -vf docker-pr9
22:32:01 [2020-12-04T22:32:01.643Z] Error: No such container: docker-pr9
22:32:01 [2020-12-04T22:32:01.643Z] + true
[Pipeline] sh
22:32:01 [2020-12-04T22:32:01.933Z] + echo Chowning /workspace to jenkins user
22:32:01 [2020-12-04T22:32:01.933Z] Chowning /workspace to jenkins user
22:32:01 [2020-12-04T22:32:01.933Z] + id -u
22:32:01 [2020-12-04T22:32:01.933Z] + id -g
22:32:01 [2020-12-04T22:32:01.933Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41622:/workspace busybox chown -R 1000:1000 /workspace
22:32:01 [2020-12-04T22:32:01.934Z] Unable to find image 'busybox:latest' locally
22:32:02 [2020-12-04T22:32:02.196Z] latest: Pulling from library/busybox
22:32:02 [2020-12-04T22:32:02.694Z] --- PASS: TestTemplatedConfig (3.84s)
22:32:02 [2020-12-04T22:32:02.694Z] === RUN   TestConfigCreateResolve
22:32:02 [2020-12-04T22:32:02.694Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
22:32:02 [2020-12-04T22:32:02.766Z] ea97eb0eb3ec: Pulling fs layer
22:32:02 [2020-12-04T22:32:02.767Z] ea97eb0eb3ec: Verifying Checksum
22:32:02 [2020-12-04T22:32:02.767Z] ea97eb0eb3ec: Download complete
22:32:02 [2020-12-04T22:32:02.905Z] --- PASS: TestCreateJob (4.50s)
22:32:02 [2020-12-04T22:32:02.906Z] === RUN   TestReplicatedJob
22:32:03 [2020-12-04T22:32:03.027Z] ea97eb0eb3ec: Pull complete
22:32:03 [2020-12-04T22:32:03.027Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
22:32:03 [2020-12-04T22:32:03.027Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:32:05 [2020-12-04T22:32:05.243Z] + bundleName=amd64-rootless
22:32:05 [2020-12-04T22:32:05.243Z] + echo Creating amd64-rootless-bundles.tar.gz
22:32:05 [2020-12-04T22:32:05.243Z] Creating amd64-rootless-bundles.tar.gz
22:32:05 [2020-12-04T22:32:05.243Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
22:32:05 [2020-12-04T22:32:05.243Z] + 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
22:32:05 [2020-12-04T22:32:05.256Z] Archiving artifacts
22:32:05 [2020-12-04T22:32:05.987Z] --- PASS: TestConfigCreateResolve (3.54s)
22:32:05 [2020-12-04T22:32:05.987Z] === RUN   TestConfigDaemonLibtrustID
22:32:05 [2020-12-04T22:32:05.987Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
22:32:06 [2020-12-04T22:32:06.558Z] --- PASS: TestConfigDaemonLibtrustID (0.58s)
22:32:06 [2020-12-04T22:32:06.558Z] PASS
22:32:06 [2020-12-04T22:32:06.558Z] 
22:32:06 [2020-12-04T22:32:06.558Z] DONE 7 tests in 20.312s
22:32:06 [2020-12-04T22:32:06.558Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
22:32:06 [2020-12-04T22:32:06.558Z] ++ 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
22:32:06 [2020-12-04T22:32:06.558Z] ++ set -e
22:32:06 [2020-12-04T22:32:06.558Z] ++ '[' -n 0 ']'
22:32:06 [2020-12-04T22:32:06.558Z] ++ set -x
22:32:06 [2020-12-04T22:32:06.559Z] ++ env -i DEST=/go/src/github.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
22:32:06 [2020-12-04T22:32:06.559Z] INFO: Testing against a local daemon
22:32:06 [2020-12-04T22:32:06.559Z] === RUN   TestCheckpoint
22:32:06 [2020-12-04T22:32:06.559Z] --- SKIP: TestCheckpoint (0.00s)
22:32:06 [2020-12-04T22:32:06.559Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:32:06 [2020-12-04T22:32:06.559Z] === RUN   TestContainerInvalidJSON
22:32:06 [2020-12-04T22:32:06.559Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:32:06 [2020-12-04T22:32:06.559Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:32:06 [2020-12-04T22:32:06.559Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:32:06 [2020-12-04T22:32:06.559Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:32:06 [2020-12-04T22:32:06.559Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:32:06 [2020-12-04T22:32:06.559Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:32:06 [2020-12-04T22:32:06.819Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:32:06 [2020-12-04T22:32:06.819Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:32:06 [2020-12-04T22:32:06.819Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:32:06 [2020-12-04T22:32:06.819Z] --- PASS: TestContainerInvalidJSON (0.04s)
22:32:06 [2020-12-04T22:32:06.819Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
22:32:06 [2020-12-04T22:32:06.819Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
22:32:06 [2020-12-04T22:32:06.819Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:32:06 [2020-12-04T22:32:06.819Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:32:06 [2020-12-04T22:32:06.819Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
22:32:06 [2020-12-04T22:32:06.819Z] === RUN   TestCopyFromContainerPathIsNotDir
22:32:06 [2020-12-04T22:32:06.819Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s)
22:32:06 [2020-12-04T22:32:06.819Z] === RUN   TestCopyToContainerPathDoesNotExist
22:32:06 [2020-12-04T22:32:06.927Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41622/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
22:32:07 [2020-12-04T22:32:07.079Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
22:32:07 [2020-12-04T22:32:07.079Z] === RUN   TestCopyToContainerPathIsNotDir
22:32:07 [2020-12-04T22:32:07.079Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
22:32:07 [2020-12-04T22:32:07.079Z] === RUN   TestCopyFromContainer
22:32:07 [2020-12-04T22:32:07.239Z] + make clean
22:32:07 [2020-12-04T22:32:07.502Z] docker volume rm -f docker-dev-cache
22:32:07 [2020-12-04T22:32:07.502Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:32:08 [2020-12-04T22:32:08.462Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
22:32:09 [2020-12-04T22:32:09.032Z] === RUN   TestCopyFromContainer//
22:32:09 [2020-12-04T22:32:09.032Z] === RUN   TestCopyFromContainer//bar/root
22:32:09 [2020-12-04T22:32:09.292Z] === RUN   TestCopyFromContainer//bar/root/
22:32:09 [2020-12-04T22:32:09.552Z] === RUN   TestCopyFromContainer/bar/quux
22:32:09 [2020-12-04T22:32:09.552Z] === RUN   TestCopyFromContainer/bar/quux/
22:32:09 [2020-12-04T22:32:09.812Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:32:09 [2020-12-04T22:32:09.812Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:32:10 [2020-12-04T22:32:10.072Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:32:10 [2020-12-04T22:32:10.072Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:32:10 [2020-12-04T22:32:10.072Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
22:32:10 [2020-12-04T22:32:10.332Z] === RUN   TestCopyFromContainer/bar/notarget
22:32:10 [2020-12-04T22:32:10.332Z] --- PASS: TestCopyFromContainer (3.39s)
22:32:10 [2020-12-04T22:32:10.332Z]     --- PASS: TestCopyFromContainer// (0.13s)
22:32:10 [2020-12-04T22:32:10.332Z]     --- PASS: TestCopyFromContainer//bar/root (0.17s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.19s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCopyFromContainer/bar/quux (0.17s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.14s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.16s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.12s)
22:32:10 [2020-12-04T22:32:10.594Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:32:10 [2020-12-04T22:32:10.594Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:32:10 [2020-12-04T22:32:10.594Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:32:10 [2020-12-04T22:32:10.594Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:32:10 [2020-12-04T22:32:10.594Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:32:10 [2020-12-04T22:32:10.594Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:32:10 [2020-12-04T22:32:10.594Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:32:10 [2020-12-04T22:32:10.594Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:32:10 [2020-12-04T22:32:10.594Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:32:10 [2020-12-04T22:32:10.594Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:32:10 [2020-12-04T22:32:10.594Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
22:32:10 [2020-12-04T22:32:10.594Z] === RUN   TestCreateLinkToNonExistingContainer
22:32:10 [2020-12-04T22:32:10.594Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s)
22:32:10 [2020-12-04T22:32:10.594Z] === RUN   TestCreateWithInvalidEnv
22:32:10 [2020-12-04T22:32:10.594Z] === RUN   TestCreateWithInvalidEnv/0
22:32:10 [2020-12-04T22:32:10.594Z] === PAUSE TestCreateWithInvalidEnv/0
22:32:10 [2020-12-04T22:32:10.594Z] === RUN   TestCreateWithInvalidEnv/1
22:32:10 [2020-12-04T22:32:10.594Z] === PAUSE TestCreateWithInvalidEnv/1
22:32:10 [2020-12-04T22:32:10.594Z] === RUN   TestCreateWithInvalidEnv/2
22:32:10 [2020-12-04T22:32:10.594Z] === PAUSE TestCreateWithInvalidEnv/2
22:32:10 [2020-12-04T22:32:10.594Z] === CONT  TestCreateWithInvalidEnv/0
22:32:10 [2020-12-04T22:32:10.594Z] === CONT  TestCreateWithInvalidEnv/2
22:32:10 [2020-12-04T22:32:10.594Z] === CONT  TestCreateWithInvalidEnv/1
22:32:10 [2020-12-04T22:32:10.594Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:32:10 [2020-12-04T22:32:10.594Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
22:32:10 [2020-12-04T22:32:10.594Z] === RUN   TestCreateTmpfsMountsTarget
22:32:10 [2020-12-04T22:32:10.594Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
22:32:10 [2020-12-04T22:32:10.594Z] === RUN   TestCreateWithCustomMaskedPaths
22:32:11 [2020-12-04T22:32:11.369Z] --- PASS: TestReplicatedJob (7.70s)
22:32:11 [2020-12-04T22:32:11.369Z] === RUN   TestUpdateReplicatedJob
22:32:13 [2020-12-04T22:32:13.164Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
22:32:13 [2020-12-04T22:32:13.164Z] --- PASS: TestCreateWithCustomMaskedPaths (2.53s)
22:32:13 [2020-12-04T22:32:13.164Z] === RUN   TestCreateWithCustomReadonlyPaths
22:32:13 [2020-12-04T22:32:13.427Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
22:32:14 [2020-12-04T22:32:14.007Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
22:32:15 [2020-12-04T22:32:15.390Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
22:32:15 [2020-12-04T22:32:15.651Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.46s)
22:32:15 [2020-12-04T22:32:15.651Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:32:15 [2020-12-04T22:32:15.651Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:32:15 [2020-12-04T22:32:15.651Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:32:15 [2020-12-04T22:32:15.651Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:32:15 [2020-12-04T22:32:15.651Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:32:15 [2020-12-04T22:32:15.651Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:32:15 [2020-12-04T22:32:15.651Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:32:15 [2020-12-04T22:32:15.651Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:32:15 [2020-12-04T22:32:15.651Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:32:15 [2020-12-04T22:32:15.651Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:32:15 [2020-12-04T22:32:15.651Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:32:15 [2020-12-04T22:32:15.651Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:32:15 [2020-12-04T22:32:15.651Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:32:15 [2020-12-04T22:32:15.651Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:32:15 [2020-12-04T22:32:15.651Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:32:15 [2020-12-04T22:32:15.651Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:32:15 [2020-12-04T22:32:15.651Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s)
22:32:15 [2020-12-04T22:32:15.651Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
22:32:15 [2020-12-04T22:32:15.651Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
22:32:15 [2020-12-04T22:32:15.651Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
22:32:15 [2020-12-04T22:32:15.651Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
22:32:15 [2020-12-04T22:32:15.651Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
22:32:15 [2020-12-04T22:32:15.651Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:32:15 [2020-12-04T22:32:15.838Z] --- PASS: TestUpdateReplicatedJob (4.67s)
22:32:15 [2020-12-04T22:32:15.838Z] === RUN   TestServiceListWithStatuses
22:32:15 [2020-12-04T22:32:15.838Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:32:15 [2020-12-04T22:32:15.838Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:32:15 [2020-12-04T22:32:15.838Z] === RUN   TestDockerNetworkConnectAlias
22:32:15 [2020-12-04T22:32:15.911Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
22:32:16 [2020-12-04T22:32:16.482Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.68s)
22:32:16 [2020-12-04T22:32:16.482Z] === RUN   TestCreateDifferentPlatform
22:32:16 [2020-12-04T22:32:16.482Z] === RUN   TestCreateDifferentPlatform/different_os
22:32:16 [2020-12-04T22:32:16.482Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:32:16 [2020-12-04T22:32:16.482Z] --- PASS: TestCreateDifferentPlatform (0.03s)
22:32:16 [2020-12-04T22:32:16.482Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
22:32:16 [2020-12-04T22:32:16.482Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
22:32:16 [2020-12-04T22:32:16.482Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:32:16 [2020-12-04T22:32:16.482Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
22:32:16 [2020-12-04T22:32:16.482Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:32:16 [2020-12-04T22:32:16.482Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s)
22:32:16 [2020-12-04T22:32:16.482Z] === RUN   TestContainerStartOnDaemonRestart
22:32:16 [2020-12-04T22:32:16.482Z] === PAUSE TestContainerStartOnDaemonRestart
22:32:16 [2020-12-04T22:32:16.482Z] === RUN   TestDaemonRestartIpcMode
22:32:16 [2020-12-04T22:32:16.482Z] === PAUSE TestDaemonRestartIpcMode
22:32:16 [2020-12-04T22:32:16.482Z] === RUN   TestDaemonHostGatewayIP
22:32:16 [2020-12-04T22:32:16.482Z] === PAUSE TestDaemonHostGatewayIP
22:32:16 [2020-12-04T22:32:16.482Z] === RUN   TestContainerKillOnDaemonStart
22:32:16 [2020-12-04T22:32:16.482Z] === PAUSE TestContainerKillOnDaemonStart
22:32:16 [2020-12-04T22:32:16.482Z] === RUN   TestDiff
22:32:17 [2020-12-04T22:32:17.424Z] --- PASS: TestDiff (0.84s)
22:32:17 [2020-12-04T22:32:17.424Z] === RUN   TestExecWithCloseStdin
22:32:18 [2020-12-04T22:32:18.367Z] --- PASS: TestExecWithCloseStdin (0.86s)
22:32:18 [2020-12-04T22:32:18.367Z] === RUN   TestExec
22:32:18 [2020-12-04T22:32:18.367Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
22:32:18 [2020-12-04T22:32:18.937Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
22:32:19 [2020-12-04T22:32:19.197Z] --- PASS: TestExec (0.85s)
22:32:19 [2020-12-04T22:32:19.197Z] === RUN   TestExecUser
22:32:19 [2020-12-04T22:32:19.767Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
22:32:20 [2020-12-04T22:32:20.027Z] --- PASS: TestExecUser (0.92s)
22:32:20 [2020-12-04T22:32:20.027Z] === RUN   TestExportContainerAndImportImage
22:32:20 [2020-12-04T22:32:20.287Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
22:32:21 [2020-12-04T22:32:21.227Z] --- PASS: TestExportContainerAndImportImage (1.27s)
22:32:21 [2020-12-04T22:32:21.227Z] === RUN   TestExportContainerAfterDaemonRestart
22:32:21 [2020-12-04T22:32:21.227Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
22:32:21 [2020-12-04T22:32:21.797Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
22:32:22 [2020-12-04T22:32:22.737Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
22:32:22 [2020-12-04T22:32:22.737Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
22:32:22 [2020-12-04T22:32:22.998Z] --- PASS: TestExportContainerAfterDaemonRestart (1.66s)
22:32:22 [2020-12-04T22:32:22.998Z] === RUN   TestHealthCheckWorkdir
22:32:23 [2020-12-04T22:32:23.937Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
22:32:24 [2020-12-04T22:32:24.197Z] --- PASS: TestHealthCheckWorkdir (1.12s)
22:32:24 [2020-12-04T22:32:24.197Z] === RUN   TestHealthKillContainer
22:32:24 [2020-12-04T22:32:24.299Z] --- PASS: TestDockerNetworkConnectAlias (8.67s)
22:32:24 [2020-12-04T22:32:24.299Z] === RUN   TestDockerNetworkReConnect
22:32:24 [2020-12-04T22:32:24.456Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
22:32:24 [2020-12-04T22:32:24.716Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
22:32:26 [2020-12-04T22:32:26.622Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
22:32:26 [2020-12-04T22:32:26.882Z] --- PASS: TestHealthKillContainer (2.81s)
22:32:26 [2020-12-04T22:32:26.882Z] === RUN   TestInspectCpusetInConfigPre120
22:32:27 [2020-12-04T22:32:27.453Z] --- PASS: TestInspectCpusetInConfigPre120 (0.62s)
22:32:27 [2020-12-04T22:32:27.453Z] === RUN   TestIpcModeNone
22:32:27 [2020-12-04T22:32:27.453Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
22:32:27 [2020-12-04T22:32:27.766Z] ok  	github.com/docker/docker/cmd/dockerd	0.091s	coverage: 29.2% of statements
22:32:28 [2020-12-04T22:32:28.023Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
22:32:28 [2020-12-04T22:32:28.283Z] --- PASS: TestIpcModeNone (0.67s)
22:32:28 [2020-12-04T22:32:28.283Z] === RUN   TestIpcModePrivate
22:32:29 [2020-12-04T22:32:29.131Z] ok  	github.com/docker/docker/container	0.122s	coverage: 34.7% of statements
22:32:29 [2020-12-04T22:32:29.132Z] ?   	github.com/docker/docker/container/stream	[no test files]
22:32:29 [2020-12-04T22:32:29.132Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
22:32:29 [2020-12-04T22:32:29.132Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
22:32:29 [2020-12-04T22:32:29.132Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
22:32:29 [2020-12-04T22:32:29.223Z] --- PASS: TestIpcModePrivate (0.87s)
22:32:29 [2020-12-04T22:32:29.223Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:88, shared: false, mustBeShared: false
22:32:29 [2020-12-04T22:32:29.223Z] === RUN   TestIpcModeShareable
22:32:29 [2020-12-04T22:32:29.793Z] --- PASS: TestIpcModeShareable (0.67s)
22:32:29 [2020-12-04T22:32:29.793Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true
22:32:29 [2020-12-04T22:32:29.793Z] === RUN   TestAPIIpcModeShareableAndContainer
22:32:31 [2020-12-04T22:32:31.176Z] --- PASS: TestDockerNetworkReConnect (6.94s)
22:32:31 [2020-12-04T22:32:31.177Z] === RUN   TestServicePlugin
22:32:31 [2020-12-04T22:32:31.177Z] --- SKIP: TestServicePlugin (0.00s)
22:32:31 [2020-12-04T22:32:31.177Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:32:31 [2020-12-04T22:32:31.177Z] === RUN   TestServiceUpdateLabel
22:32:31 [2020-12-04T22:32:31.702Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
22:32:31 [2020-12-04T22:32:31.962Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.29s)
22:32:31 [2020-12-04T22:32:31.962Z] === RUN   TestAPIIpcModeHost
22:32:32 [2020-12-04T22:32:32.222Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
22:32:32 [2020-12-04T22:32:32.791Z] --- PASS: TestAPIIpcModeHost (0.73s)
22:32:32 [2020-12-04T22:32:32.791Z] === RUN   TestDaemonIpcModeShareable
22:32:32 [2020-12-04T22:32:32.791Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
22:32:33 [2020-12-04T22:32:33.362Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
22:32:33 [2020-12-04T22:32:33.932Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
22:32:34 [2020-12-04T22:32:34.192Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
22:32:34 [2020-12-04T22:32:34.683Z] --- PASS: TestServiceUpdateLabel (3.78s)
22:32:34 [2020-12-04T22:32:34.683Z] === RUN   TestServiceUpdateSecrets
22:32:34 [2020-12-04T22:32:34.762Z] --- PASS: TestDaemonIpcModeShareable (2.00s)
22:32:34 [2020-12-04T22:32:34.762Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true
22:32:34 [2020-12-04T22:32:34.762Z] === RUN   TestDaemonIpcModePrivate
22:32:35 [2020-12-04T22:32:35.375Z] 680bbdbacf1b: Verifying Checksum
22:32:35 [2020-12-04T22:32:35.375Z] 680bbdbacf1b: Download complete
22:32:36 [2020-12-04T22:32:36.672Z] --- PASS: TestDaemonIpcModePrivate (2.03s)
22:32:36 [2020-12-04T22:32:36.672Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:126, shared: false, mustBeShared: false
22:32:36 [2020-12-04T22:32:36.672Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:32:36 [2020-12-04T22:32:36.721Z] --- PASS: TestBuildWithHugeFile (55.29s)
22:32:36 [2020-12-04T22:32:36.722Z] === RUN   TestBuildWithEmptyDockerfile
22:32:36 [2020-12-04T22:32:36.722Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:32:36 [2020-12-04T22:32:36.722Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:32:36 [2020-12-04T22:32:36.722Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:32:36 [2020-12-04T22:32:36.722Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:32:36 [2020-12-04T22:32:36.722Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:32:36 [2020-12-04T22:32:36.722Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:32:36 [2020-12-04T22:32:36.722Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:32:36 [2020-12-04T22:32:36.722Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:32:36 [2020-12-04T22:32:36.722Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:32:36 [2020-12-04T22:32:36.722Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
22:32:36 [2020-12-04T22:32:36.722Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.28s)
22:32:36 [2020-12-04T22:32:36.722Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s)
22:32:36 [2020-12-04T22:32:36.722Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.29s)
22:32:36 [2020-12-04T22:32:36.722Z] === RUN   TestBuildPreserveOwnership
22:32:36 [2020-12-04T22:32:36.722Z] === RUN   TestBuildPreserveOwnership/copy_from
22:32:36 [2020-12-04T22:32:36.933Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
22:32:37 [2020-12-04T22:32:37.757Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
22:32:38 [2020-12-04T22:32:38.842Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
22:32:38 [2020-12-04T22:32:38.842Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
22:32:38 [2020-12-04T22:32:38.842Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.91s)
22:32:38 [2020-12-04T22:32:38.842Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false
22:32:38 [2020-12-04T22:32:38.842Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:32:39 [2020-12-04T22:32:39.268Z] --- PASS: TestBuildPreserveOwnership (3.88s)
22:32:39 [2020-12-04T22:32:39.268Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.52s)
22:32:39 [2020-12-04T22:32:39.268Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.35s)
22:32:39 [2020-12-04T22:32:39.268Z] === RUN   TestBuildPlatformInvalid
22:32:39 [2020-12-04T22:32:39.268Z] --- PASS: TestBuildPlatformInvalid (0.12s)
22:32:39 [2020-12-04T22:32:39.268Z] PASS
22:32:39 [2020-12-04T22:32:39.268Z] 
22:32:39 [2020-12-04T22:32:39.268Z] === Skipped
22:32:39 [2020-12-04T22:32:39.268Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s)
22:32:39 [2020-12-04T22:32:39.268Z]     build_session_test.go:25: TODO: BuildKit
22:32:39 [2020-12-04T22:32:39.268Z] 
22:32:39 [2020-12-04T22:32:39.268Z] 
22:32:39 [2020-12-04T22:32:39.268Z] DONE 32 tests, 1 skipped in 94.643s
22:32:39 [2020-12-04T22:32:39.268Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m 
22:32:39 [2020-12-04T22:32:39.268Z] ++ 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
22:32:39 [2020-12-04T22:32:39.268Z] ++ set -e
22:32:39 [2020-12-04T22:32:39.268Z] ++ '[' -n 0 ']'
22:32:39 [2020-12-04T22:32:39.268Z] ++ set -x
22:32:39 [2020-12-04T22:32:39.268Z] ++ env -i DEST=/go/src/github.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
22:32:39 [2020-12-04T22:32:39.268Z] INFO: Testing against a local daemon
22:32:39 [2020-12-04T22:32:39.268Z] === RUN   TestConfigInspect
22:32:40 [2020-12-04T22:32:40.221Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.58s)
22:32:40 [2020-12-04T22:32:40.221Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: true, mustBeShared: true
22:32:40 [2020-12-04T22:32:40.221Z] === RUN   TestIpcModeOlderClient
22:32:40 [2020-12-04T22:32:40.221Z] === PAUSE TestIpcModeOlderClient
22:32:40 [2020-12-04T22:32:40.221Z] === RUN   TestKillContainerInvalidSignal
22:32:40 [2020-12-04T22:32:40.483Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
22:32:41 [2020-12-04T22:32:41.053Z] --- PASS: TestKillContainerInvalidSignal (0.78s)
22:32:41 [2020-12-04T22:32:41.053Z] === RUN   TestKillContainer
22:32:41 [2020-12-04T22:32:41.053Z] === RUN   TestKillContainer/no_signal
22:32:41 [2020-12-04T22:32:41.306Z] ok  	github.com/docker/docker/daemon/cluster	0.066s	coverage: 0.5% of statements
22:32:41 [2020-12-04T22:32:41.330Z] --- PASS: TestConfigInspect (1.93s)
22:32:41 [2020-12-04T22:32:41.330Z] === RUN   TestConfigList
22:32:41 [2020-12-04T22:32:41.993Z] === RUN   TestKillContainer/non_killing_signal
22:32:42 [2020-12-04T22:32:42.235Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.009s	coverage: 65.3% of statements
22:32:42 [2020-12-04T22:32:42.252Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
22:32:42 [2020-12-04T22:32:42.512Z] === RUN   TestKillContainer/killing_signal
22:32:43 [2020-12-04T22:32:43.397Z] --- PASS: TestConfigList (1.92s)
22:32:43 [2020-12-04T22:32:43.397Z] === RUN   TestConfigsCreateAndDelete
22:32:43 [2020-12-04T22:32:43.452Z] --- PASS: TestKillContainer (2.28s)
22:32:43 [2020-12-04T22:32:43.452Z]     --- PASS: TestKillContainer/no_signal (0.79s)
22:32:43 [2020-12-04T22:32:43.452Z]     --- PASS: TestKillContainer/non_killing_signal (0.54s)
22:32:43 [2020-12-04T22:32:43.452Z]     --- PASS: TestKillContainer/killing_signal (0.73s)
22:32:43 [2020-12-04T22:32:43.452Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:32:43 [2020-12-04T22:32:43.452Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:32:43 [2020-12-04T22:32:43.601Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.008s	coverage: 35.9% of statements
22:32:44 [2020-12-04T22:32:44.021Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:32:44 [2020-12-04T22:32:44.590Z] === RUN   TestDockerSuite/TestBuildAddNonTar
22:32:44 [2020-12-04T22:32:44.851Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.62s)
22:32:44 [2020-12-04T22:32:44.851Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s)
22:32:44 [2020-12-04T22:32:44.851Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s)
22:32:44 [2020-12-04T22:32:44.851Z] === RUN   TestKillStoppedContainer
22:32:44 [2020-12-04T22:32:44.909Z] --- PASS: TestConfigsCreateAndDelete (1.89s)
22:32:44 [2020-12-04T22:32:44.909Z] === RUN   TestConfigsUpdate
22:32:45 [2020-12-04T22:32:45.111Z] --- PASS: TestKillStoppedContainer (0.12s)
22:32:45 [2020-12-04T22:32:45.112Z] === RUN   TestKillStoppedContainerAPIPre120
22:32:45 [2020-12-04T22:32:45.112Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
22:32:45 [2020-12-04T22:32:45.112Z] === RUN   TestKillDifferentUserContainer
22:32:45 [2020-12-04T22:32:45.112Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
22:32:45 [2020-12-04T22:32:45.112Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
22:32:45 [2020-12-04T22:32:45.682Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
22:32:45 [2020-12-04T22:32:45.942Z] --- PASS: TestKillDifferentUserContainer (0.85s)
22:32:45 [2020-12-04T22:32:45.942Z] === RUN   TestInspectOomKilledTrue
22:32:45 [2020-12-04T22:32:45.942Z] --- SKIP: TestInspectOomKilledTrue (0.01s)
22:32:45 [2020-12-04T22:32:45.942Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:32:45 [2020-12-04T22:32:45.942Z] === RUN   TestInspectOomKilledFalse
22:32:45 [2020-12-04T22:32:45.942Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
22:32:45 [2020-12-04T22:32:45.943Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:32:45 [2020-12-04T22:32:45.943Z] === RUN   TestLinksEtcHostsContentMatch
22:32:46 [2020-12-04T22:32:46.883Z] --- PASS: TestLinksEtcHostsContentMatch (0.69s)
22:32:46 [2020-12-04T22:32:46.883Z] === RUN   TestLinksContainerNames
22:32:46 [2020-12-04T22:32:46.883Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
22:32:46 [2020-12-04T22:32:46.994Z] --- PASS: TestConfigsUpdate (1.94s)
22:32:46 [2020-12-04T22:32:46.994Z] === RUN   TestTemplatedConfig
22:32:47 [2020-12-04T22:32:47.823Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
22:32:48 [2020-12-04T22:32:48.763Z] --- PASS: TestLinksContainerNames (1.92s)
22:32:48 [2020-12-04T22:32:48.763Z] === RUN   TestLogsFollowTailEmpty
22:32:49 [2020-12-04T22:32:49.702Z] --- PASS: TestLogsFollowTailEmpty (0.88s)
22:32:49 [2020-12-04T22:32:49.702Z] === RUN   TestContainerNetworkMountsNoChown
22:32:49 [2020-12-04T22:32:49.806Z] --- PASS: TestTemplatedConfig (2.43s)
22:32:49 [2020-12-04T22:32:49.806Z] === RUN   TestConfigCreateResolve
22:32:49 [2020-12-04T22:32:49.962Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
22:32:50 [2020-12-04T22:32:50.222Z] --- PASS: TestContainerNetworkMountsNoChown (0.78s)
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/default
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/default
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/private
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/private
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/rprivate
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/rprivate
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/slave
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/slave
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/rslave
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/rslave
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/shared
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/shared
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/rshared
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/rshared
22:32:50 [2020-12-04T22:32:50.222Z] === CONT  TestMountDaemonRoot/default
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/default/bind_root
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/default/mount_root
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:32:50 [2020-12-04T22:32:50.222Z] === CONT  TestMountDaemonRoot/default/bind_root
22:32:50 [2020-12-04T22:32:50.222Z] === CONT  TestMountDaemonRoot/rshared
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:32:50 [2020-12-04T22:32:50.222Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:32:50 [2020-12-04T22:32:50.222Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:32:50 [2020-12-04T22:32:50.222Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:32:50 [2020-12-04T22:32:50.481Z] === CONT  TestMountDaemonRoot/shared
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === CONT  TestMountDaemonRoot/rslave
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === CONT  TestMountDaemonRoot/slave
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === CONT  TestMountDaemonRoot/rprivate
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === CONT  TestMountDaemonRoot/private
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/private/mount_root
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestMountDaemonRoot/private/bind_root
22:32:50 [2020-12-04T22:32:50.481Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:32:50 [2020-12-04T22:32:50.481Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
22:32:50 [2020-12-04T22:32:50.481Z] === CONT  TestMountDaemonRoot/default/mount_root
22:32:50 [2020-12-04T22:32:50.481Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:32:50 [2020-12-04T22:32:50.481Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:32:50 [2020-12-04T22:32:50.481Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:32:50 [2020-12-04T22:32:50.742Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:32:50 [2020-12-04T22:32:50.742Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:32:50 [2020-12-04T22:32:50.742Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:32:50 [2020-12-04T22:32:50.742Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:32:50 [2020-12-04T22:32:50.742Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:32:50 [2020-12-04T22:32:50.742Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:32:50 [2020-12-04T22:32:50.742Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:32:50 [2020-12-04T22:32:50.742Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:32:50 [2020-12-04T22:32:50.742Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:32:50 [2020-12-04T22:32:50.742Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:32:51 [2020-12-04T22:32:51.002Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:32:51 [2020-12-04T22:32:51.002Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:32:51 [2020-12-04T22:32:51.002Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:32:51 [2020-12-04T22:32:51.002Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:32:51 [2020-12-04T22:32:51.002Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:32:51 [2020-12-04T22:32:51.002Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:32:51 [2020-12-04T22:32:51.002Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:32:51 [2020-12-04T22:32:51.002Z] === CONT  TestMountDaemonRoot/private/bind_root
22:32:51 [2020-12-04T22:32:51.002Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:32:51 [2020-12-04T22:32:51.002Z] === CONT  TestMountDaemonRoot/private/mount_root
22:32:51 [2020-12-04T22:32:51.002Z] --- PASS: TestMountDaemonRoot (0.05s)
22:32:51 [2020-12-04T22:32:51.002Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
22:32:51 [2020-12-04T22:32:51.002Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
22:32:51 [2020-12-04T22:32:51.002Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
22:32:51 [2020-12-04T22:32:51.002Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
22:32:51 [2020-12-04T22:32:51.002Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
22:32:51 [2020-12-04T22:32:51.002Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
22:32:51 [2020-12-04T22:32:51.002Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
22:32:51 [2020-12-04T22:32:51.002Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
22:32:51 [2020-12-04T22:32:51.002Z] === RUN   TestContainerBindMountNonRecursive
22:32:51 [2020-12-04T22:32:51.318Z] --- PASS: TestConfigCreateResolve (1.95s)
22:32:51 [2020-12-04T22:32:51.318Z] === RUN   TestConfigDaemonLibtrustID
22:32:51 [2020-12-04T22:32:51.572Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
22:32:51 [2020-12-04T22:32:51.951Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
22:32:51 [2020-12-04T22:32:51.951Z] PASS
22:32:51 [2020-12-04T22:32:51.951Z] 
22:32:51 [2020-12-04T22:32:51.951Z] DONE 7 tests in 12.662s
22:32:51 [2020-12-04T22:32:51.951Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m 
22:32:51 [2020-12-04T22:32:51.951Z] ++ 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
22:32:51 [2020-12-04T22:32:51.951Z] ++ set -e
22:32:51 [2020-12-04T22:32:51.951Z] ++ '[' -n 0 ']'
22:32:51 [2020-12-04T22:32:51.951Z] ++ set -x
22:32:51 [2020-12-04T22:32:51.951Z] ++ env -i DEST=/go/src/github.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
22:32:51 [2020-12-04T22:32:51.951Z] INFO: Testing against a local daemon
22:32:51 [2020-12-04T22:32:51.951Z] === RUN   TestCheckpoint
22:32:51 [2020-12-04T22:32:51.951Z] --- SKIP: TestCheckpoint (0.00s)
22:32:51 [2020-12-04T22:32:51.951Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:32:51 [2020-12-04T22:32:51.951Z] === RUN   TestContainerInvalidJSON
22:32:51 [2020-12-04T22:32:51.951Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:32:51 [2020-12-04T22:32:51.951Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:32:51 [2020-12-04T22:32:51.951Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:32:51 [2020-12-04T22:32:51.951Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:32:51 [2020-12-04T22:32:51.951Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:32:51 [2020-12-04T22:32:51.951Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:32:51 [2020-12-04T22:32:51.951Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:32:51 [2020-12-04T22:32:51.951Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:32:51 [2020-12-04T22:32:51.951Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:32:51 [2020-12-04T22:32:51.951Z] --- PASS: TestContainerInvalidJSON (0.02s)
22:32:51 [2020-12-04T22:32:51.951Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:32:51 [2020-12-04T22:32:51.951Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
22:32:51 [2020-12-04T22:32:51.951Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
22:32:51 [2020-12-04T22:32:51.951Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:32:51 [2020-12-04T22:32:51.951Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
22:32:51 [2020-12-04T22:32:51.951Z] === RUN   TestCopyFromContainerPathIsNotDir
22:32:51 [2020-12-04T22:32:51.951Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
22:32:51 [2020-12-04T22:32:51.951Z] === RUN   TestCopyToContainerPathDoesNotExist
22:32:52 [2020-12-04T22:32:52.244Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s)
22:32:52 [2020-12-04T22:32:52.244Z] === RUN   TestCopyToContainerPathIsNotDir
22:32:52 [2020-12-04T22:32:52.244Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
22:32:52 [2020-12-04T22:32:52.244Z] === RUN   TestCopyFromContainer
22:32:52 [2020-12-04T22:32:52.953Z] --- PASS: TestContainerBindMountNonRecursive (1.89s)
22:32:52 [2020-12-04T22:32:52.953Z] === RUN   TestContainerVolumesMountedAsShared
22:32:53 [2020-12-04T22:32:53.213Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
22:32:53 [2020-12-04T22:32:53.241Z] --- PASS: TestServiceUpdateSecrets (15.79s)
22:32:53 [2020-12-04T22:32:53.241Z] === RUN   TestServiceUpdateConfigs
22:32:53 [2020-12-04T22:32:53.599Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.436s	coverage: 14.1% of statements
22:32:53 [2020-12-04T22:32:53.751Z] === RUN   TestCopyFromContainer//
22:32:53 [2020-12-04T22:32:53.751Z] === RUN   TestCopyFromContainer//bar/root
22:32:53 [2020-12-04T22:32:53.751Z] === RUN   TestCopyFromContainer//bar/root/
22:32:53 [2020-12-04T22:32:53.751Z] === RUN   TestCopyFromContainer/bar/quux
22:32:53 [2020-12-04T22:32:53.751Z] === RUN   TestCopyFromContainer/bar/quux/
22:32:53 [2020-12-04T22:32:53.751Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:32:53 [2020-12-04T22:32:53.751Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:32:53 [2020-12-04T22:32:53.782Z] --- PASS: TestContainerVolumesMountedAsShared (0.62s)
22:32:53 [2020-12-04T22:32:53.782Z] === RUN   TestContainerVolumesMountedAsSlave
22:32:53 [2020-12-04T22:32:53.782Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
22:32:53 [2020-12-04T22:32:53.855Z] ok  	github.com/docker/docker/daemon	12.150s	coverage: 17.2% of statements
22:32:53 [2020-12-04T22:32:53.855Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
22:32:53 [2020-12-04T22:32:53.855Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
22:32:54 [2020-12-04T22:32:54.048Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:32:54 [2020-12-04T22:32:54.048Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:32:54 [2020-12-04T22:32:54.048Z] === RUN   TestCopyFromContainer/bar/notarget
22:32:54 [2020-12-04T22:32:54.340Z] --- PASS: TestCopyFromContainer (1.98s)
22:32:54 [2020-12-04T22:32:54.340Z]     --- PASS: TestCopyFromContainer// (0.07s)
22:32:54 [2020-12-04T22:32:54.340Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
22:32:54 [2020-12-04T22:32:54.340Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
22:32:54 [2020-12-04T22:32:54.340Z]     --- PASS: TestCopyFromContainer/bar/quux (0.08s)
22:32:54 [2020-12-04T22:32:54.340Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
22:32:54 [2020-12-04T22:32:54.340Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
22:32:54 [2020-12-04T22:32:54.340Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
22:32:54 [2020-12-04T22:32:54.340Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
22:32:54 [2020-12-04T22:32:54.340Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
22:32:54 [2020-12-04T22:32:54.340Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
22:32:54 [2020-12-04T22:32:54.340Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:32:54 [2020-12-04T22:32:54.340Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:32:54 [2020-12-04T22:32:54.340Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:32:54 [2020-12-04T22:32:54.340Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:32:54 [2020-12-04T22:32:54.340Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:32:54 [2020-12-04T22:32:54.341Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:32:54 [2020-12-04T22:32:54.341Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:32:54 [2020-12-04T22:32:54.341Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:32:54 [2020-12-04T22:32:54.341Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:32:54 [2020-12-04T22:32:54.341Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:32:54 [2020-12-04T22:32:54.341Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
22:32:54 [2020-12-04T22:32:54.341Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
22:32:54 [2020-12-04T22:32:54.341Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
22:32:54 [2020-12-04T22:32:54.341Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
22:32:54 [2020-12-04T22:32:54.341Z] === RUN   TestCreateLinkToNonExistingContainer
22:32:54 [2020-12-04T22:32:54.341Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
22:32:54 [2020-12-04T22:32:54.341Z] === RUN   TestCreateWithInvalidEnv
22:32:54 [2020-12-04T22:32:54.341Z] === RUN   TestCreateWithInvalidEnv/0
22:32:54 [2020-12-04T22:32:54.341Z] === PAUSE TestCreateWithInvalidEnv/0
22:32:54 [2020-12-04T22:32:54.341Z] === RUN   TestCreateWithInvalidEnv/1
22:32:54 [2020-12-04T22:32:54.341Z] === PAUSE TestCreateWithInvalidEnv/1
22:32:54 [2020-12-04T22:32:54.341Z] === RUN   TestCreateWithInvalidEnv/2
22:32:54 [2020-12-04T22:32:54.341Z] === PAUSE TestCreateWithInvalidEnv/2
22:32:54 [2020-12-04T22:32:54.341Z] === CONT  TestCreateWithInvalidEnv/0
22:32:54 [2020-12-04T22:32:54.341Z] === CONT  TestCreateWithInvalidEnv/2
22:32:54 [2020-12-04T22:32:54.341Z] === CONT  TestCreateWithInvalidEnv/1
22:32:54 [2020-12-04T22:32:54.341Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
22:32:54 [2020-12-04T22:32:54.341Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
22:32:54 [2020-12-04T22:32:54.341Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:32:54 [2020-12-04T22:32:54.341Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
22:32:54 [2020-12-04T22:32:54.341Z] === RUN   TestCreateTmpfsMountsTarget
22:32:54 [2020-12-04T22:32:54.341Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
22:32:54 [2020-12-04T22:32:54.341Z] === RUN   TestCreateWithCustomMaskedPaths
22:32:54 [2020-12-04T22:32:54.353Z] --- PASS: TestContainerVolumesMountedAsSlave (0.75s)
22:32:54 [2020-12-04T22:32:54.353Z] === RUN   TestNetworkNat
22:32:54 [2020-12-04T22:32:54.417Z] ok  	github.com/docker/docker/daemon/config	0.066s	coverage: 81.8% of statements
22:32:54 [2020-12-04T22:32:54.923Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
22:32:55 [2020-12-04T22:32:55.184Z] --- PASS: TestNetworkNat (0.85s)
22:32:55 [2020-12-04T22:32:55.184Z] === RUN   TestNetworkLocalhostTCPNat
22:32:55 [2020-12-04T22:32:55.345Z] ok  	github.com/docker/docker/daemon/discovery	0.004s	coverage: 30.0% of statements
22:32:55 [2020-12-04T22:32:55.602Z] ok  	github.com/docker/docker/daemon/events	0.068s	coverage: 50.0% of statements
22:32:55 [2020-12-04T22:32:55.602Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
22:32:55 [2020-12-04T22:32:55.602Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
22:32:55 [2020-12-04T22:32:55.851Z] --- PASS: TestCreateWithCustomMaskedPaths (1.51s)
22:32:55 [2020-12-04T22:32:55.851Z] === RUN   TestCreateWithCustomReadonlyPaths
22:32:56 [2020-12-04T22:32:56.123Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s)
22:32:56 [2020-12-04T22:32:56.123Z] === RUN   TestNetworkLoopbackNat
22:32:56 [2020-12-04T22:32:56.383Z] === RUN   TestDockerSuite/TestBuildAddScript
22:32:56 [2020-12-04T22:32:56.642Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
22:32:56 [2020-12-04T22:32:56.968Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
22:32:57 [2020-12-04T22:32:57.211Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
22:32:57 [2020-12-04T22:32:57.362Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.53s)
22:32:57 [2020-12-04T22:32:57.362Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:32:57 [2020-12-04T22:32:57.362Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:32:57 [2020-12-04T22:32:57.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:32:57 [2020-12-04T22:32:57.362Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:32:57 [2020-12-04T22:32:57.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:32:57 [2020-12-04T22:32:57.362Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:32:57 [2020-12-04T22:32:57.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:32:57 [2020-12-04T22:32:57.362Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:32:57 [2020-12-04T22:32:57.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:32:57 [2020-12-04T22:32:57.362Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:32:57 [2020-12-04T22:32:57.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:32:57 [2020-12-04T22:32:57.362Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:32:57 [2020-12-04T22:32:57.362Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:32:57 [2020-12-04T22:32:57.362Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:32:57 [2020-12-04T22:32:57.362Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:32:57 [2020-12-04T22:32:57.362Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:32:57 [2020-12-04T22:32:57.362Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
22:32:57 [2020-12-04T22:32:57.362Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
22:32:57 [2020-12-04T22:32:57.362Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
22:32:57 [2020-12-04T22:32:57.362Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
22:32:57 [2020-12-04T22:32:57.362Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
22:32:57 [2020-12-04T22:32:57.362Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
22:32:57 [2020-12-04T22:32:57.362Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:32:57 [2020-12-04T22:32:57.996Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.53s)
22:32:57 [2020-12-04T22:32:57.996Z] === RUN   TestCreateDifferentPlatform
22:32:57 [2020-12-04T22:32:57.996Z] === RUN   TestCreateDifferentPlatform/different_os
22:32:57 [2020-12-04T22:32:57.996Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:32:57 [2020-12-04T22:32:57.996Z] --- PASS: TestCreateDifferentPlatform (0.02s)
22:32:57 [2020-12-04T22:32:57.996Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:32:57 [2020-12-04T22:32:57.996Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
22:32:57 [2020-12-04T22:32:57.996Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:32:57 [2020-12-04T22:32:57.996Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
22:32:57 [2020-12-04T22:32:57.996Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:32:57 [2020-12-04T22:32:57.996Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
22:32:57 [2020-12-04T22:32:57.996Z] === RUN   TestContainerStartOnDaemonRestart
22:32:57 [2020-12-04T22:32:57.996Z] === PAUSE TestContainerStartOnDaemonRestart
22:32:57 [2020-12-04T22:32:57.996Z] === RUN   TestDaemonRestartIpcMode
22:32:57 [2020-12-04T22:32:57.996Z] === PAUSE TestDaemonRestartIpcMode
22:32:57 [2020-12-04T22:32:57.996Z] === RUN   TestDaemonHostGatewayIP
22:32:57 [2020-12-04T22:32:57.996Z] === PAUSE TestDaemonHostGatewayIP
22:32:57 [2020-12-04T22:32:57.996Z] === RUN   TestContainerKillOnDaemonStart
22:32:57 [2020-12-04T22:32:57.996Z] === PAUSE TestContainerKillOnDaemonStart
22:32:57 [2020-12-04T22:32:57.996Z] === RUN   TestDiff
22:32:58 [2020-12-04T22:32:58.594Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
22:32:58 [2020-12-04T22:32:58.654Z] --- PASS: TestDiff (0.52s)
22:32:58 [2020-12-04T22:32:58.655Z] === RUN   TestExecWithCloseStdin
22:32:58 [2020-12-04T22:32:58.856Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.382s	coverage: 73.1% of statements
22:32:59 [2020-12-04T22:32:59.163Z] --- PASS: TestNetworkLoopbackNat (3.23s)
22:32:59 [2020-12-04T22:32:59.164Z] === RUN   TestPause
22:32:59 [2020-12-04T22:32:59.293Z] --- PASS: TestExecWithCloseStdin (0.69s)
22:32:59 [2020-12-04T22:32:59.293Z] === RUN   TestExec
22:32:59 [2020-12-04T22:32:59.783Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.010s	coverage: 2.9% of statements
22:32:59 [2020-12-04T22:32:59.931Z] --- PASS: TestExec (0.68s)
22:32:59 [2020-12-04T22:32:59.931Z] === RUN   TestExecUser
22:33:00 [2020-12-04T22:33:00.100Z] --- PASS: TestPause (0.85s)
22:33:00 [2020-12-04T22:33:00.100Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:33:00 [2020-12-04T22:33:00.100Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:33:00 [2020-12-04T22:33:00.100Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:33:00 [2020-12-04T22:33:00.100Z] === RUN   TestPauseStopPausedContainer
22:33:00 [2020-12-04T22:33:00.345Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.405s	coverage: 56.2% of statements
22:33:00 [2020-12-04T22:33:00.563Z] --- PASS: TestExecUser (0.63s)
22:33:00 [2020-12-04T22:33:00.564Z] === RUN   TestExportContainerAndImportImage
22:33:01 [2020-12-04T22:33:01.040Z] --- PASS: TestPauseStopPausedContainer (0.71s)
22:33:01 [2020-12-04T22:33:01.040Z] === RUN   TestPsFilter
22:33:01 [2020-12-04T22:33:01.040Z] --- PASS: TestPsFilter (0.18s)
22:33:01 [2020-12-04T22:33:01.040Z] === RUN   TestRemoveContainerWithRemovedVolume
22:33:01 [2020-12-04T22:33:01.299Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
22:33:01 [2020-12-04T22:33:01.599Z] --- PASS: TestExportContainerAndImportImage (0.81s)
22:33:01 [2020-12-04T22:33:01.599Z] === RUN   TestExportContainerAfterDaemonRestart
22:33:01 [2020-12-04T22:33:01.885Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s)
22:33:01 [2020-12-04T22:33:01.885Z] === RUN   TestRemoveContainerWithVolume
22:33:02 [2020-12-04T22:33:02.476Z] --- PASS: TestRemoveContainerWithVolume (0.76s)
22:33:02 [2020-12-04T22:33:02.476Z] === RUN   TestRemoveContainerRunning
22:33:02 [2020-12-04T22:33:02.861Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.006s	coverage: 1.8% of statements
22:33:03 [2020-12-04T22:33:03.114Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s)
22:33:03 [2020-12-04T22:33:03.114Z] === RUN   TestHealthCheckWorkdir
22:33:03 [2020-12-04T22:33:03.420Z] --- PASS: TestRemoveContainerRunning (0.77s)
22:33:03 [2020-12-04T22:33:03.420Z] === RUN   TestRemoveContainerForceRemoveRunning
22:33:03 [2020-12-04T22:33:03.745Z] --- PASS: TestHealthCheckWorkdir (0.77s)
22:33:03 [2020-12-04T22:33:03.745Z] === RUN   TestHealthKillContainer
22:33:04 [2020-12-04T22:33:04.358Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s)
22:33:04 [2020-12-04T22:33:04.358Z] === RUN   TestRemoveInvalidContainer
22:33:04 [2020-12-04T22:33:04.358Z] --- PASS: TestRemoveInvalidContainer (0.02s)
22:33:04 [2020-12-04T22:33:04.358Z] === RUN   TestRenameLinkedContainer
22:33:04 [2020-12-04T22:33:04.763Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.268s	coverage: 45.9% of statements
22:33:04 [2020-12-04T22:33:04.763Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
22:33:04 [2020-12-04T22:33:04.763Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.304s	coverage: 49.5% of statements
22:33:05 [2020-12-04T22:33:05.739Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
22:33:05 [2020-12-04T22:33:05.999Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
22:33:06 [2020-12-04T22:33:06.470Z] --- PASS: TestHealthKillContainer (2.63s)
22:33:06 [2020-12-04T22:33:06.470Z] === RUN   TestInspectCpusetInConfigPre120
22:33:06 [2020-12-04T22:33:06.763Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s)
22:33:06 [2020-12-04T22:33:06.763Z] === RUN   TestIpcModeNone
22:33:07 [2020-12-04T22:33:07.278Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.010s	coverage: 58.0% of statements
22:33:07 [2020-12-04T22:33:07.278Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.624s	coverage: 57.7% of statements
22:33:07 [2020-12-04T22:33:07.278Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
22:33:07 [2020-12-04T22:33:07.278Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
22:33:07 [2020-12-04T22:33:07.380Z] --- PASS: TestRenameLinkedContainer (3.02s)
22:33:07 [2020-12-04T22:33:07.380Z] === RUN   TestRenameStoppedContainer
22:33:07 [2020-12-04T22:33:07.398Z] --- PASS: TestIpcModeNone (0.62s)
22:33:07 [2020-12-04T22:33:07.398Z] === RUN   TestIpcModePrivate
22:33:08 [2020-12-04T22:33:08.032Z] --- PASS: TestIpcModePrivate (0.63s)
22:33:08 [2020-12-04T22:33:08.032Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false
22:33:08 [2020-12-04T22:33:08.032Z] === RUN   TestIpcModeShareable
22:33:08 [2020-12-04T22:33:08.318Z] --- PASS: TestRenameStoppedContainer (0.97s)
22:33:08 [2020-12-04T22:33:08.318Z] === RUN   TestRenameRunningContainerAndReuse
22:33:08 [2020-12-04T22:33:08.558Z] --- PASS: TestServiceUpdateConfigs (15.88s)
22:33:08 [2020-12-04T22:33:08.558Z] === RUN   TestServiceUpdateNetwork
22:33:08 [2020-12-04T22:33:08.643Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.036s	coverage: 3.0% of statements
22:33:08 [2020-12-04T22:33:08.665Z] --- PASS: TestIpcModeShareable (0.63s)
22:33:08 [2020-12-04T22:33:08.665Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true
22:33:08 [2020-12-04T22:33:08.665Z] === RUN   TestAPIIpcModeShareableAndContainer
22:33:09 [2020-12-04T22:33:09.257Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
22:33:09 [2020-12-04T22:33:09.517Z] --- PASS: TestRenameRunningContainerAndReuse (1.51s)
22:33:09 [2020-12-04T22:33:09.517Z] === RUN   TestRenameInvalidName
22:33:09 [2020-12-04T22:33:09.571Z] ok  	github.com/docker/docker/daemon/links	0.012s	coverage: 93.0% of statements
22:33:09 [2020-12-04T22:33:09.777Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
22:33:10 [2020-12-04T22:33:10.349Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
22:33:10 [2020-12-04T22:33:10.349Z] --- PASS: TestRenameInvalidName (0.77s)
22:33:10 [2020-12-04T22:33:10.349Z] === RUN   TestRenameAnonymousContainer
22:33:10 [2020-12-04T22:33:10.501Z] ok  	github.com/docker/docker/daemon/images	0.018s	coverage: 6.5% of statements
22:33:10 [2020-12-04T22:33:10.501Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
22:33:10 [2020-12-04T22:33:10.501Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
22:33:10 [2020-12-04T22:33:10.755Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.84s)
22:33:10 [2020-12-04T22:33:10.755Z] === RUN   TestAPIIpcModeHost
22:33:10 [2020-12-04T22:33:10.919Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
22:33:10 [2020-12-04T22:33:10.919Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
22:33:11 [2020-12-04T22:33:11.050Z] --- PASS: TestAPIIpcModeHost (0.46s)
22:33:11 [2020-12-04T22:33:11.050Z] === RUN   TestDaemonIpcModeShareable
22:33:11 [2020-12-04T22:33:11.872Z] ok  	github.com/docker/docker/daemon/logger	0.235s	coverage: 41.0% of statements
22:33:12 [2020-12-04T22:33:12.563Z] --- PASS: TestDaemonIpcModeShareable (1.39s)
22:33:12 [2020-12-04T22:33:12.563Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
22:33:12 [2020-12-04T22:33:12.563Z] === RUN   TestDaemonIpcModePrivate
22:33:12 [2020-12-04T22:33:12.816Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.151s	coverage: 77.8% of statements
22:33:12 [2020-12-04T22:33:12.816Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
22:33:12 [2020-12-04T22:33:12.816Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
22:33:12 [2020-12-04T22:33:12.824Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
22:33:13 [2020-12-04T22:33:13.074Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.016s	coverage: 67.0% of statements
22:33:13 [2020-12-04T22:33:13.608Z] --- PASS: TestDaemonIpcModePrivate (1.36s)
22:33:13 [2020-12-04T22:33:13.608Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
22:33:13 [2020-12-04T22:33:13.608Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:33:13 [2020-12-04T22:33:13.762Z] --- PASS: TestRenameAnonymousContainer (3.16s)
22:33:13 [2020-12-04T22:33:13.762Z] === RUN   TestRenameContainerWithSameName
22:33:14 [2020-12-04T22:33:14.332Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
22:33:14 [2020-12-04T22:33:14.332Z] --- PASS: TestRenameContainerWithSameName (0.81s)
22:33:14 [2020-12-04T22:33:14.332Z] === RUN   TestRenameContainerWithLinkedContainer
22:33:14 [2020-12-04T22:33:14.439Z] ok  	github.com/docker/docker/daemon/logger/journald	0.023s	coverage: 23.9% of statements
22:33:14 [2020-12-04T22:33:14.439Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.006s	coverage: 61.6% of statements
22:33:14 [2020-12-04T22:33:14.694Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
22:33:14 [2020-12-04T22:33:14.901Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
22:33:14 [2020-12-04T22:33:14.901Z] === RUN   TestDockerSuite/TestBuildAddTar
22:33:15 [2020-12-04T22:33:15.121Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.38s)
22:33:15 [2020-12-04T22:33:15.121Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
22:33:15 [2020-12-04T22:33:15.121Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:33:15 [2020-12-04T22:33:15.842Z] --- PASS: TestRenameContainerWithLinkedContainer (1.57s)
22:33:15 [2020-12-04T22:33:15.842Z] === RUN   TestResize
22:33:16 [2020-12-04T22:33:16.061Z] ok  	github.com/docker/docker/daemon/logger/local	0.013s	coverage: 75.2% of statements
22:33:16 [2020-12-04T22:33:16.061Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
22:33:16 [2020-12-04T22:33:16.624Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.050s	coverage: 58.6% of statements
22:33:16 [2020-12-04T22:33:16.629Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.39s)
22:33:16 [2020-12-04T22:33:16.630Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
22:33:16 [2020-12-04T22:33:16.630Z] === RUN   TestIpcModeOlderClient
22:33:16 [2020-12-04T22:33:16.630Z] === PAUSE TestIpcModeOlderClient
22:33:16 [2020-12-04T22:33:16.630Z] === RUN   TestKillContainerInvalidSignal
22:33:16 [2020-12-04T22:33:16.782Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
22:33:16 [2020-12-04T22:33:16.782Z] --- PASS: TestResize (0.87s)
22:33:16 [2020-12-04T22:33:16.782Z] === RUN   TestResizeWithInvalidSize
22:33:16 [2020-12-04T22:33:16.921Z] --- PASS: TestKillContainerInvalidSignal (0.53s)
22:33:16 [2020-12-04T22:33:16.921Z] === RUN   TestKillContainer
22:33:16 [2020-12-04T22:33:16.921Z] === RUN   TestKillContainer/no_signal
22:33:17 [2020-12-04T22:33:17.553Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.008s	coverage: 33.3% of statements
22:33:17 [2020-12-04T22:33:17.554Z] === RUN   TestKillContainer/non_killing_signal
22:33:17 [2020-12-04T22:33:17.721Z] --- PASS: TestResizeWithInvalidSize (0.82s)
22:33:17 [2020-12-04T22:33:17.721Z] === RUN   TestResizeWhenContainerNotStarted
22:33:17 [2020-12-04T22:33:17.847Z] === RUN   TestKillContainer/killing_signal
22:33:18 [2020-12-04T22:33:18.482Z] --- PASS: TestKillContainer (1.63s)
22:33:18 [2020-12-04T22:33:18.482Z]     --- PASS: TestKillContainer/no_signal (0.51s)
22:33:18 [2020-12-04T22:33:18.482Z]     --- PASS: TestKillContainer/non_killing_signal (0.39s)
22:33:18 [2020-12-04T22:33:18.482Z]     --- PASS: TestKillContainer/killing_signal (0.51s)
22:33:18 [2020-12-04T22:33:18.482Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:33:18 [2020-12-04T22:33:18.482Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
22:33:18 [2020-12-04T22:33:18.660Z] --- PASS: TestResizeWhenContainerNotStarted (0.94s)
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:33:18 [2020-12-04T22:33:18.660Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:33:18 [2020-12-04T22:33:18.921Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.009s	coverage: 46.8% of statements
22:33:19 [2020-12-04T22:33:19.124Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:33:19 [2020-12-04T22:33:19.177Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
22:33:19 [2020-12-04T22:33:19.758Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.07s)
22:33:19 [2020-12-04T22:33:19.758Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s)
22:33:19 [2020-12-04T22:33:19.758Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.36s)
22:33:19 [2020-12-04T22:33:19.758Z] === RUN   TestKillStoppedContainer
22:33:19 [2020-12-04T22:33:19.758Z] --- PASS: TestKillStoppedContainer (0.06s)
22:33:19 [2020-12-04T22:33:19.758Z] === RUN   TestKillStoppedContainerAPIPre120
22:33:19 [2020-12-04T22:33:19.758Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
22:33:19 [2020-12-04T22:33:19.758Z] === RUN   TestKillDifferentUserContainer
22:33:20 [2020-12-04T22:33:20.105Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.684s	coverage: 82.5% of statements
22:33:20 [2020-12-04T22:33:20.105Z] ?   	github.com/docker/docker/daemon/names	[no test files]
22:33:20 [2020-12-04T22:33:20.105Z] ok  	github.com/docker/docker/daemon/network	0.025s	coverage: 63.8% of statements
22:33:20 [2020-12-04T22:33:20.105Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
22:33:20 [2020-12-04T22:33:20.391Z] --- PASS: TestKillDifferentUserContainer (0.52s)
22:33:20 [2020-12-04T22:33:20.391Z] === RUN   TestInspectOomKilledTrue
22:33:20 [2020-12-04T22:33:20.568Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
22:33:21 [2020-12-04T22:33:21.446Z] --- PASS: TestInspectOomKilledTrue (0.96s)
22:33:21 [2020-12-04T22:33:21.446Z] === RUN   TestInspectOomKilledFalse
22:33:21 [2020-12-04T22:33:21.743Z] --- PASS: TestInspectOomKilledFalse (0.54s)
22:33:21 [2020-12-04T22:33:21.743Z] === RUN   TestLinksEtcHostsContentMatch
22:33:21 [2020-12-04T22:33:21.949Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:33:21 [2020-12-04T22:33:21.949Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:33:21 [2020-12-04T22:33:21.994Z] ok  	github.com/docker/docker/distribution/metadata	0.055s	coverage: 48.2% of statements
22:33:22 [2020-12-04T22:33:22.210Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
22:33:22 [2020-12-04T22:33:22.379Z] --- PASS: TestLinksEtcHostsContentMatch (0.39s)
22:33:22 [2020-12-04T22:33:22.379Z] === RUN   TestLinksContainerNames
22:33:22 [2020-12-04T22:33:22.923Z] ok  	github.com/docker/docker/distribution	0.172s	coverage: 25.6% of statements
22:33:22 [2020-12-04T22:33:22.923Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
22:33:23 [2020-12-04T22:33:23.414Z] --- PASS: TestLinksContainerNames (0.99s)
22:33:23 [2020-12-04T22:33:23.414Z] === RUN   TestLogsFollowTailEmpty
22:33:23 [2020-12-04T22:33:23.591Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:33:23 [2020-12-04T22:33:23.591Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:33:23 [2020-12-04T22:33:23.705Z] --- PASS: TestLogsFollowTailEmpty (0.53s)
22:33:23 [2020-12-04T22:33:23.705Z] === RUN   TestContainerNetworkMountsNoChown
22:33:23 [2020-12-04T22:33:23.851Z] === RUN   TestDockerSuite/TestBuildAddTarXz
22:33:23 [2020-12-04T22:33:23.851Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
22:33:23 [2020-12-04T22:33:23.875Z] --- PASS: TestServiceUpdateNetwork (16.68s)
22:33:23 [2020-12-04T22:33:23.875Z] === RUN   TestServiceUpdatePidsLimit
22:33:24 [2020-12-04T22:33:24.346Z] --- PASS: TestContainerNetworkMountsNoChown (0.53s)
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/default
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/default
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/private
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/private
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rprivate
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rprivate
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/slave
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/slave
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rslave
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rslave
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/shared
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/shared
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rshared
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rshared
22:33:24 [2020-12-04T22:33:24.346Z] === CONT  TestMountDaemonRoot/default
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/default/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/default/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === CONT  TestMountDaemonRoot/default/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === CONT  TestMountDaemonRoot/rshared
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === CONT  TestMountDaemonRoot/shared
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === CONT  TestMountDaemonRoot/rslave
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === CONT  TestMountDaemonRoot/slave
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === CONT  TestMountDaemonRoot/rprivate
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === CONT  TestMountDaemonRoot/private
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/private/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:33:24 [2020-12-04T22:33:24.346Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:33:24 [2020-12-04T22:33:24.346Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:33:24 [2020-12-04T22:33:24.347Z] === RUN   TestMountDaemonRoot/private/bind_root
22:33:24 [2020-12-04T22:33:24.347Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:33:24 [2020-12-04T22:33:24.347Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:33:24 [2020-12-04T22:33:24.347Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/default/mount_root
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:33:24 [2020-12-04T22:33:24.347Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:33:24 [2020-12-04T22:33:24.505Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
22:33:24 [2020-12-04T22:33:24.639Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:33:24 [2020-12-04T22:33:24.640Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:33:24 [2020-12-04T22:33:24.640Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:33:24 [2020-12-04T22:33:24.640Z] === CONT  TestMountDaemonRoot/private/mount_root
22:33:24 [2020-12-04T22:33:24.640Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:33:24 [2020-12-04T22:33:24.640Z] === CONT  TestMountDaemonRoot/private/bind_root
22:33:24 [2020-12-04T22:33:24.640Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:33:24 [2020-12-04T22:33:24.640Z] --- PASS: TestMountDaemonRoot (0.03s)
22:33:24 [2020-12-04T22:33:24.640Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
22:33:24 [2020-12-04T22:33:24.640Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
22:33:24 [2020-12-04T22:33:24.640Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
22:33:24 [2020-12-04T22:33:24.640Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
22:33:24 [2020-12-04T22:33:24.640Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
22:33:24 [2020-12-04T22:33:24.640Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
22:33:24 [2020-12-04T22:33:24.640Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
22:33:24 [2020-12-04T22:33:24.640Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
22:33:24 [2020-12-04T22:33:24.640Z] === RUN   TestContainerBindMountNonRecursive
22:33:24 [2020-12-04T22:33:24.780Z] ok  	github.com/docker/docker/image	0.016s	coverage: 86.4% of statements
22:33:24 [2020-12-04T22:33:24.790Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
22:33:25 [2020-12-04T22:33:25.343Z] ok  	github.com/docker/docker/distribution/xfer	1.878s	coverage: 85.1% of statements
22:33:25 [2020-12-04T22:33:25.343Z] ?   	github.com/docker/docker/dockerversion	[no test files]
22:33:25 [2020-12-04T22:33:25.359Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
22:33:25 [2020-12-04T22:33:25.359Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:33:25 [2020-12-04T22:33:25.359Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
22:33:25 [2020-12-04T22:33:25.536Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
22:33:25 [2020-12-04T22:33:25.600Z] ok  	github.com/docker/docker/image/cache	0.013s	coverage: 19.2% of statements
22:33:25 [2020-12-04T22:33:25.600Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
22:33:25 [2020-12-04T22:33:25.619Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:33:26 [2020-12-04T22:33:26.149Z] --- PASS: TestContainerBindMountNonRecursive (1.46s)
22:33:26 [2020-12-04T22:33:26.149Z] === RUN   TestContainerVolumesMountedAsShared
22:33:26 [2020-12-04T22:33:26.442Z] --- PASS: TestContainerVolumesMountedAsShared (0.50s)
22:33:26 [2020-12-04T22:33:26.442Z] === RUN   TestContainerVolumesMountedAsSlave
22:33:26 [2020-12-04T22:33:26.529Z] ok  	github.com/docker/docker/image/v1	0.009s	coverage: 25.0% of statements
22:33:26 [2020-12-04T22:33:26.529Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
22:33:26 [2020-12-04T22:33:26.558Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
22:33:27 [2020-12-04T22:33:27.078Z] --- PASS: TestContainerVolumesMountedAsSlave (0.43s)
22:33:27 [2020-12-04T22:33:27.078Z] === RUN   TestNetworkNat
22:33:27 [2020-12-04T22:33:27.457Z] ok  	github.com/docker/docker/libcontainerd/queue	0.022s	coverage: 100.0% of statements
22:33:27 [2020-12-04T22:33:27.710Z] --- PASS: TestNetworkNat (0.56s)
22:33:27 [2020-12-04T22:33:27.710Z] === RUN   TestNetworkLocalhostTCPNat
22:33:27 [2020-12-04T22:33:27.940Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:33:28 [2020-12-04T22:33:28.004Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s)
22:33:28 [2020-12-04T22:33:28.004Z] === RUN   TestNetworkLoopbackNat
22:33:28 [2020-12-04T22:33:28.208Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:33:28 [2020-12-04T22:33:28.385Z] ok  	github.com/docker/docker/oci	0.005s	coverage: 8.2% of statements
22:33:28 [2020-12-04T22:33:28.782Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
22:33:28 [2020-12-04T22:33:28.947Z] ok  	github.com/docker/docker/opts	0.019s	coverage: 67.1% of statements
22:33:29 [2020-12-04T22:33:29.203Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
22:33:30 [2020-12-04T22:33:30.691Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
22:33:30 [2020-12-04T22:33:30.732Z] --- PASS: TestNetworkLoopbackNat (2.69s)
22:33:30 [2020-12-04T22:33:30.732Z] === RUN   TestPause
22:33:30 [2020-12-04T22:33:30.950Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:33:31 [2020-12-04T22:33:31.092Z] ok  	github.com/docker/docker/pkg/archive	0.299s	coverage: 76.9% of statements
22:33:31 [2020-12-04T22:33:31.371Z] --- PASS: TestPause (0.54s)
22:33:31 [2020-12-04T22:33:31.371Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:33:31 [2020-12-04T22:33:31.371Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:33:31 [2020-12-04T22:33:31.371Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:33:31 [2020-12-04T22:33:31.371Z] === RUN   TestPauseStopPausedContainer
22:33:31 [2020-12-04T22:33:31.519Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:33:31 [2020-12-04T22:33:31.653Z] ok  	github.com/docker/docker/pkg/authorization	0.166s	coverage: 68.3% of statements
22:33:31 [2020-12-04T22:33:31.910Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
22:33:32 [2020-12-04T22:33:32.006Z] --- PASS: TestPauseStopPausedContainer (0.58s)
22:33:32 [2020-12-04T22:33:32.006Z] === RUN   TestPsFilter
22:33:32 [2020-12-04T22:33:32.006Z] --- PASS: TestPsFilter (0.16s)
22:33:32 [2020-12-04T22:33:32.006Z] === RUN   TestRemoveContainerWithRemovedVolume
22:33:32 [2020-12-04T22:33:32.166Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
22:33:32 [2020-12-04T22:33:32.643Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.52s)
22:33:32 [2020-12-04T22:33:32.643Z] === RUN   TestRemoveContainerWithVolume
22:33:33 [2020-12-04T22:33:33.277Z] --- PASS: TestRemoveContainerWithVolume (0.55s)
22:33:33 [2020-12-04T22:33:33.277Z] === RUN   TestRemoveContainerRunning
22:33:33 [2020-12-04T22:33:33.569Z] --- PASS: TestRemoveContainerRunning (0.54s)
22:33:33 [2020-12-04T22:33:33.569Z] === RUN   TestRemoveContainerForceRemoveRunning
22:33:34 [2020-12-04T22:33:34.032Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
22:33:34 [2020-12-04T22:33:34.055Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
22:33:34 [2020-12-04T22:33:34.055Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.05s)
22:33:34 [2020-12-04T22:33:34.055Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.23s)
22:33:34 [2020-12-04T22:33:34.055Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s)
22:33:34 [2020-12-04T22:33:34.055Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.87s)
22:33:34 [2020-12-04T22:33:34.055Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.88s)
22:33:34 [2020-12-04T22:33:34.055Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.02s)
22:33:34 [2020-12-04T22:33:34.055Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.40s)
22:33:34 [2020-12-04T22:33:34.055Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.38s)
22:33:34 [2020-12-04T22:33:34.055Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.17s)
22:33:34 [2020-12-04T22:33:34.055Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.38s)
22:33:34 [2020-12-04T22:33:34.055Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.39s)
22:33:34 [2020-12-04T22:33:34.055Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.34s)
22:33:34 [2020-12-04T22:33:34.055Z] === RUN   TestCgroupNamespacesRun
22:33:34 [2020-12-04T22:33:34.204Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.51s)
22:33:34 [2020-12-04T22:33:34.204Z] === RUN   TestRemoveInvalidContainer
22:33:34 [2020-12-04T22:33:34.204Z] --- PASS: TestRemoveInvalidContainer (0.02s)
22:33:34 [2020-12-04T22:33:34.204Z] === RUN   TestRenameLinkedContainer
22:33:35 [2020-12-04T22:33:35.440Z] ok  	github.com/docker/docker/layer	7.070s	coverage: 68.8% of statements
22:33:35 [2020-12-04T22:33:35.440Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
22:33:35 [2020-12-04T22:33:35.440Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
22:33:35 [2020-12-04T22:33:35.440Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
22:33:35 [2020-12-04T22:33:35.440Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
22:33:35 [2020-12-04T22:33:35.440Z] ?   	github.com/docker/docker/oci/caps	[no test files]
22:33:35 [2020-12-04T22:33:35.440Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.523s	coverage: 43.2% of statements
22:33:35 [2020-12-04T22:33:35.440Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
22:33:35 [2020-12-04T22:33:35.440Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
22:33:35 [2020-12-04T22:33:35.440Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
22:33:35 [2020-12-04T22:33:35.441Z] --- PASS: TestCgroupNamespacesRun (1.51s)
22:33:35 [2020-12-04T22:33:35.441Z] === RUN   TestCgroupNamespacesRunPrivileged
22:33:35 [2020-12-04T22:33:35.441Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
22:33:36 [2020-12-04T22:33:36.282Z] --- PASS: TestRenameLinkedContainer (2.15s)
22:33:36 [2020-12-04T22:33:36.283Z] === RUN   TestRenameStoppedContainer
22:33:36 [2020-12-04T22:33:36.382Z] === RUN   TestDockerSuite/TestBuildBlankName
22:33:36 [2020-12-04T22:33:36.384Z] ok  	github.com/docker/docker/pkg/discovery	0.004s	coverage: 58.3% of statements
22:33:36 [2020-12-04T22:33:36.384Z] ok  	github.com/docker/docker/pkg/discovery/file	0.007s	coverage: 97.6% of statements
22:33:36 [2020-12-04T22:33:36.642Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
22:33:36 [2020-12-04T22:33:36.917Z] --- PASS: TestRenameStoppedContainer (0.55s)
22:33:36 [2020-12-04T22:33:36.917Z] === RUN   TestRenameRunningContainerAndReuse
22:33:36 [2020-12-04T22:33:36.945Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.005s	coverage: 92.3% of statements
22:33:37 [2020-12-04T22:33:37.211Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.79s)
22:33:37 [2020-12-04T22:33:37.212Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:33:37 [2020-12-04T22:33:37.506Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.003s	coverage: 93.8% of statements
22:33:37 [2020-12-04T22:33:37.956Z] --- PASS: TestRenameRunningContainerAndReuse (1.10s)
22:33:37 [2020-12-04T22:33:37.956Z] === RUN   TestRenameInvalidName
22:33:38 [2020-12-04T22:33:38.069Z] ok  	github.com/docker/docker/pkg/dmesg	0.009s	coverage: 83.3% of statements
22:33:38 [2020-12-04T22:33:38.594Z] --- PASS: TestRenameInvalidName (0.50s)
22:33:38 [2020-12-04T22:33:38.594Z] === RUN   TestRenameAnonymousContainer
22:33:39 [2020-12-04T22:33:39.121Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
22:33:39 [2020-12-04T22:33:39.121Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.01s)
22:33:39 [2020-12-04T22:33:39.121Z] === RUN   TestCgroupNamespacesRunHostMode
22:33:39 [2020-12-04T22:33:39.434Z] ok  	github.com/docker/docker/pkg/filenotify	0.605s	coverage: 67.0% of statements
22:33:40 [2020-12-04T22:33:40.362Z] ok  	github.com/docker/docker/pkg/fileutils	0.012s	coverage: 89.5% of statements
22:33:40 [2020-12-04T22:33:40.618Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.053s	coverage: 84.1% of statements
22:33:40 [2020-12-04T22:33:40.672Z] --- PASS: TestRenameAnonymousContainer (1.93s)
22:33:40 [2020-12-04T22:33:40.672Z] === RUN   TestRenameContainerWithSameName
22:33:40 [2020-12-04T22:33:40.874Z] ok  	github.com/docker/docker/pkg/fsutils	0.147s	coverage: 85.1% of statements
22:33:40 [2020-12-04T22:33:40.965Z] --- PASS: TestRenameContainerWithSameName (0.52s)
22:33:40 [2020-12-04T22:33:40.965Z] === RUN   TestRenameContainerWithLinkedContainer
22:33:41 [2020-12-04T22:33:41.029Z] --- PASS: TestCgroupNamespacesRunHostMode (1.93s)
22:33:41 [2020-12-04T22:33:41.029Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:33:41 [2020-12-04T22:33:41.130Z] ok  	github.com/docker/docker/pkg/homedir	0.009s	coverage: 11.4% of statements
22:33:41 [2020-12-04T22:33:41.288Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
22:33:42 [2020-12-04T22:33:42.003Z] --- PASS: TestRenameContainerWithLinkedContainer (1.05s)
22:33:42 [2020-12-04T22:33:42.003Z] === RUN   TestResize
22:33:42 [2020-12-04T22:33:42.057Z] ok  	github.com/docker/docker/pkg/idtools	0.476s	coverage: 70.1% of statements
22:33:42 [2020-12-04T22:33:42.312Z] ok  	github.com/docker/docker/pkg/ioutils	0.499s	coverage: 70.6% of statements
22:33:42 [2020-12-04T22:33:42.492Z] --- PASS: TestServiceUpdatePidsLimit (18.05s)
22:33:42 [2020-12-04T22:33:42.492Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.92s)
22:33:42 [2020-12-04T22:33:42.492Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.24s)
22:33:42 [2020-12-04T22:33:42.492Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.34s)
22:33:42 [2020-12-04T22:33:42.492Z] PASS
22:33:42 [2020-12-04T22:33:42.492Z] 
22:33:42 [2020-12-04T22:33:42.492Z] === Skipped
22:33:42 [2020-12-04T22:33:42.492Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s)
22:33:42 [2020-12-04T22:33:42.492Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:33:42 [2020-12-04T22:33:42.492Z] 
22:33:42 [2020-12-04T22:33:42.492Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s)
22:33:42 [2020-12-04T22:33:42.492Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:33:42 [2020-12-04T22:33:42.492Z] 
22:33:42 [2020-12-04T22:33:42.492Z] 
22:33:42 [2020-12-04T22:33:42.492Z] DONE 27 tests, 2 skipped in 179.415s
22:33:42 [2020-12-04T22:33:42.492Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m 
22:33:42 [2020-12-04T22:33:42.492Z] ++ 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
22:33:42 [2020-12-04T22:33:42.492Z] ++ set -e
22:33:42 [2020-12-04T22:33:42.492Z] ++ '[' -n 0 ']'
22:33:42 [2020-12-04T22:33:42.492Z] ++ set -x
22:33:42 [2020-12-04T22:33:42.492Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
22:33:42 [2020-12-04T22:33:42.492Z] INFO: Testing against a local daemon
22:33:42 [2020-12-04T22:33:42.492Z] === RUN   TestSessionCreate
22:33:42 [2020-12-04T22:33:42.492Z] --- PASS: TestSessionCreate (0.06s)
22:33:42 [2020-12-04T22:33:42.492Z] === RUN   TestSessionCreateWithBadUpgrade
22:33:42 [2020-12-04T22:33:42.492Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
22:33:42 [2020-12-04T22:33:42.492Z] PASS
22:33:42 [2020-12-04T22:33:42.492Z] 
22:33:42 [2020-12-04T22:33:42.492Z] DONE 2 tests in 0.155s
22:33:42 [2020-12-04T22:33:42.492Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m 
22:33:42 [2020-12-04T22:33:42.492Z] ++ 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
22:33:42 [2020-12-04T22:33:42.492Z] ++ set -e
22:33:42 [2020-12-04T22:33:42.492Z] ++ '[' -n 0 ']'
22:33:42 [2020-12-04T22:33:42.492Z] ++ set -x
22:33:42 [2020-12-04T22:33:42.492Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
22:33:42 [2020-12-04T22:33:42.492Z] INFO: Testing against a local daemon
22:33:42 [2020-12-04T22:33:42.492Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:33:42 [2020-12-04T22:33:42.492Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:33:42 [2020-12-04T22:33:42.492Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:33:42 [2020-12-04T22:33:42.492Z] === RUN   TestEventsExecDie
22:33:42 [2020-12-04T22:33:42.492Z] --- PASS: TestEventsExecDie (1.02s)
22:33:42 [2020-12-04T22:33:42.492Z] === RUN   TestEventsBackwardsCompatible
22:33:42 [2020-12-04T22:33:42.492Z] --- PASS: TestEventsBackwardsCompatible (0.09s)
22:33:42 [2020-12-04T22:33:42.492Z] === RUN   TestInfoBinaryCommits
22:33:42 [2020-12-04T22:33:42.492Z] --- PASS: TestInfoBinaryCommits (0.01s)
22:33:42 [2020-12-04T22:33:42.492Z] === RUN   TestInfoAPIVersioned
22:33:42 [2020-12-04T22:33:42.492Z] --- PASS: TestInfoAPIVersioned (0.01s)
22:33:42 [2020-12-04T22:33:42.492Z] === RUN   TestInfoDiscoveryBackend
22:33:42 [2020-12-04T22:33:42.637Z] --- PASS: TestResize (0.56s)
22:33:42 [2020-12-04T22:33:42.637Z] === RUN   TestResizeWithInvalidSize
22:33:42 [2020-12-04T22:33:42.670Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
22:33:42 [2020-12-04T22:33:42.670Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
22:33:42 [2020-12-04T22:33:42.876Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.009s	coverage: 91.7% of statements
22:33:42 [2020-12-04T22:33:42.876Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
22:33:42 [2020-12-04T22:33:42.876Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 100.0% of statements
22:33:42 [2020-12-04T22:33:42.876Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
22:33:42 [2020-12-04T22:33:42.876Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
22:33:42 [2020-12-04T22:33:42.930Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.83s)
22:33:42 [2020-12-04T22:33:42.930Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:33:43 [2020-12-04T22:33:43.122Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
22:33:43 [2020-12-04T22:33:43.122Z] === RUN   TestInfoDiscoveryInvalidAdvertise
22:33:43 [2020-12-04T22:33:43.132Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
22:33:43 [2020-12-04T22:33:43.132Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
22:33:43 [2020-12-04T22:33:43.272Z] --- PASS: TestResizeWithInvalidSize (0.55s)
22:33:43 [2020-12-04T22:33:43.272Z] === RUN   TestResizeWhenContainerNotStarted
22:33:43 [2020-12-04T22:33:43.403Z] ok  	github.com/docker/docker/pkg/parsers	0.009s	coverage: 97.0% of statements
22:33:43 [2020-12-04T22:33:43.573Z] --- PASS: TestResizeWhenContainerNotStarted (0.56s)
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:33:43 [2020-12-04T22:33:43.573Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:33:43 [2020-12-04T22:33:43.660Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.013s	coverage: 60.0% of statements
22:33:43 [2020-12-04T22:33:43.916Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.003s	coverage: 86.7% of statements
22:33:44 [2020-12-04T22:33:44.153Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
22:33:44 [2020-12-04T22:33:44.153Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
22:33:44 [2020-12-04T22:33:44.172Z] ok  	github.com/docker/docker/pkg/pidfile	0.015s	coverage: 82.4% of statements
22:33:44 [2020-12-04T22:33:44.172Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
22:33:44 [2020-12-04T22:33:44.172Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
22:33:44 [2020-12-04T22:33:44.782Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
22:33:44 [2020-12-04T22:33:44.782Z] === RUN   TestInfoAPI
22:33:44 [2020-12-04T22:33:44.782Z] --- PASS: TestInfoAPI (0.01s)
22:33:44 [2020-12-04T22:33:44.782Z] === RUN   TestInfoAPIWarnings
22:33:44 [2020-12-04T22:33:44.843Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.84s)
22:33:44 [2020-12-04T22:33:44.843Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:33:45 [2020-12-04T22:33:45.100Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.015s	coverage: 56.8% of statements
22:33:45 [2020-12-04T22:33:45.102Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
22:33:45 [2020-12-04T22:33:45.102Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
22:33:45 [2020-12-04T22:33:45.662Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
22:33:45 [2020-12-04T22:33:45.672Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.96s)
22:33:45 [2020-12-04T22:33:45.672Z] === RUN   TestCgroupNamespacesRunOlderClient
22:33:45 [2020-12-04T22:33:45.918Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
22:33:46 [2020-12-04T22:33:46.174Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
22:33:47 [2020-12-04T22:33:47.125Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:33:47 [2020-12-04T22:33:47.125Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:33:47 [2020-12-04T22:33:47.125Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:33:47 [2020-12-04T22:33:47.125Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:33:47 [2020-12-04T22:33:47.538Z] ok  	github.com/docker/docker/pkg/pubsub	1.027s	coverage: 75.0% of statements
22:33:47 [2020-12-04T22:33:47.794Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
22:33:48 [2020-12-04T22:33:48.215Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.22s)
22:33:48 [2020-12-04T22:33:48.215Z] === RUN   TestKernelTCPMemory
22:33:48 [2020-12-04T22:33:48.215Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
22:33:49 [2020-12-04T22:33:49.156Z] --- PASS: TestKernelTCPMemory (1.12s)
22:33:49 [2020-12-04T22:33:49.156Z] === RUN   TestNISDomainname
22:33:49 [2020-12-04T22:33:49.224Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:33:49 [2020-12-04T22:33:49.224Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:33:49 [2020-12-04T22:33:49.224Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:33:49 [2020-12-04T22:33:49.865Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:33:50 [2020-12-04T22:33:50.541Z] --- PASS: TestNISDomainname (1.21s)
22:33:50 [2020-12-04T22:33:50.541Z] === RUN   TestHostnameDnsResolution
22:33:51 [2020-12-04T22:33:51.059Z] ok  	github.com/docker/docker/pkg/signal	2.411s	coverage: 61.0% of statements
22:33:51 [2020-12-04T22:33:51.059Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
22:33:51 [2020-12-04T22:33:51.110Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
22:33:51 [2020-12-04T22:33:51.315Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
22:33:51 [2020-12-04T22:33:51.571Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
22:33:51 [2020-12-04T22:33:51.679Z] --- PASS: TestHostnameDnsResolution (1.38s)
22:33:51 [2020-12-04T22:33:51.679Z] === RUN   TestStats
22:33:51 [2020-12-04T22:33:51.939Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
22:33:51 [2020-12-04T22:33:51.939Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.84s)
22:33:51 [2020-12-04T22:33:51.939Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.84s)
22:33:51 [2020-12-04T22:33:51.939Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.50s)
22:33:51 [2020-12-04T22:33:51.939Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.54s)
22:33:51 [2020-12-04T22:33:51.939Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.78s)
22:33:51 [2020-12-04T22:33:51.939Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.61s)
22:33:51 [2020-12-04T22:33:51.939Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.69s)
22:33:51 [2020-12-04T22:33:51.939Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.48s)
22:33:51 [2020-12-04T22:33:51.939Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.73s)
22:33:51 [2020-12-04T22:33:51.939Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.79s)
22:33:51 [2020-12-04T22:33:51.939Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.79s)
22:33:51 [2020-12-04T22:33:51.939Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.17s)
22:33:51 [2020-12-04T22:33:51.939Z] === RUN   TestCgroupNamespacesRun
22:33:52 [2020-12-04T22:33:52.499Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.9% of statements
22:33:52 [2020-12-04T22:33:52.618Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
22:33:52 [2020-12-04T22:33:52.756Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
22:33:53 [2020-12-04T22:33:53.319Z] ok  	github.com/docker/docker/pkg/tailfile	0.055s	coverage: 88.6% of statements
22:33:53 [2020-12-04T22:33:53.448Z] --- PASS: TestCgroupNamespacesRun (1.35s)
22:33:53 [2020-12-04T22:33:53.448Z] === RUN   TestCgroupNamespacesRunPrivileged
22:33:53 [2020-12-04T22:33:53.882Z] ok  	github.com/docker/docker/pkg/tarsum	0.041s	coverage: 89.3% of statements
22:33:53 [2020-12-04T22:33:53.882Z] testing: warning: no tests to run
22:33:53 [2020-12-04T22:33:53.882Z] coverage: [no statements]
22:33:53 [2020-12-04T22:33:53.882Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
22:33:54 [2020-12-04T22:33:54.444Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
22:33:54 [2020-12-04T22:33:54.485Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.31s)
22:33:54 [2020-12-04T22:33:54.485Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:33:54 [2020-12-04T22:33:54.700Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
22:33:54 [2020-12-04T22:33:54.700Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
22:33:55 [2020-12-04T22:33:55.232Z] --- PASS: TestStats (3.42s)
22:33:55 [2020-12-04T22:33:55.232Z] === RUN   TestStopContainerWithTimeout
22:33:55 [2020-12-04T22:33:55.232Z] === RUN   TestStopContainerWithTimeout/0
22:33:55 [2020-12-04T22:33:55.232Z] === PAUSE TestStopContainerWithTimeout/0
22:33:55 [2020-12-04T22:33:55.232Z] === RUN   TestStopContainerWithTimeout/1
22:33:55 [2020-12-04T22:33:55.232Z] === PAUSE TestStopContainerWithTimeout/1
22:33:55 [2020-12-04T22:33:55.232Z] === RUN   TestStopContainerWithTimeout/3
22:33:55 [2020-12-04T22:33:55.232Z] === PAUSE TestStopContainerWithTimeout/3
22:33:55 [2020-12-04T22:33:55.232Z] === RUN   TestStopContainerWithTimeout/-1
22:33:55 [2020-12-04T22:33:55.232Z] === PAUSE TestStopContainerWithTimeout/-1
22:33:55 [2020-12-04T22:33:55.232Z] === CONT  TestStopContainerWithTimeout/0
22:33:55 [2020-12-04T22:33:55.232Z] === CONT  TestStopContainerWithTimeout/-1
22:33:55 [2020-12-04T22:33:55.994Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.32s)
22:33:55 [2020-12-04T22:33:55.994Z] === RUN   TestCgroupNamespacesRunHostMode
22:33:56 [2020-12-04T22:33:56.618Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
22:33:56 [2020-12-04T22:33:56.618Z] === CONT  TestStopContainerWithTimeout/3
22:33:57 [2020-12-04T22:33:57.229Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.2% of statements
22:33:57 [2020-12-04T22:33:57.485Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
22:33:57 [2020-12-04T22:33:57.511Z] --- PASS: TestCgroupNamespacesRunHostMode (1.40s)
22:33:57 [2020-12-04T22:33:57.511Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:33:58 [2020-12-04T22:33:58.048Z] ok  	github.com/docker/docker/profiles/seccomp	0.007s	coverage: 85.4% of statements
22:33:58 [2020-12-04T22:33:58.525Z] === CONT  TestStopContainerWithTimeout/1
22:33:58 [2020-12-04T22:33:58.549Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.36s)
22:33:58 [2020-12-04T22:33:58.549Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:33:59 [2020-12-04T22:33:59.415Z] ok  	github.com/docker/docker/quota	0.227s	coverage: 71.4% of statements
22:33:59 [2020-12-04T22:33:59.671Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
22:33:59 [2020-12-04T22:33:59.906Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
22:34:00 [2020-12-04T22:34:00.059Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.36s)
22:34:00 [2020-12-04T22:34:00.059Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:34:00 [2020-12-04T22:34:00.699Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s)
22:34:00 [2020-12-04T22:34:00.699Z] === RUN   TestCgroupNamespacesRunOlderClient
22:34:00 [2020-12-04T22:34:00.845Z] --- PASS: TestStopContainerWithTimeout (0.04s)
22:34:00 [2020-12-04T22:34:00.845Z]     --- PASS: TestStopContainerWithTimeout/0 (1.57s)
22:34:00 [2020-12-04T22:34:00.845Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.56s)
22:34:00 [2020-12-04T22:34:00.845Z]     --- PASS: TestStopContainerWithTimeout/3 (2.93s)
22:34:00 [2020-12-04T22:34:00.845Z]     --- PASS: TestStopContainerWithTimeout/1 (2.31s)
22:34:00 [2020-12-04T22:34:00.845Z] === RUN   TestDeleteDevicemapper
22:34:00 [2020-12-04T22:34:00.845Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:34:00 [2020-12-04T22:34:00.845Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:34:00 [2020-12-04T22:34:00.845Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:34:01 [2020-12-04T22:34:01.037Z] ok  	github.com/docker/docker/registry	0.059s	coverage: 57.2% of statements
22:34:01 [2020-12-04T22:34:01.600Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
22:34:01 [2020-12-04T22:34:01.857Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
22:34:02 [2020-12-04T22:34:02.211Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.36s)
22:34:02 [2020-12-04T22:34:02.211Z] === RUN   TestKernelTCPMemory
22:34:02 [2020-12-04T22:34:02.420Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 66.1% of statements
22:34:02 [2020-12-04T22:34:02.676Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
22:34:02 [2020-12-04T22:34:02.754Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
22:34:02 [2020-12-04T22:34:02.846Z] --- PASS: TestKernelTCPMemory (0.63s)
22:34:02 [2020-12-04T22:34:02.846Z] === RUN   TestNISDomainname
22:34:03 [2020-12-04T22:34:03.446Z] --- PASS: TestInfoAPIWarnings (16.27s)
22:34:03 [2020-12-04T22:34:03.446Z] === RUN   TestInfoDebug
22:34:03 [2020-12-04T22:34:03.446Z] --- PASS: TestInfoDebug (0.52s)
22:34:03 [2020-12-04T22:34:03.446Z] === RUN   TestInfoInsecureRegistries
22:34:03 [2020-12-04T22:34:03.446Z] --- PASS: TestInfoInsecureRegistries (0.52s)
22:34:03 [2020-12-04T22:34:03.446Z] === RUN   TestInfoRegistryMirrors
22:34:03 [2020-12-04T22:34:03.446Z] --- PASS: TestInfoRegistryMirrors (0.52s)
22:34:03 [2020-12-04T22:34:03.446Z] === RUN   TestLoginFailsWithBadCredentials
22:34:03 [2020-12-04T22:34:03.446Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s)
22:34:03 [2020-12-04T22:34:03.446Z] === RUN   TestPingCacheHeaders
22:34:03 [2020-12-04T22:34:03.446Z] --- PASS: TestPingCacheHeaders (0.02s)
22:34:03 [2020-12-04T22:34:03.446Z] === RUN   TestPingGet
22:34:03 [2020-12-04T22:34:03.446Z] --- PASS: TestPingGet (0.02s)
22:34:03 [2020-12-04T22:34:03.446Z] === RUN   TestPingHead
22:34:03 [2020-12-04T22:34:03.446Z] --- PASS: TestPingHead (0.02s)
22:34:03 [2020-12-04T22:34:03.446Z] === RUN   TestVersion
22:34:03 [2020-12-04T22:34:03.446Z] --- PASS: TestVersion (0.01s)
22:34:03 [2020-12-04T22:34:03.446Z] PASS
22:34:03 [2020-12-04T22:34:03.446Z] 
22:34:03 [2020-12-04T22:34:03.446Z] === Skipped
22:34:03 [2020-12-04T22:34:03.446Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:34:03 [2020-12-04T22:34:03.446Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:34:03 [2020-12-04T22:34:03.446Z] 
22:34:03 [2020-12-04T22:34:03.446Z] 
22:34:03 [2020-12-04T22:34:03.446Z] DONE 18 tests, 1 skipped in 21.477s
22:34:03 [2020-12-04T22:34:03.446Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m 
22:34:03 [2020-12-04T22:34:03.446Z] ++ 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
22:34:03 [2020-12-04T22:34:03.446Z] ++ set -e
22:34:03 [2020-12-04T22:34:03.446Z] ++ '[' -n 0 ']'
22:34:03 [2020-12-04T22:34:03.446Z] ++ set -x
22:34:03 [2020-12-04T22:34:03.447Z] ++ env -i DEST=/go/src/github.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
22:34:03 [2020-12-04T22:34:03.447Z] INFO: Testing against a local daemon
22:34:03 [2020-12-04T22:34:03.447Z] === RUN   TestVolumesCreateAndList
22:34:03 [2020-12-04T22:34:03.447Z] --- PASS: TestVolumesCreateAndList (0.01s)
22:34:03 [2020-12-04T22:34:03.447Z] === RUN   TestVolumesRemove
22:34:03 [2020-12-04T22:34:03.447Z] --- PASS: TestVolumesRemove (0.11s)
22:34:03 [2020-12-04T22:34:03.447Z] === RUN   TestVolumesInspect
22:34:03 [2020-12-04T22:34:03.447Z] --- PASS: TestVolumesInspect (0.01s)
22:34:03 [2020-12-04T22:34:03.447Z] === RUN   TestVolumesInvalidJSON
22:34:03 [2020-12-04T22:34:03.447Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:34:03 [2020-12-04T22:34:03.447Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:34:03 [2020-12-04T22:34:03.447Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:34:03 [2020-12-04T22:34:03.447Z] --- PASS: TestVolumesInvalidJSON (0.02s)
22:34:03 [2020-12-04T22:34:03.447Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:34:03 [2020-12-04T22:34:03.447Z] PASS
22:34:03 [2020-12-04T22:34:03.447Z] 
22:34:03 [2020-12-04T22:34:03.447Z] DONE 5 tests in 0.228s
22:34:03 [2020-12-04T22:34:03.447Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:34:03 [2020-12-04T22:34:03.447Z] ++++ cat bundles/test-integration/docker.pid
22:34:03 [2020-12-04T22:34:03.447Z] +++ kill 12284
22:34:03 [2020-12-04T22:34:03.479Z] --- PASS: TestNISDomainname (0.65s)
22:34:03 [2020-12-04T22:34:03.479Z] === RUN   TestHostnameDnsResolution
22:34:03 [2020-12-04T22:34:03.693Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
22:34:03 [2020-12-04T22:34:03.693Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.70s)
22:34:03 [2020-12-04T22:34:03.693Z] === RUN   TestUpdateMemory
22:34:03 [2020-12-04T22:34:03.693Z] --- SKIP: TestUpdateMemory (0.00s)
22:34:03 [2020-12-04T22:34:03.693Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
22:34:03 [2020-12-04T22:34:03.693Z] === RUN   TestUpdateCPUQuota
22:34:04 [2020-12-04T22:34:04.115Z] --- PASS: TestHostnameDnsResolution (0.83s)
22:34:04 [2020-12-04T22:34:04.115Z] === RUN   TestStats
22:34:05 [2020-12-04T22:34:05.062Z] +++ /etc/init.d/apparmor stop
22:34:05 [2020-12-04T22:34:05.062Z] Leaving: AppArmorNo profiles have been unloaded.
22:34:05 [2020-12-04T22:34:05.062Z] 
22:34:05 [2020-12-04T22:34:05.062Z] Unloading profiles will leave already running processes permanently
22:34:05 [2020-12-04T22:34:05.062Z] unconfined, which can lead to unexpected situations.
22:34:05 [2020-12-04T22:34:05.062Z] 
22:34:05 [2020-12-04T22:34:05.062Z] To set a process to complain mode, use the command line tool
22:34:05 [2020-12-04T22:34:05.062Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:34:05 [2020-12-04T22:34:05.062Z] +++ true
22:34:05 [2020-12-04T22:34:05.062Z] exiting test-integration
22:34:05 [2020-12-04T22:34:05.062Z] ++ exit 0
22:34:05 [2020-12-04T22:34:05.062Z] 
22:34:05 [2020-12-04T22:34:05.604Z] --- PASS: TestUpdateCPUQuota (1.57s)
22:34:05 [2020-12-04T22:34:05.604Z] === RUN   TestUpdatePidsLimit
22:34:05 [2020-12-04T22:34:05.604Z] === RUN   TestUpdatePidsLimit/update_from_none
22:34:05 [2020-12-04T22:34:05.604Z] === RUN   TestUpdatePidsLimit/no_change
22:34:05 [2020-12-04T22:34:05.947Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
22:34:06 [2020-12-04T22:34:06.173Z] === RUN   TestUpdatePidsLimit/update_lower
22:34:06 [2020-12-04T22:34:06.434Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
22:34:06 [2020-12-04T22:34:06.508Z] ok  	github.com/docker/docker/volume/local	0.100s	coverage: 76.6% of statements
Post stage
[Pipeline] junit
22:34:06 [2020-12-04T22:34:06.672Z] Recording test results
22:34:06 [2020-12-04T22:34:06.693Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
22:34:06 [2020-12-04T22:34:06.842Z] --- PASS: TestStats (2.52s)
22:34:06 [2020-12-04T22:34:06.842Z] === RUN   TestStopContainerWithTimeout
22:34:06 [2020-12-04T22:34:06.842Z] === RUN   TestStopContainerWithTimeout/0
22:34:06 [2020-12-04T22:34:06.842Z] === PAUSE TestStopContainerWithTimeout/0
22:34:06 [2020-12-04T22:34:06.842Z] === RUN   TestStopContainerWithTimeout/1
22:34:06 [2020-12-04T22:34:06.842Z] === PAUSE TestStopContainerWithTimeout/1
22:34:06 [2020-12-04T22:34:06.842Z] === RUN   TestStopContainerWithTimeout/3
22:34:06 [2020-12-04T22:34:06.842Z] === PAUSE TestStopContainerWithTimeout/3
22:34:06 [2020-12-04T22:34:06.842Z] === RUN   TestStopContainerWithTimeout/-1
22:34:06 [2020-12-04T22:34:06.842Z] === PAUSE TestStopContainerWithTimeout/-1
22:34:06 [2020-12-04T22:34:06.842Z] === CONT  TestStopContainerWithTimeout/0
22:34:06 [2020-12-04T22:34:06.842Z] === CONT  TestStopContainerWithTimeout/1
22:34:06 [2020-12-04T22:34:06.842Z] === CONT  TestStopContainerWithTimeout/3
22:34:06 [2020-12-04T22:34:06.842Z] === CONT  TestStopContainerWithTimeout/-1
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
22:34:07 [2020-12-04T22:34:07.071Z] ok  	github.com/docker/docker/volume/mounts	0.019s	coverage: 67.0% of statements
22:34:07 [2020-12-04T22:34:07.272Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
22:34:07 [2020-12-04T22:34:07.344Z] + echo Ensuring container killed.
22:34:07 [2020-12-04T22:34:07.344Z] Ensuring container killed.
22:34:07 [2020-12-04T22:34:07.344Z] + docker rm -vf docker-pr9
22:34:07 [2020-12-04T22:34:07.344Z] Error: No such container: docker-pr9
22:34:07 [2020-12-04T22:34:07.344Z] + true
[Pipeline] sh
22:34:07 [2020-12-04T22:34:07.532Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
22:34:07 [2020-12-04T22:34:07.735Z] + echo Chowning /workspace to jenkins user
22:34:07 [2020-12-04T22:34:07.735Z] Chowning /workspace to jenkins user
22:34:07 [2020-12-04T22:34:07.735Z] + id -u
22:34:07 [2020-12-04T22:34:07.735Z] + id -g
22:34:07 [2020-12-04T22:34:07.735Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41622:/workspace busybox chown -R 1001:1001 /workspace
22:34:07 [2020-12-04T22:34:07.735Z] Unable to find image 'busybox:latest' locally
22:34:08 [2020-12-04T22:34:08.027Z] latest: Pulling from library/busybox
22:34:08 [2020-12-04T22:34:08.027Z] 93035723f9e5: Pulling fs layer
22:34:08 [2020-12-04T22:34:08.102Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
22:34:08 [2020-12-04T22:34:08.382Z] 93035723f9e5: Verifying Checksum
22:34:08 [2020-12-04T22:34:08.382Z] 93035723f9e5: Download complete
22:34:08 [2020-12-04T22:34:08.438Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.1% of statements
22:34:08 [2020-12-04T22:34:08.672Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
22:34:08 [2020-12-04T22:34:08.672Z] 93035723f9e5: Pull complete
22:34:08 [2020-12-04T22:34:08.672Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
22:34:08 [2020-12-04T22:34:08.672Z] Status: Downloaded newer image for busybox:latest
22:34:08 [2020-12-04T22:34:08.931Z] --- PASS: TestUpdatePidsLimit (3.63s)
22:34:08 [2020-12-04T22:34:08.931Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.49s)
22:34:08 [2020-12-04T22:34:08.931Z]     --- PASS: TestUpdatePidsLimit/no_change (0.29s)
22:34:08 [2020-12-04T22:34:08.931Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.45s)
22:34:08 [2020-12-04T22:34:08.931Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.33s)
22:34:08 [2020-12-04T22:34:08.931Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.33s)
22:34:08 [2020-12-04T22:34:08.931Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.45s)
22:34:08 [2020-12-04T22:34:08.931Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s)
22:34:08 [2020-12-04T22:34:08.931Z] === RUN   TestUpdateRestartPolicy
22:34:09 [2020-12-04T22:34:09.585Z] --- PASS: TestStopContainerWithTimeout (0.02s)
22:34:09 [2020-12-04T22:34:09.585Z]     --- PASS: TestStopContainerWithTimeout/0 (0.96s)
22:34:09 [2020-12-04T22:34:09.585Z]     --- PASS: TestStopContainerWithTimeout/1 (1.97s)
22:34:09 [2020-12-04T22:34:09.585Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.58s)
22:34:09 [2020-12-04T22:34:09.585Z]     --- PASS: TestStopContainerWithTimeout/3 (2.81s)
22:34:09 [2020-12-04T22:34:09.585Z] === RUN   TestDeleteDevicemapper
22:34:09 [2020-12-04T22:34:09.585Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:34:09 [2020-12-04T22:34:09.585Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:34:09 [2020-12-04T22:34:09.585Z] === RUN   TestStopContainerWithRestartPolicyAlways
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:34:10 [2020-12-04T22:34:10.706Z] + bundleName=s390x-integration
22:34:10 [2020-12-04T22:34:10.706Z] + echo Creating s390x-integration-bundles.tar.gz
22:34:10 [2020-12-04T22:34:10.706Z] Creating s390x-integration-bundles.tar.gz
22:34:10 [2020-12-04T22:34:10.706Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
22:34:10 [2020-12-04T22:34:10.706Z] + xargs tar -czf s390x-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
22:34:10 [2020-12-04T22:34:10.749Z] Archiving artifacts
22:34:11 [2020-12-04T22:34:11.095Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41622/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
22:34:11 [2020-12-04T22:34:11.470Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
22:34:11 [2020-12-04T22:34:11.470Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
22:34:11 [2020-12-04T22:34:11.490Z] + make clean
22:34:11 [2020-12-04T22:34:11.847Z] docker volume rm -f docker-dev-cache
22:34:11 [2020-12-04T22:34:11.847Z] docker-dev-cache
[Pipeline] deleteDir
22:34:12 [2020-12-04T22:34:12.367Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.28s)
22:34:12 [2020-12-04T22:34:12.367Z] === RUN   TestUpdateMemory
22:34:12 [2020-12-04T22:34:12.659Z] --- PASS: TestUpdateMemory (0.69s)
22:34:12 [2020-12-04T22:34:12.659Z] === RUN   TestUpdateCPUQuota
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:34:13 [2020-12-04T22:34:13.295Z] --- PASS: TestUpdateCPUQuota (0.82s)
22:34:13 [2020-12-04T22:34:13.295Z] === RUN   TestUpdatePidsLimit
22:34:13 [2020-12-04T22:34:13.295Z] === RUN   TestUpdatePidsLimit/update_from_none
22:34:13 [2020-12-04T22:34:13.382Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
22:34:13 [2020-12-04T22:34:13.590Z] === RUN   TestUpdatePidsLimit/no_change
22:34:13 [2020-12-04T22:34:13.884Z] === RUN   TestUpdatePidsLimit/update_lower
22:34:13 [2020-12-04T22:34:13.952Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
22:34:14 [2020-12-04T22:34:14.175Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
22:34:14 [2020-12-04T22:34:14.468Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
22:34:14 [2020-12-04T22:34:14.760Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
22:34:15 [2020-12-04T22:34:15.052Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
22:34:15 [2020-12-04T22:34:15.685Z] --- PASS: TestUpdatePidsLimit (2.41s)
22:34:15 [2020-12-04T22:34:15.685Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.27s)
22:34:15 [2020-12-04T22:34:15.685Z]     --- PASS: TestUpdatePidsLimit/no_change (0.24s)
22:34:15 [2020-12-04T22:34:15.685Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.27s)
22:34:15 [2020-12-04T22:34:15.685Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
22:34:15 [2020-12-04T22:34:15.685Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.26s)
22:34:15 [2020-12-04T22:34:15.685Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s)
22:34:15 [2020-12-04T22:34:15.685Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s)
22:34:15 [2020-12-04T22:34:15.685Z] === RUN   TestUpdateRestartPolicy
22:34:15 [2020-12-04T22:34:15.861Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
22:34:15 [2020-12-04T22:34:15.861Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
22:34:17 [2020-12-04T22:34:17.768Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
22:34:17 [2020-12-04T22:34:17.768Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
22:34:19 [2020-12-04T22:34:19.676Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
22:34:20 [2020-12-04T22:34:20.600Z] ok  	github.com/docker/docker/pkg/plugins	33.629s	coverage: 76.6% of statements
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/pkg/term	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/rootless	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/testutil/request	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/volume	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === Skipped
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     exec_linux_test.go:18: requires AppArmor to be enabled
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     exec_linux_test.go:38: requires AppArmor to be enabled
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:46: Driver btrfs not supported
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:46: Driver btrfs not supported
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:46: Driver btrfs not supported
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:46: Driver btrfs not supported
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:46: Driver btrfs not supported
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:73: No driver to put!
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z] time="2020-12-04T22:33:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z] time="2020-12-04T22:33:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z] time="2020-12-04T22:33:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z] time="2020-12-04T22:33:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z] time="2020-12-04T22:33:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:73: No driver to put!
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     overlay_test.go:49: Fails to compute changes intermittently
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     overlay_test.go:65: Cannot run test with naive change algorithm
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
22:34:20 [2020-12-04T22:34:20.600Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
22:34:20 [2020-12-04T22:34:20.600Z] 
22:34:20 [2020-12-04T22:34:20.600Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
22:34:20 [2020-12-04T22:34:20.601Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:34:20 [2020-12-04T22:34:20.601Z]     graphtest_unix.go:46: Driver zfs not supported
22:34:20 [2020-12-04T22:34:20.601Z] 
22:34:20 [2020-12-04T22:34:20.601Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
22:34:20 [2020-12-04T22:34:20.601Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:34:20 [2020-12-04T22:34:20.601Z]     graphtest_unix.go:46: Driver zfs not supported
22:34:20 [2020-12-04T22:34:20.601Z] 
22:34:20 [2020-12-04T22:34:20.601Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
22:34:20 [2020-12-04T22:34:20.601Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:34:20 [2020-12-04T22:34:20.601Z]     graphtest_unix.go:46: Driver zfs not supported
22:34:20 [2020-12-04T22:34:20.601Z] 
22:34:20 [2020-12-04T22:34:20.601Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
22:34:20 [2020-12-04T22:34:20.601Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:34:20 [2020-12-04T22:34:20.601Z]     graphtest_unix.go:46: Driver zfs not supported
22:34:20 [2020-12-04T22:34:20.601Z] 
22:34:20 [2020-12-04T22:34:20.601Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
22:34:20 [2020-12-04T22:34:20.601Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:34:20 [2020-12-04T22:34:20.601Z]     graphtest_unix.go:46: Driver zfs not supported
22:34:20 [2020-12-04T22:34:20.601Z] 
22:34:20 [2020-12-04T22:34:20.601Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
22:34:20 [2020-12-04T22:34:20.601Z]     graphtest_unix.go:73: No driver to put!
22:34:20 [2020-12-04T22:34:20.601Z] 
22:34:20 [2020-12-04T22:34:20.601Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
22:34:20 [2020-12-04T22:34:20.601Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
22:34:20 [2020-12-04T22:34:20.601Z] 
22:34:20 [2020-12-04T22:34:20.601Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
22:34:20 [2020-12-04T22:34:20.601Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
22:34:20 [2020-12-04T22:34:20.601Z] 
22:34:20 [2020-12-04T22:34:20.601Z] 
22:34:20 [2020-12-04T22:34:20.601Z] DONE 2191 tests, 26 skipped in 254.978s
Post stage
[Pipeline] junit
22:34:20 [2020-12-04T22:34:20.610Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
22:34:21 [2020-12-04T22:34:21.270Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/validate/vendor
22:34:21 [2020-12-04T22:34:21.587Z] --- PASS: TestUpdateRestartPolicy (12.59s)
22:34:21 [2020-12-04T22:34:21.587Z] === RUN   TestUpdateRestartWithAutoRemove
22:34:21 [2020-12-04T22:34:21.834Z] No vendor changes in diff.
22:34:22 [2020-12-04T22:34:22.157Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
22:34:22 [2020-12-04T22:34:22.157Z] --- PASS: TestUpdateRestartWithAutoRemove (0.82s)
22:34:22 [2020-12-04T22:34:22.157Z] === RUN   TestWaitNonBlocked
22:34:22 [2020-12-04T22:34:22.157Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:34:22 [2020-12-04T22:34:22.157Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:34:22 [2020-12-04T22:34:22.157Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:34:22 [2020-12-04T22:34:22.157Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:34:22 [2020-12-04T22:34:22.157Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:34:22 [2020-12-04T22:34:22.157Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
22:34:22 [2020-12-04T22:34:22.745Z] + echo Ensuring container killed.
22:34:22 [2020-12-04T22:34:22.745Z] Ensuring container killed.
22:34:22 [2020-12-04T22:34:22.745Z] + docker rm -vf docker-pr9
22:34:22 [2020-12-04T22:34:22.745Z] Error: No such container: docker-pr9
22:34:22 [2020-12-04T22:34:22.745Z] + true
[Pipeline] sh
22:34:23 [2020-12-04T22:34:23.062Z] + echo Chowning /workspace to jenkins user
22:34:23 [2020-12-04T22:34:23.062Z] Chowning /workspace to jenkins user
22:34:23 [2020-12-04T22:34:23.062Z] + id -u
22:34:23 [2020-12-04T22:34:23.062Z] + id -g
22:34:23 [2020-12-04T22:34:23.062Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41622:/workspace busybox chown -R 1000:1000 /workspace
22:34:23 [2020-12-04T22:34:23.539Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
22:34:23 [2020-12-04T22:34:23.539Z] --- PASS: TestWaitNonBlocked (0.02s)
22:34:23 [2020-12-04T22:34:23.539Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.31s)
22:34:23 [2020-12-04T22:34:23.539Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.36s)
22:34:23 [2020-12-04T22:34:23.539Z] === RUN   TestWaitBlocked
22:34:23 [2020-12-04T22:34:23.539Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:34:23 [2020-12-04T22:34:23.539Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:34:23 [2020-12-04T22:34:23.539Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:34:23 [2020-12-04T22:34:23.539Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:34:23 [2020-12-04T22:34:23.799Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:34:23 [2020-12-04T22:34:23.799Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:34:23 [2020-12-04T22:34:23.960Z] + bundleName=unit
22:34:23 [2020-12-04T22:34:23.960Z] + echo Creating unit-bundles.tar.gz
22:34:23 [2020-12-04T22:34:23.960Z] Creating unit-bundles.tar.gz
22:34:23 [2020-12-04T22:34:23.960Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
22:34:23 [2020-12-04T22:34:23.960Z] bundles/junit-report.xml
22:34:23 [2020-12-04T22:34:23.960Z] bundles/go-test-report.json
22:34:23 [2020-12-04T22:34:23.960Z] bundles/profile.out
[Pipeline] archiveArtifacts
22:34:23 [2020-12-04T22:34:23.969Z] Archiving artifacts
22:34:24 [2020-12-04T22:34:24.423Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41622/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
22:34:24 [2020-12-04T22:34:24.732Z] + make clean
22:34:24 [2020-12-04T22:34:24.732Z] docker volume rm -f docker-dev-cache
22:34:24 [2020-12-04T22:34:24.990Z] docker-dev-cache
[Pipeline] deleteDir
22:34:25 [2020-12-04T22:34:25.179Z] --- PASS: TestWaitBlocked (0.03s)
22:34:25 [2020-12-04T22:34:25.179Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.16s)
22:34:25 [2020-12-04T22:34:25.179Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.35s)
22:34:25 [2020-12-04T22:34:25.179Z] === CONT  TestContainerStartOnDaemonRestart
22:34:25 [2020-12-04T22:34:25.179Z] === CONT  TestIpcModeOlderClient
22:34:25 [2020-12-04T22:34:25.179Z] === RUN   TestDockerSuite/TestBuildCacheAdd
22:34:25 [2020-12-04T22:34:25.179Z] --- PASS: TestIpcModeOlderClient (0.13s)
22:34:25 [2020-12-04T22:34:25.179Z] === CONT  TestDaemonHostGatewayIP
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:34:26 [2020-12-04T22:34:26.121Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
22:34:27 [2020-12-04T22:34:27.502Z] === RUN   TestDockerSuite/TestBuildCacheFrom
22:34:28 [2020-12-04T22:34:28.322Z] --- PASS: TestUpdateRestartPolicy (11.23s)
22:34:28 [2020-12-04T22:34:28.322Z] === RUN   TestUpdateRestartWithAutoRemove
22:34:28 [2020-12-04T22:34:28.322Z] --- PASS: TestUpdateRestartWithAutoRemove (0.53s)
22:34:28 [2020-12-04T22:34:28.322Z] === RUN   TestWaitNonBlocked
22:34:28 [2020-12-04T22:34:28.322Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:34:28 [2020-12-04T22:34:28.322Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:34:28 [2020-12-04T22:34:28.322Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:34:28 [2020-12-04T22:34:28.322Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:34:28 [2020-12-04T22:34:28.322Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:34:28 [2020-12-04T22:34:28.322Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:34:28 [2020-12-04T22:34:28.322Z] --- PASS: TestWaitNonBlocked (0.02s)
22:34:28 [2020-12-04T22:34:28.322Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.63s)
22:34:28 [2020-12-04T22:34:28.322Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s)
22:34:28 [2020-12-04T22:34:28.322Z] === RUN   TestWaitBlocked
22:34:28 [2020-12-04T22:34:28.322Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:34:28 [2020-12-04T22:34:28.322Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:34:28 [2020-12-04T22:34:28.322Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:34:28 [2020-12-04T22:34:28.322Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:34:28 [2020-12-04T22:34:28.322Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:34:28 [2020-12-04T22:34:28.322Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:34:29 [2020-12-04T22:34:29.361Z] --- PASS: TestWaitBlocked (0.03s)
22:34:29 [2020-12-04T22:34:29.361Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.88s)
22:34:29 [2020-12-04T22:34:29.361Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.91s)
22:34:29 [2020-12-04T22:34:29.361Z] === CONT  TestContainerStartOnDaemonRestart
22:34:29 [2020-12-04T22:34:29.361Z] === CONT  TestIpcModeOlderClient
22:34:29 [2020-12-04T22:34:29.361Z] === CONT  TestDaemonHostGatewayIP
22:34:29 [2020-12-04T22:34:29.361Z] === CONT  TestDaemonRestartIpcMode
22:34:29 [2020-12-04T22:34:29.361Z] --- PASS: TestIpcModeOlderClient (0.16s)
22:34:29 [2020-12-04T22:34:29.361Z] === CONT  TestContainerKillOnDaemonStart
22:34:29 [2020-12-04T22:34:29.527Z] --- PASS: TestContainerStartOnDaemonRestart (4.48s)
22:34:29 [2020-12-04T22:34:29.527Z] === CONT  TestContainerKillOnDaemonStart
22:34:30 [2020-12-04T22:34:30.098Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
22:34:31 [2020-12-04T22:34:31.039Z] --- PASS: TestDaemonHostGatewayIP (5.95s)
22:34:31 [2020-12-04T22:34:31.039Z] === CONT  TestDaemonRestartIpcMode
22:34:32 [2020-12-04T22:34:32.002Z] 4612f6d0b889: Pull complete
22:34:32 [2020-12-04T22:34:32.903Z] --- PASS: TestContainerStartOnDaemonRestart (3.64s)
22:34:33 [2020-12-04T22:34:33.196Z] --- PASS: TestDaemonHostGatewayIP (4.07s)
22:34:33 [2020-12-04T22:34:33.488Z] --- PASS: TestDaemonRestartIpcMode (4.16s)
22:34:33 [2020-12-04T22:34:33.580Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
22:34:34 [2020-12-04T22:34:34.520Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
22:34:35 [2020-12-04T22:34:35.088Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
22:34:35 [2020-12-04T22:34:35.088Z] --- PASS: TestDaemonRestartIpcMode (3.99s)
22:34:35 [2020-12-04T22:34:35.657Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
22:34:36 [2020-12-04T22:34:36.599Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
22:34:37 [2020-12-04T22:34:37.168Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
22:34:37 [2020-12-04T22:34:37.168Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
22:34:39 [2020-12-04T22:34:39.713Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
22:34:39 [2020-12-04T22:34:39.713Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
22:34:39 [2020-12-04T22:34:39.713Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
22:34:41 [2020-12-04T22:34:41.622Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
22:34:43 [2020-12-04T22:34:43.005Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
22:34:43 [2020-12-04T22:34:43.005Z] --- PASS: TestContainerKillOnDaemonStart (13.54s)
22:34:43 [2020-12-04T22:34:43.005Z] PASS
22:34:43 [2020-12-04T22:34:43.005Z] 
22:34:43 [2020-12-04T22:34:43.005Z] === Skipped
22:34:43 [2020-12-04T22:34:43.005Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
22:34:43 [2020-12-04T22:34:43.005Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:34:43 [2020-12-04T22:34:43.005Z] 
22:34:43 [2020-12-04T22:34:43.005Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s)
22:34:43 [2020-12-04T22:34:43.005Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:34:43 [2020-12-04T22:34:43.005Z] 
22:34:43 [2020-12-04T22:34:43.005Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
22:34:43 [2020-12-04T22:34:43.005Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:34:43 [2020-12-04T22:34:43.005Z] 
22:34:43 [2020-12-04T22:34:43.005Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:34:43 [2020-12-04T22:34:43.005Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:34:43 [2020-12-04T22:34:43.005Z] 
22:34:43 [2020-12-04T22:34:43.005Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
22:34:43 [2020-12-04T22:34:43.005Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:34:43 [2020-12-04T22:34:43.005Z] 
22:34:43 [2020-12-04T22:34:43.005Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
22:34:43 [2020-12-04T22:34:43.005Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
22:34:43 [2020-12-04T22:34:43.005Z] 
22:34:43 [2020-12-04T22:34:43.005Z] 
22:34:43 [2020-12-04T22:34:43.005Z] DONE 195 tests, 6 skipped in 156.597s
22:34:43 [2020-12-04T22:34:43.005Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
22:34:43 [2020-12-04T22:34:43.005Z] ++ 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
22:34:43 [2020-12-04T22:34:43.005Z] ++ set -e
22:34:43 [2020-12-04T22:34:43.005Z] ++ '[' -n 0 ']'
22:34:43 [2020-12-04T22:34:43.005Z] ++ set -x
22:34:43 [2020-12-04T22:34:43.005Z] ++ env -i DEST=/go/src/github.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
22:34:43 [2020-12-04T22:34:43.265Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
22:34:43 [2020-12-04T22:34:43.525Z] INFO: Testing against a local daemon
22:34:43 [2020-12-04T22:34:43.525Z] === RUN   TestCommitInheritsEnv
22:34:43 [2020-12-04T22:34:43.786Z] --- PASS: TestCommitInheritsEnv (0.49s)
22:34:43 [2020-12-04T22:34:43.786Z] === RUN   TestImportExtremelyLargeImageWorks
22:34:43 [2020-12-04T22:34:43.786Z] === PAUSE TestImportExtremelyLargeImageWorks
22:34:43 [2020-12-04T22:34:43.786Z] === RUN   TestImagesFilterMultiReference
22:34:43 [2020-12-04T22:34:43.848Z] --- PASS: TestContainerKillOnDaemonStart (12.76s)
22:34:43 [2020-12-04T22:34:43.848Z] PASS
22:34:43 [2020-12-04T22:34:43.848Z] 
22:34:43 [2020-12-04T22:34:43.848Z] === Skipped
22:34:43 [2020-12-04T22:34:43.848Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s)
22:34:43 [2020-12-04T22:34:43.848Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:34:43 [2020-12-04T22:34:43.848Z] 
22:34:43 [2020-12-04T22:34:43.848Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:34:43 [2020-12-04T22:34:43.848Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:34:43 [2020-12-04T22:34:43.848Z] 
22:34:43 [2020-12-04T22:34:43.848Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s)
22:34:43 [2020-12-04T22:34:43.848Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:34:43 [2020-12-04T22:34:43.848Z] 
22:34:43 [2020-12-04T22:34:43.848Z] 
22:34:43 [2020-12-04T22:34:43.848Z] DONE 195 tests, 3 skipped in 110.275s
22:34:43 [2020-12-04T22:34:43.848Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m 
22:34:43 [2020-12-04T22:34:43.848Z] ++ 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
22:34:43 [2020-12-04T22:34:43.848Z] ++ set -e
22:34:43 [2020-12-04T22:34:43.848Z] ++ '[' -n 0 ']'
22:34:43 [2020-12-04T22:34:43.848Z] ++ set -x
22:34:43 [2020-12-04T22:34:43.848Z] ++ env -i DEST=/go/src/github.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
22:34:43 [2020-12-04T22:34:43.848Z] INFO: Testing against a local daemon
22:34:43 [2020-12-04T22:34:43.848Z] === RUN   TestCommitInheritsEnv
22:34:43 [2020-12-04T22:34:43.848Z] --- PASS: TestCommitInheritsEnv (0.35s)
22:34:43 [2020-12-04T22:34:43.848Z] === RUN   TestImportExtremelyLargeImageWorks
22:34:43 [2020-12-04T22:34:43.848Z] === PAUSE TestImportExtremelyLargeImageWorks
22:34:43 [2020-12-04T22:34:43.848Z] === RUN   TestImagesFilterMultiReference
22:34:43 [2020-12-04T22:34:43.848Z] --- PASS: TestImagesFilterMultiReference (0.05s)
22:34:43 [2020-12-04T22:34:43.848Z] === RUN   TestImagePullPlatformInvalid
22:34:43 [2020-12-04T22:34:43.848Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
22:34:43 [2020-12-04T22:34:43.848Z] === RUN   TestRemoveImageOrphaning
22:34:43 [2020-12-04T22:34:43.848Z] --- PASS: TestRemoveImageOrphaning (0.33s)
22:34:43 [2020-12-04T22:34:43.848Z] === RUN   TestRemoveImageGarbageCollector
22:34:43 [2020-12-04T22:34:43.848Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
22:34:43 [2020-12-04T22:34:43.848Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:34:43 [2020-12-04T22:34:43.848Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:34:43 [2020-12-04T22:34:43.848Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
22:34:43 [2020-12-04T22:34:43.848Z] === RUN   TestTagInvalidReference
22:34:43 [2020-12-04T22:34:43.848Z] --- PASS: TestTagInvalidReference (0.03s)
22:34:43 [2020-12-04T22:34:43.848Z] === RUN   TestTagValidPrefixedRepo
22:34:43 [2020-12-04T22:34:43.848Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
22:34:43 [2020-12-04T22:34:43.848Z] === RUN   TestTagExistedNameWithoutForce
22:34:43 [2020-12-04T22:34:43.848Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
22:34:43 [2020-12-04T22:34:43.848Z] === RUN   TestTagOfficialNames
22:34:43 [2020-12-04T22:34:43.848Z] --- PASS: TestTagOfficialNames (0.04s)
22:34:43 [2020-12-04T22:34:43.848Z] === RUN   TestTagMatchesDigest
22:34:43 [2020-12-04T22:34:43.848Z] --- PASS: TestTagMatchesDigest (0.02s)
22:34:43 [2020-12-04T22:34:43.848Z] === CONT  TestImportExtremelyLargeImageWorks
22:34:44 [2020-12-04T22:34:44.046Z] --- PASS: TestImagesFilterMultiReference (0.12s)
22:34:44 [2020-12-04T22:34:44.046Z] === RUN   TestImagePullPlatformInvalid
22:34:44 [2020-12-04T22:34:44.046Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
22:34:44 [2020-12-04T22:34:44.046Z] === RUN   TestRemoveImageOrphaning
22:34:44 [2020-12-04T22:34:44.305Z] === RUN   TestDockerSuite/TestBuildClearCmd
22:34:44 [2020-12-04T22:34:44.565Z] --- PASS: TestRemoveImageOrphaning (0.50s)
22:34:44 [2020-12-04T22:34:44.565Z] === RUN   TestRemoveImageGarbageCollector
22:34:44 [2020-12-04T22:34:44.824Z] === RUN   TestDockerSuite/TestBuildCmd
22:34:45 [2020-12-04T22:34:45.084Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
22:34:45 [2020-12-04T22:34:45.654Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
22:34:45 [2020-12-04T22:34:45.914Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
22:34:45 [2020-12-04T22:34:45.914Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
22:34:47 [2020-12-04T22:34:47.296Z] --- PASS: TestRemoveImageGarbageCollector (2.86s)
22:34:47 [2020-12-04T22:34:47.296Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:34:47 [2020-12-04T22:34:47.556Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
22:34:47 [2020-12-04T22:34:47.556Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.14s)
22:34:47 [2020-12-04T22:34:47.556Z] === RUN   TestTagInvalidReference
22:34:47 [2020-12-04T22:34:47.556Z] --- PASS: TestTagInvalidReference (0.05s)
22:34:47 [2020-12-04T22:34:47.556Z] === RUN   TestTagValidPrefixedRepo
22:34:47 [2020-12-04T22:34:47.556Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
22:34:47 [2020-12-04T22:34:47.817Z] --- PASS: TestTagValidPrefixedRepo (0.13s)
22:34:47 [2020-12-04T22:34:47.817Z] === RUN   TestTagExistedNameWithoutForce
22:34:47 [2020-12-04T22:34:47.817Z] --- PASS: TestTagExistedNameWithoutForce (0.07s)
22:34:47 [2020-12-04T22:34:47.817Z] === RUN   TestTagOfficialNames
22:34:47 [2020-12-04T22:34:47.817Z] --- PASS: TestTagOfficialNames (0.10s)
22:34:47 [2020-12-04T22:34:47.817Z] === RUN   TestTagMatchesDigest
22:34:47 [2020-12-04T22:34:47.817Z] --- PASS: TestTagMatchesDigest (0.03s)
22:34:47 [2020-12-04T22:34:47.817Z] === CONT  TestImportExtremelyLargeImageWorks
22:34:51 [2020-12-04T22:34:51.149Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
22:34:53 [2020-12-04T22:34:53.696Z] === RUN   TestDockerSuite/TestBuildConditionalCache
22:34:54 [2020-12-04T22:34:54.634Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
22:34:55 [2020-12-04T22:34:55.203Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
22:34:56 [2020-12-04T22:34:56.143Z] === RUN   TestDockerSuite/TestBuildContextCleanup
22:34:56 [2020-12-04T22:34:56.712Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
22:34:57 [2020-12-04T22:34:57.283Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
22:34:57 [2020-12-04T22:34:57.543Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
22:34:58 [2020-12-04T22:34:58.113Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
22:34:58 [2020-12-04T22:34:58.682Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
22:35:01 [2020-12-04T22:35:01.975Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
22:35:07 [2020-12-04T22:35:07.253Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
22:35:11 [2020-12-04T22:35:11.447Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
22:35:11 [2020-12-04T22:35:11.447Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
22:35:12 [2020-12-04T22:35:12.386Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
22:35:13 [2020-12-04T22:35:13.325Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
22:35:13 [2020-12-04T22:35:13.585Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
22:35:16 [2020-12-04T22:35:16.881Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
22:35:16 [2020-12-04T22:35:16.881Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
22:35:21 [2020-12-04T22:35:21.079Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
22:35:21 [2020-12-04T22:35:21.079Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
22:35:22 [2020-12-04T22:35:22.460Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
22:35:22 [2020-12-04T22:35:22.460Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
22:35:22 [2020-12-04T22:35:22.460Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
22:35:22 [2020-12-04T22:35:22.460Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
22:35:22 [2020-12-04T22:35:22.460Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
22:35:22 [2020-12-04T22:35:22.720Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
22:35:26 [2020-12-04T22:35:26.029Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
22:35:26 [2020-12-04T22:35:26.289Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
22:35:30 [2020-12-04T22:35:30.484Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
22:35:31 [2020-12-04T22:35:31.422Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
22:35:32 [2020-12-04T22:35:32.804Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
22:35:33 [2020-12-04T22:35:33.373Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
22:35:33 [2020-12-04T22:35:33.632Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
22:35:33 [2020-12-04T22:35:33.892Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
22:35:34 [2020-12-04T22:35:34.462Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
22:35:39 [2020-12-04T22:35:39.744Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
22:35:39 [2020-12-04T22:35:39.744Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
22:35:40 [2020-12-04T22:35:40.314Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
22:35:40 [2020-12-04T22:35:40.882Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
22:35:42 [2020-12-04T22:35:42.263Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
22:35:45 [2020-12-04T22:35:45.558Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
22:35:46 [2020-12-04T22:35:46.126Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
22:35:46 [2020-12-04T22:35:46.126Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
22:35:47 [2020-12-04T22:35:47.064Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
22:35:48 [2020-12-04T22:35:48.445Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
22:35:49 [2020-12-04T22:35:49.384Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
22:35:51 [2020-12-04T22:35:51.293Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
22:35:52 [2020-12-04T22:35:52.673Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
22:35:53 [2020-12-04T22:35:53.243Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
22:35:53 [2020-12-04T22:35:53.243Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
22:35:55 [2020-12-04T22:35:55.152Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
22:35:55 [2020-12-04T22:35:55.722Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
22:35:56 [2020-12-04T22:35:56.292Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
22:35:56 [2020-12-04T22:35:56.861Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
22:35:57 [2020-12-04T22:35:57.432Z] === RUN   TestDockerSuite/TestBuildDockerignore
22:36:01 [2020-12-04T22:36:01.726Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
22:36:05 [2020-12-04T22:36:05.924Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
22:36:08 [2020-12-04T22:36:08.462Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
22:36:08 [2020-12-04T22:36:08.462Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
22:36:09 [2020-12-04T22:36:09.841Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
22:36:10 [2020-12-04T22:36:10.780Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
22:36:11 [2020-12-04T22:36:11.352Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
22:36:11 [2020-12-04T22:36:11.923Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
22:36:12 [2020-12-04T22:36:12.863Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
22:36:13 [2020-12-04T22:36:13.432Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
22:36:14 [2020-12-04T22:36:14.371Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
22:36:14 [2020-12-04T22:36:14.371Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
22:36:16 [2020-12-04T22:36:16.911Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
22:36:18 [2020-12-04T22:36:18.819Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
22:36:23 [2020-12-04T22:36:23.017Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
22:36:24 [2020-12-04T22:36:24.402Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
22:36:24 [2020-12-04T22:36:24.972Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
22:36:26 [2020-12-04T22:36:26.353Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
22:36:26 [2020-12-04T22:36:26.353Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
22:36:26 [2020-12-04T22:36:26.353Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
22:36:30 [2020-12-04T22:36:30.551Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
22:36:31 [2020-12-04T22:36:31.491Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
22:36:33 [2020-12-04T22:36:33.402Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
22:36:33 [2020-12-04T22:36:33.972Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
22:36:36 [2020-12-04T22:36:36.514Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
22:36:38 [2020-12-04T22:36:38.423Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
22:36:39 [2020-12-04T22:36:39.804Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
22:36:41 [2020-12-04T22:36:41.186Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
22:36:42 [2020-12-04T22:36:42.569Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
22:36:43 [2020-12-04T22:36:43.509Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
22:36:43 [2020-12-04T22:36:43.842Z] 680bbdbacf1b: Pull complete
22:36:43 [2020-12-04T22:36:43.842Z] Digest: sha256:0da0b0e6cf9cf435c6470f23a97a0b9b80495f3712529abc748d80c5fb59209c
22:36:43 [2020-12-04T22:36:43.842Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
22:36:43 [2020-12-04T22:36:43.842Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
22:36:43 [2020-12-04T22:36:43.842Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
22:36:43 [2020-12-04T22:36:43.842Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1577'
22:36:43 [2020-12-04T22:36:43.842Z] WARN: Skipping validation tests
22:36:43 [2020-12-04T22:36:43.842Z] INFO: Running unit tests at 12/04/2020 22:36:37...
22:36:43 [2020-12-04T22:36:43.842Z] INFO: make.ps1 starting at 12/04/2020 22:36:42
22:36:43 [2020-12-04T22:36:43.842Z] INFO: Git commit (51ebd31f1f) assumed from DOCKER_GITCOMMIT environment variable
22:36:43 [2020-12-04T22:36:43.842Z] INFO: Invoking autogen...
22:36:43 [2020-12-04T22:36:43.842Z] INFO: Running unit tests...
22:36:46 [2020-12-04T22:36:46.049Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
22:36:46 [2020-12-04T22:36:46.049Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
22:36:48 [2020-12-04T22:36:48.589Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
22:36:53 [2020-12-04T22:36:53.867Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
22:36:56 [2020-12-04T22:36:56.300Z] 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
22:37:03 [2020-12-04T22:37:03.856Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
22:37:04 [2020-12-04T22:37:04.796Z] === RUN   TestDockerSuite/TestBuildDotDotFile
22:37:04 [2020-12-04T22:37:04.939Z] ?   	github.com/docker/docker/api	[no test files]
22:37:05 [2020-12-04T22:37:05.056Z] === RUN   TestDockerSuite/TestBuildEOLInLine
22:37:05 [2020-12-04T22:37:05.056Z] === RUN   TestDockerDaemonSuite/TestShmSize
22:37:06 [2020-12-04T22:37:06.963Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
22:37:09 [2020-12-04T22:37:09.499Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
22:37:09 [2020-12-04T22:37:09.765Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
22:37:10 [2020-12-04T22:37:10.024Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
22:37:10 [2020-12-04T22:37:10.593Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
22:37:10 [2020-12-04T22:37:10.871Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
22:37:11 [2020-12-04T22:37:11.828Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
22:37:12 [2020-12-04T22:37:12.089Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
22:37:12 [2020-12-04T22:37:12.349Z] === RUN   TestDockerSuite/TestBuildEntrypoint
22:37:12 [2020-12-04T22:37:12.919Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
22:37:15 [2020-12-04T22:37:15.462Z] --- PASS: TestDockerDaemonSuite (356.21s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.25s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.24s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.65s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.59s)
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:1455: [d4e0c1298d380] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d7b42123db247] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.19s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.72s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [de01393479d02] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.15s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.75s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.55s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.68s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.19s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.61s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.59s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.65s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.52s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [df0b3b5b559e3] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.52s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [dc65b6499206d] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.53s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d5923bc0a6f19] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.55s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.75s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.58s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.13s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d203b39e468a0] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.55s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.55s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.56s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.08s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.21s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.97s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [dcaf3020b174e] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.49s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.33s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.67s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.50s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d0ea8f9423262] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.41s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [dad86049f8fc8] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.13s)
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_plugins_test.go:79: [d92fed4a5eeba] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.48s)
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_plugins_test.go:169: [d3ef2c72365c5] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.52s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.60s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [df9771ebca1d7] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.01s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.88s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.88s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.75s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.95s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.92s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.33s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.56s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.60s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.58s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.11s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d33f5ac4fc6e9] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.58s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.97s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.46s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.91s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.83s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.59s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [de29c5db6ce19] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.47s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.09s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.57s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.36s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.61s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.06s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.50s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d20539381ada7] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d32da309e40d2] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.23s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [dddc27dc7235d] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.82s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.29s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.53s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.82s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.55s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.47s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.55s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.74s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d2643d78c5c5b] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.30s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.73s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.00s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d377b1004d585] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.56s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.35s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.15s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.66s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.19s)
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d58e4005983dc] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.19s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d4a0f8efe7349] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.51s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.28s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [df71b01b3d03a] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.09s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.06s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.36s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d14505e427253] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.04s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.70s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.03s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.41s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d1c1fd62ee69c] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.85s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [d9b3cecfc1743] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.11s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.93s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.01s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.73s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.16s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.51s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.49s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.63s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.78s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.24s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.28s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.37s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.00s)
22:37:15 [2020-12-04T22:37:15.463Z]         docker_cli_daemon_test.go:2550: [d3b9e7763422e] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.62s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.82s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.69s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.71s)
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s)
22:37:15 [2020-12-04T22:37:15.463Z]         check_test.go:309: [df8a9a9d0a5da] daemon is not started
22:37:15 [2020-12-04T22:37:15.463Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.43s)
22:37:15 [2020-12-04T22:37:15.463Z] === RUN   TestDockerSwarmSuite
22:37:15 [2020-12-04T22:37:15.463Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
22:37:15 [2020-12-04T22:37:15.463Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
22:37:17 [2020-12-04T22:37:17.375Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
22:37:18 [2020-12-04T22:37:18.756Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
22:37:18 [2020-12-04T22:37:18.756Z] === RUN   TestDockerSuite/TestBuildEnv
22:37:20 [2020-12-04T22:37:20.665Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
22:37:21 [2020-12-04T22:37:21.234Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
22:37:21 [2020-12-04T22:37:21.803Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
22:37:22 [2020-12-04T22:37:22.735Z] === RUN   TestMiddlewares
22:37:22 [2020-12-04T22:37:22.735Z] --- PASS: TestMiddlewares (0.00s)
22:37:22 [2020-12-04T22:37:22.735Z] PASS
22:37:22 [2020-12-04T22:37:22.735Z] coverage: 9.0% of statements
22:37:22 [2020-12-04T22:37:22.735Z] ok  	github.com/docker/docker/api/server	0.256s	coverage: 9.0% of statements
22:37:23 [2020-12-04T22:37:23.184Z] === RUN   TestDockerSuite/TestBuildEnvUsage
22:37:27 [2020-12-04T22:37:27.382Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
22:37:30 [2020-12-04T22:37:30.678Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
22:37:40 [2020-12-04T22:37:40.661Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
22:37:41 [2020-12-04T22:37:41.231Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
22:37:51 [2020-12-04T22:37:51.218Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
22:37:52 [2020-12-04T22:37:52.596Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
22:38:02 [2020-12-04T22:38:02.579Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
22:38:02 [2020-12-04T22:38:02.839Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
22:38:03 [2020-12-04T22:38:03.407Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
22:38:03 [2020-12-04T22:38:03.977Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
22:38:05 [2020-12-04T22:38:05.358Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
22:38:05 [2020-12-04T22:38:05.358Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
22:38:05 [2020-12-04T22:38:05.926Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
22:38:06 [2020-12-04T22:38:06.384Z] --- PASS: TestImportExtremelyLargeImageWorks (192.80s)
22:38:06 [2020-12-04T22:38:06.384Z] PASS
22:38:06 [2020-12-04T22:38:06.384Z] 
22:38:06 [2020-12-04T22:38:06.384Z] === Skipped
22:38:06 [2020-12-04T22:38:06.384Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s)
22:38:06 [2020-12-04T22:38:06.384Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:38:06 [2020-12-04T22:38:06.384Z] 
22:38:06 [2020-12-04T22:38:06.384Z] 
22:38:06 [2020-12-04T22:38:06.384Z] DONE 12 tests, 1 skipped in 193.835s
22:38:06 [2020-12-04T22:38:06.384Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m 
22:38:06 [2020-12-04T22:38:06.384Z] ++ 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
22:38:06 [2020-12-04T22:38:06.384Z] ++ set -e
22:38:06 [2020-12-04T22:38:06.384Z] ++ '[' -n 0 ']'
22:38:06 [2020-12-04T22:38:06.384Z] ++ set -x
22:38:06 [2020-12-04T22:38:06.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=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
22:38:06 [2020-12-04T22:38:06.384Z] INFO: Testing against a local daemon
22:38:06 [2020-12-04T22:38:06.384Z] === RUN   TestNetworkCreateDelete
22:38:06 [2020-12-04T22:38:06.384Z] --- PASS: TestNetworkCreateDelete (0.17s)
22:38:06 [2020-12-04T22:38:06.384Z] === RUN   TestDockerNetworkDeletePreferID
22:38:06 [2020-12-04T22:38:06.384Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s)
22:38:06 [2020-12-04T22:38:06.384Z] === RUN   TestDaemonDNSFallback
22:38:06 [2020-12-04T22:38:06.384Z] --- PASS: TestDaemonDNSFallback (1.56s)
22:38:06 [2020-12-04T22:38:06.384Z] === RUN   TestInspectNetwork
22:38:06 [2020-12-04T22:38:06.384Z] === RUN   TestInspectNetwork/full_network_id
22:38:06 [2020-12-04T22:38:06.384Z] === RUN   TestInspectNetwork/partial_network_id
22:38:06 [2020-12-04T22:38:06.384Z] === RUN   TestInspectNetwork/network_name
22:38:06 [2020-12-04T22:38:06.384Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
22:38:06 [2020-12-04T22:38:06.384Z] --- PASS: TestInspectNetwork (7.01s)
22:38:06 [2020-12-04T22:38:06.384Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
22:38:06 [2020-12-04T22:38:06.384Z]     --- PASS: TestInspectNetwork/partial_network_id (0.01s)
22:38:06 [2020-12-04T22:38:06.384Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
22:38:06 [2020-12-04T22:38:06.384Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
22:38:06 [2020-12-04T22:38:06.384Z] === RUN   TestRunContainerWithBridgeNone
22:38:06 [2020-12-04T22:38:06.496Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
22:38:06 [2020-12-04T22:38:06.496Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
22:38:07 [2020-12-04T22:38:07.019Z] --- PASS: TestRunContainerWithBridgeNone (1.83s)
22:38:07 [2020-12-04T22:38:07.019Z] === RUN   TestNetworkInvalidJSON
22:38:07 [2020-12-04T22:38:07.019Z] === RUN   TestNetworkInvalidJSON//networks/create
22:38:07 [2020-12-04T22:38:07.019Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:38:07 [2020-12-04T22:38:07.019Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:38:07 [2020-12-04T22:38:07.019Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:38:07 [2020-12-04T22:38:07.019Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:38:07 [2020-12-04T22:38:07.019Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:38:07 [2020-12-04T22:38:07.019Z] === CONT  TestNetworkInvalidJSON//networks/create
22:38:07 [2020-12-04T22:38:07.019Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:38:07 [2020-12-04T22:38:07.019Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:38:07 [2020-12-04T22:38:07.019Z] --- PASS: TestNetworkInvalidJSON (0.03s)
22:38:07 [2020-12-04T22:38:07.019Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
22:38:07 [2020-12-04T22:38:07.019Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:38:07 [2020-12-04T22:38:07.019Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:38:07 [2020-12-04T22:38:07.019Z] === RUN   TestHostIPv4BridgeLabel
22:38:07 [2020-12-04T22:38:07.655Z] --- PASS: TestHostIPv4BridgeLabel (0.58s)
22:38:07 [2020-12-04T22:38:07.655Z] === RUN   TestDaemonRestartWithLiveRestore
22:38:08 [2020-12-04T22:38:08.697Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
22:38:08 [2020-12-04T22:38:08.697Z] === RUN   TestDaemonDefaultNetworkPools
22:38:09 [2020-12-04T22:38:09.339Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s)
22:38:09 [2020-12-04T22:38:09.339Z] === RUN   TestDaemonRestartWithExistingNetwork
22:38:10 [2020-12-04T22:38:10.847Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
22:38:10 [2020-12-04T22:38:10.847Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:38:11 [2020-12-04T22:38:11.887Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s)
22:38:11 [2020-12-04T22:38:11.887Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:38:12 [2020-12-04T22:38:12.522Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
22:38:12 [2020-12-04T22:38:12.522Z] === RUN   TestServiceWithPredefinedNetwork
22:38:13 [2020-12-04T22:38:13.071Z] --- PASS: TestImportExtremelyLargeImageWorks (204.39s)
22:38:13 [2020-12-04T22:38:13.071Z] PASS
22:38:13 [2020-12-04T22:38:13.071Z] 
22:38:13 [2020-12-04T22:38:13.071Z] DONE 12 tests in 209.231s
22:38:13 [2020-12-04T22:38:13.071Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
22:38:13 [2020-12-04T22:38:13.071Z] ++ 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
22:38:13 [2020-12-04T22:38:13.071Z] ++ set -e
22:38:13 [2020-12-04T22:38:13.071Z] ++ '[' -n 0 ']'
22:38:13 [2020-12-04T22:38:13.071Z] ++ set -x
22:38:13 [2020-12-04T22:38:13.071Z] ++ env -i DEST=/go/src/github.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
22:38:13 [2020-12-04T22:38:13.071Z] INFO: Testing against a local daemon
22:38:13 [2020-12-04T22:38:13.071Z] === RUN   TestNetworkCreateDelete
22:38:13 [2020-12-04T22:38:13.071Z] --- PASS: TestNetworkCreateDelete (0.18s)
22:38:13 [2020-12-04T22:38:13.071Z] === RUN   TestDockerNetworkDeletePreferID
22:38:13 [2020-12-04T22:38:13.331Z] --- PASS: TestDockerNetworkDeletePreferID (0.59s)
22:38:13 [2020-12-04T22:38:13.331Z] === RUN   TestDaemonDNSFallback
22:38:14 [2020-12-04T22:38:14.598Z] --- PASS: TestServiceWithPredefinedNetwork (2.05s)
22:38:14 [2020-12-04T22:38:14.598Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:38:14 [2020-12-04T22:38:14.598Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:38:14 [2020-12-04T22:38:14.598Z]     service_test.go:236: FLAKY_TEST
22:38:14 [2020-12-04T22:38:14.598Z] === RUN   TestServiceWithDataPathPortInit
22:38:15 [2020-12-04T22:38:15.867Z] === RUN   TestDockerSuite/TestBuildExpose
22:38:16 [2020-12-04T22:38:16.127Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
22:38:16 [2020-12-04T22:38:16.695Z] === RUN   TestDockerSuite/TestBuildExposeOrder
22:38:16 [2020-12-04T22:38:16.955Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
22:38:17 [2020-12-04T22:38:17.215Z] === RUN   TestDockerSuite/TestBuildFails
22:38:17 [2020-12-04T22:38:17.783Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
22:38:17 [2020-12-04T22:38:17.783Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
22:38:19 [2020-12-04T22:38:19.269Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
22:38:20 [2020-12-04T22:38:20.212Z] --- PASS: TestDaemonDNSFallback (6.99s)
22:38:20 [2020-12-04T22:38:20.212Z] === RUN   TestInspectNetwork
22:38:21 [2020-12-04T22:38:21.150Z] === RUN   TestDockerSuite/TestBuildForceRm
22:38:23 [2020-12-04T22:38:23.062Z] === RUN   TestDockerSuite/TestBuildFromGit
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestBoolValue
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestBoolValue (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestBoolValueOrDefault
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestBoolValueOrDefault (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestInt64ValueOrZero
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestInt64ValueOrZero (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestInt64ValueOrDefault
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestInt64ValueOrDefault (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestInt64ValueOrDefaultWithError
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestJsonContentType
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestJsonContentType (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] PASS
22:38:23 [2020-12-04T22:38:23.334Z] coverage: 14.7% of statements
22:38:23 [2020-12-04T22:38:23.334Z] ok  	github.com/docker/docker/api/server/httputils	0.103s	coverage: 14.7% of statements
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestMaskSecretKeys
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestMaskSecretKeys (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestVersionMiddlewareVersion
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] PASS
22:38:23 [2020-12-04T22:38:23.334Z] coverage: 37.7% of statements
22:38:23 [2020-12-04T22:38:23.334Z] ok  	github.com/docker/docker/api/server/middleware	0.232s	coverage: 37.7% of statements
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestStrSliceMarshalJSON
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestStrSliceUnmarshalJSON
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestStrSliceUnmarshalString
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestStrSliceUnmarshalSlice
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] PASS
22:38:23 [2020-12-04T22:38:23.334Z] coverage: 90.0% of statements
22:38:23 [2020-12-04T22:38:23.334Z] ok  	github.com/docker/docker/api/types/strslice	0.121s	coverage: 90.0% of statements
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestToJSON
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestToJSON (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestToParamWithVersion
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestToParamWithVersion (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestFromJSON
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestFromJSON (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestEmpty
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestEmpty (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestArgsMatchKVListEmptySources
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestArgsMatchKVList
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestArgsMatchKVList (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestArgsMatch
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestArgsMatch (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestAdd
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestAdd (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestDel
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestDel (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestLen
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestLen (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestExactMatch
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestExactMatch (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestOnlyOneExactMatch
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestOnlyOneExactMatch (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestContains
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestContains (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestValidate
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestValidate (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestWalkValues
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestWalkValues (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestFuzzyMatch
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestFuzzyMatch (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestClone
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestClone (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] PASS
22:38:23 [2020-12-04T22:38:23.334Z] coverage: 92.2% of statements
22:38:23 [2020-12-04T22:38:23.334Z] ok  	github.com/docker/docker/api/types/filters	0.058s	coverage: 92.2% of statements
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestDurationToSecondsString
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestDurationToSecondsString (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestGetTimestamp
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestGetTimestamp (0.11s)
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestParseTimestamps
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestParseTimestamps (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] PASS
22:38:23 [2020-12-04T22:38:23.334Z] coverage: 100.0% of statements
22:38:23 [2020-12-04T22:38:23.334Z] ok  	github.com/docker/docker/api/types/time	0.154s	coverage: 100.0% of statements
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestAdjustForAPIVersion
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestAdjustForAPIVersion (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] PASS
22:38:23 [2020-12-04T22:38:23.334Z] coverage: 5.7% of statements
22:38:23 [2020-12-04T22:38:23.334Z] ok  	github.com/docker/docker/api/server/router/swarm	0.214s	coverage: 5.7% of statements
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/container	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/events	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/image	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/network	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] === RUN   TestCompareVersion
22:38:23 [2020-12-04T22:38:23.334Z] --- PASS: TestCompareVersion (0.00s)
22:38:23 [2020-12-04T22:38:23.334Z] PASS
22:38:23 [2020-12-04T22:38:23.334Z] coverage: 75.0% of statements
22:38:23 [2020-12-04T22:38:23.334Z] ok  	github.com/docker/docker/api/types/versions	0.098s	coverage: 75.0% of statements
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/builder	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
22:38:23 [2020-12-04T22:38:23.334Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestParseRemoteURL
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
22:38:23 [2020-12-04T22:38:23.811Z] --- PASS: TestParseRemoteURL (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestCloneArgsSmartHttp
22:38:23 [2020-12-04T22:38:23.811Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestCloneArgsDumbHttp
22:38:23 [2020-12-04T22:38:23.811Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestCloneArgsGit
22:38:23 [2020-12-04T22:38:23.811Z] --- PASS: TestCloneArgsGit (0.00s)
22:38:23 [2020-12-04T22:38:23.811Z] === RUN   TestCheckoutGit
22:38:24 [2020-12-04T22:38:24.441Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
22:38:24 [2020-12-04T22:38:24.700Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
22:38:24 [2020-12-04T22:38:24.960Z] === RUN   TestInspectNetwork/full_network_id
22:38:24 [2020-12-04T22:38:24.960Z] === RUN   TestInspectNetwork/partial_network_id
22:38:24 [2020-12-04T22:38:24.960Z] === RUN   TestInspectNetwork/network_name
22:38:24 [2020-12-04T22:38:24.960Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
22:38:25 [2020-12-04T22:38:25.531Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
22:38:26 [2020-12-04T22:38:26.023Z] === RUN   TestEnable
22:38:26 [2020-12-04T22:38:26.023Z] --- PASS: TestEnable (0.00s)
22:38:26 [2020-12-04T22:38:26.023Z] === RUN   TestDisable
22:38:26 [2020-12-04T22:38:26.023Z] --- PASS: TestDisable (0.00s)
22:38:26 [2020-12-04T22:38:26.023Z] === RUN   TestEnabled
22:38:26 [2020-12-04T22:38:26.023Z] --- PASS: TestEnabled (0.00s)
22:38:26 [2020-12-04T22:38:26.023Z] PASS
22:38:26 [2020-12-04T22:38:26.023Z] coverage: 100.0% of statements
22:38:26 [2020-12-04T22:38:26.023Z] ok  	github.com/docker/docker/cli/debug	0.084s	coverage: 100.0% of statements
22:38:26 [2020-12-04T22:38:26.910Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
22:38:27 [2020-12-04T22:38:27.486Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
22:38:27 [2020-12-04T22:38:27.486Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.03s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestProcessNoDockerignore
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestProcessNoDockerignore (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestProcessShouldLeaveAllFiles
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestDetectContentType
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestDetectContentType (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestSelectAcceptableMIME
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestSelectAcceptableMIME (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestInspectEmptyResponse
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestInspectEmptyResponse (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestInspectResponseBinary
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestInspectResponseBinary (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestResponseUnsupportedContentType
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestInspectResponseTextSimple
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestInspectResponseTextSimple (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestInspectResponseEmptyContentType
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestUnknownContentLength
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestUnknownContentLength (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestDownloadRemote
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestGetAllAllowed
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestGetAllAllowed (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestGetAllMeta
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestGetAllMeta (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestWarnOnUnusedBuildArgs
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestIsUnreferencedBuiltin
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestIsExistingDirectory
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestIsExistingDirectory (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestGetFilenameForDownload
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestGetFilenameForDownload (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestEnv2Variables
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestEnv2Variables (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestEnvValueWithExistingRunConfigEnv
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestMaintainer
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestMaintainer (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestLabel
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestLabel (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestFromScratch
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestFromScratch (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestFromWithArg
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestFromWithArg (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestFromWithArgButBuildArgsNotGiven
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestFromWithUndefinedArg
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestFromWithUndefinedArg (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestFromMultiStageWithNamedStage
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestOnbuild
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestOnbuild (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestWorkdir
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestWorkdir (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestCmd
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestCmd (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestHealthcheckNone
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestHealthcheckNone (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestHealthcheckCmd
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestHealthcheckCmd (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestEntrypoint
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestEntrypoint (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestExpose
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestExpose (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestUser
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestUser (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestVolume
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestVolume (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestStopSignal
22:38:27 [2020-12-04T22:38:27.580Z] --- SKIP: TestStopSignal (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z]     dispatchers_test.go:376: Windows does not support stopsignal
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestArg
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestArg (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestShell
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestShell (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestPrependEnvOnCmd
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestPrependEnvOnCmd (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestRunWithBuildArgs
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestRunWithBuildArgs (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestRunIgnoresHealthcheck
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestNormalizeWorkdir
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestNormalizeWorkdir (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestDispatch
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestDispatch/ADD_multiple_files_to_file
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestDispatch/COPY_multiple_files_to_file
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestDispatch/COPY_wildcard_no_files
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestDispatch/COPY_url
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestDispatch (0.06s)
22:38:27 [2020-12-04T22:38:27.580Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s)
22:38:27 [2020-12-04T22:38:27.580Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s)
22:38:27 [2020-12-04T22:38:27.580Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
22:38:27 [2020-12-04T22:38:27.580Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
22:38:27 [2020-12-04T22:38:27.580Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
22:38:27 [2020-12-04T22:38:27.580Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z]     --- PASS: TestDispatch/COPY_url (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestAddScratchImageAddsToMounts
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestAddFromScratchPopulatesPlatform
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestImageSourceGetAddsToMounts
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestEmptyDockerfile
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestEmptyDockerfile (0.01s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestSymlinkDockerfile
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestSymlinkDockerfile (0.01s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestDockerfileOutsideTheBuildContext
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestNonExistingDockerfile
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestNonExistingDockerfile (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestCopyRunConfig
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestCopyRunConfig (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestDeepCopyRunConfig
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestDeepCopyRunConfig (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestExportImage
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestExportImage (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestNormalizeDest
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestNormalizeDest (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] PASS
22:38:27 [2020-12-04T22:38:27.580Z] coverage: 46.6% of statements
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestDownloadRemote (0.10s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestGetWithStatusError
22:38:27 [2020-12-04T22:38:27.580Z] --- PASS: TestGetWithStatusError (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestCloseRootDirectory
22:38:27 [2020-12-04T22:38:27.580Z] --- SKIP: TestCloseRootDirectory (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestHashFile
22:38:27 [2020-12-04T22:38:27.580Z] ok  	github.com/docker/docker/builder/dockerfile	0.509s	coverage: 46.6% of statements
22:38:27 [2020-12-04T22:38:27.580Z] --- SKIP: TestHashFile (0.01s)
22:38:27 [2020-12-04T22:38:27.580Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestHashSubdir
22:38:27 [2020-12-04T22:38:27.580Z] --- SKIP: TestHashSubdir (0.01s)
22:38:27 [2020-12-04T22:38:27.580Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:38:27 [2020-12-04T22:38:27.580Z] === RUN   TestRemoveDirectory
22:38:27 [2020-12-04T22:38:27.580Z] --- SKIP: TestRemoveDirectory (0.00s)
22:38:27 [2020-12-04T22:38:27.580Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:38:27 [2020-12-04T22:38:27.580Z] PASS
22:38:27 [2020-12-04T22:38:27.580Z] coverage: 9.3% of statements
22:38:27 [2020-12-04T22:38:27.580Z] ok  	github.com/docker/docker/builder/remotecontext	0.784s	coverage: 9.3% of statements
22:38:27 [2020-12-04T22:38:27.580Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
22:38:28 [2020-12-04T22:38:28.423Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
22:38:29 [2020-12-04T22:38:29.363Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
22:38:29 [2020-12-04T22:38:29.363Z] --- PASS: TestInspectNetwork (9.07s)
22:38:29 [2020-12-04T22:38:29.363Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
22:38:29 [2020-12-04T22:38:29.363Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
22:38:29 [2020-12-04T22:38:29.363Z]     --- PASS: TestInspectNetwork/network_name (0.01s)
22:38:29 [2020-12-04T22:38:29.363Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
22:38:29 [2020-12-04T22:38:29.363Z] === RUN   TestRunContainerWithBridgeNone
22:38:29 [2020-12-04T22:38:29.363Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
22:38:29 [2020-12-04T22:38:29.945Z] --- PASS: TestServiceWithDataPathPortInit (13.57s)
22:38:29 [2020-12-04T22:38:29.945Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:38:31 [2020-12-04T22:38:31.900Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
22:38:31 [2020-12-04T22:38:31.900Z] --- PASS: TestRunContainerWithBridgeNone (2.55s)
22:38:31 [2020-12-04T22:38:31.900Z] === RUN   TestNetworkInvalidJSON
22:38:31 [2020-12-04T22:38:31.900Z] === RUN   TestNetworkInvalidJSON//networks/create
22:38:31 [2020-12-04T22:38:31.900Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:38:31 [2020-12-04T22:38:31.900Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:38:31 [2020-12-04T22:38:31.900Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:38:31 [2020-12-04T22:38:31.900Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:38:31 [2020-12-04T22:38:31.900Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:38:31 [2020-12-04T22:38:31.900Z] === CONT  TestNetworkInvalidJSON//networks/create
22:38:31 [2020-12-04T22:38:31.901Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:38:31 [2020-12-04T22:38:31.901Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:38:31 [2020-12-04T22:38:31.901Z] --- PASS: TestNetworkInvalidJSON (0.03s)
22:38:31 [2020-12-04T22:38:31.901Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:38:31 [2020-12-04T22:38:31.901Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
22:38:31 [2020-12-04T22:38:31.901Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:38:31 [2020-12-04T22:38:31.901Z] === RUN   TestHostIPv4BridgeLabel
22:38:32 [2020-12-04T22:38:32.470Z] --- PASS: TestHostIPv4BridgeLabel (0.62s)
22:38:32 [2020-12-04T22:38:32.470Z] === RUN   TestDaemonRestartWithLiveRestore
22:38:33 [2020-12-04T22:38:33.410Z] === RUN   TestDockerSuite/TestBuildHistory
22:38:33 [2020-12-04T22:38:33.670Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s)
22:38:33 [2020-12-04T22:38:33.670Z] === RUN   TestDaemonDefaultNetworkPools
22:38:34 [2020-12-04T22:38:34.238Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s)
22:38:34 [2020-12-04T22:38:34.238Z] === RUN   TestDaemonRestartWithExistingNetwork
22:38:35 [2020-12-04T22:38:35.516Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.84s)
22:38:35 [2020-12-04T22:38:35.516Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:y8tt913gllmdtpkxipyhq396x Created:2020-12-04 22:38:29.104821323 +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[6a2ecb986900020c39428974cbf7949599404bb5ee1a93cc094824368ac25d8e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jd524qbucae2mx3duw6e9n7va EndpointID:83a9d862eff7a4ca746b0dffacd2754937c34e3691fb2c9f5dd4f9186b026513 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:dbe9cf954c0e306308e4233fbaaa7d9748af6de4995bfbe64afa5496b196cfdd 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:8e39a15347d3 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jd524qbucae2mx3duw6e9n7va EndpointID:83a9d862eff7a4ca746b0dffacd2754937c34e3691fb2c9f5dd4f9186b026513 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
22:38:35 [2020-12-04T22:38:35.516Z] PASS
22:38:35 [2020-12-04T22:38:35.516Z] 
22:38:35 [2020-12-04T22:38:35.516Z] === Skipped
22:38:35 [2020-12-04T22:38:35.516Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:38:35 [2020-12-04T22:38:35.516Z]     service_test.go:236: FLAKY_TEST
22:38:35 [2020-12-04T22:38:35.516Z] 
22:38:35 [2020-12-04T22:38:35.516Z] 
22:38:35 [2020-12-04T22:38:35.516Z] DONE 23 tests, 1 skipped in 38.978s
22:38:35 [2020-12-04T22:38:35.516Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:38:35 [2020-12-04T22:38:35.517Z] ++ 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
22:38:35 [2020-12-04T22:38:35.517Z] ++ set -e
22:38:35 [2020-12-04T22:38:35.517Z] ++ '[' -n 0 ']'
22:38:35 [2020-12-04T22:38:35.517Z] ++ set -x
22:38:35 [2020-12-04T22:38:35.517Z] ++ env -i DEST=/go/src/github.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
22:38:35 [2020-12-04T22:38:35.517Z] INFO: Testing against a local daemon
22:38:35 [2020-12-04T22:38:35.517Z] === RUN   TestDockerNetworkIpvlanPersistance
22:38:35 [2020-12-04T22:38:35.517Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
22:38:35 [2020-12-04T22:38:35.517Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:38:35 [2020-12-04T22:38:35.517Z] === RUN   TestDockerNetworkIpvlan
22:38:35 [2020-12-04T22:38:35.517Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:38:35 [2020-12-04T22:38:35.517Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:38:35 [2020-12-04T22:38:35.517Z] PASS
22:38:35 [2020-12-04T22:38:35.517Z] 
22:38:35 [2020-12-04T22:38:35.517Z] === Skipped
22:38:35 [2020-12-04T22:38:35.517Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
22:38:35 [2020-12-04T22:38:35.517Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:38:35 [2020-12-04T22:38:35.517Z] 
22:38:35 [2020-12-04T22:38:35.517Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:38:35 [2020-12-04T22:38:35.517Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:38:35 [2020-12-04T22:38:35.517Z] 
22:38:35 [2020-12-04T22:38:35.517Z] 
22:38:35 [2020-12-04T22:38:35.517Z] DONE 2 tests, 2 skipped in 0.076s
22:38:35 [2020-12-04T22:38:35.517Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:38:35 [2020-12-04T22:38:35.517Z] ++ 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
22:38:35 [2020-12-04T22:38:35.517Z] ++ set -e
22:38:35 [2020-12-04T22:38:35.517Z] ++ '[' -n 0 ']'
22:38:35 [2020-12-04T22:38:35.517Z] ++ set -x
22:38:35 [2020-12-04T22:38:35.517Z] ++ env -i DEST=/go/src/github.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
22:38:35 [2020-12-04T22:38:35.517Z] INFO: Testing against a local daemon
22:38:35 [2020-12-04T22:38:35.517Z] === RUN   TestDockerNetworkMacvlanPersistance
22:38:35 [2020-12-04T22:38:35.618Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
22:38:35 [2020-12-04T22:38:35.619Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:38:36 [2020-12-04T22:38:36.558Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s)
22:38:36 [2020-12-04T22:38:36.558Z] === RUN   TestDockerNetworkMacvlan
22:38:37 [2020-12-04T22:38:37.004Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s)
22:38:37 [2020-12-04T22:38:37.004Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:38:37 [2020-12-04T22:38:37.264Z] === RUN   TestDockerSuite/TestBuildIidFile
22:38:37 [2020-12-04T22:38:37.524Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
22:38:37 [2020-12-04T22:38:37.524Z] === RUN   TestServiceWithPredefinedNetwork
22:38:37 [2020-12-04T22:38:37.594Z] === RUN   TestDockerNetworkMacvlan/Subinterface
22:38:37 [2020-12-04T22:38:37.783Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
22:38:38 [2020-12-04T22:38:38.229Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
22:38:38 [2020-12-04T22:38:38.353Z] === RUN   TestDockerSuite/TestBuildInheritance
22:38:38 [2020-12-04T22:38:38.921Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
22:38:39 [2020-12-04T22:38:39.268Z] === RUN   TestDockerNetworkMacvlan/NilParent
22:38:39 [2020-12-04T22:38:39.492Z] === RUN   TestDockerSuite/TestBuildInvalidTag
22:38:39 [2020-12-04T22:38:39.492Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestCheckpointCreateError
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestCheckpointCreateError (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestCheckpointCreate
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestCheckpointCreate (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestCheckpointDeleteError
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestCheckpointDeleteError (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestCheckpointDelete
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestCheckpointDelete (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestCheckpointListError
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestCheckpointListError (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestCheckpointList
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestCheckpointList (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestCheckpointListContainerNotFound
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestNewClientWithOpsFromEnv
22:38:40 [2020-12-04T22:38:40.046Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z]     client_test.go:23: runtime.GOOS == "windows"
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestGetAPIPath
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestGetAPIPath (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestParseHostURL
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestParseHostURL (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestNegotiateAPIVersionEmpty
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestNegotiateAPIVersion
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestNegotiateAPIVersion (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestNegotiateAPVersionOverride
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestNegotiateAPIVersionAutomatic
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestClientRedirect
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestClientRedirect (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestConfigCreateUnsupported
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestConfigCreateUnsupported (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestConfigCreateError
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestConfigCreateError (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestConfigCreate
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestConfigCreate (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestConfigInspectNotFound
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestConfigInspectNotFound (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestConfigInspectWithEmptyID
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestConfigInspectUnsupported
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestConfigInspectUnsupported (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestConfigInspectError
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestConfigInspectError (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestConfigInspectConfigNotFound
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestConfigInspect
22:38:40 [2020-12-04T22:38:40.046Z] --- PASS: TestConfigInspect (0.00s)
22:38:40 [2020-12-04T22:38:40.046Z] === RUN   TestConfigListUnsupported
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestConfigListUnsupported (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestConfigListError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestConfigListError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestConfigList
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestConfigList (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestConfigRemoveUnsupported
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestConfigRemoveError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestConfigRemoveError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestConfigRemove
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestConfigRemove (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestConfigUpdateUnsupported
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestConfigUpdateError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestConfigUpdateError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestConfigUpdate
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestConfigUpdate (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerCommitError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerCommitError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerCommit
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerCommit (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerStatPathError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerStatPathError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerStatPathNotFoundError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerStatPathNoHeaderError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerStatPath
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerStatPath (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestCopyToContainerError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestCopyToContainerError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestCopyToContainerNotFoundError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestCopyToContainerNotStatusOKError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestCopyToContainer
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestCopyToContainer (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestCopyFromContainerError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestCopyFromContainerError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestCopyFromContainerNotFoundError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestCopyFromContainerNotStatusOKError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestCopyFromContainerNoHeaderError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestCopyFromContainer
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestCopyFromContainer (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerCreateError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerCreateError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerCreateImageNotFound
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerCreateWithName
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerCreateWithName (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerCreateAutoRemove
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerDiffError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerDiffError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerDiff
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerDiff (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerExecCreateError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerExecCreateError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerExecCreate
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerExecCreate (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerExecStartError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerExecStartError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerExecStart
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerExecStart (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerExecInspectError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerExecInspectError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerExecInspect
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerExecInspect (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerExportError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerExportError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerExport
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerExport (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerInspectError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerInspectError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerInspectContainerNotFound
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerInspectWithEmptyID
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerInspect
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerInspect (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerInspectNode
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerInspectNode (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerKillError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerKillError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerKill
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerKill (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerListError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerListError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerList
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerList (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerLogsNotFoundError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerLogsError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerLogsError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerLogs
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerLogs (0.24s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerPauseError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerPauseError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerPause
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerPause (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainersPruneError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainersPruneError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainersPrune
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainersPrune (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerRemoveError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerRemoveError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerRemoveNotFoundError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerRemove
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerRemove (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerRenameError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerRenameError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerRename
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerRename (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerResizeError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerResizeError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerExecResizeError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerExecResizeError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerResize
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerResize (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerExecResize
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerExecResize (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerRestartError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerRestartError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerRestart
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerRestart (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerStartError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerStartError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerStart
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerStart (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerStatsError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerStatsError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerStats
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerStats (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerStopError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerStopError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerStop
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerStop (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerTopError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerTopError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerTop
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerTop (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerUnpauseError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerUnpauseError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerUnpause
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerUnpause (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerUpdateError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerUpdateError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerUpdate
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerUpdate (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerWaitError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerWaitError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestContainerWait
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestContainerWait (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestDiskUsageError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestDiskUsageError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestDiskUsage
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestDiskUsage (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestDistributionInspectUnsupported
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestDistributionInspectWithEmptyID
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestEventsErrorInOptions
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestEventsErrorInOptions (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestEventsErrorFromServer
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestEventsErrorFromServer (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestEvents
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestEvents (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestTLSCloseWriter
22:38:40 [2020-12-04T22:38:40.047Z] === PAUSE TestTLSCloseWriter
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageBuildError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageBuildError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageBuild
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageBuild (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestGetDockerOS
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestGetDockerOS (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageCreateError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageCreateError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageCreate
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageCreate (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageHistoryError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageHistoryError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageHistory
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageHistory (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageImportError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageImportError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageImport
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageImport (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageInspectError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageInspectError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageInspectImageNotFound
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageInspectImageNotFound (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageInspectWithEmptyID
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageInspect
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageInspect (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageListError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageListError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageList
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageList (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageListApiBefore125
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageListApiBefore125 (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageLoadError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageLoadError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageLoad
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageLoad (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagesPruneError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagesPruneError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagesPrune
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagesPrune (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePullReferenceParseError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePullReferenceParseError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePullAnyError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePullAnyError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePullStatusUnauthorizedError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePullWithPrivilegedFuncNoError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePullWithoutErrors
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePullWithoutErrors (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePushReferenceError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePushReferenceError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePushAnyError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePushAnyError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePushStatusUnauthorizedError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePushWithPrivilegedFuncNoError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePushWithoutErrors
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImagePushWithoutErrors (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageRemoveError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageRemoveError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageRemoveImageNotFound
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageRemove
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageRemove (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageSaveError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageSaveError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageSave
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageSave (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageSearchAnyError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageSearchAnyError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageSearchStatusUnauthorizedError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageSearchWithoutErrors
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageTagError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageTagError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageTagInvalidReference
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageTagInvalidReference (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageTagInvalidSourceImageName
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageTagHexSource
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageTagHexSource (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestImageTag
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestImageTag (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestInfoServerError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestInfoServerError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestInfoInvalidResponseJSONError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestInfo
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestInfo (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkConnectError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkConnectError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkConnect
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkConnect (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkCreateError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkCreateError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkCreate
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkCreate (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkDisconnectError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkDisconnectError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkDisconnect
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkDisconnect (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkInspectError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkInspectError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkInspectNotFoundError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkInspectWithEmptyID
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkInspect
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkInspect (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkListError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkListError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkList
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkList (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworksPruneError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworksPruneError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworksPrune
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworksPrune (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkRemoveError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkRemoveError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNetworkRemove
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNetworkRemove (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNodeInspectError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNodeInspectError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNodeInspectNodeNotFound
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNodeInspectWithEmptyID
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNodeInspect
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNodeInspect (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNodeListError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNodeListError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNodeList
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNodeList (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNodeRemoveError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNodeRemoveError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNodeRemove
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNodeRemove (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNodeUpdateError
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNodeUpdateError (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestNodeUpdate
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestNodeUpdate (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestOptionWithTimeout
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestOptionWithTimeout (0.00s)
22:38:40 [2020-12-04T22:38:40.047Z] === RUN   TestPingFail
22:38:40 [2020-12-04T22:38:40.047Z] --- PASS: TestPingFail (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPingWithError
22:38:40 [2020-12-04T22:38:40.048Z] 2020/12/04 22:38:39 RoundTripper returned a response & error; ignoring response
22:38:40 [2020-12-04T22:38:40.048Z] 2020/12/04 22:38:39 RoundTripper returned a response & error; ignoring response
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPingWithError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPingSuccess
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPingSuccess (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPingHeadFallback
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPingHeadFallback/OK
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPingHeadFallback/Internal_Server_Error
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPingHeadFallback/Not_Found
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPingHeadFallback (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginDisableError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginDisableError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginDisable
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginDisable (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginEnableError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginEnableError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginEnable
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginEnable (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginInspectError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginInspectError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginInspectWithEmptyID
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginInspect
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginInspect (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginListError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginListError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginList
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginList (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginPushError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginPushError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginPush
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginPush (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginRemoveError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginRemoveError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginRemove
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginRemove (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginSetError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginSetError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPluginSet
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPluginSet (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSetHostHeader
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSetHostHeader (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestPlainTextError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestPlainTextError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestInfiniteError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestInfiniteError (0.03s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretCreateUnsupported
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretCreateUnsupported (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretCreateError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretCreateError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretCreate
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretCreate (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretInspectUnsupported
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretInspectUnsupported (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretInspectError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretInspectError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretInspectSecretNotFound
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretInspectWithEmptyID
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretInspect
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretInspect (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretListUnsupported
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretListUnsupported (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretListError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretListError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretList
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretList (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretRemoveUnsupported
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretRemoveError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretRemoveError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretRemove
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretRemove (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretUpdateUnsupported
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretUpdateError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretUpdateError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSecretUpdate
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSecretUpdate (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceCreateError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceCreateError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceCreate
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceCreate (0.01s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceCreateCompatiblePlatforms
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceCreateDigestPinning
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceInspectError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceInspectError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceInspectServiceNotFound
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceInspectWithEmptyID
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceInspect
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceInspect (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceListError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceListError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceList
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceList (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceLogsError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceLogsError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceLogs
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceLogs (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceRemoveError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceRemoveError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceRemoveNotFoundError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceRemove
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceRemove (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceUpdateError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceUpdateError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestServiceUpdate
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestServiceUpdate (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmGetUnlockKeyError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmGetUnlockKey
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmInitError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmInitError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmInit
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmInit (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmInspectError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmInspectError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmInspect
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmInspect (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmJoinError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmJoinError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmJoin
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmJoin (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmLeaveError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmLeaveError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmLeave
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmLeave (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmUnlockError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmUnlockError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmUnlock
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmUnlock (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmUpdateError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmUpdateError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestSwarmUpdate
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestSwarmUpdate (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestTaskInspectError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestTaskInspectError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestTaskInspectWithEmptyID
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestTaskInspect
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestTaskInspect (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestTaskListError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestTaskListError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestTaskList
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestTaskList (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestVolumeCreateError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestVolumeCreateError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestVolumeCreate
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestVolumeCreate (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestVolumeInspectError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestVolumeInspectError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestVolumeInspectNotFound
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestVolumeInspectNotFound (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestVolumeInspectWithEmptyID
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestVolumeInspect
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestVolumeInspect (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestVolumeListError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestVolumeListError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestVolumeList
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestVolumeList (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestVolumeRemoveError
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestVolumeRemoveError (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === RUN   TestVolumeRemove
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestVolumeRemove (0.00s)
22:38:40 [2020-12-04T22:38:40.048Z] === CONT  TestTLSCloseWriter
22:38:40 [2020-12-04T22:38:40.048Z] --- PASS: TestTLSCloseWriter (0.01s)
22:38:40 [2020-12-04T22:38:40.048Z] PASS
22:38:40 [2020-12-04T22:38:40.048Z] coverage: 74.9% of statements
22:38:40 [2020-12-04T22:38:40.048Z] ok  	github.com/docker/docker/client	0.751s	coverage: 74.9% of statements
22:38:40 [2020-12-04T22:38:40.429Z] === RUN   TestDockerSuite/TestBuildLabel
22:38:40 [2020-12-04T22:38:40.689Z] --- PASS: TestServiceWithPredefinedNetwork (3.17s)
22:38:40 [2020-12-04T22:38:40.689Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:38:40 [2020-12-04T22:38:40.689Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:38:40 [2020-12-04T22:38:40.689Z]     service_test.go:236: FLAKY_TEST
22:38:40 [2020-12-04T22:38:40.689Z] === RUN   TestServiceWithDataPathPortInit
22:38:40 [2020-12-04T22:38:40.948Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
22:38:41 [2020-12-04T22:38:41.207Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
22:38:41 [2020-12-04T22:38:41.341Z] === RUN   TestDockerNetworkMacvlan/InternalMode
22:38:41 [2020-12-04T22:38:41.778Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
22:38:42 [2020-12-04T22:38:42.038Z] === RUN   TestDockerSuite/TestBuildLabels
22:38:42 [2020-12-04T22:38:42.608Z] === RUN   TestDockerSuite/TestBuildLabelsCache
22:38:43 [2020-12-04T22:38:43.415Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
22:38:43 [2020-12-04T22:38:43.989Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
22:38:45 [2020-12-04T22:38:45.896Z] === RUN   TestDockerSuite/TestBuildLastModified
22:38:46 [2020-12-04T22:38:46.949Z] === RUN   TestDockerNetworkMacvlan/Addressing
22:38:47 [2020-12-04T22:38:47.589Z] --- PASS: TestDockerNetworkMacvlan (11.13s)
22:38:47 [2020-12-04T22:38:47.589Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
22:38:47 [2020-12-04T22:38:47.589Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s)
22:38:47 [2020-12-04T22:38:47.589Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s)
22:38:47 [2020-12-04T22:38:47.589Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.94s)
22:38:47 [2020-12-04T22:38:47.589Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.25s)
22:38:47 [2020-12-04T22:38:47.589Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.66s)
22:38:47 [2020-12-04T22:38:47.589Z] PASS
22:38:47 [2020-12-04T22:38:47.589Z] 
22:38:47 [2020-12-04T22:38:47.589Z] DONE 8 tests in 12.597s
22:38:47 [2020-12-04T22:38:47.589Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m 
22:38:47 [2020-12-04T22:38:47.589Z] ++ 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
22:38:47 [2020-12-04T22:38:47.589Z] ++ set -e
22:38:47 [2020-12-04T22:38:47.589Z] ++ '[' -n 0 ']'
22:38:47 [2020-12-04T22:38:47.589Z] ++ set -x
22:38:47 [2020-12-04T22:38:47.589Z] ++ env -i DEST=/go/src/github.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
22:38:47 [2020-12-04T22:38:47.589Z] testing: warning: no tests to run
22:38:47 [2020-12-04T22:38:47.589Z] PASS
22:38:47 [2020-12-04T22:38:47.589Z] 
22:38:47 [2020-12-04T22:38:47.589Z] DONE 0 tests in 0.012s
22:38:47 [2020-12-04T22:38:47.589Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:38:47 [2020-12-04T22:38:47.589Z] ++ 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
22:38:47 [2020-12-04T22:38:47.589Z] ++ set -e
22:38:47 [2020-12-04T22:38:47.589Z] ++ '[' -n 0 ']'
22:38:47 [2020-12-04T22:38:47.589Z] ++ set -x
22:38:47 [2020-12-04T22:38:47.589Z] ++ env -i DEST=/go/src/github.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
22:38:47 [2020-12-04T22:38:47.884Z] INFO: Testing against a local daemon
22:38:47 [2020-12-04T22:38:47.884Z] === RUN   TestAuthZPluginAllowRequest
22:38:49 [2020-12-04T22:38:49.404Z] --- PASS: TestAuthZPluginAllowRequest (1.34s)
22:38:49 [2020-12-04T22:38:49.404Z] === RUN   TestAuthZPluginTLS
22:38:49 [2020-12-04T22:38:49.697Z] --- PASS: TestAuthZPluginTLS (0.56s)
22:38:49 [2020-12-04T22:38:49.697Z] === RUN   TestAuthZPluginDenyRequest
22:38:50 [2020-12-04T22:38:50.335Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
22:38:50 [2020-12-04T22:38:50.335Z] === RUN   TestAuthZPluginAPIDenyResponse
22:38:50 [2020-12-04T22:38:50.630Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s)
22:38:50 [2020-12-04T22:38:50.630Z] === RUN   TestAuthZPluginDenyResponse
22:38:51 [2020-12-04T22:38:51.173Z] === RUN   TestDockerSuite/TestBuildLineBreak
22:38:51 [2020-12-04T22:38:51.267Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
22:38:51 [2020-12-04T22:38:51.267Z] === RUN   TestAuthZPluginAllowEventStream
22:38:52 [2020-12-04T22:38:52.776Z] --- PASS: TestAuthZPluginAllowEventStream (1.31s)
22:38:52 [2020-12-04T22:38:52.776Z] === RUN   TestAuthZPluginErrorResponse
22:38:53 [2020-12-04T22:38:53.068Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
22:38:53 [2020-12-04T22:38:53.068Z] === RUN   TestAuthZPluginErrorRequest
22:38:53 [2020-12-04T22:38:53.701Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
22:38:53 [2020-12-04T22:38:53.701Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:38:53 [2020-12-04T22:38:53.719Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
22:38:53 [2020-12-04T22:38:53.719Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
22:38:53 [2020-12-04T22:38:53.719Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
22:38:53 [2020-12-04T22:38:53.719Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
22:38:53 [2020-12-04T22:38:53.719Z] === RUN   TestDockerSuite/TestBuildMaintainer
22:38:53 [2020-12-04T22:38:53.979Z] === RUN   TestDockerSuite/TestBuildMissingArgs
22:38:54 [2020-12-04T22:38:54.336Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s)
22:38:54 [2020-12-04T22:38:54.336Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:38:55 [2020-12-04T22:38:55.359Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
22:38:55 [2020-12-04T22:38:55.846Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.70s)
22:38:55 [2020-12-04T22:38:55.847Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:38:56 [2020-12-04T22:38:56.298Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
22:38:57 [2020-12-04T22:38:57.238Z] --- PASS: TestServiceWithDataPathPortInit (16.44s)
22:38:57 [2020-12-04T22:38:57.238Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:38:57 [2020-12-04T22:38:57.926Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.69s)
22:38:57 [2020-12-04T22:38:57.926Z] === RUN   TestAuthZPluginHeader
22:38:58 [2020-12-04T22:38:58.563Z] --- PASS: TestAuthZPluginHeader (0.84s)
22:38:58 [2020-12-04T22:38:58.563Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:38:58 [2020-12-04T22:38:58.563Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:38:58 [2020-12-04T22:38:58.563Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:38:58 [2020-12-04T22:38:58.563Z] === RUN   TestAuthZPluginV2Disable
22:38:58 [2020-12-04T22:38:58.563Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
22:38:58 [2020-12-04T22:38:58.563Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:38:58 [2020-12-04T22:38:58.563Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:38:58 [2020-12-04T22:38:58.563Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:38:58 [2020-12-04T22:38:58.563Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:38:58 [2020-12-04T22:38:58.563Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:38:58 [2020-12-04T22:38:58.563Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:38:58 [2020-12-04T22:38:58.563Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:38:58 [2020-12-04T22:38:58.563Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:38:59 [2020-12-04T22:38:59.778Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
22:39:00 [2020-12-04T22:39:00.038Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
22:39:00 [2020-12-04T22:39:00.606Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
22:39:01 [2020-12-04T22:39:01.251Z] --- PASS: TestCheckoutGit (35.06s)
22:39:01 [2020-12-04T22:39:01.251Z] === RUN   TestValidGitTransport
22:39:01 [2020-12-04T22:39:01.251Z] --- PASS: TestValidGitTransport (0.00s)
22:39:01 [2020-12-04T22:39:01.251Z] === RUN   TestGitInvalidRef
22:39:01 [2020-12-04T22:39:01.251Z] --- PASS: TestGitInvalidRef (0.23s)
22:39:01 [2020-12-04T22:39:01.251Z] PASS
22:39:01 [2020-12-04T22:39:01.251Z] coverage: 86.3% of statements
22:39:01 [2020-12-04T22:39:01.251Z] ok  	github.com/docker/docker/builder/remotecontext/git	35.450s	coverage: 86.3% of statements
22:39:01 [2020-12-04T22:39:01.251Z] ?   	github.com/docker/docker/cli	[no test files]
22:39:01 [2020-12-04T22:39:01.251Z] ?   	github.com/docker/docker/cli/config	[no test files]
22:39:05 [2020-12-04T22:39:05.883Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.29s)
22:39:05 [2020-12-04T22:39:05.883Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mrophf1ci0pt89kj94sbr7ssd Created:2020-12-04 22:38:58.646551813 +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[f6e2189922e1fe33e6d1b45ae7b11dbb7989df36622790c3d6bd679217b7fbc6:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7rc2ny5vt3w6crg1pgfogwii8 EndpointID:7002ebe46cf97d01e3e8b316fcee165ad00a4537d2e3219d964fce818280d545 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2503fca58a13f4eec580ce52bd2e039979d32b6f3c08a381a1aa2d4e0b4a0c4d 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:6a6b8ea48dec IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7rc2ny5vt3w6crg1pgfogwii8 EndpointID:7002ebe46cf97d01e3e8b316fcee165ad00a4537d2e3219d964fce818280d545 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
22:39:05 [2020-12-04T22:39:05.883Z] PASS
22:39:05 [2020-12-04T22:39:05.883Z] 
22:39:05 [2020-12-04T22:39:05.883Z] === Skipped
22:39:05 [2020-12-04T22:39:05.883Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:39:05 [2020-12-04T22:39:05.883Z]     service_test.go:236: FLAKY_TEST
22:39:05 [2020-12-04T22:39:05.883Z] 
22:39:05 [2020-12-04T22:39:05.883Z] 
22:39:05 [2020-12-04T22:39:05.883Z] DONE 23 tests, 1 skipped in 52.979s
22:39:05 [2020-12-04T22:39:05.883Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:39:05 [2020-12-04T22:39:05.884Z] ++ 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
22:39:05 [2020-12-04T22:39:05.884Z] ++ set -e
22:39:05 [2020-12-04T22:39:05.884Z] ++ '[' -n 0 ']'
22:39:05 [2020-12-04T22:39:05.884Z] ++ set -x
22:39:05 [2020-12-04T22:39:05.884Z] ++ env -i DEST=/go/src/github.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
22:39:05 [2020-12-04T22:39:05.884Z] INFO: Testing against a local daemon
22:39:05 [2020-12-04T22:39:05.884Z] === RUN   TestDockerNetworkIpvlanPersistance
22:39:05 [2020-12-04T22:39:05.884Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
22:39:05 [2020-12-04T22:39:05.884Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:39:05 [2020-12-04T22:39:05.884Z] === RUN   TestDockerNetworkIpvlan
22:39:05 [2020-12-04T22:39:05.884Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:39:05 [2020-12-04T22:39:05.884Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:39:05 [2020-12-04T22:39:05.884Z] PASS
22:39:05 [2020-12-04T22:39:05.884Z] 
22:39:05 [2020-12-04T22:39:05.884Z] === Skipped
22:39:05 [2020-12-04T22:39:05.884Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
22:39:05 [2020-12-04T22:39:05.884Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:39:05 [2020-12-04T22:39:05.884Z] 
22:39:05 [2020-12-04T22:39:05.884Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:39:05 [2020-12-04T22:39:05.884Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:39:05 [2020-12-04T22:39:05.884Z] 
22:39:05 [2020-12-04T22:39:05.884Z] 
22:39:05 [2020-12-04T22:39:05.884Z] DONE 2 tests, 2 skipped in 0.190s
22:39:05 [2020-12-04T22:39:05.884Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:39:05 [2020-12-04T22:39:05.884Z] ++ 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
22:39:05 [2020-12-04T22:39:05.884Z] ++ set -e
22:39:05 [2020-12-04T22:39:05.884Z] ++ '[' -n 0 ']'
22:39:05 [2020-12-04T22:39:05.884Z] ++ set -x
22:39:05 [2020-12-04T22:39:05.884Z] ++ env -i DEST=/go/src/github.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
22:39:05 [2020-12-04T22:39:05.884Z] INFO: Testing against a local daemon
22:39:05 [2020-12-04T22:39:05.884Z] === RUN   TestDockerNetworkMacvlanPersistance
22:39:07 [2020-12-04T22:39:07.264Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s)
22:39:07 [2020-12-04T22:39:07.264Z] === RUN   TestDockerNetworkMacvlan
22:39:07 [2020-12-04T22:39:07.833Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
22:39:07 [2020-12-04T22:39:07.833Z] === RUN   TestDockerNetworkMacvlan/Subinterface
22:39:08 [2020-12-04T22:39:08.385Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
22:39:08 [2020-12-04T22:39:08.385Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
22:39:08 [2020-12-04T22:39:08.385Z] === RUN   TestLoadDaemonCliConfigWithTLS
22:39:08 [2020-12-04T22:39:08.385Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
22:39:08 [2020-12-04T22:39:08.385Z] === RUN   TestLoadDaemonCliConfigWithConflicts
22:39:08 [2020-12-04T22:39:08.385Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
22:39:08 [2020-12-04T22:39:08.385Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
22:39:08 [2020-12-04T22:39:08.385Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
22:39:08 [2020-12-04T22:39:08.385Z] === RUN   TestLoadDaemonCliWithConflictingLabels
22:39:08 [2020-12-04T22:39:08.385Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
22:39:08 [2020-12-04T22:39:08.385Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
22:39:08 [2020-12-04T22:39:08.385Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
22:39:08 [2020-12-04T22:39:08.385Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
22:39:08 [2020-12-04T22:39:08.385Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s)
22:39:08 [2020-12-04T22:39:08.385Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
22:39:08 [2020-12-04T22:39:08.385Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.01s)
22:39:08 [2020-12-04T22:39:08.385Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
22:39:08 [2020-12-04T22:39:08.385Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
22:39:08 [2020-12-04T22:39:08.385Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
22:39:08 [2020-12-04T22:39:08.385Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.01s)
22:39:08 [2020-12-04T22:39:08.385Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
22:39:08 [2020-12-04T22:39:08.385Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
22:39:08 [2020-12-04T22:39:08.385Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
22:39:08 [2020-12-04T22:39:08.385Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
22:39:08 [2020-12-04T22:39:08.386Z] === RUN   TestConfigureDaemonLogs
22:39:08 [2020-12-04T22:39:08.386Z] --- PASS: TestConfigureDaemonLogs (0.00s)
22:39:08 [2020-12-04T22:39:08.386Z] === RUN   TestCommonOptionsInstallFlags
22:39:08 [2020-12-04T22:39:08.386Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
22:39:08 [2020-12-04T22:39:08.386Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
22:39:08 [2020-12-04T22:39:08.386Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
22:39:08 [2020-12-04T22:39:08.386Z] PASS
22:39:08 [2020-12-04T22:39:08.386Z] coverage: 18.4% of statements
22:39:08 [2020-12-04T22:39:08.386Z] ok  	github.com/docker/docker/cmd/dockerd	0.741s	coverage: 18.4% of statements
22:39:08 [2020-12-04T22:39:08.771Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
22:39:09 [2020-12-04T22:39:09.709Z] === RUN   TestDockerNetworkMacvlan/NilParent
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestContainerStopSignal
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestContainerStopSignal (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestContainerStopTimeout
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestContainerStopTimeout (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestContainerSecretReferenceDestTarget
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestContainerLogPathSetForJSONFileLogger
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestContainerLogPathSetForRingLogger
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestReplaceAndAppendEnvVars
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestNewMemoryStore
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestNewMemoryStore (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestAddContainers
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestAddContainers (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestGetContainer
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestGetContainer (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestDeleteContainer
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestDeleteContainer (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestListContainers
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestListContainers (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestFirstContainer
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestFirstContainer (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestApplyAllContainer
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestApplyAllContainer (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestIsValidHealthString
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestIsValidHealthString (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestStateRunStop
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestStateRunStop (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestStateTimeoutWait
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestStateTimeoutWait (0.10s)
22:39:09 [2020-12-04T22:39:09.945Z]     state_test.go:141: Stop callback fired
22:39:09 [2020-12-04T22:39:09.945Z]     state_test.go:165: Stop callback fired
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestIsValidStateString
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestIsValidStateString (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestViewSaveDelete
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestViewSaveDelete (0.01s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestViewAll
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestViewAll (0.03s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestViewGet
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestViewGet (0.01s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestNames
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestNames (0.00s)
22:39:09 [2020-12-04T22:39:09.945Z] === RUN   TestViewWithHealthCheck
22:39:09 [2020-12-04T22:39:09.945Z] --- PASS: TestViewWithHealthCheck (0.01s)
22:39:09 [2020-12-04T22:39:09.945Z] PASS
22:39:09 [2020-12-04T22:39:09.945Z] coverage: 41.6% of statements
22:39:09 [2020-12-04T22:39:09.945Z] ok  	github.com/docker/docker/container	0.481s	coverage: 41.6% of statements
22:39:09 [2020-12-04T22:39:09.945Z] ?   	github.com/docker/docker/container/stream	[no test files]
22:39:09 [2020-12-04T22:39:09.945Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
22:39:09 [2020-12-04T22:39:09.945Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
22:39:09 [2020-12-04T22:39:09.945Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
22:39:10 [2020-12-04T22:39:10.648Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
22:39:12 [2020-12-04T22:39:12.036Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
22:39:12 [2020-12-04T22:39:12.036Z] === RUN   TestDockerNetworkMacvlan/InternalMode
22:39:12 [2020-12-04T22:39:12.148Z] === RUN   TestPrepare
22:39:12 [2020-12-04T22:39:12.148Z] --- PASS: TestPrepare (0.00s)
22:39:12 [2020-12-04T22:39:12.148Z] === RUN   TestStart
22:39:12 [2020-12-04T22:39:12.148Z] --- PASS: TestStart (0.00s)
22:39:12 [2020-12-04T22:39:12.148Z] === RUN   TestWaitCancel
22:39:12 [2020-12-04T22:39:12.148Z] --- PASS: TestWaitCancel (0.00s)
22:39:12 [2020-12-04T22:39:12.148Z] === RUN   TestWaitDisabled
22:39:12 [2020-12-04T22:39:12.148Z] --- PASS: TestWaitDisabled (0.00s)
22:39:12 [2020-12-04T22:39:12.148Z] === RUN   TestWaitEnabled
22:39:12 [2020-12-04T22:39:12.148Z] --- PASS: TestWaitEnabled (0.00s)
22:39:12 [2020-12-04T22:39:12.148Z] === RUN   TestRemove
22:39:12 [2020-12-04T22:39:12.148Z] --- PASS: TestRemove (0.00s)
22:39:12 [2020-12-04T22:39:12.148Z] PASS
22:39:12 [2020-12-04T22:39:12.148Z] coverage: 65.3% of statements
22:39:12 [2020-12-04T22:39:12.148Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.384s	coverage: 65.3% of statements
22:39:13 [2020-12-04T22:39:13.947Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
22:39:13 [2020-12-04T22:39:13.947Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
22:39:14 [2020-12-04T22:39:14.518Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.14s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCContainerRuntime
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCIsolation
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCIsolation/empty
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCIsolation/default
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCIsolation/process
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCIsolation
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCIsolation/default
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCIsolation/process
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCCredentialSpec
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCConfigs
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCConfigs/file
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCConfigs
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCConfigs/file
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
22:39:15 [2020-12-04T22:39:15.096Z] === RUN   TestServiceConvertToGRPCConfigs/none
22:39:15 [2020-12-04T22:39:15.096Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
22:39:15 [2020-12-04T22:39:15.096Z] PASS
22:39:15 [2020-12-04T22:39:15.096Z] coverage: 35.9% of statements
22:39:15 [2020-12-04T22:39:15.096Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.478s	coverage: 35.9% of statements
22:39:15 [2020-12-04T22:39:15.567Z] === RUN   TestNewListSecretsFilters
22:39:15 [2020-12-04T22:39:15.567Z] --- PASS: TestNewListSecretsFilters (0.00s)
22:39:15 [2020-12-04T22:39:15.567Z] === RUN   TestNewListConfigsFilters
22:39:15 [2020-12-04T22:39:15.567Z] --- PASS: TestNewListConfigsFilters (0.00s)
22:39:15 [2020-12-04T22:39:15.567Z] PASS
22:39:15 [2020-12-04T22:39:15.567Z] coverage: 0.5% of statements
22:39:15 [2020-12-04T22:39:15.567Z] ok  	github.com/docker/docker/daemon/cluster	0.906s	coverage: 0.5% of statements
22:39:17 [2020-12-04T22:39:17.138Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s)
22:39:17 [2020-12-04T22:39:17.138Z] PASS
22:39:17 [2020-12-04T22:39:17.138Z] 
22:39:17 [2020-12-04T22:39:17.138Z] === Skipped
22:39:17 [2020-12-04T22:39:17.138Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:39:17 [2020-12-04T22:39:17.138Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:39:17 [2020-12-04T22:39:17.138Z] 
22:39:17 [2020-12-04T22:39:17.138Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
22:39:17 [2020-12-04T22:39:17.138Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:39:17 [2020-12-04T22:39:17.138Z] 
22:39:17 [2020-12-04T22:39:17.138Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:39:17 [2020-12-04T22:39:17.138Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:39:17 [2020-12-04T22:39:17.138Z] 
22:39:17 [2020-12-04T22:39:17.138Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:39:17 [2020-12-04T22:39:17.138Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:39:17 [2020-12-04T22:39:17.138Z] 
22:39:17 [2020-12-04T22:39:17.138Z] 
22:39:17 [2020-12-04T22:39:17.138Z] DONE 17 tests, 4 skipped in 27.540s
22:39:17 [2020-12-04T22:39:17.138Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:39:17 [2020-12-04T22:39:17.138Z] ++ 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
22:39:17 [2020-12-04T22:39:17.138Z] ++ set -e
22:39:17 [2020-12-04T22:39:17.138Z] ++ '[' -n 0 ']'
22:39:17 [2020-12-04T22:39:17.138Z] ++ set -x
22:39:17 [2020-12-04T22:39:17.138Z] ++ env -i DEST=/go/src/github.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
22:39:17 [2020-12-04T22:39:17.138Z] INFO: Testing against a local daemon
22:39:17 [2020-12-04T22:39:17.138Z] === RUN   TestPluginInvalidJSON
22:39:17 [2020-12-04T22:39:17.138Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:39:17 [2020-12-04T22:39:17.138Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:39:17 [2020-12-04T22:39:17.138Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:39:17 [2020-12-04T22:39:17.138Z] --- PASS: TestPluginInvalidJSON (0.02s)
22:39:17 [2020-12-04T22:39:17.138Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:39:17 [2020-12-04T22:39:17.138Z] === RUN   TestPluginInstall
22:39:17 [2020-12-04T22:39:17.138Z] === RUN   TestPluginInstall/no_auth
22:39:17 [2020-12-04T22:39:17.138Z] time="2020-12-04T22:39:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:39:17 [2020-12-04T22:39:17.138Z] time="2020-12-04T22:39:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:745b0774b023812569332fd50ca24b8ece274f9a393ce32bc5069881708d35f6" mediatype=application/vnd.docker.plugin.v1+json size=522
22:39:17 [2020-12-04T22:39:17.138Z] time="2020-12-04T22:39:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:39:17 [2020-12-04T22:39:17.138Z] time="2020-12-04T22:39:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:745b0774b023812569332fd50ca24b8ece274f9a393ce32bc5069881708d35f6" mediatype=application/vnd.docker.plugin.v1+json size=522
22:39:17 [2020-12-04T22:39:17.430Z] === RUN   TestPluginInstall/with_htpasswd
22:39:18 [2020-12-04T22:39:18.063Z] time="2020-12-04T22:39:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:39:18 [2020-12-04T22:39:18.063Z] time="2020-12-04T22:39:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fe99f165ab4c684f18214552fad4c745fbd1eb9e43ae914bf41acd0f8ef336d6" mediatype=application/vnd.docker.plugin.v1+json size=522
22:39:18 [2020-12-04T22:39:18.063Z] time="2020-12-04T22:39:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:39:18 [2020-12-04T22:39:18.063Z] time="2020-12-04T22:39:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fe99f165ab4c684f18214552fad4c745fbd1eb9e43ae914bf41acd0f8ef336d6" mediatype=application/vnd.docker.plugin.v1+json size=522
22:39:18 [2020-12-04T22:39:18.357Z] === RUN   TestPluginInstall/with_insecure
22:39:18 [2020-12-04T22:39:18.715Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
22:39:18 [2020-12-04T22:39:18.715Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
22:39:19 [2020-12-04T22:39:19.285Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
22:39:19 [2020-12-04T22:39:19.396Z] time="2020-12-04T22:39:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:39:19 [2020-12-04T22:39:19.396Z] time="2020-12-04T22:39:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9e0ac38a3c1c0094a327b44fe28e2ee98eecc950bfbffe68e2d06433f858d188" mediatype=application/vnd.docker.plugin.v1+json size=522
22:39:19 [2020-12-04T22:39:19.396Z] time="2020-12-04T22:39:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:39:19 [2020-12-04T22:39:19.396Z] time="2020-12-04T22:39:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9e0ac38a3c1c0094a327b44fe28e2ee98eecc950bfbffe68e2d06433f858d188" mediatype=application/vnd.docker.plugin.v1+json size=522
22:39:19 [2020-12-04T22:39:19.544Z] === RUN   TestDockerNetworkMacvlan/Addressing
22:39:19 [2020-12-04T22:39:19.689Z] --- PASS: TestPluginInstall (4.27s)
22:39:19 [2020-12-04T22:39:19.689Z]     --- PASS: TestPluginInstall/no_auth (1.99s)
22:39:19 [2020-12-04T22:39:19.689Z]     --- PASS: TestPluginInstall/with_htpasswd (0.91s)
22:39:19 [2020-12-04T22:39:19.689Z]     --- PASS: TestPluginInstall/with_insecure (1.37s)
22:39:19 [2020-12-04T22:39:19.689Z]         plugin_test.go:157: [d6288630b2580] daemon is not started
22:39:19 [2020-12-04T22:39:19.689Z] PASS
22:39:19 [2020-12-04T22:39:19.689Z] 
22:39:19 [2020-12-04T22:39:19.689Z] DONE 6 tests in 4.376s
22:39:19 [2020-12-04T22:39:19.689Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:39:19 [2020-12-04T22:39:19.689Z] ++ 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
22:39:19 [2020-12-04T22:39:19.689Z] ++ set -e
22:39:19 [2020-12-04T22:39:19.689Z] ++ '[' -n 0 ']'
22:39:19 [2020-12-04T22:39:19.689Z] ++ set -x
22:39:19 [2020-12-04T22:39:19.689Z] ++ env -i DEST=/go/src/github.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
22:39:19 [2020-12-04T22:39:19.689Z] INFO: Testing against a local daemon
22:39:19 [2020-12-04T22:39:19.689Z] === RUN   TestExternalGraphDriver
22:39:19 [2020-12-04T22:39:19.689Z] === RUN   TestExternalGraphDriver/json
22:39:21 [2020-12-04T22:39:21.412Z] === RUN   TestDiscoveryOptsErrors
22:39:21 [2020-12-04T22:39:21.412Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
22:39:21 [2020-12-04T22:39:21.412Z] === RUN   TestDiscoveryOpts
22:39:21 [2020-12-04T22:39:21.412Z] --- PASS: TestDiscoveryOpts (0.00s)
22:39:21 [2020-12-04T22:39:21.412Z] PASS
22:39:21 [2020-12-04T22:39:21.412Z] coverage: 30.0% of statements
22:39:21 [2020-12-04T22:39:21.412Z] ok  	github.com/docker/docker/daemon/discovery	0.230s	coverage: 30.0% of statements
22:39:21 [2020-12-04T22:39:21.453Z] --- PASS: TestDockerNetworkMacvlan (14.08s)
22:39:21 [2020-12-04T22:39:21.453Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
22:39:21 [2020-12-04T22:39:21.453Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
22:39:21 [2020-12-04T22:39:21.453Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.27s)
22:39:21 [2020-12-04T22:39:21.453Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.30s)
22:39:21 [2020-12-04T22:39:21.453Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.23s)
22:39:21 [2020-12-04T22:39:21.453Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.44s)
22:39:21 [2020-12-04T22:39:21.453Z] PASS
22:39:21 [2020-12-04T22:39:21.453Z] 
22:39:21 [2020-12-04T22:39:21.453Z] DONE 8 tests in 15.642s
22:39:21 [2020-12-04T22:39:21.453Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
22:39:21 [2020-12-04T22:39:21.453Z] ++ 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
22:39:21 [2020-12-04T22:39:21.453Z] ++ set -e
22:39:21 [2020-12-04T22:39:21.453Z] ++ '[' -n 0 ']'
22:39:21 [2020-12-04T22:39:21.453Z] ++ set -x
22:39:21 [2020-12-04T22:39:21.453Z] ++ env -i DEST=/go/src/github.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
22:39:21 [2020-12-04T22:39:21.453Z] testing: warning: no tests to run
22:39:21 [2020-12-04T22:39:21.453Z] PASS
22:39:21 [2020-12-04T22:39:21.453Z] 
22:39:21 [2020-12-04T22:39:21.453Z] DONE 0 tests in 0.059s
22:39:21 [2020-12-04T22:39:21.453Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:39:21 [2020-12-04T22:39:21.453Z] ++ 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
22:39:21 [2020-12-04T22:39:21.453Z] ++ set -e
22:39:21 [2020-12-04T22:39:21.453Z] ++ '[' -n 0 ']'
22:39:21 [2020-12-04T22:39:21.453Z] ++ set -x
22:39:21 [2020-12-04T22:39:21.453Z] ++ env -i DEST=/go/src/github.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
22:39:21 [2020-12-04T22:39:21.453Z] INFO: Testing against a local daemon
22:39:21 [2020-12-04T22:39:21.453Z] === RUN   TestAuthZPluginAllowRequest
22:39:21 [2020-12-04T22:39:21.713Z] === RUN   TestDockerSuite/TestBuildMultipleTags
22:39:21 [2020-12-04T22:39:21.767Z] === RUN   TestExternalGraphDriver/spec
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestBuilderGC
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestBuilderGC (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestDaemonConfigurationNotFound
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestDaemonBrokenConfiguration
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestParseClusterAdvertiseSettings
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestFindConfigurationConflicts
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestFindConfigurationConflicts (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestDaemonConfigurationMergeConflicts
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestDaemonConfigurationMergeConcurrent
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestDaemonConfigurationMergeConcurrentError
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestFindConfigurationConflictsWithMergedValues
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestValidateConfigurationErrors (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfiguration
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfiguration/with_label
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfiguration/with_dns
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfiguration/with_dns-search
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfiguration/with_max-download-attempts
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestValidateConfiguration/with_node_generic_resources
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestValidateConfiguration (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestModifiedDiscoverySettings
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestReloadSetConfigFileNotExist
22:39:21 [2020-12-04T22:39:21.878Z] time="2020-12-04T22:39:21Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
22:39:21 [2020-12-04T22:39:21.878Z] --- PASS: TestReloadSetConfigFileNotExist (0.15s)
22:39:21 [2020-12-04T22:39:21.878Z] === RUN   TestReloadDefaultConfigNotExist
22:39:21 [2020-12-04T22:39:21.878Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
22:39:21 [2020-12-04T22:39:21.879Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
22:39:21 [2020-12-04T22:39:21.879Z] === RUN   TestReloadBadDefaultConfig
22:39:21 [2020-12-04T22:39:21.879Z] time="2020-12-04T22:39:21Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-296463923"
22:39:21 [2020-12-04T22:39:21.879Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
22:39:21 [2020-12-04T22:39:21.879Z] === RUN   TestReloadWithConflictingLabels
22:39:21 [2020-12-04T22:39:21.879Z] time="2020-12-04T22:39:21Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-731895798"
22:39:21 [2020-12-04T22:39:21.879Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
22:39:21 [2020-12-04T22:39:21.879Z] === RUN   TestReloadWithDuplicateLabels
22:39:21 [2020-12-04T22:39:21.879Z] time="2020-12-04T22:39:21Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-817994973"
22:39:21 [2020-12-04T22:39:21.879Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
22:39:21 [2020-12-04T22:39:21.879Z] === RUN   TestDaemonConfigurationMerge
22:39:21 [2020-12-04T22:39:21.879Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
22:39:21 [2020-12-04T22:39:21.879Z] PASS
22:39:21 [2020-12-04T22:39:21.879Z] coverage: 79.7% of statements
22:39:21 [2020-12-04T22:39:21.879Z] ok  	github.com/docker/docker/daemon/config	0.610s	coverage: 79.7% of statements
22:39:21 [2020-12-04T22:39:21.973Z] === RUN   TestDockerSuite/TestBuildNetContainer
22:39:23 [2020-12-04T22:39:23.283Z] === RUN   TestExternalGraphDriver/pull
22:39:23 [2020-12-04T22:39:23.353Z] --- PASS: TestAuthZPluginAllowRequest (1.85s)
22:39:23 [2020-12-04T22:39:23.353Z] === RUN   TestAuthZPluginTLS
22:39:23 [2020-12-04T22:39:23.922Z] --- PASS: TestAuthZPluginTLS (0.58s)
22:39:23 [2020-12-04T22:39:23.922Z] === RUN   TestAuthZPluginDenyRequest
22:39:23 [2020-12-04T22:39:23.922Z] === RUN   TestDockerSuite/TestBuildNetNone
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestVerifyNetworkingConfig
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestGetContainer
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestGetContainer (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestValidContainerNames
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestValidContainerNames (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestContainerInitDNS
22:39:24 [2020-12-04T22:39:24.085Z] --- SKIP: TestContainerInitDNS (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     daemon_test.go:147: root required
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestMerge
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestMerge (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestValidateContainerIsolation
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestValidateContainerIsolation (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestFindNetworkErrorType
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestFindNetworkErrorType (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestEnsureServicesExist
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestEnsureServicesExist (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestEnsureServicesExistErrors
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestContainerDelete
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestContainerDelete (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestContainerDoubleDelete
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestContainerDoubleDelete (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestLogContainerEventCopyLabels
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestLogContainerEventWithAttributes
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestLogContainerEventWithAttributes (0.01s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestNoneHealthcheck
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestNoneHealthcheck (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestHealthStates
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestEventsLog
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestEventsLog (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestEventsLogTimeout
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestEventsLogTimeout (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestLogEvents
22:39:24 [2020-12-04T22:39:24.085Z] time="2020-12-04T22:39:23Z" 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"
22:39:24 [2020-12-04T22:39:24.085Z] time="2020-12-04T22:39:23Z" 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"
22:39:24 [2020-12-04T22:39:24.085Z] time="2020-12-04T22:39:23Z" 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"
22:39:24 [2020-12-04T22:39:24.085Z] time="2020-12-04T22:39:23Z" 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"
22:39:24 [2020-12-04T22:39:24.085Z] time="2020-12-04T22:39:23Z" 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"
22:39:24 [2020-12-04T22:39:24.085Z] time="2020-12-04T22:39:23Z" 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"
22:39:24 [2020-12-04T22:39:24.085Z] time="2020-12-04T22:39:23Z" 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"
22:39:24 [2020-12-04T22:39:24.085Z] time="2020-12-04T22:39:23Z" 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"
22:39:24 [2020-12-04T22:39:24.085Z] time="2020-12-04T22:39:23Z" 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"
22:39:24 [2020-12-04T22:39:24.085Z] time="2020-12-04T22:39:23Z" 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"
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestHealthStates (0.13s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestMaskURLCredentials
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestMaskURLCredentials (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestGetInspectData
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestGetInspectData (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestFillLicense
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestFillLicense (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestListInvalidFilter
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestListInvalidFilter (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestNameFilter
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestNameFilter (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
22:39:24 [2020-12-04T22:39:24.085Z] === 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
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
22:39:24 [2020-12-04T22:39:24.085Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
22:39:24 [2020-12-04T22:39:24.085Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
22:39:24 [2020-12-04T22:39:24.085Z]     --- 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)
22:39:24 [2020-12-04T22:39:24.085Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z] === RUN   TestDaemonReloadLabels
22:39:24 [2020-12-04T22:39:24.086Z] --- PASS: TestDaemonReloadLabels (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
22:39:24 [2020-12-04T22:39:24.086Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z] === RUN   TestDaemonReloadMirrors
22:39:24 [2020-12-04T22:39:24.086Z] --- PASS: TestDaemonReloadMirrors (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z] === RUN   TestDaemonReloadInsecureRegistries
22:39:24 [2020-12-04T22:39:24.086Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z] === RUN   TestDaemonReloadNotAffectOthers
22:39:24 [2020-12-04T22:39:24.086Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
22:39:24 [2020-12-04T22:39:24.086Z] === RUN   TestDaemonDiscoveryReload
22:39:24 [2020-12-04T22:39:24.086Z] --- PASS: TestLogEvents (0.05s)
22:39:24 [2020-12-04T22:39:24.086Z] === RUN   TestLoadBufferedEvents
22:39:24 [2020-12-04T22:39:24.490Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
22:39:24 [2020-12-04T22:39:24.490Z] === RUN   TestAuthZPluginAPIDenyResponse
22:39:24 [2020-12-04T22:39:24.490Z] === RUN   TestDockerSuite/TestBuildNoContext
22:39:24 [2020-12-04T22:39:24.552Z] --- PASS: TestLoadBufferedEvents (0.11s)
22:39:24 [2020-12-04T22:39:24.552Z] === RUN   TestLoadBufferedEventsOnlyFromPast
22:39:24 [2020-12-04T22:39:24.552Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
22:39:24 [2020-12-04T22:39:24.552Z] === RUN   TestIgnoreBufferedWhenNoTimes
22:39:24 [2020-12-04T22:39:24.552Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
22:39:24 [2020-12-04T22:39:24.552Z] PASS
22:39:24 [2020-12-04T22:39:24.552Z] coverage: 50.0% of statements
22:39:24 [2020-12-04T22:39:24.552Z] ok  	github.com/docker/docker/daemon/events	0.330s	coverage: 50.0% of statements
22:39:25 [2020-12-04T22:39:25.017Z] --- PASS: TestDaemonDiscoveryReload (1.01s)
22:39:25 [2020-12-04T22:39:25.017Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
22:39:25 [2020-12-04T22:39:25.060Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s)
22:39:25 [2020-12-04T22:39:25.060Z] === RUN   TestAuthZPluginDenyResponse
22:39:25 [2020-12-04T22:39:25.318Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
22:39:25 [2020-12-04T22:39:25.354Z] --- PASS: TestExternalGraphDriver (5.56s)
22:39:25 [2020-12-04T22:39:25.354Z]     --- PASS: TestExternalGraphDriver/json (1.81s)
22:39:25 [2020-12-04T22:39:25.354Z]     --- PASS: TestExternalGraphDriver/spec (1.78s)
22:39:25 [2020-12-04T22:39:25.354Z]     --- PASS: TestExternalGraphDriver/pull (1.85s)
22:39:25 [2020-12-04T22:39:25.354Z] === RUN   TestGraphdriverPluginV2
22:39:25 [2020-12-04T22:39:25.354Z] --- SKIP: TestGraphdriverPluginV2 (0.05s)
22:39:25 [2020-12-04T22:39:25.354Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:39:25 [2020-12-04T22:39:25.354Z] PASS
22:39:25 [2020-12-04T22:39:25.354Z] 
22:39:25 [2020-12-04T22:39:25.354Z] === Skipped
22:39:25 [2020-12-04T22:39:25.354Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s)
22:39:25 [2020-12-04T22:39:25.354Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:39:25 [2020-12-04T22:39:25.354Z] 
22:39:25 [2020-12-04T22:39:25.354Z] 
22:39:25 [2020-12-04T22:39:25.354Z] DONE 5 tests, 1 skipped in 5.684s
22:39:25 [2020-12-04T22:39:25.354Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:39:25 [2020-12-04T22:39:25.354Z] ++ 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
22:39:25 [2020-12-04T22:39:25.354Z] ++ set -e
22:39:25 [2020-12-04T22:39:25.354Z] ++ '[' -n 0 ']'
22:39:25 [2020-12-04T22:39:25.354Z] ++ set -x
22:39:25 [2020-12-04T22:39:25.354Z] ++ env -i DEST=/go/src/github.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
22:39:25 [2020-12-04T22:39:25.354Z] INFO: Testing against a local daemon
22:39:25 [2020-12-04T22:39:25.354Z] === RUN   TestContinueAfterPluginCrash
22:39:25 [2020-12-04T22:39:25.354Z] === PAUSE TestContinueAfterPluginCrash
22:39:25 [2020-12-04T22:39:25.354Z] === RUN   TestReadPluginNoRead
22:39:25 [2020-12-04T22:39:25.354Z] === PAUSE TestReadPluginNoRead
22:39:25 [2020-12-04T22:39:25.354Z] === RUN   TestDaemonStartWithLogOpt
22:39:25 [2020-12-04T22:39:25.354Z] === PAUSE TestDaemonStartWithLogOpt
22:39:25 [2020-12-04T22:39:25.354Z] === CONT  TestContinueAfterPluginCrash
22:39:25 [2020-12-04T22:39:25.354Z] === CONT  TestDaemonStartWithLogOpt
22:39:25 [2020-12-04T22:39:25.354Z] === CONT  TestReadPluginNoRead
22:39:25 [2020-12-04T22:39:25.482Z] === RUN   TestWaitNodeAttachment
22:39:25 [2020-12-04T22:39:25.578Z] --- PASS: TestAuthZPluginDenyResponse (0.56s)
22:39:25 [2020-12-04T22:39:25.578Z] === RUN   TestAuthZPluginAllowEventStream
22:39:25 [2020-12-04T22:39:25.946Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestIsEmptyDir
22:39:25 [2020-12-04T22:39:25.946Z] --- PASS: TestIsEmptyDir (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z] PASS
22:39:25 [2020-12-04T22:39:25.946Z] coverage: 2.3% of statements
22:39:25 [2020-12-04T22:39:25.946Z] ok  	github.com/docker/docker/daemon/graphdriver	0.263s	coverage: 2.3% of statements
22:39:25 [2020-12-04T22:39:25.946Z] --- PASS: TestWaitNodeAttachment (0.40s)
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestIsolationConversion
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestIsolationConversion/default
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestIsolationConversion/process
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestIsolationConversion/hyperv
22:39:25 [2020-12-04T22:39:25.946Z] --- PASS: TestIsolationConversion (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z]     --- PASS: TestIsolationConversion/default (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z]     --- PASS: TestIsolationConversion/process (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestContainerLabels
22:39:25 [2020-12-04T22:39:25.946Z] --- PASS: TestContainerLabels (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestCredentialSpecConversion
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestCredentialSpecConversion/none
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestCredentialSpecConversion/config
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestCredentialSpecConversion/file
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestCredentialSpecConversion/registry
22:39:25 [2020-12-04T22:39:25.946Z] --- PASS: TestCredentialSpecConversion (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestControllerValidateMountBind
22:39:25 [2020-12-04T22:39:25.946Z] --- PASS: TestControllerValidateMountBind (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestControllerValidateMountVolume
22:39:25 [2020-12-04T22:39:25.946Z] --- PASS: TestControllerValidateMountVolume (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestControllerValidateMountTarget
22:39:25 [2020-12-04T22:39:25.946Z] --- PASS: TestControllerValidateMountTarget (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestControllerValidateMountTmpfs
22:39:25 [2020-12-04T22:39:25.946Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestControllerValidateMountInvalidType
22:39:25 [2020-12-04T22:39:25.946Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z] === RUN   TestControllerValidateMountNamedPipe
22:39:25 [2020-12-04T22:39:25.946Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
22:39:25 [2020-12-04T22:39:25.946Z] PASS
22:39:25 [2020-12-04T22:39:25.946Z] coverage: 11.3% of statements
22:39:25 [2020-12-04T22:39:25.946Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	1.836s	coverage: 11.3% of statements
22:39:26 [2020-12-04T22:39:26.147Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
22:39:26 [2020-12-04T22:39:26.411Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
22:39:26 [2020-12-04T22:39:26.411Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
22:39:26 [2020-12-04T22:39:26.411Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
22:39:26 [2020-12-04T22:39:26.411Z]     reload_test.go:520: root required
22:39:26 [2020-12-04T22:39:26.411Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
22:39:26 [2020-12-04T22:39:26.411Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
22:39:26 [2020-12-04T22:39:26.411Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
22:39:26 [2020-12-04T22:39:26.411Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s)
22:39:26 [2020-12-04T22:39:26.411Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
22:39:26 [2020-12-04T22:39:26.411Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
22:39:26 [2020-12-04T22:39:26.411Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
22:39:26 [2020-12-04T22:39:26.411Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
22:39:26 [2020-12-04T22:39:26.411Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
22:39:26 [2020-12-04T22:39:26.411Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
22:39:26 [2020-12-04T22:39:26.411Z] === RUN   TestParseVolumesFrom
22:39:26 [2020-12-04T22:39:26.411Z] --- PASS: TestParseVolumesFrom (0.00s)
22:39:26 [2020-12-04T22:39:26.411Z] PASS
22:39:26 [2020-12-04T22:39:26.411Z] coverage: 9.1% of statements
22:39:26 [2020-12-04T22:39:26.411Z] ok  	github.com/docker/docker/daemon	3.490s	coverage: 9.1% of statements
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
22:39:26 [2020-12-04T22:39:26.411Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
22:39:27 [2020-12-04T22:39:27.088Z] --- PASS: TestAuthZPluginAllowEventStream (1.46s)
22:39:27 [2020-12-04T22:39:27.088Z] === RUN   TestAuthZPluginErrorResponse
22:39:27 [2020-12-04T22:39:27.392Z] === RUN   TestLinkNaming
22:39:27 [2020-12-04T22:39:27.392Z] --- PASS: TestLinkNaming (0.00s)
22:39:27 [2020-12-04T22:39:27.392Z] === RUN   TestLinkNew
22:39:27 [2020-12-04T22:39:27.392Z] --- PASS: TestLinkNew (0.00s)
22:39:27 [2020-12-04T22:39:27.392Z] === RUN   TestLinkEnv
22:39:27 [2020-12-04T22:39:27.392Z] --- PASS: TestLinkEnv (0.00s)
22:39:27 [2020-12-04T22:39:27.392Z] === RUN   TestLinkMultipleEnv
22:39:27 [2020-12-04T22:39:27.392Z] --- PASS: TestLinkMultipleEnv (0.00s)
22:39:27 [2020-12-04T22:39:27.392Z] === RUN   TestLinkPortRangeEnv
22:39:27 [2020-12-04T22:39:27.392Z] --- PASS: TestLinkPortRangeEnv (0.00s)
22:39:27 [2020-12-04T22:39:27.392Z] PASS
22:39:27 [2020-12-04T22:39:27.392Z] coverage: 93.0% of statements
22:39:27 [2020-12-04T22:39:27.392Z] ok  	github.com/docker/docker/daemon/links	0.200s	coverage: 93.0% of statements
22:39:27 [2020-12-04T22:39:27.657Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
22:39:27 [2020-12-04T22:39:27.657Z] --- PASS: TestAuthZPluginErrorResponse (0.56s)
22:39:27 [2020-12-04T22:39:27.657Z] === RUN   TestAuthZPluginErrorRequest
22:39:27 [2020-12-04T22:39:27.916Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
22:39:27 [2020-12-04T22:39:27.916Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
22:39:28 [2020-12-04T22:39:28.175Z] --- PASS: TestAuthZPluginErrorRequest (0.56s)
22:39:28 [2020-12-04T22:39:28.175Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:39:28 [2020-12-04T22:39:28.435Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
22:39:28 [2020-12-04T22:39:28.696Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s)
22:39:28 [2020-12-04T22:39:28.696Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:39:28 [2020-12-04T22:39:28.955Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
22:39:29 [2020-12-04T22:39:29.524Z] === RUN   TestDockerSuite/TestBuildOnBuild
22:39:29 [2020-12-04T22:39:29.596Z] === RUN   TestAdapterReadLogs
22:39:29 [2020-12-04T22:39:29.596Z] --- PASS: TestAdapterReadLogs (0.00s)
22:39:29 [2020-12-04T22:39:29.596Z] === RUN   TestCopier
22:39:29 [2020-12-04T22:39:29.596Z] --- PASS: TestCopier (0.00s)
22:39:29 [2020-12-04T22:39:29.596Z] === RUN   TestCopierLongLines
22:39:29 [2020-12-04T22:39:29.596Z] --- PASS: TestCopierLongLines (0.00s)
22:39:29 [2020-12-04T22:39:29.596Z] === RUN   TestCopierSlow
22:39:30 [2020-12-04T22:39:30.062Z] --- PASS: TestCopierSlow (0.25s)
22:39:30 [2020-12-04T22:39:30.062Z] === RUN   TestCopierWithSized
22:39:30 [2020-12-04T22:39:30.062Z] --- PASS: TestCopierWithSized (0.00s)
22:39:30 [2020-12-04T22:39:30.062Z] === RUN   TestCopierWithPartial
22:39:30 [2020-12-04T22:39:30.062Z] --- PASS: TestCopierWithPartial (0.01s)
22:39:30 [2020-12-04T22:39:30.062Z] === RUN   TestRingLogger
22:39:30 [2020-12-04T22:39:30.062Z] --- PASS: TestRingLogger (0.00s)
22:39:30 [2020-12-04T22:39:30.062Z] === RUN   TestRingCap
22:39:30 [2020-12-04T22:39:30.062Z] --- PASS: TestRingCap (0.00s)
22:39:30 [2020-12-04T22:39:30.062Z] === RUN   TestRingClose
22:39:30 [2020-12-04T22:39:30.062Z] --- PASS: TestRingClose (0.00s)
22:39:30 [2020-12-04T22:39:30.062Z] === RUN   TestRingDrain
22:39:30 [2020-12-04T22:39:30.062Z] --- PASS: TestRingDrain (0.00s)
22:39:30 [2020-12-04T22:39:30.062Z] PASS
22:39:30 [2020-12-04T22:39:30.062Z] coverage: 41.2% of statements
22:39:30 [2020-12-04T22:39:30.062Z] ok  	github.com/docker/docker/daemon/logger	0.641s	coverage: 41.2% of statements
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestNewStreamConfig
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestNewStreamConfig/defaults
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestNewStreamConfig/invalid_create_group
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestNewStreamConfig/invalid_flush_interval
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestNewStreamConfig/flush_interval_at_15
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestNewStreamConfig (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestNewAWSLogsClientUserAgentHandler
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestNewAWSLogsClientRegionDetect
22:39:30 [2020-12-04T22:39:30.527Z] time="2020-12-04T22:39:29Z" level=info msg="Trying to get region from EC2 Metadata"
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.19s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestCreateSuccess
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestCreateSuccess (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestCreateLogGroupSuccess
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestCreateError
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestCreateError (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestCreateAlreadyExists
22:39:30 [2020-12-04T22:39:30.527Z] time="2020-12-04T22:39:30Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestCreateAlreadyExists (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestLogClosed
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestLogClosed (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestLogBlocking
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestLogBlocking (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestLogNonBlockingBufferEmpty
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestLogNonBlockingBufferFull
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestPublishBatchSuccess
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestPublishBatchSuccess (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestPublishBatchError
22:39:30 [2020-12-04T22:39:30.527Z] time="2020-12-04T22:39:30Z" level=error msg=Error
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestPublishBatchError (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestPublishBatchInvalidSeqSuccess
22:39:30 [2020-12-04T22:39:30.527Z] time="2020-12-04T22:39:30Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestPublishBatchAlreadyAccepted
22:39:30 [2020-12-04T22:39:30.527Z] time="2020-12-04T22:39:30Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
22:39:30 [2020-12-04T22:39:30.527Z] time="2020-12-04T22:39:30Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestCollectBatchSimple
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestCollectBatchSimple (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestCollectBatchTicker
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestCollectBatchTicker (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestCollectBatchMultilinePattern
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestCollectBatchClose
22:39:30 [2020-12-04T22:39:30.527Z] --- PASS: TestCollectBatchClose (0.00s)
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestEffectiveLen
22:39:30 [2020-12-04T22:39:30.527Z] === RUN   TestEffectiveLen/0/Hello
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestEffectiveLen/2/🙃
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestEffectiveLen/3/����
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestEffectiveLen/4/He��o
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestEffectiveLen/5/
22:39:30 [2020-12-04T22:39:30.528Z] --- PASS: TestEffectiveLen (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestFindValidSplit
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestFindValidSplit/0/
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestFindValidSplit/1/Hello
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestFindValidSplit/2/Hello
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestFindValidSplit/3/Hello
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestFindValidSplit/4/🙃
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestFindValidSplit/5/🙃
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestFindValidSplit/6/a�
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestFindValidSplit/7/a�
22:39:30 [2020-12-04T22:39:30.528Z] --- PASS: TestFindValidSplit (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1044: 
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1045: 
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1044: Hello
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1045: 
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1044: He
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1045: llo
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1044: 
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1045: Hello
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1044: 
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1045: 🙃
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1044: 🙃
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1045: 
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1044: a
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1045: �
22:39:30 [2020-12-04T22:39:30.528Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1044: a�
22:39:30 [2020-12-04T22:39:30.528Z]         cloudwatchlogs_test.go:1045: 
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestProcessEventEmoji
22:39:30 [2020-12-04T22:39:30.528Z] --- PASS: TestProcessEventEmoji (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestCollectBatchLineSplit
22:39:30 [2020-12-04T22:39:30.528Z] --- PASS: TestCollectBatchLineSplit (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestCollectBatchLineSplitWithBinary
22:39:30 [2020-12-04T22:39:30.528Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestCollectBatchMaxEvents
22:39:30 [2020-12-04T22:39:30.528Z] --- PASS: TestCollectBatchMaxEvents (0.04s)
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestCollectBatchMaxTotalBytes
22:39:30 [2020-12-04T22:39:30.528Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s)
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
22:39:30 [2020-12-04T22:39:30.528Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s)
22:39:30 [2020-12-04T22:39:30.528Z] === RUN   TestCollectBatchWithDuplicateTimestamps
22:39:30 [2020-12-04T22:39:30.907Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.89s)
22:39:30 [2020-12-04T22:39:30.907Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:39:30 [2020-12-04T22:39:30.962Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:39:30 [2020-12-04T22:39:30.962Z] --- PASS: TestDaemonStartWithLogOpt (5.36s)
22:39:30 [2020-12-04T22:39:30.994Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.33s)
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestParseLogOptionsMultilinePattern
22:39:30 [2020-12-04T22:39:30.994Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestParseLogOptionsDatetimeFormat
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
22:39:30 [2020-12-04T22:39:30.994Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
22:39:30 [2020-12-04T22:39:30.994Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
22:39:30 [2020-12-04T22:39:30.994Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
22:39:30 [2020-12-04T22:39:30.994Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestCreateTagSuccess
22:39:30 [2020-12-04T22:39:30.994Z] --- PASS: TestCreateTagSuccess (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
22:39:30 [2020-12-04T22:39:30.994Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
22:39:30 [2020-12-04T22:39:30.994Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
22:39:30 [2020-12-04T22:39:30.994Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
22:39:30 [2020-12-04T22:39:30.994Z] PASS
22:39:30 [2020-12-04T22:39:30.994Z] coverage: 77.8% of statements
22:39:30 [2020-12-04T22:39:30.994Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.939s	coverage: 77.8% of statements
22:39:31 [2020-12-04T22:39:31.488Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
22:39:31 [2020-12-04T22:39:31.597Z] === RUN   TestReadPluginNoRead/default
22:39:31 [2020-12-04T22:39:31.974Z] === RUN   TestJSONFileLogger
22:39:31 [2020-12-04T22:39:31.974Z] --- PASS: TestJSONFileLogger (0.00s)
22:39:31 [2020-12-04T22:39:31.974Z] === RUN   TestJSONFileLoggerWithTags
22:39:31 [2020-12-04T22:39:31.974Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
22:39:31 [2020-12-04T22:39:31.974Z] === RUN   TestJSONFileLoggerWithOpts
22:39:31 [2020-12-04T22:39:31.974Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
22:39:31 [2020-12-04T22:39:31.974Z] === RUN   TestJSONFileLoggerWithLabelsEnv
22:39:31 [2020-12-04T22:39:31.974Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
22:39:31 [2020-12-04T22:39:31.974Z] === RUN   TestEncodeDecode
22:39:31 [2020-12-04T22:39:31.974Z] === PAUSE TestEncodeDecode
22:39:31 [2020-12-04T22:39:31.974Z] === CONT  TestEncodeDecode
22:39:31 [2020-12-04T22:39:31.974Z] --- PASS: TestEncodeDecode (0.16s)
22:39:31 [2020-12-04T22:39:31.974Z] PASS
22:39:31 [2020-12-04T22:39:31.974Z] coverage: 61.6% of statements
22:39:31 [2020-12-04T22:39:31.974Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.355s	coverage: 61.6% of statements
22:39:32 [2020-12-04T22:39:32.059Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
22:39:32 [2020-12-04T22:39:32.444Z] === RUN   TestJSONLogsMarshalJSONBuf
22:39:32 [2020-12-04T22:39:32.444Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
22:39:32 [2020-12-04T22:39:32.444Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
22:39:32 [2020-12-04T22:39:32.444Z] === RUN   TestSearchRegistryForImagesErrors
22:39:32 [2020-12-04T22:39:32.444Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
22:39:32 [2020-12-04T22:39:32.444Z] === RUN   TestSearchRegistryForImages
22:39:32 [2020-12-04T22:39:32.444Z] --- PASS: TestSearchRegistryForImages (0.00s)
22:39:32 [2020-12-04T22:39:32.444Z] === RUN   TestImageDelete
22:39:32 [2020-12-04T22:39:32.444Z] === RUN   TestImageDelete/no_lease
22:39:32 [2020-12-04T22:39:32.444Z] === RUN   TestImageDelete/lease_exists
22:39:32 [2020-12-04T22:39:32.444Z] --- PASS: TestImageDelete (0.06s)
22:39:32 [2020-12-04T22:39:32.444Z]     --- PASS: TestImageDelete/no_lease (0.02s)
22:39:32 [2020-12-04T22:39:32.444Z]     --- PASS: TestImageDelete/lease_exists (0.03s)
22:39:32 [2020-12-04T22:39:32.444Z] === RUN   TestContentStoreForPull
22:39:32 [2020-12-04T22:39:32.444Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s)
22:39:32 [2020-12-04T22:39:32.444Z] === RUN   TestFastTimeMarshalJSON
22:39:32 [2020-12-04T22:39:32.444Z] --- PASS: TestFastTimeMarshalJSON (0.01s)
22:39:32 [2020-12-04T22:39:32.444Z] PASS
22:39:32 [2020-12-04T22:39:32.444Z] coverage: 87.2% of statements
22:39:32 [2020-12-04T22:39:32.444Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.434s	coverage: 87.2% of statements
22:39:32 [2020-12-04T22:39:32.444Z] --- PASS: TestContentStoreForPull (0.22s)
22:39:32 [2020-12-04T22:39:32.444Z] PASS
22:39:32 [2020-12-04T22:39:32.444Z] coverage: 6.5% of statements
22:39:32 [2020-12-04T22:39:32.444Z] ok  	github.com/docker/docker/daemon/images	0.690s	coverage: 6.5% of statements
22:39:32 [2020-12-04T22:39:32.444Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
22:39:32 [2020-12-04T22:39:32.444Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
22:39:32 [2020-12-04T22:39:32.444Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
22:39:32 [2020-12-04T22:39:32.444Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
22:39:32 [2020-12-04T22:39:32.444Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
22:39:32 [2020-12-04T22:39:32.444Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
22:39:32 [2020-12-04T22:39:32.444Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
22:39:32 [2020-12-04T22:39:32.627Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.02s)
22:39:32 [2020-12-04T22:39:32.627Z] === RUN   TestAuthZPluginHeader
22:39:33 [2020-12-04T22:39:33.100Z] === RUN   TestReadPluginNoRead/disabled_caching
22:39:33 [2020-12-04T22:39:33.566Z] --- PASS: TestAuthZPluginHeader (0.86s)
22:39:33 [2020-12-04T22:39:33.566Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:39:34 [2020-12-04T22:39:34.000Z] === RUN   TestWriteLog
22:39:34 [2020-12-04T22:39:34.000Z] === PAUSE TestWriteLog
22:39:34 [2020-12-04T22:39:34.000Z] === RUN   TestReadLog
22:39:34 [2020-12-04T22:39:34.000Z] === PAUSE TestReadLog
22:39:34 [2020-12-04T22:39:34.000Z] === CONT  TestWriteLog
22:39:34 [2020-12-04T22:39:34.000Z] === CONT  TestReadLog
22:39:34 [2020-12-04T22:39:34.000Z] --- PASS: TestWriteLog (0.00s)
22:39:34 [2020-12-04T22:39:34.000Z] === RUN   TestReadLog/tail_exact
22:39:34 [2020-12-04T22:39:34.000Z] === RUN   TestReadLog/tail_less_than_available
22:39:34 [2020-12-04T22:39:34.000Z] === RUN   TestReadLog/tail_more_than_available
22:39:34 [2020-12-04T22:39:34.000Z] --- PASS: TestReadLog (0.19s)
22:39:34 [2020-12-04T22:39:34.000Z]     --- PASS: TestReadLog/tail_exact (0.17s)
22:39:34 [2020-12-04T22:39:34.000Z]     --- PASS: TestReadLog/tail_less_than_available (0.01s)
22:39:34 [2020-12-04T22:39:34.000Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
22:39:34 [2020-12-04T22:39:34.000Z] PASS
22:39:34 [2020-12-04T22:39:34.000Z] coverage: 75.2% of statements
22:39:34 [2020-12-04T22:39:34.000Z] ok  	github.com/docker/docker/daemon/logger/local	0.455s	coverage: 75.2% of statements
22:39:34 [2020-12-04T22:39:34.000Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
22:39:34 [2020-12-04T22:39:34.505Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
22:39:34 [2020-12-04T22:39:34.604Z] --- PASS: TestReadPluginNoRead (9.13s)
22:39:34 [2020-12-04T22:39:34.604Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.40s)
22:39:34 [2020-12-04T22:39:34.604Z]     --- PASS: TestReadPluginNoRead/default (1.46s)
22:39:34 [2020-12-04T22:39:34.604Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.48s)
22:39:34 [2020-12-04T22:39:34.604Z]     read_test.go:92: [da7faf0e0210f] daemon is not started
22:39:35 [2020-12-04T22:39:35.573Z] === RUN   TestOpenFileDelete
22:39:35 [2020-12-04T22:39:35.573Z] --- PASS: TestOpenFileDelete (0.00s)
22:39:35 [2020-12-04T22:39:35.573Z] === RUN   TestOpenFileRename
22:39:35 [2020-12-04T22:39:35.573Z] --- PASS: TestOpenFileRename (0.00s)
22:39:35 [2020-12-04T22:39:35.573Z] === RUN   TestParseLogTagDefaultTag
22:39:35 [2020-12-04T22:39:35.573Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
22:39:35 [2020-12-04T22:39:35.573Z] === RUN   TestParseLogTag
22:39:35 [2020-12-04T22:39:35.573Z] --- PASS: TestParseLogTag (0.00s)
22:39:35 [2020-12-04T22:39:35.573Z] === RUN   TestParseLogTagEmptyTag
22:39:35 [2020-12-04T22:39:35.573Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
22:39:35 [2020-12-04T22:39:35.573Z] === RUN   TestTailFiles
22:39:35 [2020-12-04T22:39:35.573Z] --- PASS: TestTailFiles (0.00s)
22:39:35 [2020-12-04T22:39:35.573Z] === RUN   TestFollowLogsConsumerGone
22:39:35 [2020-12-04T22:39:35.573Z] --- PASS: TestFollowLogsConsumerGone (0.01s)
22:39:35 [2020-12-04T22:39:35.573Z] === RUN   TestFollowLogsProducerGone
22:39:35 [2020-12-04T22:39:35.573Z] --- PASS: TestFollowLogsProducerGone (0.00s)
22:39:35 [2020-12-04T22:39:35.573Z]     logfile_test.go:232: messages sent: 4098, received: 4098
22:39:35 [2020-12-04T22:39:35.573Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
22:39:35 [2020-12-04T22:39:35.573Z] === RUN   TestCheckCapacityAndRotate
22:39:35 [2020-12-04T22:39:35.573Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
22:39:35 [2020-12-04T22:39:35.573Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
22:39:35 [2020-12-04T22:39:35.573Z] --- PASS: TestCheckCapacityAndRotate (0.18s)
22:39:35 [2020-12-04T22:39:35.573Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
22:39:35 [2020-12-04T22:39:35.573Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.16s)
22:39:35 [2020-12-04T22:39:35.573Z] PASS
22:39:35 [2020-12-04T22:39:35.573Z] coverage: 55.3% of statements
22:39:35 [2020-12-04T22:39:35.573Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.384s	coverage: 55.3% of statements
22:39:35 [2020-12-04T22:39:35.573Z] === RUN   TestLog
22:39:35 [2020-12-04T22:39:35.573Z] --- PASS: TestLog (0.01s)
22:39:35 [2020-12-04T22:39:35.573Z] PASS
22:39:35 [2020-12-04T22:39:35.573Z] coverage: 33.3% of statements
22:39:35 [2020-12-04T22:39:35.573Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.378s	coverage: 33.3% of statements
22:39:35 [2020-12-04T22:39:35.884Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
22:39:36 [2020-12-04T22:39:36.038Z] === RUN   TestValidateLogOpt
22:39:36 [2020-12-04T22:39:36.038Z] --- PASS: TestValidateLogOpt (0.00s)
22:39:36 [2020-12-04T22:39:36.038Z] === RUN   TestNewMissedConfig
22:39:36 [2020-12-04T22:39:36.038Z] --- PASS: TestNewMissedConfig (0.00s)
22:39:36 [2020-12-04T22:39:36.038Z] === RUN   TestNewMissedUrl
22:39:36 [2020-12-04T22:39:36.038Z] --- PASS: TestNewMissedUrl (0.00s)
22:39:36 [2020-12-04T22:39:36.038Z] === RUN   TestNewMissedToken
22:39:36 [2020-12-04T22:39:36.038Z] --- PASS: TestNewMissedToken (0.00s)
22:39:36 [2020-12-04T22:39:36.038Z] === RUN   TestNewWithProxy
22:39:36 [2020-12-04T22:39:36.038Z] --- PASS: TestNewWithProxy (0.00s)
22:39:36 [2020-12-04T22:39:36.038Z] === RUN   TestDefault
22:39:36 [2020-12-04T22:39:36.038Z] --- PASS: TestDefault (0.01s)
22:39:36 [2020-12-04T22:39:36.038Z] === RUN   TestInlineFormatWithNonDefaultOptions
22:39:36 [2020-12-04T22:39:36.038Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
22:39:36 [2020-12-04T22:39:36.038Z] === RUN   TestJsonFormat
22:39:36 [2020-12-04T22:39:36.038Z] --- PASS: TestJsonFormat (0.00s)
22:39:36 [2020-12-04T22:39:36.120Z] --- PASS: TestContinueAfterPluginCrash (10.45s)
22:39:36 [2020-12-04T22:39:36.120Z] PASS
22:39:36 [2020-12-04T22:39:36.120Z] 
22:39:36 [2020-12-04T22:39:36.120Z] DONE 6 tests in 10.529s
22:39:36 [2020-12-04T22:39:36.120Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:39:36 [2020-12-04T22:39:36.120Z] ++ 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
22:39:36 [2020-12-04T22:39:36.120Z] ++ set -e
22:39:36 [2020-12-04T22:39:36.120Z] ++ '[' -n 0 ']'
22:39:36 [2020-12-04T22:39:36.120Z] ++ set -x
22:39:36 [2020-12-04T22:39:36.120Z] ++ env -i DEST=/go/src/github.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
22:39:36 [2020-12-04T22:39:36.120Z] testing: warning: no tests to run
22:39:36 [2020-12-04T22:39:36.120Z] PASS
22:39:36 [2020-12-04T22:39:36.120Z] 
22:39:36 [2020-12-04T22:39:36.120Z] DONE 0 tests in 0.017s
22:39:36 [2020-12-04T22:39:36.120Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:39:36 [2020-12-04T22:39:36.120Z] ++ 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
22:39:36 [2020-12-04T22:39:36.120Z] ++ set -e
22:39:36 [2020-12-04T22:39:36.120Z] ++ '[' -n 0 ']'
22:39:36 [2020-12-04T22:39:36.120Z] ++ set -x
22:39:36 [2020-12-04T22:39:36.120Z] ++ env -i DEST=/go/src/github.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
22:39:36 [2020-12-04T22:39:36.120Z] INFO: Testing against a local daemon
22:39:36 [2020-12-04T22:39:36.120Z] === RUN   TestPluginWithDevMounts
22:39:36 [2020-12-04T22:39:36.120Z] === PAUSE TestPluginWithDevMounts
22:39:36 [2020-12-04T22:39:36.120Z] === CONT  TestPluginWithDevMounts
22:39:36 [2020-12-04T22:39:36.507Z] === RUN   TestRawFormat
22:39:36 [2020-12-04T22:39:36.507Z] --- PASS: TestRawFormat (0.00s)
22:39:36 [2020-12-04T22:39:36.507Z] === RUN   TestRawFormatWithLabels
22:39:36 [2020-12-04T22:39:36.507Z] --- PASS: TestRawFormatWithLabels (0.03s)
22:39:36 [2020-12-04T22:39:36.507Z] === RUN   TestRawFormatWithoutTag
22:39:36 [2020-12-04T22:39:36.507Z] --- PASS: TestRawFormatWithoutTag (0.00s)
22:39:36 [2020-12-04T22:39:36.507Z] === RUN   TestBatching
22:39:36 [2020-12-04T22:39:36.507Z] --- PASS: TestBatching (0.46s)
22:39:36 [2020-12-04T22:39:36.507Z] === RUN   TestFrequency
22:39:36 [2020-12-04T22:39:36.972Z] --- PASS: TestFrequency (0.18s)
22:39:36 [2020-12-04T22:39:36.972Z] === RUN   TestOneMessagePerRequest
22:39:36 [2020-12-04T22:39:36.972Z] --- PASS: TestOneMessagePerRequest (0.00s)
22:39:36 [2020-12-04T22:39:36.972Z] === RUN   TestVerify
22:39:36 [2020-12-04T22:39:36.972Z] --- PASS: TestVerify (0.00s)
22:39:36 [2020-12-04T22:39:36.972Z] === RUN   TestSkipVerify
22:39:36 [2020-12-04T22:39:36.972Z] === RUN   TestNewParse
22:39:36 [2020-12-04T22:39:36.972Z] --- PASS: TestNewParse (0.00s)
22:39:36 [2020-12-04T22:39:36.972Z] PASS
22:39:36 [2020-12-04T22:39:36.972Z] coverage: 8.3% of statements
22:39:36 [2020-12-04T22:39:36.972Z] time="2020-12-04T22:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:39:36 [2020-12-04T22:39:36.972Z] time="2020-12-04T22:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:39:36 [2020-12-04T22:39:36.972Z] time="2020-12-04T22:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:39:36 [2020-12-04T22:39:36.972Z] ok  	github.com/docker/docker/daemon/logger/templates	0.047s	coverage: 8.3% of statements
22:39:36 [2020-12-04T22:39:36.972Z] === RUN   TestParseLogFormat
22:39:36 [2020-12-04T22:39:36.972Z] --- PASS: TestParseLogFormat (0.00s)
22:39:36 [2020-12-04T22:39:36.972Z] === RUN   TestValidateLogOptEmpty
22:39:36 [2020-12-04T22:39:36.972Z] --- PASS: TestValidateLogOptEmpty (0.00s)
22:39:36 [2020-12-04T22:39:36.972Z] === RUN   TestValidateSyslogAddress
22:39:36 [2020-12-04T22:39:36.972Z] --- PASS: TestValidateSyslogAddress (0.00s)
22:39:36 [2020-12-04T22:39:36.972Z] === RUN   TestParseAddressDefaultPort
22:39:36 [2020-12-04T22:39:36.972Z] --- PASS: TestParseAddressDefaultPort (0.00s)
22:39:36 [2020-12-04T22:39:36.972Z] === RUN   TestValidateSyslogFacility
22:39:36 [2020-12-04T22:39:36.972Z] --- PASS: TestValidateSyslogFacility (0.00s)
22:39:36 [2020-12-04T22:39:36.972Z] === RUN   TestValidateLogOptSyslogFormat
22:39:36 [2020-12-04T22:39:36.972Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
22:39:36 [2020-12-04T22:39:36.972Z] === RUN   TestValidateLogOpt
22:39:36 [2020-12-04T22:39:36.972Z] --- PASS: TestValidateLogOpt (0.00s)
22:39:36 [2020-12-04T22:39:36.972Z] PASS
22:39:36 [2020-12-04T22:39:36.972Z] coverage: 46.8% of statements
22:39:36 [2020-12-04T22:39:36.972Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.192s	coverage: 46.8% of statements
22:39:36 [2020-12-04T22:39:36.972Z] --- PASS: TestSkipVerify (0.41s)
22:39:36 [2020-12-04T22:39:36.972Z] === RUN   TestBufferMaximum
22:39:36 [2020-12-04T22:39:36.972Z] time="2020-12-04T22:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:39:36 [2020-12-04T22:39:36.972Z] time="2020-12-04T22:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:39:36 [2020-12-04T22:39:36.972Z] time="2020-12-04T22:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:39:36 [2020-12-04T22:39:36.972Z] time="2020-12-04T22:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:39:36 [2020-12-04T22:39:36.972Z] time="2020-12-04T22:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:39:36 [2020-12-04T22:39:36.972Z] time="2020-12-04T22:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607121576.922488\",\"host\":\"d7d4c241d91a\"}'"
22:39:37 [2020-12-04T22:39:37.439Z] time="2020-12-04T22:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607121576.922488\",\"host\":\"d7d4c241d91a\"}'"
22:39:37 [2020-12-04T22:39:37.439Z] --- PASS: TestBufferMaximum (0.00s)
22:39:37 [2020-12-04T22:39:37.439Z] === RUN   TestServerAlwaysDown
22:39:37 [2020-12-04T22:39:37.439Z] time="2020-12-04T22:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:39:37 [2020-12-04T22:39:37.439Z] time="2020-12-04T22:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:39:37 [2020-12-04T22:39:37.439Z] time="2020-12-04T22:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607121576.927486\",\"host\":\"d7d4c241d91a\"}'"
22:39:37 [2020-12-04T22:39:37.439Z] time="2020-12-04T22:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607121576.927486\",\"host\":\"d7d4c241d91a\"}'"
22:39:37 [2020-12-04T22:39:37.439Z] time="2020-12-04T22:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:39:37 [2020-12-04T22:39:37.439Z] time="2020-12-04T22:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607121576.927486\",\"host\":\"d7d4c241d91a\"}'"
22:39:37 [2020-12-04T22:39:37.439Z] time="2020-12-04T22:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607121576.929486\",\"host\":\"d7d4c241d91a\"}'"
22:39:37 [2020-12-04T22:39:37.439Z] time="2020-12-04T22:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607121576.929486\",\"host\":\"d7d4c241d91a\"}'"
22:39:37 [2020-12-04T22:39:37.439Z] --- PASS: TestServerAlwaysDown (0.00s)
22:39:37 [2020-12-04T22:39:37.439Z] === RUN   TestCannotSendAfterClose
22:39:37 [2020-12-04T22:39:37.439Z] --- PASS: TestCannotSendAfterClose (0.00s)
22:39:37 [2020-12-04T22:39:37.439Z] === RUN   TestDeadlockOnBlockedEndpoint
22:39:37 [2020-12-04T22:39:37.795Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
22:39:37 [2020-12-04T22:39:37.795Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.13s)
22:39:37 [2020-12-04T22:39:37.795Z] === RUN   TestAuthZPluginV2Disable
22:39:38 [2020-12-04T22:39:38.188Z] --- PASS: TestPluginWithDevMounts (1.83s)
22:39:38 [2020-12-04T22:39:38.188Z] PASS
22:39:38 [2020-12-04T22:39:38.188Z] 
22:39:38 [2020-12-04T22:39:38.188Z] DONE 1 tests in 1.907s
22:39:38 [2020-12-04T22:39:38.188Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m 
22:39:38 [2020-12-04T22:39:38.188Z] ++ 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
22:39:38 [2020-12-04T22:39:38.188Z] ++ set -e
22:39:38 [2020-12-04T22:39:38.188Z] ++ '[' -n 0 ']'
22:39:38 [2020-12-04T22:39:38.188Z] ++ set -x
22:39:38 [2020-12-04T22:39:38.188Z] ++ env -i DEST=/go/src/github.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
22:39:38 [2020-12-04T22:39:38.188Z] INFO: Testing against a local daemon
22:39:38 [2020-12-04T22:39:38.188Z] === RUN   TestSecretInspect
22:39:38 [2020-12-04T22:39:38.420Z] time="2020-12-04T22:39:37Z" 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
22:39:38 [2020-12-04T22:39:38.420Z] time="2020-12-04T22:39:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"d7d4c241d91a\"}'"
22:39:38 [2020-12-04T22:39:38.420Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
22:39:38 [2020-12-04T22:39:38.420Z] PASS
22:39:38 [2020-12-04T22:39:38.420Z] coverage: 82.5% of statements
22:39:38 [2020-12-04T22:39:38.420Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.336s	coverage: 82.5% of statements
22:39:38 [2020-12-04T22:39:38.420Z] ?   	github.com/docker/docker/daemon/names	[no test files]
22:39:38 [2020-12-04T22:39:38.420Z] ?   	github.com/docker/docker/daemon/network	[no test files]
22:39:38 [2020-12-04T22:39:38.420Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
22:39:38 [2020-12-04T22:39:38.736Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
22:39:39 [2020-12-04T22:39:39.975Z] === RUN   TestV1IDService
22:39:40 [2020-12-04T22:39:40.262Z] --- PASS: TestSecretInspect (1.96s)
22:39:40 [2020-12-04T22:39:40.262Z] === RUN   TestSecretList
22:39:40 [2020-12-04T22:39:40.440Z] --- PASS: TestV1IDService (0.12s)
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestV2MetadataService
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestContinueOnError_NonMirrorEndpoint
22:39:40 [2020-12-04T22:39:40.440Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestContinueOnError_MirrorEndpoint
22:39:40 [2020-12-04T22:39:40.440Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestContinueOnError_NeverContinue
22:39:40 [2020-12-04T22:39:40.440Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestContinueOnError_UnnestsErrors
22:39:40 [2020-12-04T22:39:40.440Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s)
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestManifestStore
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestManifestStore/no_remote_or_local
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestSuccessfulDownload
22:39:40 [2020-12-04T22:39:40.440Z] --- SKIP: TestSuccessfulDownload (0.00s)
22:39:40 [2020-12-04T22:39:40.440Z]     download_test.go:268: Needs fixing on Windows
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestCancelledDownload
22:39:40 [2020-12-04T22:39:40.440Z] --- PASS: TestCancelledDownload (0.00s)
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestMaxDownloadAttempts
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
22:39:40 [2020-12-04T22:39:40.440Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
22:39:40 [2020-12-04T22:39:40.440Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
22:39:40 [2020-12-04T22:39:40.440Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
22:39:40 [2020-12-04T22:39:40.440Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
22:39:40 [2020-12-04T22:39:40.440Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
22:39:40 [2020-12-04T22:39:40.440Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
22:39:40 [2020-12-04T22:39:40.440Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
22:39:40 [2020-12-04T22:39:40.440Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
22:39:40 [2020-12-04T22:39:40.440Z] time="2020-12-04T22:39:40Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local425305699\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestManifestStore/no_local_cache
22:39:40 [2020-12-04T22:39:40.440Z] === RUN   TestManifestStore/with_local_cache
22:39:40 [2020-12-04T22:39:40.644Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
22:39:40 [2020-12-04T22:39:40.904Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
22:39:40 [2020-12-04T22:39:40.906Z] === RUN   TestManifestStore/unknown_media_type
22:39:40 [2020-12-04T22:39:40.906Z] === RUN   TestManifestStore/unknown_media_type/no_cache
22:39:40 [2020-12-04T22:39:40.906Z] time="2020-12-04T22:39:40Z" level=warning msg="reference for unknown type: "
22:39:40 [2020-12-04T22:39:40.906Z] time="2020-12-04T22:39:40Z" level=warning msg="reference for unknown type: "
22:39:40 [2020-12-04T22:39:40.906Z] === RUN   TestManifestStore/unknown_media_type/with_cache
22:39:40 [2020-12-04T22:39:40.906Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
22:39:40 [2020-12-04T22:39:40.906Z] time="2020-12-04T22:39:40Z" level=warning msg="reference for unknown type: "
22:39:40 [2020-12-04T22:39:40.906Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
22:39:40 [2020-12-04T22:39:40.906Z] time="2020-12-04T22:39:40Z" level=warning msg="reference for unknown type: "
22:39:40 [2020-12-04T22:39:40.906Z] time="2020-12-04T22:39:40Z" level=warning msg="reference for unknown type: "
22:39:40 [2020-12-04T22:39:40.906Z] === RUN   TestManifestStore/error_persisting_manifest
22:39:40 [2020-12-04T22:39:40.906Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
22:39:40 [2020-12-04T22:39:40.906Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
22:39:40 [2020-12-04T22:39:40.906Z] time="2020-12-04T22:39:40Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
22:39:40 [2020-12-04T22:39:40.906Z] --- PASS: TestManifestStore (0.35s)
22:39:40 [2020-12-04T22:39:40.906Z]     --- PASS: TestManifestStore/no_remote_or_local (0.20s)
22:39:40 [2020-12-04T22:39:40.906Z]     --- PASS: TestManifestStore/no_local_cache (0.03s)
22:39:40 [2020-12-04T22:39:40.906Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
22:39:40 [2020-12-04T22:39:40.906Z]     --- PASS: TestManifestStore/unknown_media_type (0.07s)
22:39:40 [2020-12-04T22:39:40.906Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s)
22:39:40 [2020-12-04T22:39:40.907Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s)
22:39:40 [2020-12-04T22:39:40.907Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
22:39:40 [2020-12-04T22:39:40.907Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s)
22:39:40 [2020-12-04T22:39:40.907Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.03s)
22:39:40 [2020-12-04T22:39:40.907Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s)
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestDetectManifestBlobMediaType
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestDetectManifestBlobMediaType/schema1
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
22:39:40 [2020-12-04T22:39:40.907Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestFixManifestLayers
22:39:40 [2020-12-04T22:39:40.907Z] --- PASS: TestFixManifestLayers (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestFixManifestLayersBaseLayerParent
22:39:40 [2020-12-04T22:39:40.907Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z]     pull_v2_test.go:73: Needs fixing on Windows
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestFixManifestLayersBadParent
22:39:40 [2020-12-04T22:39:40.907Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestValidateManifest
22:39:40 [2020-12-04T22:39:40.907Z] --- SKIP: TestValidateManifest (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z]     pull_v2_test.go:118: Needs fixing on Windows
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestFormatPlatform
22:39:40 [2020-12-04T22:39:40.907Z] --- PASS: TestFormatPlatform (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestGetRepositoryMountCandidates
22:39:40 [2020-12-04T22:39:40.907Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestLayerAlreadyExists
22:39:40 [2020-12-04T22:39:40.907Z] --- PASS: TestLayerAlreadyExists (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z]     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}
22:39:40 [2020-12-04T22:39:40.907Z]     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}
22:39:40 [2020-12-04T22:39:40.907Z]     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}
22:39:40 [2020-12-04T22:39:40.907Z]     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}
22:39:40 [2020-12-04T22:39:40.907Z]     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}
22:39:40 [2020-12-04T22:39:40.907Z]     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}
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestWhenEmptyAuthConfig
22:39:40 [2020-12-04T22:39:40.907Z] time="2020-12-04T22:39:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
22:39:40 [2020-12-04T22:39:40.907Z] time="2020-12-04T22:39:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
22:39:40 [2020-12-04T22:39:40.907Z] time="2020-12-04T22:39:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
22:39:40 [2020-12-04T22:39:40.907Z] time="2020-12-04T22:39:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
22:39:40 [2020-12-04T22:39:40.907Z] --- PASS: TestMaxDownloadAttempts (0.00s)
22:39:40 [2020-12-04T22:39:40.907Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.39s)
22:39:40 [2020-12-04T22:39:40.907Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.39s)
22:39:40 [2020-12-04T22:39:40.907Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.39s)
22:39:40 [2020-12-04T22:39:40.907Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.39s)
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestTransfer
22:39:40 [2020-12-04T22:39:40.907Z] --- PASS: TestTransfer (0.12s)
22:39:40 [2020-12-04T22:39:40.907Z] === RUN   TestConcurrencyLimit
22:39:41 [2020-12-04T22:39:41.372Z] --- PASS: TestConcurrencyLimit (0.37s)
22:39:41 [2020-12-04T22:39:41.372Z] === RUN   TestInactiveJobs
22:39:41 [2020-12-04T22:39:41.372Z] --- PASS: TestV2MetadataService (1.31s)
22:39:41 [2020-12-04T22:39:41.372Z] PASS
22:39:41 [2020-12-04T22:39:41.372Z] coverage: 48.2% of statements
22:39:41 [2020-12-04T22:39:41.372Z] ok  	github.com/docker/docker/distribution/metadata	1.759s	coverage: 48.2% of statements
22:39:41 [2020-12-04T22:39:41.473Z] --- PASS: TestAuthZPluginV2Disable (3.79s)
22:39:41 [2020-12-04T22:39:41.473Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:39:41 [2020-12-04T22:39:41.777Z] --- PASS: TestSecretList (1.93s)
22:39:41 [2020-12-04T22:39:41.777Z] === RUN   TestSecretsCreateAndDelete
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestInactiveJobs (0.38s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestWatchRelease
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestNotFound
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestNotFound (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestConflict
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestConflict (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestForbidden
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestForbidden (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestInvalidParameter
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestInvalidParameter (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestNotImplemented
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestNotImplemented (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestNotModified
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestNotModified (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestUnauthorized
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestUnauthorized (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestUnknown
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestUnknown (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestCancelled
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestCancelled (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestDeadline
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestDeadline (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestDataLoss
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestDataLoss (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestUnavailable
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestUnavailable (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestSystem
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestSystem (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Not_Found
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Bad_Request
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Conflict
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Unauthorized
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Service_Unavailable
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Forbidden
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Not_Modified
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Not_Implemented
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Internal_Server_Error
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestFromStatusCode (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] PASS
22:39:41 [2020-12-04T22:39:41.843Z] coverage: 53.1% of statements
22:39:41 [2020-12-04T22:39:41.843Z] ok  	github.com/docker/docker/errdefs	0.139s	coverage: 53.1% of statements
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestWatchRelease (0.04s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestWatchFinishedTransfer
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestWatchFinishedTransfer (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestDuplicateTransfer
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestDuplicateTransfer (0.04s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestSuccessfulUpload
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestWhenEmptyAuthConfig (1.15s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestTokenPassThru
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestTokenPassThru (0.01s)
22:39:41 [2020-12-04T22:39:41.843Z] === RUN   TestTokenPassThruDifferentHost
22:39:41 [2020-12-04T22:39:41.843Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
22:39:41 [2020-12-04T22:39:41.843Z] PASS
22:39:41 [2020-12-04T22:39:41.843Z] coverage: 23.9% of statements
22:39:41 [2020-12-04T22:39:41.843Z] ok  	github.com/docker/docker/distribution	1.840s	coverage: 23.9% of statements
22:39:42 [2020-12-04T22:39:42.309Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
22:39:42 [2020-12-04T22:39:42.309Z] time="2020-12-04T22:39:41Z" level=error msg="Upload failed, retrying: simulating retry"
22:39:42 [2020-12-04T22:39:42.309Z] --- PASS: TestSuccessfulUpload (0.42s)
22:39:42 [2020-12-04T22:39:42.309Z] === RUN   TestCancelledUpload
22:39:42 [2020-12-04T22:39:42.309Z] --- PASS: TestCancelledUpload (0.00s)
22:39:42 [2020-12-04T22:39:42.309Z] PASS
22:39:42 [2020-12-04T22:39:42.309Z] coverage: 76.8% of statements
22:39:42 [2020-12-04T22:39:42.309Z] ok  	github.com/docker/docker/distribution/xfer	2.074s	coverage: 76.8% of statements
22:39:42 [2020-12-04T22:39:42.309Z] ?   	github.com/docker/docker/dockerversion	[no test files]
22:39:43 [2020-12-04T22:39:43.842Z] --- PASS: TestSecretsCreateAndDelete (1.92s)
22:39:43 [2020-12-04T22:39:43.842Z] === RUN   TestSecretsUpdate
22:39:43 [2020-12-04T22:39:43.866Z] === RUN   TestCompare
22:39:43 [2020-12-04T22:39:43.866Z] --- PASS: TestCompare (0.00s)
22:39:43 [2020-12-04T22:39:43.866Z] PASS
22:39:43 [2020-12-04T22:39:43.866Z] coverage: 19.2% of statements
22:39:43 [2020-12-04T22:39:43.866Z] ok  	github.com/docker/docker/image/cache	0.142s	coverage: 19.2% of statements
22:39:44 [2020-12-04T22:39:44.009Z] === RUN   TestDockerSuite/TestBuildPATH
22:39:44 [2020-12-04T22:39:44.578Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.04s)
22:39:44 [2020-12-04T22:39:44.578Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestMakeV1ConfigFromConfig
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
22:39:44 [2020-12-04T22:39:44.848Z] PASS
22:39:44 [2020-12-04T22:39:44.848Z] coverage: 25.0% of statements
22:39:44 [2020-12-04T22:39:44.848Z] ok  	github.com/docker/docker/image/v1	0.389s	coverage: 25.0% of statements
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestFSGetInvalidData
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestFSGetInvalidData (0.02s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestFSInvalidSet
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestFSInvalidSet (0.01s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestFSInvalidRoot
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestFSInvalidRoot (0.01s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestFSMetadataGetSet
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestFSMetadataGetSet (0.05s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestFSInvalidWalker
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestFSInvalidWalker (0.01s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestFSGetSet
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestFSGetSet (0.02s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestFSGetUnsetKey
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestFSGetUnsetKey (0.00s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestFSGetEmptyData
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestFSGetEmptyData (0.01s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestFSDelete
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestFSDelete (0.02s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestFSWalker
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestFSWalker (0.03s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestFSWalkerStopOnError
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestFSWalkerStopOnError (0.02s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestNewFromJSON
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestNewFromJSON (0.00s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestNewFromJSONWithInvalidJSON
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestMarshalKeyOrder
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestMarshalKeyOrder (0.00s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestImage
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestImage (0.00s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestImageOSNotEmpty
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestImageOSNotEmpty (0.00s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestNewChildImageFromImageWithRootFS
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestRestore
22:39:44 [2020-12-04T22:39:44.848Z] time="2020-12-04T22:39:44Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
22:39:44 [2020-12-04T22:39:44.848Z] --- PASS: TestRestore (0.21s)
22:39:44 [2020-12-04T22:39:44.848Z] === RUN   TestAddDelete
22:39:45 [2020-12-04T22:39:45.313Z] --- PASS: TestAddDelete (0.03s)
22:39:45 [2020-12-04T22:39:45.313Z] === RUN   TestSearchAfterDelete
22:39:45 [2020-12-04T22:39:45.313Z] --- PASS: TestSearchAfterDelete (0.06s)
22:39:45 [2020-12-04T22:39:45.313Z] === RUN   TestParentReset
22:39:45 [2020-12-04T22:39:45.313Z] --- PASS: TestParentReset (0.07s)
22:39:45 [2020-12-04T22:39:45.313Z] === RUN   TestGetAndSetLastUpdated
22:39:45 [2020-12-04T22:39:45.313Z] --- PASS: TestGetAndSetLastUpdated (0.03s)
22:39:45 [2020-12-04T22:39:45.313Z] === RUN   TestStoreLen
22:39:45 [2020-12-04T22:39:45.313Z] --- PASS: TestStoreLen (0.16s)
22:39:45 [2020-12-04T22:39:45.313Z] PASS
22:39:45 [2020-12-04T22:39:45.313Z] coverage: 86.4% of statements
22:39:45 [2020-12-04T22:39:45.778Z] ok  	github.com/docker/docker/image	1.201s	coverage: 86.4% of statements
22:39:45 [2020-12-04T22:39:45.778Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
22:39:45 [2020-12-04T22:39:45.778Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
22:39:45 [2020-12-04T22:39:45.908Z] --- PASS: TestSecretsUpdate (1.92s)
22:39:45 [2020-12-04T22:39:45.908Z] === RUN   TestTemplatedSecret
22:39:45 [2020-12-04T22:39:45.959Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
22:39:46 [2020-12-04T22:39:46.218Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
22:39:46 [2020-12-04T22:39:46.759Z] === RUN   TestSerialization
22:39:46 [2020-12-04T22:39:46.759Z] --- PASS: TestSerialization (0.02s)
22:39:46 [2020-12-04T22:39:46.759Z] PASS
22:39:46 [2020-12-04T22:39:46.759Z] coverage: 100.0% of statements
22:39:46 [2020-12-04T22:39:46.759Z] ok  	github.com/docker/docker/libcontainerd/queue	0.108s	coverage: 100.0% of statements
22:39:47 [2020-12-04T22:39:47.158Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestEmptyLayer
22:39:47 [2020-12-04T22:39:47.224Z] --- PASS: TestEmptyLayer (0.00s)
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestCommitFailure
22:39:47 [2020-12-04T22:39:47.224Z] --- PASS: TestCommitFailure (0.01s)
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestStartTransactionFailure
22:39:47 [2020-12-04T22:39:47.224Z] --- PASS: TestStartTransactionFailure (0.00s)
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestGetOrphan
22:39:47 [2020-12-04T22:39:47.224Z] --- PASS: TestGetOrphan (0.01s)
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestMountAndRegister
22:39:47 [2020-12-04T22:39:47.224Z] --- PASS: TestMountAndRegister (0.06s)
22:39:47 [2020-12-04T22:39:47.224Z]     layer_test.go:271: Layer size: 14
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestLayerRelease
22:39:47 [2020-12-04T22:39:47.224Z] --- SKIP: TestLayerRelease (0.00s)
22:39:47 [2020-12-04T22:39:47.224Z]     layer_test.go:304: Failing on Windows
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestStoreRestore
22:39:47 [2020-12-04T22:39:47.224Z] --- SKIP: TestStoreRestore (0.00s)
22:39:47 [2020-12-04T22:39:47.224Z]     layer_test.go:353: Failing on Windows
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestTarStreamStability
22:39:47 [2020-12-04T22:39:47.224Z] --- SKIP: TestTarStreamStability (0.00s)
22:39:47 [2020-12-04T22:39:47.224Z]     layer_test.go:468: Failing on Windows
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestRegisterExistingLayer
22:39:47 [2020-12-04T22:39:47.224Z] --- PASS: TestRegisterExistingLayer (0.18s)
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestTarStreamVerification
22:39:47 [2020-12-04T22:39:47.224Z] --- SKIP: TestTarStreamVerification (0.00s)
22:39:47 [2020-12-04T22:39:47.224Z]     layer_test.go:697: Failing on Windows
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestLayerMigration
22:39:47 [2020-12-04T22:39:47.224Z] --- SKIP: TestLayerMigration (0.00s)
22:39:47 [2020-12-04T22:39:47.224Z]     migration_test.go:46: Failing on Windows
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestLayerMigrationNoTarsplit
22:39:47 [2020-12-04T22:39:47.224Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
22:39:47 [2020-12-04T22:39:47.224Z]     migration_test.go:182: Failing on Windows
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestMountInit
22:39:47 [2020-12-04T22:39:47.224Z] --- SKIP: TestMountInit (0.00s)
22:39:47 [2020-12-04T22:39:47.224Z]     mount_test.go:17: Failing on Windows
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestMountSize
22:39:47 [2020-12-04T22:39:47.224Z] --- SKIP: TestMountSize (0.00s)
22:39:47 [2020-12-04T22:39:47.224Z]     mount_test.go:76: Failing on Windows
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestMountChanges
22:39:47 [2020-12-04T22:39:47.224Z] --- SKIP: TestMountChanges (0.00s)
22:39:47 [2020-12-04T22:39:47.224Z]     mount_test.go:125: Failing on Windows
22:39:47 [2020-12-04T22:39:47.224Z] === RUN   TestMountApply
22:39:47 [2020-12-04T22:39:47.224Z] --- SKIP: TestMountApply (0.00s)
22:39:47 [2020-12-04T22:39:47.224Z]     mount_test.go:212: Failing on Windows
22:39:47 [2020-12-04T22:39:47.224Z] PASS
22:39:47 [2020-12-04T22:39:47.224Z] coverage: 30.1% of statements
22:39:47 [2020-12-04T22:39:47.224Z] ok  	github.com/docker/docker/layer	0.534s	coverage: 30.1% of statements
22:39:47 [2020-12-04T22:39:47.691Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
22:39:47 [2020-12-04T22:39:47.691Z] === RUN   TestEnvironmentParsing
22:39:47 [2020-12-04T22:39:47.691Z] --- PASS: TestEnvironmentParsing (0.00s)
22:39:47 [2020-12-04T22:39:47.691Z] PASS
22:39:47 [2020-12-04T22:39:47.691Z] coverage: 1.0% of statements
22:39:47 [2020-12-04T22:39:47.691Z] ok  	github.com/docker/docker/libcontainerd/local	0.287s	coverage: 1.0% of statements
22:39:47 [2020-12-04T22:39:47.691Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
22:39:47 [2020-12-04T22:39:47.691Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
22:39:47 [2020-12-04T22:39:47.691Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
22:39:47 [2020-12-04T22:39:47.691Z] ?   	github.com/docker/docker/oci	[no test files]
22:39:47 [2020-12-04T22:39:47.691Z] ?   	github.com/docker/docker/oci/caps	[no test files]
22:39:47 [2020-12-04T22:39:47.979Z] --- PASS: TestTemplatedSecret (2.41s)
22:39:47 [2020-12-04T22:39:47.979Z] === RUN   TestSecretCreateResolve
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestParseVersion
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestParseVersion (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] PASS
22:39:48 [2020-12-04T22:39:48.156Z] coverage: 52.9% of statements
22:39:48 [2020-12-04T22:39:48.156Z] ok  	github.com/docker/docker/pkg/aaparser	0.043s	coverage: 52.9% of statements
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestAddressPoolOpt
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestAddressPoolOpt (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/a
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/something
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/_=a
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/env1=value1
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/_env1=value1
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/env2=value2=value3
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/env3=abc!qwe
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/env_4=value_4
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/PATH
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/=a
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/PATH=
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/PATH=something
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/asd!qwe
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/1asd
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/123
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/some_space
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/__some_space_before
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/some_space_after__
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/=
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateEnv/PaTh
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestValidateEnv (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/a (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/something (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/_=a (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/PATH (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/=a (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/1asd (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/123 (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/some_space (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/= (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestParseHost
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestParseHost (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestParseDockerDaemonHost
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestParseDockerDaemonHost (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestParseTCP
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestParseTCP (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestParseInvalidUnixAddrInvalid
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateExtraHosts
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestValidateExtraHosts (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestIpOptString
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestIpOptString (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestNewIpOptInvalidDefaultVal
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestNewIpOptValidDefaultVal
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestIpOptSetInvalidVal
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateIPAddress
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestValidateIPAddress (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestMapOpts
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestMapOpts (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestListOptsWithoutValidator
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestListOptsWithoutValidator (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestListOptsWithValidator
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestListOptsWithValidator (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateDNSSearch
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestValidateDNSSearch (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/label_with_general_format
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/label_with_more_than_one_=
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/label_with_one_more
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestValidateLabel (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestNamedListOpts
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestNamedListOpts (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestNamedMapOpts
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestNamedMapOpts (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestParseLink
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestParseLink (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestQuotedStringSetWithQuotes
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestQuotedStringSetWithNoQuotes
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] === RUN   TestUlimitOpt
22:39:48 [2020-12-04T22:39:48.156Z] --- PASS: TestUlimitOpt (0.00s)
22:39:48 [2020-12-04T22:39:48.156Z] PASS
22:39:48 [2020-12-04T22:39:48.156Z] coverage: 67.1% of statements
22:39:48 [2020-12-04T22:39:48.156Z] ok  	github.com/docker/docker/opts	0.165s	coverage: 67.1% of statements
22:39:49 [2020-12-04T22:39:49.136Z] === RUN   TestUnbuffered
22:39:49 [2020-12-04T22:39:49.136Z] --- PASS: TestUnbuffered (0.00s)
22:39:49 [2020-12-04T22:39:49.136Z] === RUN   TestRaceUnbuffered
22:39:49 [2020-12-04T22:39:49.136Z] --- PASS: TestRaceUnbuffered (0.00s)
22:39:49 [2020-12-04T22:39:49.136Z] PASS
22:39:49 [2020-12-04T22:39:49.136Z] coverage: 100.0% of statements
22:39:49 [2020-12-04T22:39:49.602Z] ok  	github.com/docker/docker/pkg/broadcaster	0.203s	coverage: 100.0% of statements
22:39:50 [2020-12-04T22:39:50.062Z] --- PASS: TestSecretCreateResolve (1.97s)
22:39:50 [2020-12-04T22:39:50.063Z] PASS
22:39:50 [2020-12-04T22:39:50.063Z] 
22:39:50 [2020-12-04T22:39:50.063Z] DONE 6 tests in 12.175s
22:39:50 [2020-12-04T22:39:50.063Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m 
22:39:50 [2020-12-04T22:39:50.063Z] ++ 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
22:39:50 [2020-12-04T22:39:50.063Z] ++ set -e
22:39:50 [2020-12-04T22:39:50.063Z] ++ '[' -n 0 ']'
22:39:50 [2020-12-04T22:39:50.063Z] ++ set -x
22:39:50 [2020-12-04T22:39:50.063Z] ++ env -i DEST=/go/src/github.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
22:39:50 [2020-12-04T22:39:50.063Z] INFO: Testing against a local daemon
22:39:50 [2020-12-04T22:39:50.063Z] === RUN   TestServiceCreateInit
22:39:50 [2020-12-04T22:39:50.063Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:39:50 [2020-12-04T22:39:50.067Z] === RUN   TestPeerCertificateMarshalJSON
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch/[[]]
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch/[[foo]]
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch/[[bar]_[foo]]
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch/[[foo_bar]]
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch/[[qux]_[foo]]
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch/[]
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch/[]#01
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch/[[qux]]
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch/[[foo_bar_qux]]
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch/[[qux]_[baz]]
22:39:50 [2020-12-04T22:39:50.540Z] === RUN   TestMatch/[[foo_baz]]
22:39:50 [2020-12-04T22:39:50.540Z] --- PASS: TestMatch (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z]     --- PASS: TestMatch/[[]] (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z]     --- PASS: TestMatch/[[foo]] (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z]     --- PASS: TestMatch/[] (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z]     --- PASS: TestMatch/[]#01 (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z]     --- PASS: TestMatch/[[qux]] (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
22:39:50 [2020-12-04T22:39:50.540Z] PASS
22:39:50 [2020-12-04T22:39:50.540Z] coverage: 87.5% of statements
22:39:50 [2020-12-04T22:39:50.540Z] ok  	github.com/docker/docker/pkg/capabilities	0.379s	coverage: 87.5% of statements
22:39:51 [2020-12-04T22:39:51.007Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
22:39:51 [2020-12-04T22:39:51.007Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
22:39:51 [2020-12-04T22:39:51.007Z] --- PASS: TestPeerCertificateMarshalJSON (0.59s)
22:39:51 [2020-12-04T22:39:51.007Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
22:39:51 [2020-12-04T22:39:51.007Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
22:39:51 [2020-12-04T22:39:51.007Z] === RUN   TestMiddleware
22:39:51 [2020-12-04T22:39:51.007Z] --- PASS: TestMiddleware (0.00s)
22:39:51 [2020-12-04T22:39:51.007Z] === RUN   TestNewResponseModifier
22:39:51 [2020-12-04T22:39:51.007Z] --- PASS: TestNewResponseModifier (0.00s)
22:39:51 [2020-12-04T22:39:51.007Z] PASS
22:39:51 [2020-12-04T22:39:51.007Z] coverage: 26.8% of statements
22:39:51 [2020-12-04T22:39:51.007Z] ok  	github.com/docker/docker/pkg/authorization	0.881s	coverage: 26.8% of statements
22:39:51 [2020-12-04T22:39:51.363Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
22:39:51 [2020-12-04T22:39:51.474Z] === RUN   TestIsArchivePathDir
22:39:51 [2020-12-04T22:39:51.940Z] --- PASS: TestIsArchivePathDir (0.08s)
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestIsArchivePathInvalidFile
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestChrootTarUntar
22:39:51 [2020-12-04T22:39:51.940Z] --- SKIP: TestChrootTarUntar (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestChrootUntarWithHugeExcludesList
22:39:51 [2020-12-04T22:39:51.940Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.01s)
22:39:51 [2020-12-04T22:39:51.940Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestChrootUntarEmptyArchive
22:39:51 [2020-12-04T22:39:51.940Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestChrootTarUntarWithSymlink
22:39:51 [2020-12-04T22:39:51.940Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestChrootCopyWithTar
22:39:51 [2020-12-04T22:39:51.940Z] --- SKIP: TestChrootCopyWithTar (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestChrootCopyFileWithTar
22:39:51 [2020-12-04T22:39:51.940Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestChrootUntarPath
22:39:51 [2020-12-04T22:39:51.940Z] --- SKIP: TestChrootUntarPath (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
22:39:51 [2020-12-04T22:39:51.940Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
22:39:51 [2020-12-04T22:39:51.940Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestChrootApplyDotDotFile
22:39:51 [2020-12-04T22:39:51.940Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
22:39:51 [2020-12-04T22:39:51.940Z] PASS
22:39:51 [2020-12-04T22:39:51.940Z] coverage: 15.4% of statements
22:39:51 [2020-12-04T22:39:51.940Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.350s	coverage: 15.4% of statements
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestSizeEmpty
22:39:51 [2020-12-04T22:39:51.940Z] --- PASS: TestSizeEmpty (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestSizeEmptyFile
22:39:51 [2020-12-04T22:39:51.940Z] --- PASS: TestSizeEmptyFile (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestSizeNonemptyFile
22:39:51 [2020-12-04T22:39:51.940Z] --- PASS: TestSizeNonemptyFile (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestSizeNestedDirectoryEmpty
22:39:51 [2020-12-04T22:39:51.940Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
22:39:51 [2020-12-04T22:39:51.940Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
22:39:51 [2020-12-04T22:39:51.940Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestMoveToSubdir
22:39:51 [2020-12-04T22:39:51.940Z] --- PASS: TestMoveToSubdir (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestSizeNonExistingDirectory
22:39:51 [2020-12-04T22:39:51.940Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
22:39:51 [2020-12-04T22:39:51.940Z] PASS
22:39:51 [2020-12-04T22:39:51.940Z] coverage: 80.0% of statements
22:39:51 [2020-12-04T22:39:51.940Z] ok  	github.com/docker/docker/pkg/directory	0.071s	coverage: 80.0% of statements
22:39:51 [2020-12-04T22:39:51.940Z] --- PASS: TestIsArchivePathInvalidFile (0.15s)
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestIsArchivePathTar
22:39:51 [2020-12-04T22:39:51.940Z] --- PASS: TestIsArchivePathTar (0.21s)
22:39:51 [2020-12-04T22:39:51.940Z] === RUN   TestDecompressStreamGzip
22:39:52 [2020-12-04T22:39:52.409Z] --- PASS: TestDecompressStreamGzip (0.17s)
22:39:52 [2020-12-04T22:39:52.410Z] === RUN   TestDecompressStreamBzip2
22:39:52 [2020-12-04T22:39:52.410Z] --- PASS: TestDecompressStreamBzip2 (0.14s)
22:39:52 [2020-12-04T22:39:52.410Z] === RUN   TestDecompressStreamXz
22:39:52 [2020-12-04T22:39:52.410Z] --- SKIP: TestDecompressStreamXz (0.00s)
22:39:52 [2020-12-04T22:39:52.410Z]     archive_test.go:133: Xz not present in msys2
22:39:52 [2020-12-04T22:39:52.410Z] === RUN   TestCompressStreamXzUnsupported
22:39:52 [2020-12-04T22:39:52.410Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
22:39:52 [2020-12-04T22:39:52.410Z] === RUN   TestCompressStreamBzip2Unsupported
22:39:52 [2020-12-04T22:39:52.410Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
22:39:52 [2020-12-04T22:39:52.410Z] === RUN   TestCompressStreamInvalid
22:39:52 [2020-12-04T22:39:52.410Z] --- PASS: TestCompressStreamInvalid (0.00s)
22:39:52 [2020-12-04T22:39:52.410Z] === RUN   TestExtensionInvalid
22:39:52 [2020-12-04T22:39:52.410Z] --- PASS: TestExtensionInvalid (0.00s)
22:39:52 [2020-12-04T22:39:52.410Z] === RUN   TestExtensionUncompressed
22:39:52 [2020-12-04T22:39:52.410Z] --- PASS: TestExtensionUncompressed (0.00s)
22:39:52 [2020-12-04T22:39:52.410Z] === RUN   TestExtensionBzip2
22:39:52 [2020-12-04T22:39:52.410Z] --- PASS: TestExtensionBzip2 (0.00s)
22:39:52 [2020-12-04T22:39:52.410Z] === RUN   TestExtensionGzip
22:39:52 [2020-12-04T22:39:52.410Z] --- PASS: TestExtensionGzip (0.00s)
22:39:52 [2020-12-04T22:39:52.410Z] === RUN   TestExtensionXz
22:39:52 [2020-12-04T22:39:52.410Z] --- PASS: TestExtensionXz (0.00s)
22:39:52 [2020-12-04T22:39:52.410Z] === RUN   TestCmdStreamLargeStderr
22:39:52 [2020-12-04T22:39:52.410Z] --- PASS: TestCmdStreamLargeStderr (0.12s)
22:39:52 [2020-12-04T22:39:52.410Z] === RUN   TestCmdStreamBad
22:39:52 [2020-12-04T22:39:52.875Z] --- SKIP: TestCmdStreamBad (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     archive_test.go:238: Failing on Windows CI machines
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestCmdStreamGood
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestCmdStreamGood (0.20s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestUntarPathWithInvalidDest
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestUntarPathWithInvalidDest (0.06s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestUntarPathWithInvalidSrc
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestUntarPath
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestUntarPath (0.08s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestUntarPathWithDestinationFile
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test/TestContainsEntry
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test/TestCreateEntries
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test/TestEntriesDiff
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test/TestEntriesEquality
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test/TestGeneratorNotGenerate
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test/TestGeneratorWithPort
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test/TestGeneratorWithPortNotGenerate
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test/TestNewEntry
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   Test/TestParse
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: Test (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     --- PASS: Test/TestContainsEntry (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     --- PASS: Test/TestCreateEntries (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     --- PASS: Test/TestEntriesDiff (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     --- PASS: Test/TestEntriesEquality (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     --- PASS: Test/TestNewEntry (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z]     --- PASS: Test/TestParse (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z] PASS
22:39:52 [2020-12-04T22:39:52.875Z] coverage: 58.3% of statements
22:39:52 [2020-12-04T22:39:52.875Z] ok  	github.com/docker/docker/pkg/discovery	0.085s	coverage: 58.3% of statements
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestUntarPathWithDestinationFile (0.07s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestCopyWithTarInvalidSrc
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestCopyWithTarSrcFile
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestCopyWithTarSrcFile (0.01s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestCopyWithTarSrcFolder
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestCopyFileWithTarInvalidSrc
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestCopyFileWithTarSrcFolder
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestCopyFileWithTarSrcFile
22:39:52 [2020-12-04T22:39:52.875Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
22:39:52 [2020-12-04T22:39:52.875Z] === RUN   TestTarFiles
22:39:53 [2020-12-04T22:39:53.341Z] === RUN   Test
22:39:53 [2020-12-04T22:39:53.341Z] === RUN   Test/TestContent
22:39:53 [2020-12-04T22:39:53.341Z] === RUN   Test/TestInitialize
22:39:53 [2020-12-04T22:39:53.341Z] === RUN   Test/TestNew
22:39:53 [2020-12-04T22:39:53.341Z] === RUN   Test/TestParsingContentsWithComments
22:39:53 [2020-12-04T22:39:53.341Z] === RUN   Test/TestRegister
22:39:53 [2020-12-04T22:39:53.341Z] === RUN   Test/TestWatch
22:39:53 [2020-12-04T22:39:53.341Z] --- PASS: Test (0.00s)
22:39:53 [2020-12-04T22:39:53.341Z]     --- PASS: Test/TestContent (0.00s)
22:39:53 [2020-12-04T22:39:53.341Z]     --- PASS: Test/TestInitialize (0.00s)
22:39:53 [2020-12-04T22:39:53.341Z]     --- PASS: Test/TestNew (0.00s)
22:39:53 [2020-12-04T22:39:53.341Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
22:39:53 [2020-12-04T22:39:53.341Z]     --- PASS: Test/TestRegister (0.00s)
22:39:53 [2020-12-04T22:39:53.341Z]     --- PASS: Test/TestWatch (0.00s)
22:39:53 [2020-12-04T22:39:53.341Z] PASS
22:39:53 [2020-12-04T22:39:53.341Z] coverage: 92.9% of statements
22:39:53 [2020-12-04T22:39:53.341Z] ok  	github.com/docker/docker/pkg/discovery/file	0.092s	coverage: 92.9% of statements
22:39:54 [2020-12-04T22:39:54.322Z] === RUN   Test
22:39:54 [2020-12-04T22:39:54.322Z] === RUN   Test/TestWatch
22:39:54 [2020-12-04T22:39:54.322Z] --- PASS: Test (0.00s)
22:39:54 [2020-12-04T22:39:54.322Z]     --- PASS: Test/TestWatch (0.00s)
22:39:54 [2020-12-04T22:39:54.322Z] PASS
22:39:54 [2020-12-04T22:39:54.322Z] coverage: 92.3% of statements
22:39:54 [2020-12-04T22:39:54.322Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.156s	coverage: 92.3% of statements
22:39:54 [2020-12-04T22:39:54.520Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:39:54 [2020-12-04T22:39:54.787Z] === RUN   Test
22:39:54 [2020-12-04T22:39:54.787Z] === RUN   Test/TestInitialize
22:39:54 [2020-12-04T22:39:54.787Z] time="2020-12-04T22:39:54Z" level=info msg="Initializing discovery without TLS"
22:39:54 [2020-12-04T22:39:54.787Z] time="2020-12-04T22:39:54Z" level=info msg="Initializing discovery without TLS"
22:39:54 [2020-12-04T22:39:54.787Z] time="2020-12-04T22:39:54Z" level=info msg="Initializing discovery without TLS"
22:39:54 [2020-12-04T22:39:54.787Z] === RUN   Test/TestInitializeWithCerts
22:39:54 [2020-12-04T22:39:54.787Z] time="2020-12-04T22:39:54Z" level=info msg="Initializing discovery with TLS"
22:39:54 [2020-12-04T22:39:54.787Z] === RUN   Test/TestWatch
22:39:54 [2020-12-04T22:39:54.787Z] time="2020-12-04T22:39:54Z" level=info msg="Initializing discovery without TLS"
22:39:55 [2020-12-04T22:39:55.254Z] === RUN   Test
22:39:55 [2020-12-04T22:39:55.254Z] === RUN   Test/TestInitialize
22:39:55 [2020-12-04T22:39:55.254Z] === RUN   Test/TestInitializeWithPattern
22:39:55 [2020-12-04T22:39:55.254Z] === RUN   Test/TestRegister
22:39:55 [2020-12-04T22:39:55.254Z] === RUN   Test/TestWatch
22:39:55 [2020-12-04T22:39:55.254Z] --- PASS: Test (0.00s)
22:39:55 [2020-12-04T22:39:55.254Z]     --- PASS: Test/TestInitialize (0.00s)
22:39:55 [2020-12-04T22:39:55.254Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
22:39:55 [2020-12-04T22:39:55.254Z]     --- PASS: Test/TestRegister (0.00s)
22:39:55 [2020-12-04T22:39:55.254Z]     --- PASS: Test/TestWatch (0.00s)
22:39:55 [2020-12-04T22:39:55.254Z] PASS
22:39:55 [2020-12-04T22:39:55.254Z] coverage: 93.8% of statements
22:39:55 [2020-12-04T22:39:55.254Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.234s	coverage: 93.8% of statements
22:39:56 [2020-12-04T22:39:56.235Z] === RUN   TestPollerAddRemove
22:39:56 [2020-12-04T22:39:56.235Z] --- PASS: TestPollerAddRemove (0.00s)
22:39:56 [2020-12-04T22:39:56.235Z] === RUN   TestPollerEvent
22:39:56 [2020-12-04T22:39:56.235Z] --- SKIP: TestPollerEvent (0.00s)
22:39:56 [2020-12-04T22:39:56.235Z]     poller_test.go:41: No chmod on Windows
22:39:56 [2020-12-04T22:39:56.235Z] === RUN   TestPollerClose
22:39:56 [2020-12-04T22:39:56.235Z] --- PASS: TestPollerClose (0.00s)
22:39:56 [2020-12-04T22:39:56.235Z] PASS
22:39:56 [2020-12-04T22:39:56.235Z] coverage: 45.7% of statements
22:39:56 [2020-12-04T22:39:56.235Z] ok  	github.com/docker/docker/pkg/filenotify	0.071s	coverage: 45.7% of statements
22:39:56 [2020-12-04T22:39:56.658Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCopyFileWithInvalidSrc
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCopyFileWithInvalidDest
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCopyFileWithSameSrcAndDest
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCopyFile
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCopyFile (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
22:39:56 [2020-12-04T22:39:56.700Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z]     fileutils_test.go:134: Needs porting to Windows
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestReadSymlinkedDirectoryToFile
22:39:56 [2020-12-04T22:39:56.700Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z]     fileutils_test.go:180: Needs porting to Windows
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestWildcardMatches
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestWildcardMatches (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestPatternMatches
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestPatternMatches (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestExclusionPatternMatchesPatternBefore
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestPatternMatchesFolderExclusions
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestPatternMatchesFolderWildcardExclusions
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestExclusionPatternMatchesPatternAfter
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestExclusionPatternMatchesWholeDirectory
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestSingleExclamationError
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestSingleExclamationError (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestMatchesWithNoPatterns
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestMatchesWithMalformedPatterns
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestMatches
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestMatches (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCleanPatterns
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCleanPatterns (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCleanPatternsStripEmptyPatterns
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCleanPatternsExceptionFlag
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCleanPatternsErrorSingleException
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCreateIfNotExistsDir
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestCreateIfNotExistsFile
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] === RUN   TestMatch
22:39:56 [2020-12-04T22:39:56.700Z] --- PASS: TestMatch (0.00s)
22:39:56 [2020-12-04T22:39:56.700Z] PASS
22:39:56 [2020-12-04T22:39:56.700Z] coverage: 87.7% of statements
22:39:56 [2020-12-04T22:39:56.700Z] ok  	github.com/docker/docker/pkg/fileutils	0.139s	coverage: 87.7% of statements
22:39:57 [2020-12-04T22:39:57.681Z] === RUN   TestGet
22:39:57 [2020-12-04T22:39:57.681Z] --- PASS: TestGet (0.00s)
22:39:57 [2020-12-04T22:39:57.681Z] === RUN   TestGetShortcutString
22:39:57 [2020-12-04T22:39:57.681Z] --- PASS: TestGetShortcutString (0.00s)
22:39:57 [2020-12-04T22:39:57.681Z] PASS
22:39:57 [2020-12-04T22:39:57.681Z] coverage: 42.9% of statements
22:39:57 [2020-12-04T22:39:57.681Z] ok  	github.com/docker/docker/pkg/homedir	0.074s	coverage: 42.9% of statements
22:39:58 [2020-12-04T22:39:58.041Z] --- PASS: TestServiceCreateInit (7.57s)
22:39:58 [2020-12-04T22:39:58.041Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.81s)
22:39:58 [2020-12-04T22:39:58.041Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.72s)
22:39:58 [2020-12-04T22:39:58.041Z] === RUN   TestCreateServiceMultipleTimes
22:39:58 [2020-12-04T22:39:58.147Z] --- PASS: Test (3.14s)
22:39:58 [2020-12-04T22:39:58.147Z]     --- PASS: Test/TestInitialize (0.13s)
22:39:58 [2020-12-04T22:39:58.147Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
22:39:58 [2020-12-04T22:39:58.147Z]     --- PASS: Test/TestWatch (3.00s)
22:39:58 [2020-12-04T22:39:58.147Z] PASS
22:39:58 [2020-12-04T22:39:58.147Z] coverage: 84.1% of statements
22:39:58 [2020-12-04T22:39:58.147Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.563s	coverage: 84.1% of statements
22:39:58 [2020-12-04T22:39:58.613Z] === RUN   TestCreateIDMapOrder
22:39:58 [2020-12-04T22:39:58.613Z] --- PASS: TestCreateIDMapOrder (0.00s)
22:39:58 [2020-12-04T22:39:58.613Z] PASS
22:39:58 [2020-12-04T22:39:58.613Z] coverage: 7.3% of statements
22:39:58 [2020-12-04T22:39:58.613Z] ok  	github.com/docker/docker/pkg/idtools	0.165s	coverage: 7.3% of statements
22:39:59 [2020-12-04T22:39:59.195Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (14.56s)
22:39:59 [2020-12-04T22:39:59.195Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:39:59 [2020-12-04T22:39:59.593Z] === RUN   TestFixedBufferCap
22:39:59 [2020-12-04T22:39:59.593Z] --- PASS: TestFixedBufferCap (0.00s)
22:39:59 [2020-12-04T22:39:59.593Z] === RUN   TestFixedBufferLen
22:39:59 [2020-12-04T22:39:59.593Z] --- PASS: TestFixedBufferLen (0.00s)
22:39:59 [2020-12-04T22:39:59.593Z] === RUN   TestFixedBufferString
22:39:59 [2020-12-04T22:39:59.593Z] --- PASS: TestFixedBufferString (0.00s)
22:39:59 [2020-12-04T22:39:59.593Z] === RUN   TestFixedBufferWrite
22:39:59 [2020-12-04T22:39:59.593Z] --- PASS: TestFixedBufferWrite (0.00s)
22:39:59 [2020-12-04T22:39:59.593Z] === RUN   TestFixedBufferRead
22:39:59 [2020-12-04T22:39:59.593Z] --- PASS: TestFixedBufferRead (0.00s)
22:39:59 [2020-12-04T22:39:59.593Z] === RUN   TestBytesPipeRead
22:39:59 [2020-12-04T22:39:59.593Z] --- PASS: TestBytesPipeRead (0.00s)
22:39:59 [2020-12-04T22:39:59.593Z] === RUN   TestBytesPipeWrite
22:39:59 [2020-12-04T22:39:59.593Z] --- PASS: TestBytesPipeWrite (0.00s)
22:39:59 [2020-12-04T22:39:59.593Z] === RUN   TestBytesPipeWriteRandomChunks
22:39:59 [2020-12-04T22:39:59.593Z] --- PASS: TestTarFiles (6.74s)
22:39:59 [2020-12-04T22:39:59.593Z] === RUN   TestTarUntar
22:39:59 [2020-12-04T22:39:59.767Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestError
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestError (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestProgressString
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestProgressString/no_progress
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestProgressString/progress_1
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestProgressString/some_progress_with_a_start_time
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestProgressString/some_progress_without_a_start_time
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestProgressString/with_units
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestProgressString/hide_counts
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestProgressString (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z]     --- PASS: TestProgressString/no_progress (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z]     --- PASS: TestProgressString/progress_1 (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z]     --- PASS: TestProgressString/with_units (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z]     --- PASS: TestProgressString/hide_counts (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestJSONMessageDisplay
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestTarUntar (0.03s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestTarWithOptions
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestTarWithOptions (0.02s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestUntarUstarGnuConflict
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestUntarInvalidFilenames
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestJSONMessageDisplay (0.16s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestJSONMessageDisplayWithJSONError
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestDisplayJSONMessagesStream
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z] PASS
22:40:00 [2020-12-04T22:40:00.059Z] coverage: 91.7% of statements
22:40:00 [2020-12-04T22:40:00.059Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.322s	coverage: 91.7% of statements
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames175483670\\dest"
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestUntarInvalidFilenames (0.17s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestUntarHardlinkToSymlink
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestUntarInvalidHardlink
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink872703159\\victim\\hello" -> "../victim/hello"
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink364754090\\victim\\hello" -> "/../victim/hello"
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink278132225\\victim" -> "../victim"
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink278954348\\victim" -> "../victim"
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink089140187\\victim" -> "../victim"
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink891530622\\victim" -> "../victim"
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestUntarInvalidHardlink (0.03s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestUntarInvalidSymlink
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink231711941\\dest\\dotdot" -> "../victim/hello"
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink643350368\\dest\\slash-dotdot" -> "/../victim/hello"
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink373387071\\dest\\loophole-victim" -> "../victim"
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink295758226\\dest\\loophole-victim" -> "../victim"
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink068135369\\dest\\loophole-victim" -> "../victim"
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink506604692\\dest\\loophole-victim" -> "../victim"
22:40:00 [2020-12-04T22:40:00.059Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink489828067\\dest\\dir\\loophole" -> "../../victim"
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestUntarInvalidSymlink (0.05s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestTempArchiveCloseMultipleTimes
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestStandardLongPath
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestStandardLongPath (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestUNCLongPath
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestUNCLongPath (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z] PASS
22:40:00 [2020-12-04T22:40:00.059Z] coverage: 100.0% of statements
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestReplaceFileTarWrapper
22:40:00 [2020-12-04T22:40:00.059Z] ok  	github.com/docker/docker/pkg/longpath	0.052s	coverage: 100.0% of statements
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestBytesPipeWriteRandomChunks (0.46s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestAtomicWriteToFile
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestAtomicWriteToFile (0.01s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestAtomicWriteSetCommit
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestAtomicWriteSetCancel
22:40:00 [2020-12-04T22:40:00.059Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
22:40:00 [2020-12-04T22:40:00.059Z] === RUN   TestReadCloserWrapperClose
22:40:00 [2020-12-04T22:40:00.060Z] --- PASS: TestReadCloserWrapperClose (0.00s)
22:40:00 [2020-12-04T22:40:00.060Z] === RUN   TestReaderErrWrapperReadOnError
22:40:00 [2020-12-04T22:40:00.060Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
22:40:00 [2020-12-04T22:40:00.060Z] === RUN   TestReaderErrWrapperRead
22:40:00 [2020-12-04T22:40:00.060Z] --- PASS: TestReaderErrWrapperRead (0.00s)
22:40:00 [2020-12-04T22:40:00.060Z] === RUN   TestHashData
22:40:00 [2020-12-04T22:40:00.060Z] --- PASS: TestHashData (0.00s)
22:40:00 [2020-12-04T22:40:00.060Z] === RUN   TestCancelReadCloser
22:40:00 [2020-12-04T22:40:00.525Z] --- PASS: TestReplaceFileTarWrapper (0.20s)
22:40:00 [2020-12-04T22:40:00.525Z] === RUN   TestPrefixHeaderReadable
22:40:00 [2020-12-04T22:40:00.525Z] --- PASS: TestCancelReadCloser (0.10s)
22:40:00 [2020-12-04T22:40:00.525Z] === RUN   TestWriteCloserWrapperClose
22:40:00 [2020-12-04T22:40:00.525Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
22:40:00 [2020-12-04T22:40:00.525Z] === RUN   TestNopWriteCloser
22:40:00 [2020-12-04T22:40:00.525Z] --- PASS: TestNopWriteCloser (0.00s)
22:40:00 [2020-12-04T22:40:00.525Z] === RUN   TestNopWriter
22:40:00 [2020-12-04T22:40:00.525Z] --- PASS: TestNopWriter (0.00s)
22:40:00 [2020-12-04T22:40:00.525Z] === RUN   TestWriteCounter
22:40:00 [2020-12-04T22:40:00.525Z] --- PASS: TestWriteCounter (0.00s)
22:40:00 [2020-12-04T22:40:00.525Z] PASS
22:40:00 [2020-12-04T22:40:00.525Z] coverage: 69.2% of statements
22:40:00 [2020-12-04T22:40:00.525Z] ok  	github.com/docker/docker/pkg/ioutils	0.724s	coverage: 69.2% of statements
22:40:00 [2020-12-04T22:40:00.525Z] --- PASS: TestPrefixHeaderReadable (0.03s)
22:40:00 [2020-12-04T22:40:00.525Z] === RUN   TestDisablePigz
22:40:00 [2020-12-04T22:40:00.525Z] --- PASS: TestDisablePigz (0.17s)
22:40:00 [2020-12-04T22:40:00.525Z]     archive_test.go:1310: Test will not check full path when Pigz not installed
22:40:00 [2020-12-04T22:40:00.525Z] === RUN   TestPigz
22:40:00 [2020-12-04T22:40:00.525Z] --- PASS: TestPigz (0.15s)
22:40:00 [2020-12-04T22:40:00.525Z]     archive_test.go:1339: Tested whether Pigz is not used, as it not installed
22:40:00 [2020-12-04T22:40:00.525Z] === RUN   TestCopyFileWithInvalidDest
22:40:00 [2020-12-04T22:40:00.525Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
22:40:00 [2020-12-04T22:40:00.525Z]     archive_windows_test.go:16: Currently fails
22:40:00 [2020-12-04T22:40:00.525Z] === RUN   TestCanonicalTarNameForPath
22:40:00 [2020-12-04T22:40:00.525Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
22:40:00 [2020-12-04T22:40:00.525Z] === RUN   TestCanonicalTarName
22:40:00 [2020-12-04T22:40:00.525Z] --- PASS: TestCanonicalTarName (0.00s)
22:40:00 [2020-12-04T22:40:00.525Z] === RUN   TestChmodTarEntry
22:40:00 [2020-12-04T22:40:00.525Z] --- PASS: TestChmodTarEntry (0.00s)
22:40:00 [2020-12-04T22:40:00.525Z] === RUN   TestHardLinkOrder
22:40:00 [2020-12-04T22:40:00.991Z] --- PASS: TestHardLinkOrder (0.16s)
22:40:00 [2020-12-04T22:40:00.991Z] === RUN   TestChangeString
22:40:00 [2020-12-04T22:40:00.991Z] --- PASS: TestChangeString (0.00s)
22:40:00 [2020-12-04T22:40:00.991Z] === RUN   TestChangesWithNoChanges
22:40:00 [2020-12-04T22:40:00.991Z] --- PASS: TestChangesWithNoChanges (0.03s)
22:40:00 [2020-12-04T22:40:00.991Z] === RUN   TestChangesWithChanges
22:40:00 [2020-12-04T22:40:00.991Z] --- PASS: TestChangesWithChanges (0.03s)
22:40:00 [2020-12-04T22:40:00.991Z] === RUN   TestChangesWithChangesGH13590
22:40:00 [2020-12-04T22:40:00.991Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
22:40:00 [2020-12-04T22:40:00.991Z]     changes_test.go:192: needs more investigation
22:40:00 [2020-12-04T22:40:00.991Z] === RUN   TestChangesDirsEmpty
22:40:00 [2020-12-04T22:40:00.991Z] --- PASS: TestChangesDirsEmpty (0.25s)
22:40:00 [2020-12-04T22:40:00.991Z] === RUN   TestChangesDirsMutated
22:40:00 [2020-12-04T22:40:00.991Z] === RUN   TestNameFormat
22:40:00 [2020-12-04T22:40:00.991Z] --- PASS: TestNameFormat (0.00s)
22:40:00 [2020-12-04T22:40:00.991Z] === RUN   TestNameRetries
22:40:00 [2020-12-04T22:40:00.991Z] --- PASS: TestNameRetries (0.00s)
22:40:00 [2020-12-04T22:40:00.991Z] PASS
22:40:00 [2020-12-04T22:40:00.991Z] coverage: 85.7% of statements
22:40:00 [2020-12-04T22:40:00.991Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.089s	coverage: 85.7% of statements
22:40:01 [2020-12-04T22:40:01.147Z] === RUN   TestDockerSuite/TestBuildRm
22:40:01 [2020-12-04T22:40:01.456Z] --- PASS: TestChangesDirsMutated (0.18s)
22:40:01 [2020-12-04T22:40:01.456Z] === RUN   TestApplyLayer
22:40:01 [2020-12-04T22:40:01.456Z] --- SKIP: TestApplyLayer (0.00s)
22:40:01 [2020-12-04T22:40:01.456Z]     changes_test.go:405: needs further investigation
22:40:01 [2020-12-04T22:40:01.456Z] === RUN   TestChangesSizeWithHardlinks
22:40:01 [2020-12-04T22:40:01.456Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
22:40:01 [2020-12-04T22:40:01.456Z]     changes_test.go:441: needs further investigation
22:40:01 [2020-12-04T22:40:01.456Z] === RUN   TestChangesSizeWithNoChanges
22:40:01 [2020-12-04T22:40:01.456Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
22:40:01 [2020-12-04T22:40:01.456Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
22:40:01 [2020-12-04T22:40:01.456Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
22:40:01 [2020-12-04T22:40:01.456Z] === RUN   TestChangesSize
22:40:01 [2020-12-04T22:40:01.456Z] --- PASS: TestChangesSize (0.00s)
22:40:01 [2020-12-04T22:40:01.456Z] === RUN   TestApplyLayerInvalidFilenames
22:40:01 [2020-12-04T22:40:01.456Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames884109015\\dest"
22:40:01 [2020-12-04T22:40:01.456Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s)
22:40:01 [2020-12-04T22:40:01.456Z] === RUN   TestApplyLayerInvalidHardlink
22:40:01 [2020-12-04T22:40:01.456Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink938448161\\victim\\hello" -> "../victim/hello"
22:40:01 [2020-12-04T22:40:01.456Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink632006668\\victim\\hello" -> "/../victim/hello"
22:40:01 [2020-12-04T22:40:01.456Z] === RUN   TestParseKeyValueOpt
22:40:01 [2020-12-04T22:40:01.456Z] --- PASS: TestParseKeyValueOpt (0.00s)
22:40:01 [2020-12-04T22:40:01.456Z] === RUN   TestParseUintList
22:40:01 [2020-12-04T22:40:01.456Z] --- PASS: TestParseUintList (0.00s)
22:40:01 [2020-12-04T22:40:01.456Z] === RUN   TestParseUintListMaximumLimits
22:40:01 [2020-12-04T22:40:01.456Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
22:40:01 [2020-12-04T22:40:01.456Z] PASS
22:40:01 [2020-12-04T22:40:01.456Z] coverage: 97.0% of statements
22:40:01 [2020-12-04T22:40:01.456Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink637844475\\victim" -> "../victim"
22:40:01 [2020-12-04T22:40:01.456Z] ok  	github.com/docker/docker/pkg/parsers	0.053s	coverage: 97.0% of statements
22:40:01 [2020-12-04T22:40:01.456Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink597517598\\victim" -> "../victim"
22:40:01 [2020-12-04T22:40:01.456Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink920482277\\victim" -> "../victim"
22:40:01 [2020-12-04T22:40:01.456Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink826223616\\victim" -> "../victim"
22:40:01 [2020-12-04T22:40:01.456Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s)
22:40:01 [2020-12-04T22:40:01.456Z] === RUN   TestApplyLayerInvalidSymlink
22:40:01 [2020-12-04T22:40:01.456Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink249344863\\dest\\dotdot" -> "../victim/hello"
22:40:01 [2020-12-04T22:40:01.456Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink902307634\\dest\\slash-dotdot" -> "/../victim/hello"
22:40:01 [2020-12-04T22:40:01.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink759215849\\dest\\loophole-victim" -> "../victim"
22:40:01 [2020-12-04T22:40:01.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink777655092\\dest\\loophole-victim" -> "../victim"
22:40:01 [2020-12-04T22:40:01.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink522312451\\dest\\loophole-victim" -> "../victim"
22:40:01 [2020-12-04T22:40:01.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink520980102\\dest\\loophole-victim" -> "../victim"
22:40:01 [2020-12-04T22:40:01.457Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
22:40:01 [2020-12-04T22:40:01.457Z] === RUN   TestApplyLayerWhiteouts
22:40:01 [2020-12-04T22:40:01.457Z] --- PASS: TestApplyLayerWhiteouts (0.06s)
22:40:01 [2020-12-04T22:40:01.457Z] === RUN   TestGenerateEmptyFile
22:40:01 [2020-12-04T22:40:01.457Z] --- PASS: TestGenerateEmptyFile (0.00s)
22:40:01 [2020-12-04T22:40:01.457Z] === RUN   TestGenerateWithContent
22:40:01 [2020-12-04T22:40:01.457Z] --- PASS: TestGenerateWithContent (0.00s)
22:40:01 [2020-12-04T22:40:01.457Z] PASS
22:40:01 [2020-12-04T22:40:01.457Z] coverage: 62.7% of statements
22:40:01 [2020-12-04T22:40:01.457Z] ok  	github.com/docker/docker/pkg/archive	10.130s	coverage: 62.7% of statements
22:40:01 [2020-12-04T22:40:01.457Z] === RUN   TestNewAndRemove
22:40:01 [2020-12-04T22:40:01.923Z] --- PASS: TestNewAndRemove (0.00s)
22:40:01 [2020-12-04T22:40:01.923Z] === RUN   TestRemoveInvalidPath
22:40:01 [2020-12-04T22:40:01.923Z] --- PASS: TestRemoveInvalidPath (0.00s)
22:40:01 [2020-12-04T22:40:01.923Z] PASS
22:40:01 [2020-12-04T22:40:01.923Z] coverage: 82.6% of statements
22:40:01 [2020-12-04T22:40:01.923Z] ok  	github.com/docker/docker/pkg/pidfile	0.048s	coverage: 82.6% of statements
22:40:02 [2020-12-04T22:40:02.907Z] === RUN   TestParseEmptyInterface
22:40:02 [2020-12-04T22:40:02.907Z] --- PASS: TestParseEmptyInterface (0.00s)
22:40:02 [2020-12-04T22:40:02.907Z] === RUN   TestParseNonInterfaceType
22:40:02 [2020-12-04T22:40:02.907Z] --- PASS: TestParseNonInterfaceType (0.00s)
22:40:02 [2020-12-04T22:40:02.907Z] === RUN   TestParseWithOneFunction
22:40:02 [2020-12-04T22:40:02.907Z] --- PASS: TestParseWithOneFunction (0.00s)
22:40:02 [2020-12-04T22:40:02.907Z] === RUN   TestParseWithMultipleFuncs
22:40:02 [2020-12-04T22:40:02.907Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
22:40:02 [2020-12-04T22:40:02.907Z] === RUN   TestParseWithUnnamedReturn
22:40:02 [2020-12-04T22:40:02.907Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
22:40:02 [2020-12-04T22:40:02.907Z] === RUN   TestEmbeddedInterface
22:40:02 [2020-12-04T22:40:02.907Z] --- PASS: TestEmbeddedInterface (0.00s)
22:40:02 [2020-12-04T22:40:02.907Z] === RUN   TestParsedImports
22:40:02 [2020-12-04T22:40:02.907Z] --- PASS: TestParsedImports (0.00s)
22:40:02 [2020-12-04T22:40:02.907Z] === RUN   TestAliasedImports
22:40:02 [2020-12-04T22:40:02.907Z] --- PASS: TestAliasedImports (0.00s)
22:40:02 [2020-12-04T22:40:02.907Z] PASS
22:40:02 [2020-12-04T22:40:02.907Z] coverage: 56.8% of statements
22:40:02 [2020-12-04T22:40:02.907Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.131s	coverage: 56.8% of statements
22:40:03 [2020-12-04T22:40:03.684Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
22:40:04 [2020-12-04T22:40:04.252Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
22:40:04 [2020-12-04T22:40:04.463Z] === RUN   TestFailedConnection
22:40:04 [2020-12-04T22:40:04.463Z] === RUN   TestHTTPTransport
22:40:04 [2020-12-04T22:40:04.463Z] --- PASS: TestHTTPTransport (0.00s)
22:40:04 [2020-12-04T22:40:04.463Z] PASS
22:40:04 [2020-12-04T22:40:04.463Z] coverage: 85.7% of statements
22:40:04 [2020-12-04T22:40:04.463Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.166s	coverage: 85.7% of statements
22:40:04 [2020-12-04T22:40:04.463Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
22:40:04 [2020-12-04T22:40:04.463Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
22:40:04 [2020-12-04T22:40:04.463Z] === RUN   TestBufioReaderPoolPutAndGet
22:40:04 [2020-12-04T22:40:04.463Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
22:40:04 [2020-12-04T22:40:04.463Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
22:40:04 [2020-12-04T22:40:04.463Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
22:40:04 [2020-12-04T22:40:04.463Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
22:40:04 [2020-12-04T22:40:04.463Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
22:40:04 [2020-12-04T22:40:04.463Z] === RUN   TestBufioWriterPoolPutAndGet
22:40:04 [2020-12-04T22:40:04.463Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
22:40:04 [2020-12-04T22:40:04.463Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
22:40:04 [2020-12-04T22:40:04.463Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
22:40:04 [2020-12-04T22:40:04.463Z] === RUN   TestBufferPoolPutAndGet
22:40:04 [2020-12-04T22:40:04.463Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
22:40:04 [2020-12-04T22:40:04.463Z] PASS
22:40:04 [2020-12-04T22:40:04.463Z] coverage: 88.2% of statements
22:40:04 [2020-12-04T22:40:04.463Z] ok  	github.com/docker/docker/pkg/pools	0.044s	coverage: 88.2% of statements
22:40:05 [2020-12-04T22:40:05.189Z] === RUN   TestDockerSuite/TestBuildScratchCopy
22:40:05 [2020-12-04T22:40:05.444Z] --- PASS: TestFailedConnection (1.09s)
22:40:05 [2020-12-04T22:40:05.444Z] === RUN   TestFailOnce
22:40:05 [2020-12-04T22:40:05.444Z] 2020/12/04 22:40:04 http: panic serving 127.0.0.1:49221: Plugin not ready
22:40:05 [2020-12-04T22:40:05.444Z] goroutine 10 [running]:
22:40:05 [2020-12-04T22:40:05.444Z] net/http.(*conn).serve.func1(0xc000058b40)
22:40:05 [2020-12-04T22:40:05.444Z] 	c:/go/src/net/http/server.go:1795 +0x140
22:40:05 [2020-12-04T22:40:05.444Z] panic(0x849ac0, 0x986830)
22:40:05 [2020-12-04T22:40:05.444Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
22:40:05 [2020-12-04T22:40:05.444Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a4a0, 0xc000132000, 0xc0000d0300)
22:40:05 [2020-12-04T22:40:05.444Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
22:40:05 [2020-12-04T22:40:05.444Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a4a0, 0xc000132000, 0xc0000d0300)
22:40:05 [2020-12-04T22:40:05.444Z] 	c:/go/src/net/http/server.go:2036 +0x4b
22:40:05 [2020-12-04T22:40:05.444Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a4a0, 0xc000132000, 0xc0000d0300)
22:40:05 [2020-12-04T22:40:05.444Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
22:40:05 [2020-12-04T22:40:05.444Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a4a0, 0xc000132000, 0xc0000d0300)
22:40:05 [2020-12-04T22:40:05.444Z] 	c:/go/src/net/http/server.go:2831 +0xab
22:40:05 [2020-12-04T22:40:05.444Z] net/http.(*conn).serve(0xc000058b40, 0x99b060, 0xc00004a980)
22:40:05 [2020-12-04T22:40:05.444Z] 	c:/go/src/net/http/server.go:1919 +0x87c
22:40:05 [2020-12-04T22:40:05.444Z] created by net/http.(*Server).Serve
22:40:05 [2020-12-04T22:40:05.444Z] 	c:/go/src/net/http/server.go:2957 +0x38b
22:40:05 [2020-12-04T22:40:05.444Z] time="2020-12-04T22:40:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49220/Test.FailOnce: Post http://127.0.0.1:49220/Test.FailOnce: EOF, retrying in 1s"
22:40:05 [2020-12-04T22:40:05.444Z] === RUN   TestOutputOnPrematureClose
22:40:05 [2020-12-04T22:40:05.444Z] --- PASS: TestOutputOnPrematureClose (0.00s)
22:40:05 [2020-12-04T22:40:05.444Z] === RUN   TestCompleteSilently
22:40:05 [2020-12-04T22:40:05.444Z] --- PASS: TestCompleteSilently (0.00s)
22:40:05 [2020-12-04T22:40:05.444Z] PASS
22:40:05 [2020-12-04T22:40:05.444Z] coverage: 75.9% of statements
22:40:05 [2020-12-04T22:40:05.444Z] ok  	github.com/docker/docker/pkg/progress	0.099s	coverage: 75.9% of statements
22:40:05 [2020-12-04T22:40:05.444Z] === RUN   TestSendToOneSub
22:40:05 [2020-12-04T22:40:05.444Z] --- PASS: TestSendToOneSub (0.00s)
22:40:05 [2020-12-04T22:40:05.444Z] === RUN   TestSendToMultipleSubs
22:40:05 [2020-12-04T22:40:05.444Z] --- PASS: TestSendToMultipleSubs (0.00s)
22:40:05 [2020-12-04T22:40:05.444Z] === RUN   TestEvictOneSub
22:40:05 [2020-12-04T22:40:05.444Z] --- PASS: TestEvictOneSub (0.00s)
22:40:05 [2020-12-04T22:40:05.444Z] === RUN   TestClosePublisher
22:40:05 [2020-12-04T22:40:05.444Z] --- PASS: TestClosePublisher (0.00s)
22:40:05 [2020-12-04T22:40:05.444Z] === RUN   TestPubSubRace
22:40:05 [2020-12-04T22:40:05.759Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
22:40:06 [2020-12-04T22:40:06.021Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
22:40:06 [2020-12-04T22:40:06.429Z] --- PASS: TestFailOnce (1.17s)
22:40:06 [2020-12-04T22:40:06.429Z] === RUN   TestEchoInputOutput
22:40:06 [2020-12-04T22:40:06.429Z] --- PASS: TestEchoInputOutput (0.00s)
22:40:06 [2020-12-04T22:40:06.429Z] === RUN   TestBackoff
22:40:06 [2020-12-04T22:40:06.429Z] --- PASS: TestBackoff (0.00s)
22:40:06 [2020-12-04T22:40:06.429Z] === RUN   TestAbortRetry
22:40:06 [2020-12-04T22:40:06.429Z] --- PASS: TestAbortRetry (0.00s)
22:40:06 [2020-12-04T22:40:06.429Z] === RUN   TestClientScheme
22:40:06 [2020-12-04T22:40:06.429Z] --- PASS: TestClientScheme (0.00s)
22:40:06 [2020-12-04T22:40:06.429Z] === RUN   TestNewClientWithTimeout
22:40:06 [2020-12-04T22:40:06.429Z] === RUN   TestRegister
22:40:06 [2020-12-04T22:40:06.429Z] --- PASS: TestRegister (0.00s)
22:40:06 [2020-12-04T22:40:06.429Z] === RUN   TestCommand
22:40:06 [2020-12-04T22:40:06.429Z] --- PASS: TestCommand (0.03s)
22:40:06 [2020-12-04T22:40:06.429Z] === RUN   TestNaiveSelf
22:40:06 [2020-12-04T22:40:06.429Z] --- PASS: TestNaiveSelf (0.03s)
22:40:06 [2020-12-04T22:40:06.429Z] PASS
22:40:06 [2020-12-04T22:40:06.429Z] coverage: 82.4% of statements
22:40:06 [2020-12-04T22:40:06.429Z] ok  	github.com/docker/docker/pkg/reexec	0.158s	coverage: 82.4% of statements
22:40:06 [2020-12-04T22:40:06.901Z] --- PASS: TestPubSubRace (1.05s)
22:40:06 [2020-12-04T22:40:06.901Z] PASS
22:40:06 [2020-12-04T22:40:06.901Z] coverage: 75.0% of statements
22:40:06 [2020-12-04T22:40:06.901Z] ok  	github.com/docker/docker/pkg/pubsub	1.116s	coverage: 75.0% of statements
22:40:06 [2020-12-04T22:40:06.901Z] time="2020-12-04T22:40:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
22:40:06 [2020-12-04T22:40:06.958Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
22:40:07 [2020-12-04T22:40:07.367Z] === RUN   TestParseSignal
22:40:07 [2020-12-04T22:40:07.367Z] --- PASS: TestParseSignal (0.00s)
22:40:07 [2020-12-04T22:40:07.367Z] === RUN   TestValidSignalForPlatform
22:40:07 [2020-12-04T22:40:07.367Z] --- PASS: TestValidSignalForPlatform (0.00s)
22:40:07 [2020-12-04T22:40:07.367Z] PASS
22:40:07 [2020-12-04T22:40:07.367Z] coverage: 20.3% of statements
22:40:07 [2020-12-04T22:40:07.367Z] ok  	github.com/docker/docker/pkg/signal	0.057s	coverage: 20.3% of statements
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestNewStdWriter
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestNewStdWriter (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestWriteWithUninitializedStdWriter
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestWriteWithNilBytes
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestWriteWithNilBytes (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestWrite
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestWrite (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestWriteWithWriterError
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestWriteWithWriterError (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestStdCopyWriteAndRead
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestStdCopyReturnsErrorReadingHeader
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestStdCopyReturnsErrorReadingFrame
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestStdCopyDetectsCorruptedFrame
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestStdCopyWithInvalidInputHeader
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestStdCopyWithCorruptedPrefix
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestStdCopyReturnsWriteErrors
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] === RUN   TestStdCopyReturnsErrorFromSystem
22:40:07 [2020-12-04T22:40:07.832Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
22:40:07 [2020-12-04T22:40:07.832Z] PASS
22:40:07 [2020-12-04T22:40:07.832Z] coverage: 100.0% of statements
22:40:07 [2020-12-04T22:40:07.832Z] ok  	github.com/docker/docker/pkg/stdcopy	0.048s	coverage: 100.0% of statements
22:40:07 [2020-12-04T22:40:07.898Z] === RUN   TestDockerSuite/TestBuildShellInherited
22:40:08 [2020-12-04T22:40:08.297Z] time="2020-12-04T22:40:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
22:40:08 [2020-12-04T22:40:08.467Z] === RUN   TestDockerSuite/TestBuildShellMultiple
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestGenerateRandomID
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestGenerateRandomID (0.01s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestShortenId
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestShortenId (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestShortenSha256Id
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestShortenSha256Id (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestShortenIdEmpty
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestShortenIdEmpty (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestShortenIdInvalid
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestShortenIdInvalid (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestIsShortIDNonHex
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestIsShortIDNonHex (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestIsShortIDNotCorrectSize
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] PASS
22:40:08 [2020-12-04T22:40:08.763Z] coverage: 70.6% of statements
22:40:08 [2020-12-04T22:40:08.763Z] ok  	github.com/docker/docker/pkg/stringid	0.060s	coverage: 70.6% of statements
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestRawProgressFormatterFormatStatus
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestRawProgressFormatterFormatProgress
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestFormatStatus
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestFormatStatus (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestFormatError
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestFormatError (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestFormatJSONError
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestFormatJSONError (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestJsonProgressFormatterFormatProgress
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestJsonProgressFormatterFormatStatus
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestNewJSONProgressOutput
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestNewJSONProgressOutput (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestAuxFormatterEmit
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestAuxFormatterEmit (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestStreamWriterStdout
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestStreamWriterStdout (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] === RUN   TestStreamWriterStderr
22:40:08 [2020-12-04T22:40:08.763Z] --- PASS: TestStreamWriterStderr (0.00s)
22:40:08 [2020-12-04T22:40:08.763Z] PASS
22:40:08 [2020-12-04T22:40:08.763Z] coverage: 66.2% of statements
22:40:08 [2020-12-04T22:40:08.763Z] ok  	github.com/docker/docker/pkg/streamformatter	0.049s	coverage: 66.2% of statements
22:40:09 [2020-12-04T22:40:09.743Z] === RUN   TestIsCpusetListAvailable
22:40:09 [2020-12-04T22:40:09.743Z] --- PASS: TestIsCpusetListAvailable (0.00s)
22:40:09 [2020-12-04T22:40:09.743Z] PASS
22:40:09 [2020-12-04T22:40:09.743Z] coverage: 38.2% of statements
22:40:09 [2020-12-04T22:40:09.743Z] ok  	github.com/docker/docker/pkg/sysinfo	0.042s	coverage: 38.2% of statements
22:40:10 [2020-12-04T22:40:10.726Z] === RUN   TestChtimes
22:40:10 [2020-12-04T22:40:10.726Z] --- PASS: TestChtimes (0.00s)
22:40:10 [2020-12-04T22:40:10.726Z] === RUN   TestChtimesWindows
22:40:10 [2020-12-04T22:40:10.726Z] --- PASS: TestChtimesWindows (0.00s)
22:40:10 [2020-12-04T22:40:10.726Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
22:40:10 [2020-12-04T22:40:10.726Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
22:40:10 [2020-12-04T22:40:10.726Z] === RUN   TestEnsureRemoveAllNotExist
22:40:10 [2020-12-04T22:40:10.726Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
22:40:10 [2020-12-04T22:40:10.726Z] === RUN   TestEnsureRemoveAllWithDir
22:40:10 [2020-12-04T22:40:10.726Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
22:40:10 [2020-12-04T22:40:10.726Z] === RUN   TestEnsureRemoveAllWithFile
22:40:10 [2020-12-04T22:40:10.726Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
22:40:10 [2020-12-04T22:40:10.726Z] === RUN   TestHasWin32KSupport
22:40:10 [2020-12-04T22:40:10.726Z] --- PASS: TestHasWin32KSupport (0.00s)
22:40:10 [2020-12-04T22:40:10.726Z]     syscall_windows_test.go:8: win32k: true
22:40:10 [2020-12-04T22:40:10.726Z] PASS
22:40:10 [2020-12-04T22:40:10.726Z] coverage: 12.0% of statements
22:40:10 [2020-12-04T22:40:10.726Z] ok  	github.com/docker/docker/pkg/system	0.068s	coverage: 12.0% of statements
22:40:10 [2020-12-04T22:40:10.726Z] time="2020-12-04T22:40:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
22:40:11 [2020-12-04T22:40:11.004Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
22:40:11 [2020-12-04T22:40:11.004Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestTailFile
22:40:11 [2020-12-04T22:40:11.192Z] --- PASS: TestTailFile (0.00s)
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestTailFileManyLines
22:40:11 [2020-12-04T22:40:11.192Z] --- PASS: TestTailFileManyLines (0.00s)
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestTailEmptyFile
22:40:11 [2020-12-04T22:40:11.192Z] --- PASS: TestTailEmptyFile (0.00s)
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestTailNegativeN
22:40:11 [2020-12-04T22:40:11.192Z] --- PASS: TestTailNegativeN (0.00s)
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader
22:40:11 [2020-12-04T22:40:11.192Z] === CONT  TestNewTailReader
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/2_byte_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/2_byte_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/4_byte_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/4_byte_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/8_byte_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/8_byte_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/12_byte_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/12_byte_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/truncated_last_line
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/truncated_last_line#01
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/truncated_last_line#02
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
22:40:11 [2020-12-04T22:40:11.192Z] === CONT  TestNewTailReader/single_byte_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.192Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.192Z] === CONT  TestNewTailReader/no_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.192Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.192Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.192Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.192Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/2_byte_delimiter
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/12_byte_delimiter
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/8_byte_delimiter
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/4_byte_delimiter
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.193Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.193Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.264Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
22:40:11 [2020-12-04T22:40:11.264Z] === RUN   TestDockerSuite/TestBuildSpaces
22:40:11 [2020-12-04T22:40:11.523Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.711Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.711Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.711Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.711Z] === CONT  TestNewTailReader/no_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.711Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.711Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.711Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.712Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.712Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.712Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.713Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.713Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.713Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.714Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
22:40:11 [2020-12-04T22:40:11.715Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
22:40:11 [2020-12-04T22:40:11.716Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
22:40:12 [2020-12-04T22:40:12.092Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
22:40:12 [2020-12-04T22:40:12.220Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
22:40:12 [2020-12-04T22:40:12.220Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
22:40:12 [2020-12-04T22:40:12.220Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:40:12 [2020-12-04T22:40:12.221Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:40:12 [2020-12-04T22:40:12.221Z] --- PASS: TestNewTailReader (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.01s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.01s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.01s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.221Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.02s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.02s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.01s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.03s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.01s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.222Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.03s)
22:40:12 [2020-12-04T22:40:12.222Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] PASS
22:40:12 [2020-12-04T22:40:12.223Z] coverage: 88.6% of statements
22:40:12 [2020-12-04T22:40:12.223Z] ok  	github.com/docker/docker/pkg/tailfile	0.621s	coverage: 88.6% of statements
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestTarSumRemoveNonExistent
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestTarSumRemove
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestTarSumRemove (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestSortFileInfoSums
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestSortFileInfoSums (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestNewTarSumForLabelInvalid
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestNewTarSumForLabel
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestNewTarSumForLabel (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestEmptyTar
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestEmptyTar (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestTarSumsReadSize
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestTarSumsReadSize (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestTarSums
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestTarSums (0.09s)
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestIteration
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestIteration (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestVersionLabelForChecksum
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestVersionLabelForChecksum (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestVersion
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestVersion (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestGetVersion
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestGetVersion (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] === RUN   TestGetVersions
22:40:12 [2020-12-04T22:40:12.223Z] --- PASS: TestGetVersions (0.00s)
22:40:12 [2020-12-04T22:40:12.223Z] PASS
22:40:12 [2020-12-04T22:40:12.223Z] coverage: 89.3% of statements
22:40:12 [2020-12-04T22:40:12.223Z] ok  	github.com/docker/docker/pkg/tarsum	0.168s	coverage: 89.3% of statements
22:40:12 [2020-12-04T22:40:12.351Z] === RUN   TestDockerSuite/TestBuildStderr
22:40:12 [2020-12-04T22:40:12.921Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
22:40:13 [2020-12-04T22:40:13.208Z] testing: warning: no tests to run
22:40:13 [2020-12-04T22:40:13.208Z] PASS
22:40:13 [2020-12-04T22:40:13.208Z] coverage: [no statements]
22:40:13 [2020-12-04T22:40:13.208Z] ok  	github.com/docker/docker/pkg/term/windows	0.036s	coverage: [no statements] [no tests to run]
22:40:13 [2020-12-04T22:40:13.208Z] === RUN   TestTruncIndex
22:40:13 [2020-12-04T22:40:13.394Z] --- PASS: TestCreateServiceMultipleTimes (15.43s)
22:40:13 [2020-12-04T22:40:13.394Z] === RUN   TestCreateServiceConflict
22:40:13 [2020-12-04T22:40:13.490Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
22:40:13 [2020-12-04T22:40:13.673Z] --- PASS: TestTruncIndex (0.11s)
22:40:13 [2020-12-04T22:40:13.673Z] PASS
22:40:13 [2020-12-04T22:40:13.673Z] coverage: 91.5% of statements
22:40:13 [2020-12-04T22:40:13.673Z] ok  	github.com/docker/docker/pkg/truncindex	0.165s	coverage: 91.5% of statements
22:40:13 [2020-12-04T22:40:13.673Z] === RUN   TestIsGIT
22:40:13 [2020-12-04T22:40:13.673Z] --- PASS: TestIsGIT (0.00s)
22:40:13 [2020-12-04T22:40:13.673Z] === RUN   TestIsTransport
22:40:13 [2020-12-04T22:40:13.673Z] --- PASS: TestIsTransport (0.00s)
22:40:13 [2020-12-04T22:40:13.673Z] PASS
22:40:13 [2020-12-04T22:40:13.673Z] coverage: 100.0% of statements
22:40:13 [2020-12-04T22:40:13.673Z] ok  	github.com/docker/docker/pkg/urlutil	0.044s	coverage: 100.0% of statements
22:40:14 [2020-12-04T22:40:14.139Z] === RUN   TestVersionInfo
22:40:14 [2020-12-04T22:40:14.139Z] --- PASS: TestVersionInfo (0.00s)
22:40:14 [2020-12-04T22:40:14.139Z] === RUN   TestAppendVersions
22:40:14 [2020-12-04T22:40:14.139Z] --- PASS: TestAppendVersions (0.00s)
22:40:14 [2020-12-04T22:40:14.139Z] PASS
22:40:14 [2020-12-04T22:40:14.139Z] coverage: 88.9% of statements
22:40:14 [2020-12-04T22:40:14.139Z] ok  	github.com/docker/docker/pkg/useragent	0.075s	coverage: 88.9% of statements
22:40:14 [2020-12-04T22:40:14.919Z] --- PASS: TestCreateServiceConflict (1.95s)
22:40:14 [2020-12-04T22:40:14.919Z] === RUN   TestCreateServiceMaxReplicas
22:40:15 [2020-12-04T22:40:15.699Z] time="2020-12-04T22:40:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
22:40:16 [2020-12-04T22:40:16.028Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.68s)
22:40:16 [2020-12-04T22:40:16.028Z] PASS
22:40:16 [2020-12-04T22:40:16.028Z] 
22:40:16 [2020-12-04T22:40:16.028Z] DONE 17 tests in 54.390s
22:40:16 [2020-12-04T22:40:16.028Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:40:16 [2020-12-04T22:40:16.028Z] ++ 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
22:40:16 [2020-12-04T22:40:16.028Z] ++ set -e
22:40:16 [2020-12-04T22:40:16.028Z] ++ '[' -n 0 ']'
22:40:16 [2020-12-04T22:40:16.028Z] ++ set -x
22:40:16 [2020-12-04T22:40:16.028Z] ++ env -i DEST=/go/src/github.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
22:40:16 [2020-12-04T22:40:16.028Z] INFO: Testing against a local daemon
22:40:16 [2020-12-04T22:40:16.028Z] === RUN   TestPluginInvalidJSON
22:40:16 [2020-12-04T22:40:16.028Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:40:16 [2020-12-04T22:40:16.028Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:40:16 [2020-12-04T22:40:16.028Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:40:16 [2020-12-04T22:40:16.028Z] --- PASS: TestPluginInvalidJSON (0.04s)
22:40:16 [2020-12-04T22:40:16.028Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:40:16 [2020-12-04T22:40:16.028Z] === RUN   TestPluginInstall
22:40:16 [2020-12-04T22:40:16.028Z] === RUN   TestPluginInstall/no_auth
22:40:16 [2020-12-04T22:40:16.164Z] === RUN   TestValidatePrivileges
22:40:16 [2020-12-04T22:40:16.164Z] --- PASS: TestValidatePrivileges (0.00s)
22:40:16 [2020-12-04T22:40:16.164Z] === RUN   TestFilterByCapNeg
22:40:16 [2020-12-04T22:40:16.164Z] --- PASS: TestFilterByCapNeg (0.00s)
22:40:16 [2020-12-04T22:40:16.164Z] === RUN   TestFilterByCapPos
22:40:16 [2020-12-04T22:40:16.164Z] --- PASS: TestFilterByCapPos (0.00s)
22:40:16 [2020-12-04T22:40:16.164Z] === RUN   TestStoreGetPluginNotMatchCapRefs
22:40:16 [2020-12-04T22:40:16.164Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
22:40:16 [2020-12-04T22:40:16.164Z] PASS
22:40:16 [2020-12-04T22:40:16.164Z] coverage: 12.0% of statements
22:40:16 [2020-12-04T22:40:16.164Z] ok  	github.com/docker/docker/plugin	0.213s	coverage: 12.0% of statements
22:40:16 [2020-12-04T22:40:16.631Z] === RUN   TestNewSettable
22:40:16 [2020-12-04T22:40:16.631Z] --- PASS: TestNewSettable (0.00s)
22:40:16 [2020-12-04T22:40:16.631Z] === RUN   TestIsSettable
22:40:16 [2020-12-04T22:40:16.631Z] --- PASS: TestIsSettable (0.00s)
22:40:16 [2020-12-04T22:40:16.631Z] === RUN   TestUpdateSettingsEnv
22:40:16 [2020-12-04T22:40:16.631Z] --- PASS: TestUpdateSettingsEnv (0.00s)
22:40:16 [2020-12-04T22:40:16.631Z] PASS
22:40:16 [2020-12-04T22:40:16.631Z] coverage: 20.1% of statements
22:40:16 [2020-12-04T22:40:16.631Z] ok  	github.com/docker/docker/plugin/v2	0.230s	coverage: 20.1% of statements
22:40:16 [2020-12-04T22:40:16.967Z] === RUN   TestDockerSuite/TestBuildStopSignal
22:40:17 [2020-12-04T22:40:17.611Z] === RUN   TestLoad
22:40:17 [2020-12-04T22:40:17.611Z] --- PASS: TestLoad (0.00s)
22:40:17 [2020-12-04T22:40:17.611Z] === RUN   TestSave
22:40:17 [2020-12-04T22:40:17.611Z] --- PASS: TestSave (0.04s)
22:40:17 [2020-12-04T22:40:17.611Z] === RUN   TestAddDeleteGet
22:40:17 [2020-12-04T22:40:17.666Z] --- PASS: TestCreateServiceMaxReplicas (2.53s)
22:40:17 [2020-12-04T22:40:17.666Z] === RUN   TestCreateWithDuplicateNetworkNames
22:40:17 [2020-12-04T22:40:17.907Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
22:40:18 [2020-12-04T22:40:18.078Z] --- PASS: TestAddDeleteGet (0.05s)
22:40:18 [2020-12-04T22:40:18.078Z] === RUN   TestInvalidTags
22:40:18 [2020-12-04T22:40:18.078Z] --- PASS: TestInvalidTags (0.01s)
22:40:18 [2020-12-04T22:40:18.078Z] PASS
22:40:18 [2020-12-04T22:40:18.078Z] coverage: 84.4% of statements
22:40:18 [2020-12-04T22:40:18.078Z] ok  	github.com/docker/docker/reference	0.177s	coverage: 84.4% of statements
22:40:18 [2020-12-04T22:40:18.544Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
22:40:18 [2020-12-04T22:40:18.544Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
22:40:18 [2020-12-04T22:40:18.544Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
22:40:18 [2020-12-04T22:40:18.544Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
22:40:18 [2020-12-04T22:40:18.544Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
22:40:18 [2020-12-04T22:40:18.544Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
22:40:18 [2020-12-04T22:40:18.544Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
22:40:18 [2020-12-04T22:40:18.544Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
22:40:18 [2020-12-04T22:40:18.544Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
22:40:18 [2020-12-04T22:40:18.845Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
22:40:18 [2020-12-04T22:40:18.845Z] time="2020-12-04T22:40:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:40:18 [2020-12-04T22:40:18.845Z] time="2020-12-04T22:40:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad7c1a2e3f0fdc4186c603495f05b5612031e423de3972015819c817349b19be" mediatype=application/vnd.docker.plugin.v1+json size=522
22:40:18 [2020-12-04T22:40:18.845Z] time="2020-12-04T22:40:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:40:18 [2020-12-04T22:40:18.845Z] time="2020-12-04T22:40:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad7c1a2e3f0fdc4186c603495f05b5612031e423de3972015819c817349b19be" mediatype=application/vnd.docker.plugin.v1+json size=522
22:40:19 [2020-12-04T22:40:19.105Z] === RUN   TestPluginInstall/with_htpasswd
22:40:19 [2020-12-04T22:40:19.365Z] === RUN   TestDockerSuite/TestBuildTagEvent
22:40:19 [2020-12-04T22:40:19.526Z] === RUN   TestResolveAuthConfigIndexServer
22:40:19 [2020-12-04T22:40:19.526Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
22:40:19 [2020-12-04T22:40:19.526Z] === RUN   TestResolveAuthConfigFullURL
22:40:19 [2020-12-04T22:40:19.526Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
22:40:19 [2020-12-04T22:40:19.526Z] === RUN   TestLoadAllowNondistributableArtifacts
22:40:19 [2020-12-04T22:40:19.526Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
22:40:19 [2020-12-04T22:40:19.526Z] === RUN   TestValidateMirror
22:40:19 [2020-12-04T22:40:19.527Z] --- PASS: TestValidateMirror (0.00s)
22:40:19 [2020-12-04T22:40:19.527Z] === RUN   TestLoadInsecureRegistries
22:40:19 [2020-12-04T22:40:19.527Z] === RUN   TestRestartManagerTimeout
22:40:19 [2020-12-04T22:40:19.527Z] --- PASS: TestRestartManagerTimeout (0.00s)
22:40:19 [2020-12-04T22:40:19.527Z] === RUN   TestRestartManagerTimeoutReset
22:40:19 [2020-12-04T22:40:19.527Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
22:40:19 [2020-12-04T22:40:19.527Z] PASS
22:40:19 [2020-12-04T22:40:19.527Z] coverage: 50.9% of statements
22:40:19 [2020-12-04T22:40:19.527Z] ok  	github.com/docker/docker/restartmanager	0.062s	coverage: 50.9% of statements
22:40:19 [2020-12-04T22:40:19.527Z] time="2020-12-04T22:40:19Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
22:40:19 [2020-12-04T22:40:19.527Z] time="2020-12-04T22:40:19Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
22:40:19 [2020-12-04T22:40:19.935Z] time="2020-12-04T22:40:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:40:19 [2020-12-04T22:40:19.935Z] time="2020-12-04T22:40:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2baccd0d9dddaacff6180e1a66f03de020c413c397bf52b5dd2a55b91c362de3" mediatype=application/vnd.docker.plugin.v1+json size=522
22:40:19 [2020-12-04T22:40:19.935Z] time="2020-12-04T22:40:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:40:19 [2020-12-04T22:40:19.935Z] time="2020-12-04T22:40:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2baccd0d9dddaacff6180e1a66f03de020c413c397bf52b5dd2a55b91c362de3" mediatype=application/vnd.docker.plugin.v1+json size=522
22:40:19 [2020-12-04T22:40:19.992Z] time="2020-12-04T22:40:19Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestLoadInsecureRegistries (0.12s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestNewServiceConfig
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestNewServiceConfig (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestValidateIndexName
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestValidateIndexName (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestValidateIndexNameWithError
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestValidateIndexNameWithError (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestEndpointParse
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestEndpointParse (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestEndpointParseInvalid
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestEndpointParseInvalid (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestValidateEndpoint
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestValidateEndpoint (0.01s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestPing
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestPing (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestPingRegistryEndpoint
22:40:19 [2020-12-04T22:40:19.992Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestEndpoint
22:40:19 [2020-12-04T22:40:19.992Z] --- SKIP: TestEndpoint (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestParseRepositoryInfo
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestParseRepositoryInfo (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestNewIndexInfo
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestNewIndexInfo (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestMirrorEndpointLookup
22:40:19 [2020-12-04T22:40:19.992Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestSearchRepositories
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestSearchRepositories (0.01s)
22:40:19 [2020-12-04T22:40:19.992Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
22:40:19 [2020-12-04T22:40:19.992Z]         Host: 127.0.0.1:49231
22:40:19 [2020-12-04T22:40:19.992Z]         User-Agent: docker test client
22:40:19 [2020-12-04T22:40:19.992Z]         Authorization: Token fake-token
22:40:19 [2020-12-04T22:40:19.992Z]         X-Docker-Token: true
22:40:19 [2020-12-04T22:40:19.992Z]         Accept-Encoding: gzip
22:40:19 [2020-12-04T22:40:19.992Z]         
22:40:19 [2020-12-04T22:40:19.992Z]         
22:40:19 [2020-12-04T22:40:19.992Z]     registry_test.go:730: HTTP/1.1 200 OK
22:40:19 [2020-12-04T22:40:19.992Z]         Connection: close
22:40:19 [2020-12-04T22:40:19.992Z]         Content-Length: 144
22:40:19 [2020-12-04T22:40:19.992Z]         Cache-Control: no-cache
22:40:19 [2020-12-04T22:40:19.992Z]         Content-Type: application/json
22:40:19 [2020-12-04T22:40:19.992Z]         Date: Fri, 04 Dec 2020 22:40:19 GMT
22:40:19 [2020-12-04T22:40:19.992Z]         Expires: -1
22:40:19 [2020-12-04T22:40:19.992Z]         Pragma: no-cache
22:40:19 [2020-12-04T22:40:19.992Z]         Server: docker-tests/mock
22:40:19 [2020-12-04T22:40:19.992Z]         X-Docker-Registry-Config: mock
22:40:19 [2020-12-04T22:40:19.992Z]         X-Docker-Registry-Version: 0.0.0
22:40:19 [2020-12-04T22:40:19.992Z]         
22:40:19 [2020-12-04T22:40:19.992Z]         
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestTrustedLocation
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestTrustedLocation (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestAllowNondistributableArtifacts
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestIsSecureIndex
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestIsSecureIndex (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] PASS
22:40:19 [2020-12-04T22:40:19.992Z] coverage: 50.3% of statements
22:40:19 [2020-12-04T22:40:19.992Z] ok  	github.com/docker/docker/registry	0.425s	coverage: 50.3% of statements
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestResumableRequestHeaderSimpleErrors
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestResumableRequestHeaderTooMuchFailures
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestResumableRequestReaderWithReadError
22:40:19 [2020-12-04T22:40:19.992Z] time="2020-12-04T22:40:19Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestResumableRequestReaderWithReadError (0.14s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestResumableRequestReader
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestResumableRequestReader (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] === RUN   TestResumableRequestReaderWithInitialResponse
22:40:19 [2020-12-04T22:40:19.992Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
22:40:19 [2020-12-04T22:40:19.992Z] PASS
22:40:19 [2020-12-04T22:40:19.992Z] coverage: 100.0% of statements
22:40:19 [2020-12-04T22:40:19.992Z] ok  	github.com/docker/docker/registry/resumable	0.377s	coverage: 100.0% of statements
22:40:20 [2020-12-04T22:40:20.504Z] === RUN   TestPluginInstall/with_insecure
22:40:20 [2020-12-04T22:40:20.504Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
22:40:20 [2020-12-04T22:40:20.973Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
22:40:20 [2020-12-04T22:40:20.973Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
22:40:20 [2020-12-04T22:40:20.973Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
22:40:20 [2020-12-04T22:40:20.973Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
22:40:20 [2020-12-04T22:40:20.973Z] PASS
22:40:20 [2020-12-04T22:40:20.973Z] coverage: 62.5% of statements
22:40:20 [2020-12-04T22:40:20.973Z] ok  	github.com/docker/docker/testutil	0.097s	coverage: 62.5% of statements
22:40:20 [2020-12-04T22:40:20.973Z] === RUN   TestDecodeContainerConfig
22:40:20 [2020-12-04T22:40:20.973Z] --- PASS: TestDecodeContainerConfig (0.00s)
22:40:20 [2020-12-04T22:40:20.973Z] === RUN   TestDecodeContainerConfigIsolation
22:40:20 [2020-12-04T22:40:20.973Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
22:40:20 [2020-12-04T22:40:20.973Z] === RUN   TestValidatePrivileged
22:40:20 [2020-12-04T22:40:20.973Z] --- PASS: TestValidatePrivileged (0.00s)
22:40:20 [2020-12-04T22:40:20.973Z] PASS
22:40:20 [2020-12-04T22:40:20.973Z] coverage: 52.2% of statements
22:40:20 [2020-12-04T22:40:20.973Z] ok  	github.com/docker/docker/runconfig	0.131s	coverage: 52.2% of statements
22:40:21 [2020-12-04T22:40:21.444Z] time="2020-12-04T22:40:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:40:21 [2020-12-04T22:40:21.445Z] time="2020-12-04T22:40:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cfa07f57a78b6c3bd1681acc1a425f11de02cd80eb27a138576c260be81dd834" mediatype=application/vnd.docker.plugin.v1+json size=522
22:40:21 [2020-12-04T22:40:21.445Z] time="2020-12-04T22:40:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:40:21 [2020-12-04T22:40:21.445Z] time="2020-12-04T22:40:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cfa07f57a78b6c3bd1681acc1a425f11de02cd80eb27a138576c260be81dd834" mediatype=application/vnd.docker.plugin.v1+json size=522
22:40:21 [2020-12-04T22:40:21.705Z] === RUN   TestDockerSuite/TestBuildUser
22:40:21 [2020-12-04T22:40:21.965Z] --- PASS: TestPluginInstall (5.86s)
22:40:21 [2020-12-04T22:40:21.965Z]     --- PASS: TestPluginInstall/no_auth (3.19s)
22:40:21 [2020-12-04T22:40:21.965Z]     --- PASS: TestPluginInstall/with_htpasswd (1.11s)
22:40:21 [2020-12-04T22:40:21.965Z]     --- PASS: TestPluginInstall/with_insecure (1.55s)
22:40:21 [2020-12-04T22:40:21.965Z]         plugin_test.go:157: [d80b3a3e1dbc7] daemon is not started
22:40:21 [2020-12-04T22:40:21.965Z] PASS
22:40:21 [2020-12-04T22:40:21.965Z] 
22:40:21 [2020-12-04T22:40:21.965Z] DONE 6 tests in 6.170s
22:40:21 [2020-12-04T22:40:21.965Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:40:21 [2020-12-04T22:40:21.965Z] ++ 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
22:40:21 [2020-12-04T22:40:21.965Z] ++ set -e
22:40:21 [2020-12-04T22:40:21.965Z] ++ '[' -n 0 ']'
22:40:21 [2020-12-04T22:40:21.965Z] ++ set -x
22:40:21 [2020-12-04T22:40:21.965Z] ++ env -i DEST=/go/src/github.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
22:40:22 [2020-12-04T22:40:22.224Z] INFO: Testing against a local daemon
22:40:22 [2020-12-04T22:40:22.224Z] === RUN   TestExternalGraphDriver
22:40:22 [2020-12-04T22:40:22.224Z] === RUN   TestExternalGraphDriver/json
22:40:23 [2020-12-04T22:40:23.604Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
22:40:23 [2020-12-04T22:40:23.908Z] --- PASS: TestNewClientWithTimeout (17.63s)
22:40:23 [2020-12-04T22:40:23.908Z] === RUN   TestClientStream
22:40:23 [2020-12-04T22:40:23.908Z] --- PASS: TestClientStream (0.00s)
22:40:23 [2020-12-04T22:40:23.908Z] === RUN   TestClientSendFile
22:40:23 [2020-12-04T22:40:23.908Z] --- PASS: TestClientSendFile (0.00s)
22:40:23 [2020-12-04T22:40:23.908Z] === RUN   TestClientWithRequestTimeout
22:40:23 [2020-12-04T22:40:23.908Z] --- PASS: TestClientWithRequestTimeout (0.00s)
22:40:23 [2020-12-04T22:40:23.908Z] === RUN   TestFileSpecPlugin
22:40:23 [2020-12-04T22:40:23.908Z] --- PASS: TestFileSpecPlugin (0.01s)
22:40:23 [2020-12-04T22:40:23.908Z] === RUN   TestFileJSONSpecPlugin
22:40:23 [2020-12-04T22:40:23.908Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
22:40:23 [2020-12-04T22:40:23.908Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
22:40:23 [2020-12-04T22:40:23.908Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
22:40:23 [2020-12-04T22:40:23.908Z] === RUN   TestPluginAddHandler
22:40:23 [2020-12-04T22:40:23.908Z] --- PASS: TestPluginAddHandler (0.00s)
22:40:23 [2020-12-04T22:40:23.908Z] === RUN   TestPluginWaitBadPlugin
22:40:23 [2020-12-04T22:40:23.908Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
22:40:23 [2020-12-04T22:40:23.908Z] === RUN   TestGet
22:40:23 [2020-12-04T22:40:23.908Z] time="2020-12-04T22:40:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
22:40:24 [2020-12-04T22:40:24.173Z] === RUN   TestExternalGraphDriver/spec
22:40:24 [2020-12-04T22:40:24.375Z] === RUN   TestGetDriver
22:40:24 [2020-12-04T22:40:24.375Z] --- PASS: TestGetDriver (0.00s)
22:40:24 [2020-12-04T22:40:24.375Z] === RUN   TestVolumeRequestError
22:40:24 [2020-12-04T22:40:24.375Z] --- PASS: TestVolumeRequestError (0.01s)
22:40:24 [2020-12-04T22:40:24.375Z] PASS
22:40:24 [2020-12-04T22:40:24.375Z] coverage: 36.1% of statements
22:40:24 [2020-12-04T22:40:24.375Z] ok  	github.com/docker/docker/volume/drivers	0.260s	coverage: 36.1% of statements
22:40:24 [2020-12-04T22:40:24.375Z] === RUN   TestGetAddress
22:40:24 [2020-12-04T22:40:24.375Z] --- PASS: TestGetAddress (0.00s)
22:40:24 [2020-12-04T22:40:24.375Z] === RUN   TestRemove
22:40:24 [2020-12-04T22:40:24.375Z] --- SKIP: TestRemove (0.00s)
22:40:24 [2020-12-04T22:40:24.375Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
22:40:24 [2020-12-04T22:40:24.375Z] === RUN   TestInitializeWithVolumes
22:40:24 [2020-12-04T22:40:24.375Z] --- PASS: TestInitializeWithVolumes (0.00s)
22:40:24 [2020-12-04T22:40:24.375Z] === RUN   TestCreate
22:40:24 [2020-12-04T22:40:24.375Z] --- PASS: TestCreate (0.01s)
22:40:24 [2020-12-04T22:40:24.375Z] === RUN   TestValidateName
22:40:24 [2020-12-04T22:40:24.375Z] --- PASS: TestValidateName (0.00s)
22:40:24 [2020-12-04T22:40:24.375Z] === RUN   TestCreateWithOpts
22:40:24 [2020-12-04T22:40:24.375Z] --- SKIP: TestCreateWithOpts (0.00s)
22:40:24 [2020-12-04T22:40:24.376Z]     local_test.go:181: runtime.GOOS == "windows"
22:40:24 [2020-12-04T22:40:24.376Z] === RUN   TestRelaodNoOpts
22:40:24 [2020-12-04T22:40:24.376Z] --- PASS: TestRelaodNoOpts (0.01s)
22:40:24 [2020-12-04T22:40:24.376Z] PASS
22:40:24 [2020-12-04T22:40:24.376Z] coverage: 41.0% of statements
22:40:24 [2020-12-04T22:40:24.376Z] ok  	github.com/docker/docker/volume/local	0.400s	coverage: 41.0% of statements
22:40:24 [2020-12-04T22:40:24.376Z] === RUN   TestConvertTmpfsOptions
22:40:24 [2020-12-04T22:40:24.376Z] --- PASS: TestConvertTmpfsOptions (0.00s)
22:40:24 [2020-12-04T22:40:24.376Z]     parser_test.go:49: data="mode=700,size=1m"
22:40:24 [2020-12-04T22:40:24.376Z]     parser_test.go:49: data="ro"
22:40:24 [2020-12-04T22:40:24.376Z] === RUN   TestParseMountRaw
22:40:24 [2020-12-04T22:40:24.376Z] --- PASS: TestParseMountRaw (0.03s)
22:40:24 [2020-12-04T22:40:24.376Z] === RUN   TestParseMountRawSplit
22:40:24 [2020-12-04T22:40:24.841Z] --- PASS: TestParseMountRawSplit (0.01s)
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 0
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 1
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 2
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 3
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 4
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 5
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 6
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 7
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 8
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 0
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 1
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 2
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 3
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 4
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 5
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 6
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 7
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 8
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 9
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 10
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 11
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 12
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 0
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 1
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 2
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 3
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 4
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 5
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 6
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 7
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 8
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 9
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 10
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:390: case 11
22:40:24 [2020-12-04T22:40:24.841Z] === RUN   TestParseMountSpec
22:40:24 [2020-12-04T22:40:24.841Z] --- PASS: TestParseMountSpec (0.00s)
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:455: case 0
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:455: case 1
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:455: case 2
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:455: case 3
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:455: case 4
22:40:24 [2020-12-04T22:40:24.841Z]     parser_test.go:455: case 5
22:40:24 [2020-12-04T22:40:24.841Z] === RUN   TestParseMountSpecBindWithFileinfoError
22:40:24 [2020-12-04T22:40:24.841Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
22:40:24 [2020-12-04T22:40:24.841Z] === RUN   TestValidateMount
22:40:24 [2020-12-04T22:40:24.841Z] --- PASS: TestValidateMount (0.00s)
22:40:24 [2020-12-04T22:40:24.841Z] PASS
22:40:24 [2020-12-04T22:40:24.841Z] coverage: 66.2% of statements
22:40:24 [2020-12-04T22:40:24.841Z] ok  	github.com/docker/docker/volume/mounts	0.093s	coverage: 66.2% of statements
22:40:25 [2020-12-04T22:40:25.306Z] time="2020-12-04T22:40:24Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
22:40:26 [2020-12-04T22:40:26.083Z] === RUN   TestExternalGraphDriver/pull
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestSetGetMeta
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestSetGetMeta
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestRestore
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestRestore
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestServiceCreate
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestServiceCreate
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestServiceList
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestServiceList
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestServiceRemove
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestServiceRemove
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestServiceGet
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestServiceGet
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestServicePrune
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestServicePrune
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestCreate
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestCreate
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestRemove
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestRemove
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestList
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestList
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestFindByDriver
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestFindByDriver
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestFindByReferenced
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestFindByReferenced
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestDerefMultipleOfSameRef
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestDerefMultipleOfSameRef
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestDefererencePluginOnCreateError
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestDefererencePluginOnCreateError
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestRefDerefRemove
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestRefDerefRemove
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestGet
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestGet
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestGetWithReference
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestGetWithReference
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestFilterFunc
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestFilterFunc/test_nil_list
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestFilterFunc/test_nil_list
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestFilterFunc/test_empty_list
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestFilterFunc/test_empty_list
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestFilterFunc/test_filter_some
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestFilterFunc/test_filter_some
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestFilterFunc/test_filter_middle
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestFilterFunc/test_filter_middle
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestFilterFunc/test_filter_middle_and_last
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
22:40:26 [2020-12-04T22:40:26.287Z] === RUN   TestFilterFunc/test_filter_first_and_last
22:40:26 [2020-12-04T22:40:26.287Z] === PAUSE TestFilterFunc/test_filter_first_and_last
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestFilterFunc/test_nil_list
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestFilterFunc/test_filter_first_and_last
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestFilterFunc/test_filter_middle_and_last
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestFilterFunc/test_filter_middle
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestFilterFunc/test_filter_some
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestFilterFunc/test_empty_list
22:40:26 [2020-12-04T22:40:26.287Z] --- PASS: TestFilterFunc (0.00s)
22:40:26 [2020-12-04T22:40:26.287Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
22:40:26 [2020-12-04T22:40:26.287Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
22:40:26 [2020-12-04T22:40:26.287Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
22:40:26 [2020-12-04T22:40:26.287Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
22:40:26 [2020-12-04T22:40:26.287Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
22:40:26 [2020-12-04T22:40:26.287Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
22:40:26 [2020-12-04T22:40:26.287Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
22:40:26 [2020-12-04T22:40:26.287Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestSetGetMeta
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestCreate
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestDerefMultipleOfSameRef
22:40:26 [2020-12-04T22:40:26.287Z] --- PASS: TestSetGetMeta (0.02s)
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestFindByReferenced
22:40:26 [2020-12-04T22:40:26.287Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s)
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestFindByDriver
22:40:26 [2020-12-04T22:40:26.287Z] --- PASS: TestCreate (0.03s)
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestList
22:40:26 [2020-12-04T22:40:26.287Z] --- PASS: TestDerefMultipleOfSameRef (0.03s)
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestRemove
22:40:26 [2020-12-04T22:40:26.287Z] --- PASS: TestFindByReferenced (0.03s)
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestGet
22:40:26 [2020-12-04T22:40:26.287Z] --- PASS: TestFindByDriver (0.03s)
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestGetWithReference
22:40:26 [2020-12-04T22:40:26.287Z] --- PASS: TestRemove (0.03s)
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestRefDerefRemove
22:40:26 [2020-12-04T22:40:26.287Z] --- PASS: TestList (0.04s)
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestServiceRemove
22:40:26 [2020-12-04T22:40:26.287Z] --- PASS: TestGet (0.02s)
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestServicePrune
22:40:26 [2020-12-04T22:40:26.287Z] --- PASS: TestRefDerefRemove (0.03s)
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestServiceGet
22:40:26 [2020-12-04T22:40:26.287Z] --- PASS: TestGetWithReference (0.03s)
22:40:26 [2020-12-04T22:40:26.287Z] === CONT  TestServiceCreate
22:40:26 [2020-12-04T22:40:26.343Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
22:40:26 [2020-12-04T22:40:26.752Z] --- PASS: TestServiceGet (0.14s)
22:40:26 [2020-12-04T22:40:26.752Z] === CONT  TestServiceList
22:40:26 [2020-12-04T22:40:26.752Z] time="2020-12-04T22:40:26Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
22:40:26 [2020-12-04T22:40:26.752Z] --- PASS: TestServiceRemove (0.17s)
22:40:26 [2020-12-04T22:40:26.752Z] === CONT  TestDefererencePluginOnCreateError
22:40:26 [2020-12-04T22:40:26.752Z] --- PASS: TestServiceCreate (0.15s)
22:40:26 [2020-12-04T22:40:26.752Z] === CONT  TestRestore
22:40:26 [2020-12-04T22:40:26.752Z] time="2020-12-04T22:40:26Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
22:40:26 [2020-12-04T22:40:26.752Z] time="2020-12-04T22:40:26Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
22:40:26 [2020-12-04T22:40:26.752Z] --- PASS: TestServiceList (0.04s)
22:40:26 [2020-12-04T22:40:26.752Z] time="2020-12-04T22:40:26Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
22:40:26 [2020-12-04T22:40:26.752Z] --- PASS: TestDefererencePluginOnCreateError (0.03s)
22:40:26 [2020-12-04T22:40:26.752Z] time="2020-12-04T22:40:26Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
22:40:26 [2020-12-04T22:40:26.752Z] --- PASS: TestRestore (0.04s)
22:40:26 [2020-12-04T22:40:26.752Z] --- PASS: TestServicePrune (0.21s)
22:40:26 [2020-12-04T22:40:26.752Z] PASS
22:40:26 [2020-12-04T22:40:26.752Z] coverage: 70.3% of statements
22:40:26 [2020-12-04T22:40:26.752Z] ok  	github.com/docker/docker/volume/service	0.473s	coverage: 70.3% of statements
22:40:27 [2020-12-04T22:40:27.217Z] time="2020-12-04T22:40:26Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
22:40:28 [2020-12-04T22:40:28.253Z] --- PASS: TestExternalGraphDriver (5.90s)
22:40:28 [2020-12-04T22:40:28.253Z]     --- PASS: TestExternalGraphDriver/json (1.99s)
22:40:28 [2020-12-04T22:40:28.253Z]     --- PASS: TestExternalGraphDriver/spec (1.92s)
22:40:28 [2020-12-04T22:40:28.253Z]     --- PASS: TestExternalGraphDriver/pull (1.90s)
22:40:28 [2020-12-04T22:40:28.253Z] === RUN   TestGraphdriverPluginV2
22:40:30 [2020-12-04T22:40:30.486Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.79s)
22:40:30 [2020-12-04T22:40:30.486Z] === RUN   TestCreateServiceSecretFileMode
22:40:30 [2020-12-04T22:40:30.987Z] time="2020-12-04T22:40:30Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
22:40:32 [2020-12-04T22:40:32.448Z] --- PASS: TestGraphdriverPluginV2 (4.50s)
22:40:32 [2020-12-04T22:40:32.448Z] PASS
22:40:32 [2020-12-04T22:40:32.448Z] 
22:40:32 [2020-12-04T22:40:32.448Z] DONE 5 tests in 10.595s
22:40:32 [2020-12-04T22:40:32.448Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:40:32 [2020-12-04T22:40:32.448Z] ++ 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
22:40:32 [2020-12-04T22:40:32.448Z] ++ set -e
22:40:32 [2020-12-04T22:40:32.448Z] ++ '[' -n 0 ']'
22:40:32 [2020-12-04T22:40:32.448Z] ++ set -x
22:40:32 [2020-12-04T22:40:32.448Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
22:40:32 [2020-12-04T22:40:32.559Z] --- PASS: TestCreateServiceSecretFileMode (2.16s)
22:40:32 [2020-12-04T22:40:32.559Z] === RUN   TestCreateServiceConfigFileMode
22:40:32 [2020-12-04T22:40:32.708Z] INFO: Testing against a local daemon
22:40:32 [2020-12-04T22:40:32.708Z] === RUN   TestContinueAfterPluginCrash
22:40:32 [2020-12-04T22:40:32.708Z] === PAUSE TestContinueAfterPluginCrash
22:40:32 [2020-12-04T22:40:32.708Z] === RUN   TestReadPluginNoRead
22:40:32 [2020-12-04T22:40:32.708Z] === PAUSE TestReadPluginNoRead
22:40:32 [2020-12-04T22:40:32.708Z] === RUN   TestDaemonStartWithLogOpt
22:40:32 [2020-12-04T22:40:32.708Z] === PAUSE TestDaemonStartWithLogOpt
22:40:32 [2020-12-04T22:40:32.708Z] === CONT  TestContinueAfterPluginCrash
22:40:32 [2020-12-04T22:40:32.708Z] === CONT  TestDaemonStartWithLogOpt
22:40:34 [2020-12-04T22:40:34.630Z] --- PASS: TestCreateServiceConfigFileMode (2.20s)
22:40:34 [2020-12-04T22:40:34.631Z] === RUN   TestCreateServiceSysctls
22:40:37 [2020-12-04T22:40:37.988Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
22:40:38 [2020-12-04T22:40:38.153Z] --- PASS: TestCreateServiceSysctls (2.97s)
22:40:38 [2020-12-04T22:40:38.153Z] === RUN   TestCreateServiceCapabilities
22:40:38 [2020-12-04T22:40:38.249Z] --- PASS: TestDaemonStartWithLogOpt (5.59s)
22:40:38 [2020-12-04T22:40:38.249Z] === CONT  TestReadPluginNoRead
22:40:39 [2020-12-04T22:40:39.613Z] --- PASS: TestGet (15.01s)
22:40:39 [2020-12-04T22:40:39.613Z] === RUN   TestPluginWithNoManifest
22:40:39 [2020-12-04T22:40:39.613Z] --- PASS: TestPluginWithNoManifest (0.00s)
22:40:39 [2020-12-04T22:40:39.613Z] === RUN   TestGetAll
22:40:39 [2020-12-04T22:40:39.613Z] --- PASS: TestGetAll (0.00s)
22:40:39 [2020-12-04T22:40:39.613Z] PASS
22:40:39 [2020-12-04T22:40:39.613Z] coverage: 73.4% of statements
22:40:39 [2020-12-04T22:40:39.613Z] ok  	github.com/docker/docker/pkg/plugins	35.120s	coverage: 73.4% of statements
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/pkg/term	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/quota	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/rootless	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/testutil/request	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/volume	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
22:40:39 [2020-12-04T22:40:39.613Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
22:40:40 [2020-12-04T22:40:40.228Z] --- PASS: TestCreateServiceCapabilities (2.30s)
22:40:40 [2020-12-04T22:40:40.228Z] === RUN   TestInspect
22:40:41 [2020-12-04T22:40:41.541Z] === RUN   TestDockerSuite/TestBuildVerboseOut
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === Skipped
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     dispatchers_test.go:376: Windows does not support stopsignal
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s)
22:40:41 [2020-12-04T22:40:41.820Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s)
22:40:41 [2020-12-04T22:40:41.820Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     client_test.go:23: runtime.GOOS == "windows"
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     daemon_test.go:147: root required
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     reload_test.go:520: root required
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     pull_v2_test.go:73: Needs fixing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     pull_v2_test.go:118: Needs fixing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     download_test.go:268: Needs fixing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     layer_test.go:304: Failing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     layer_test.go:353: Failing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     layer_test.go:468: Failing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     layer_test.go:697: Failing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     migration_test.go:46: Failing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     migration_test.go:182: Failing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     mount_test.go:17: Failing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     mount_test.go:76: Failing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     mount_test.go:125: Failing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     mount_test.go:212: Failing on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     archive_test.go:133: Xz not present in msys2
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     archive_test.go:238: Failing on Windows CI machines
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     archive_windows_test.go:16: Currently fails
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     changes_test.go:192: needs more investigation
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     changes_test.go:405: needs further investigation
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     changes_test.go:441: needs further investigation
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.01s)
22:40:41 [2020-12-04T22:40:41.820Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     poller_test.go:41: No chmod on Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     fileutils_test.go:134: Needs porting to Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     fileutils_test.go:180: Needs porting to Windows
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
22:40:41 [2020-12-04T22:40:41.820Z]     local_test.go:181: runtime.GOOS == "windows"
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] 
22:40:41 [2020-12-04T22:40:41.820Z] DONE 1792 tests, 45 skipped in 225.983s
22:40:41 [2020-12-04T22:40:41.820Z] INFO: make.ps1 ended at 12/04/2020 22:40:41
22:40:42 [2020-12-04T22:40:42.311Z] --- PASS: TestInspect (2.44s)
22:40:42 [2020-12-04T22:40:42.311Z] === RUN   TestCreateJob
22:40:42 [2020-12-04T22:40:42.480Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
22:40:42 [2020-12-04T22:40:42.739Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
22:40:42 [2020-12-04T22:40:42.739Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
22:40:42 [2020-12-04T22:40:42.999Z] === RUN   TestReadPluginNoRead/default
22:40:43 [2020-12-04T22:40:43.374Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
22:40:43 [2020-12-04T22:40:43.374Z] INFO: Unit tests ended at 12/04/2020 22:40:43. Duration:00:04:05.2545320
22:40:43 [2020-12-04T22:40:43.374Z] INFO: Building busybox
22:40:43 [2020-12-04T22:40:43.838Z] Sending build context to Docker daemon   5.12kB
22:40:43 [2020-12-04T22:40:43.839Z] 
22:40:43 [2020-12-04T22:40:43.839Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
22:40:43 [2020-12-04T22:40:43.839Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
22:40:43 [2020-12-04T22:40:43.839Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
22:40:43 [2020-12-04T22:40:43.839Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
22:40:43 [2020-12-04T22:40:43.839Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
22:40:43 [2020-12-04T22:40:43.839Z]  ---> 32fecabef723
22:40:43 [2020-12-04T22:40:43.839Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
22:40:43 [2020-12-04T22:40:43.839Z]  ---> Running in 4895a783bbe1
22:40:43 [2020-12-04T22:40:43.938Z] --- PASS: TestContinueAfterPluginCrash (11.00s)
22:40:43 [2020-12-04T22:40:43.938Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
22:40:44 [2020-12-04T22:40:44.509Z] === RUN   TestReadPluginNoRead/disabled_caching
22:40:45 [2020-12-04T22:40:45.079Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
22:40:45 [2020-12-04T22:40:45.844Z] --- PASS: TestCreateJob (3.02s)
22:40:45 [2020-12-04T22:40:45.844Z] === RUN   TestReplicatedJob
22:40:46 [2020-12-04T22:40:46.459Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:40:47 [2020-12-04T22:40:47.028Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
22:40:47 [2020-12-04T22:40:47.029Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
22:40:47 [2020-12-04T22:40:47.029Z] === RUN   TestDockerSuite/TestBuildWindowsUser
22:40:47 [2020-12-04T22:40:47.029Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
22:40:47 [2020-12-04T22:40:47.029Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
22:40:47 [2020-12-04T22:40:47.967Z] --- PASS: TestReadPluginNoRead (9.64s)
22:40:47 [2020-12-04T22:40:47.967Z]     --- PASS: TestReadPluginNoRead/default (1.67s)
22:40:47 [2020-12-04T22:40:47.967Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.77s)
22:40:47 [2020-12-04T22:40:47.967Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.59s)
22:40:47 [2020-12-04T22:40:47.967Z]     read_test.go:92: [d158d5faa7525] daemon is not started
22:40:47 [2020-12-04T22:40:47.967Z] PASS
22:40:47 [2020-12-04T22:40:47.967Z] 
22:40:47 [2020-12-04T22:40:47.967Z] DONE 6 tests in 15.447s
22:40:47 [2020-12-04T22:40:47.967Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:40:47 [2020-12-04T22:40:47.967Z] ++ 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
22:40:47 [2020-12-04T22:40:47.967Z] ++ set -e
22:40:47 [2020-12-04T22:40:47.967Z] ++ '[' -n 0 ']'
22:40:47 [2020-12-04T22:40:47.967Z] ++ set -x
22:40:47 [2020-12-04T22:40:47.967Z] ++ env -i DEST=/go/src/github.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
22:40:47 [2020-12-04T22:40:47.967Z] testing: warning: no tests to run
22:40:47 [2020-12-04T22:40:47.967Z] PASS
22:40:47 [2020-12-04T22:40:47.967Z] 
22:40:47 [2020-12-04T22:40:47.967Z] DONE 0 tests in 0.062s
22:40:48 [2020-12-04T22:40:48.227Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:40:48 [2020-12-04T22:40:48.227Z] ++ 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
22:40:48 [2020-12-04T22:40:48.227Z] ++ set -e
22:40:48 [2020-12-04T22:40:48.227Z] ++ '[' -n 0 ']'
22:40:48 [2020-12-04T22:40:48.227Z] ++ set -x
22:40:48 [2020-12-04T22:40:48.227Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
22:40:48 [2020-12-04T22:40:48.227Z] INFO: Testing against a local daemon
22:40:48 [2020-12-04T22:40:48.227Z] === RUN   TestPluginWithDevMounts
22:40:48 [2020-12-04T22:40:48.227Z] === PAUSE TestPluginWithDevMounts
22:40:48 [2020-12-04T22:40:48.227Z] === CONT  TestPluginWithDevMounts
22:40:48 [2020-12-04T22:40:48.486Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
22:40:48 [2020-12-04T22:40:48.486Z] === RUN   TestDockerSuite/TestBuildWithFailure
22:40:49 [2020-12-04T22:40:49.425Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
22:40:49 [2020-12-04T22:40:49.687Z] Removing intermediate container 4895a783bbe1
22:40:49 [2020-12-04T22:40:49.687Z]  ---> a9d5638fdbc7
22:40:49 [2020-12-04T22:40:49.687Z] Step 7/13 : ARG BUSYBOX_VERSION
22:40:49 [2020-12-04T22:40:49.687Z]  ---> Running in 87029aa5c32d
22:40:49 [2020-12-04T22:40:49.687Z] Removing intermediate container 87029aa5c32d
22:40:49 [2020-12-04T22:40:49.687Z]  ---> eea1db430412
22:40:49 [2020-12-04T22:40:49.687Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
22:40:49 [2020-12-04T22:40:49.687Z]  ---> Running in be06e67a04bd
22:40:49 [2020-12-04T22:40:49.996Z] === RUN   TestDockerSuite/TestBuildWithTabs
22:40:50 [2020-12-04T22:40:50.152Z] Removing intermediate container be06e67a04bd
22:40:50 [2020-12-04T22:40:50.152Z]  ---> cffaba94aa0d
22:40:50 [2020-12-04T22:40:50.152Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
22:40:50 [2020-12-04T22:40:50.258Z] --- PASS: TestPluginWithDevMounts (2.00s)
22:40:50 [2020-12-04T22:40:50.258Z] PASS
22:40:50 [2020-12-04T22:40:50.258Z] 
22:40:50 [2020-12-04T22:40:50.258Z] DONE 1 tests in 2.204s
22:40:50 [2020-12-04T22:40:50.258Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
22:40:50 [2020-12-04T22:40:50.258Z] ++ 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
22:40:50 [2020-12-04T22:40:50.258Z] ++ set -e
22:40:50 [2020-12-04T22:40:50.259Z] ++ '[' -n 0 ']'
22:40:50 [2020-12-04T22:40:50.259Z] ++ set -x
22:40:50 [2020-12-04T22:40:50.259Z] ++ env -i DEST=/go/src/github.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
22:40:50 [2020-12-04T22:40:50.518Z] INFO: Testing against a local daemon
22:40:50 [2020-12-04T22:40:50.518Z] === RUN   TestSecretInspect
22:40:50 [2020-12-04T22:40:50.778Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
22:40:50 [2020-12-04T22:40:50.778Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
22:40:51 [2020-12-04T22:40:51.130Z] 
22:40:51 [2020-12-04T22:40:51.433Z] --- PASS: TestReplicatedJob (5.08s)
22:40:51 [2020-12-04T22:40:51.433Z] === RUN   TestUpdateReplicatedJob
22:40:51 [2020-12-04T22:40:51.596Z]  ---> 7f6f72758932
22:40:51 [2020-12-04T22:40:51.596Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
22:40:51 [2020-12-04T22:40:51.596Z]  ---> Running in 6d9e01f03e06
22:40:53 [2020-12-04T22:40:53.315Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
22:40:53 [2020-12-04T22:40:53.315Z] --- PASS: TestSecretInspect (2.74s)
22:40:53 [2020-12-04T22:40:53.315Z] === RUN   TestSecretList
22:40:53 [2020-12-04T22:40:53.517Z] --- PASS: TestUpdateReplicatedJob (2.98s)
22:40:53 [2020-12-04T22:40:53.517Z] === RUN   TestServiceListWithStatuses
22:40:53 [2020-12-04T22:40:53.517Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:40:53 [2020-12-04T22:40:53.517Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:40:53 [2020-12-04T22:40:53.517Z] === RUN   TestDockerNetworkConnectAlias
22:40:54 [2020-12-04T22:40:54.701Z] === RUN   TestDockerSuite/TestBuildWithVolumes
22:40:55 [2020-12-04T22:40:55.655Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
22:40:55 [2020-12-04T22:40:55.913Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
22:40:56 [2020-12-04T22:40:56.173Z] --- PASS: TestSecretList (2.72s)
22:40:56 [2020-12-04T22:40:56.173Z] === RUN   TestSecretsCreateAndDelete
22:40:56 [2020-12-04T22:40:56.433Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
22:40:56 [2020-12-04T22:40:56.433Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
22:40:57 [2020-12-04T22:40:57.001Z] === RUN   TestDockerSuite/TestBuildXZHost
22:40:57 [2020-12-04T22:40:57.261Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
22:40:57 [2020-12-04T22:40:57.974Z] --- PASS: TestDockerNetworkConnectAlias (4.02s)
22:40:57 [2020-12-04T22:40:57.974Z] === RUN   TestDockerNetworkReConnect
22:40:59 [2020-12-04T22:40:59.168Z] --- PASS: TestSecretsCreateAndDelete (2.98s)
22:40:59 [2020-12-04T22:40:59.168Z] === RUN   TestSecretsUpdate
22:40:59 [2020-12-04T22:40:59.168Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
22:40:59 [2020-12-04T22:40:59.428Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
22:40:59 [2020-12-04T22:40:59.428Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
22:41:00 [2020-12-04T22:41:00.367Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
22:41:00 [2020-12-04T22:41:00.716Z] --- PASS: TestDockerNetworkReConnect (3.13s)
22:41:00 [2020-12-04T22:41:00.716Z] === RUN   TestServicePlugin
22:41:00 [2020-12-04T22:41:00.716Z] --- SKIP: TestServicePlugin (0.00s)
22:41:00 [2020-12-04T22:41:00.716Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:41:00 [2020-12-04T22:41:00.716Z] === RUN   TestServiceUpdateLabel
22:41:01 [2020-12-04T22:41:01.309Z] === RUN   TestDockerSuite/TestCommitChange
22:41:02 [2020-12-04T22:41:02.691Z] --- PASS: TestSecretsUpdate (3.50s)
22:41:02 [2020-12-04T22:41:02.691Z] === RUN   TestTemplatedSecret
22:41:02 [2020-12-04T22:41:02.691Z] === RUN   TestDockerSuite/TestCommitChangeLabels
22:41:02 [2020-12-04T22:41:02.786Z] --- PASS: TestServiceUpdateLabel (1.98s)
22:41:02 [2020-12-04T22:41:02.786Z] === RUN   TestServiceUpdateSecrets
22:41:03 [2020-12-04T22:41:03.629Z] === RUN   TestDockerSuite/TestCommitHardlink
22:41:04 [2020-12-04T22:41:04.049Z] Removing intermediate container 6d9e01f03e06
22:41:04 [2020-12-04T22:41:04.049Z]  ---> 6e579dc999f8
22:41:04 [2020-12-04T22:41:04.049Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
22:41:04 [2020-12-04T22:41:04.049Z]  ---> Running in 626678bbcf79
22:41:04 [2020-12-04T22:41:04.049Z] 
22:41:04 [2020-12-04T22:41:04.049Z] SUCCESS: Specified value was saved.
22:41:05 [2020-12-04T22:41:05.009Z] === RUN   TestDockerSuite/TestCommitNewFile
22:41:05 [2020-12-04T22:41:05.947Z] --- PASS: TestTemplatedSecret (3.40s)
22:41:05 [2020-12-04T22:41:05.947Z] === RUN   TestSecretCreateResolve
22:41:06 [2020-12-04T22:41:06.206Z] === RUN   TestDockerSuite/TestCommitPausedContainer
22:41:06 [2020-12-04T22:41:06.986Z] Removing intermediate container 626678bbcf79
22:41:06 [2020-12-04T22:41:06.986Z]  ---> e68b6a83fc41
22:41:06 [2020-12-04T22:41:06.986Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
22:41:06 [2020-12-04T22:41:06.986Z]  ---> Running in 2ba517a4f6bc
22:41:07 [2020-12-04T22:41:07.144Z] === RUN   TestDockerSuite/TestCommitTTY
22:41:08 [2020-12-04T22:41:08.524Z] --- PASS: TestSecretCreateResolve (2.32s)
22:41:08 [2020-12-04T22:41:08.524Z] PASS
22:41:08 [2020-12-04T22:41:08.524Z] 
22:41:08 [2020-12-04T22:41:08.524Z] DONE 6 tests in 17.898s
22:41:08 [2020-12-04T22:41:08.524Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
22:41:08 [2020-12-04T22:41:08.524Z] ++ 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
22:41:08 [2020-12-04T22:41:08.524Z] ++ set -e
22:41:08 [2020-12-04T22:41:08.524Z] ++ '[' -n 0 ']'
22:41:08 [2020-12-04T22:41:08.524Z] ++ set -x
22:41:08 [2020-12-04T22:41:08.524Z] ++ env -i DEST=/go/src/github.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
22:41:08 [2020-12-04T22:41:08.524Z] INFO: Testing against a local daemon
22:41:08 [2020-12-04T22:41:08.524Z] === RUN   TestServiceCreateInit
22:41:08 [2020-12-04T22:41:08.524Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:41:08 [2020-12-04T22:41:08.524Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
22:41:09 [2020-12-04T22:41:09.462Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
22:41:10 [2020-12-04T22:41:10.402Z] === RUN   TestDockerSuite/TestCommitWithoutPause
22:41:11 [2020-12-04T22:41:11.723Z] Cannot create a file when that file already exists.
22:41:11 [2020-12-04T22:41:11.783Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
22:41:11 [2020-12-04T22:41:11.784Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
22:41:11 [2020-12-04T22:41:11.784Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
22:41:11 [2020-12-04T22:41:11.784Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
22:41:11 [2020-12-04T22:41:11.784Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
22:41:11 [2020-12-04T22:41:11.784Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
22:41:12 [2020-12-04T22:41:12.042Z] === RUN   TestDockerSuite/TestContainerAPICommit
22:41:13 [2020-12-04T22:41:13.557Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
22:41:13 [2020-12-04T22:41:13.557Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:41:14 [2020-12-04T22:41:14.936Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
22:41:14 [2020-12-04T22:41:14.936Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
22:41:15 [2020-12-04T22:41:15.196Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
22:41:16 [2020-12-04T22:41:16.133Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
22:41:16 [2020-12-04T22:41:16.701Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
22:41:17 [2020-12-04T22:41:17.641Z] === RUN   TestDockerSuite/TestContainerAPICreate
22:41:17 [2020-12-04T22:41:17.693Z] Removing intermediate container 2ba517a4f6bc
22:41:17 [2020-12-04T22:41:17.693Z]  ---> c8cabf5a92ce
22:41:17 [2020-12-04T22:41:17.693Z] Step 13/13 : CMD ["sh"]
22:41:17 [2020-12-04T22:41:17.693Z]  ---> Running in 0fa386abe6f1
22:41:17 [2020-12-04T22:41:17.900Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
22:41:18 [2020-12-04T22:41:18.126Z] --- PASS: TestServiceUpdateSecrets (14.30s)
22:41:18 [2020-12-04T22:41:18.126Z] === RUN   TestServiceUpdateConfigs
22:41:18 [2020-12-04T22:41:18.158Z] Removing intermediate container 0fa386abe6f1
22:41:18 [2020-12-04T22:41:18.158Z]  ---> 96d560026a8e
22:41:18 [2020-12-04T22:41:18.158Z] Successfully built 96d560026a8e
22:41:18 [2020-12-04T22:41:18.158Z] Successfully tagged busybox:latest
22:41:18 [2020-12-04T22:41:18.158Z] INFO: Docker images of the daemon under test
22:41:18 [2020-12-04T22:41:18.158Z] 
22:41:18 [2020-12-04T22:41:18.158Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
22:41:18 [2020-12-04T22:41:18.158Z] busybox                                latest              96d560026a8e        Less than a second ago   5.19GB
22:41:18 [2020-12-04T22:41:18.158Z] microsoft/windowsservercore            latest              32fecabef723        4 weeks ago              5.12GB
22:41:18 [2020-12-04T22:41:18.158Z] mcr.microsoft.com/windows/servercore   ltsc2019            32fecabef723        4 weeks ago              5.12GB
22:41:18 [2020-12-04T22:41:18.158Z] 
22:41:18 [2020-12-04T22:41:18.158Z] INFO: Running integration tests at 12/04/2020 22:41:17...
22:41:18 [2020-12-04T22:41:18.158Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
22:41:18 [2020-12-04T22:41:18.158Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
22:41:18 [2020-12-04T22:41:18.158Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
22:41:18 [2020-12-04T22:41:18.158Z] INFO: Integration API tests being run from the host:
22:41:18 [2020-12-04T22:41:18.159Z] INFO: make.ps1 starting at 12/04/2020 22:41:17
22:41:18 [2020-12-04T22:41:18.418Z] --- PASS: TestServiceCreateInit (10.03s)
22:41:18 [2020-12-04T22:41:18.418Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.07s)
22:41:18 [2020-12-04T22:41:18.418Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.94s)
22:41:18 [2020-12-04T22:41:18.418Z] === RUN   TestCreateServiceMultipleTimes
22:41:18 [2020-12-04T22:41:18.677Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
22:41:18 [2020-12-04T22:41:18.677Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
22:41:18 [2020-12-04T22:41:18.677Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
22:41:18 [2020-12-04T22:41:18.937Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
22:41:18 [2020-12-04T22:41:18.937Z] === RUN   TestDockerSuite/TestContainerAPIDelete
22:41:19 [2020-12-04T22:41:19.151Z] Running D:\gopath\src\github.com\docker\docker\integration\build
22:41:19 [2020-12-04T22:41:19.506Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
22:41:20 [2020-12-04T22:41:20.075Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
22:41:21 [2020-12-04T22:41:21.014Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
22:41:21 [2020-12-04T22:41:21.014Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
22:41:22 [2020-12-04T22:41:22.924Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
22:41:23 [2020-12-04T22:41:23.863Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
22:41:23 [2020-12-04T22:41:23.863Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
22:41:24 [2020-12-04T22:41:24.122Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
22:41:25 [2020-12-04T22:41:25.063Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
22:41:26 [2020-12-04T22:41:26.006Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
22:41:26 [2020-12-04T22:41:26.574Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
22:41:26 [2020-12-04T22:41:26.574Z] === RUN   TestDockerSuite/TestContainerAPIKill
22:41:27 [2020-12-04T22:41:27.143Z] === RUN   TestDockerSuite/TestContainerAPIPause
22:41:27 [2020-12-04T22:41:27.713Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
22:41:28 [2020-12-04T22:41:28.281Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
22:41:28 [2020-12-04T22:41:28.281Z] === RUN   TestDockerSuite/TestContainerAPIRename
22:41:28 [2020-12-04T22:41:28.850Z] === RUN   TestDockerSuite/TestContainerAPIRestart
22:41:30 [2020-12-04T22:41:30.237Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
22:41:31 [2020-12-04T22:41:31.182Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
22:41:31 [2020-12-04T22:41:31.441Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
22:41:31 [2020-12-04T22:41:31.441Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
22:41:31 [2020-12-04T22:41:31.441Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
22:41:31 [2020-12-04T22:41:31.441Z] === RUN   TestDockerSuite/TestContainerAPIStart
22:41:31 [2020-12-04T22:41:31.700Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
22:41:33 [2020-12-04T22:41:33.467Z] --- PASS: TestServiceUpdateConfigs (14.23s)
22:41:33 [2020-12-04T22:41:33.468Z] === RUN   TestServiceUpdateNetwork
22:41:36 [2020-12-04T22:41:36.971Z] === RUN   TestDockerSuite/TestContainerAPIStop
22:41:36 [2020-12-04T22:41:36.971Z] === RUN   TestDockerSuite/TestContainerAPITop
22:41:36 [2020-12-04T22:41:36.971Z] --- PASS: TestCreateServiceMultipleTimes (18.18s)
22:41:36 [2020-12-04T22:41:36.971Z] === RUN   TestCreateServiceConflict
22:41:37 [2020-12-04T22:41:37.232Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
22:41:37 [2020-12-04T22:41:37.232Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
22:41:37 [2020-12-04T22:41:37.232Z] === RUN   TestDockerSuite/TestContainerAPIWait
22:41:39 [2020-12-04T22:41:39.137Z] --- PASS: TestCreateServiceConflict (2.41s)
22:41:39 [2020-12-04T22:41:39.137Z] === RUN   TestCreateServiceMaxReplicas
22:41:40 [2020-12-04T22:41:40.075Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
22:41:40 [2020-12-04T22:41:40.334Z] === RUN   TestDockerSuite/TestContainerNetworkMode
22:41:41 [2020-12-04T22:41:41.717Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
22:41:42 [2020-12-04T22:41:42.656Z] --- PASS: TestCreateServiceMaxReplicas (3.47s)
22:41:42 [2020-12-04T22:41:42.656Z] === RUN   TestCreateWithDuplicateNetworkNames
22:41:42 [2020-12-04T22:41:42.916Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
22:41:43 [2020-12-04T22:41:43.843Z] --- PASS: TestServiceUpdateNetwork (12.41s)
22:41:43 [2020-12-04T22:41:43.843Z] === RUN   TestServiceUpdatePidsLimit
22:41:44 [2020-12-04T22:41:44.479Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
22:41:44 [2020-12-04T22:41:44.543Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:41:44 [2020-12-04T22:41:44.543Z] INFO: Testing against a local daemon
22:41:44 [2020-12-04T22:41:44.543Z] === RUN   TestBuildWithSession
22:41:44 [2020-12-04T22:41:44.543Z] --- SKIP: TestBuildWithSession (0.00s)
22:41:44 [2020-12-04T22:41:44.543Z]     build_session_test.go:25: TODO: BuildKit
22:41:44 [2020-12-04T22:41:44.543Z] === RUN   TestBuildSquashParent
22:41:44 [2020-12-04T22:41:44.543Z] --- SKIP: TestBuildSquashParent (0.00s)
22:41:44 [2020-12-04T22:41:44.543Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
22:41:44 [2020-12-04T22:41:44.543Z] === RUN   TestBuildWithRemoveAndForceRemove
22:41:44 [2020-12-04T22:41:44.543Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:41:44 [2020-12-04T22:41:44.543Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:41:44 [2020-12-04T22:41:44.543Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:41:44 [2020-12-04T22:41:44.543Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:41:44 [2020-12-04T22:41:44.543Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:41:44 [2020-12-04T22:41:44.543Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:41:44 [2020-12-04T22:41:44.543Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:41:44 [2020-12-04T22:41:44.543Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:41:44 [2020-12-04T22:41:44.543Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:41:44 [2020-12-04T22:41:44.543Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:41:44 [2020-12-04T22:41:44.543Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:41:44 [2020-12-04T22:41:44.543Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:41:44 [2020-12-04T22:41:44.543Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:41:44 [2020-12-04T22:41:44.543Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:41:44 [2020-12-04T22:41:44.543Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:41:44 [2020-12-04T22:41:44.543Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:41:45 [2020-12-04T22:41:45.518Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
22:41:46 [2020-12-04T22:41:46.208Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
22:41:46 [2020-12-04T22:41:46.776Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
22:41:48 [2020-12-04T22:41:48.155Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
22:41:49 [2020-12-04T22:41:49.097Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
22:41:50 [2020-12-04T22:41:50.035Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
22:41:51 [2020-12-04T22:41:51.945Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
22:41:52 [2020-12-04T22:41:52.402Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
22:41:52 [2020-12-04T22:41:52.896Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
22:41:54 [2020-12-04T22:41:54.798Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
22:41:55 [2020-12-04T22:41:55.735Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000bebbc0_<nil>}
22:41:57 [2020-12-04T22:41:57.112Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1240075539_/foo_false__<nil>_<nil>_<nil>}
22:41:57 [2020-12-04T22:41:57.680Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.95s)
22:41:57 [2020-12-04T22:41:57.680Z] === RUN   TestCreateServiceSecretFileMode
22:41:58 [2020-12-04T22:41:58.618Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1240075539_/foo_true__<nil>_<nil>_<nil>}
22:41:58 [2020-12-04T22:41:58.618Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
22:41:59 [2020-12-04T22:41:59.483Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:41:59 [2020-12-04T22:41:59.483Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:42:00 [2020-12-04T22:42:00.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3237804374_/foo_false__<nil>_<nil>_<nil>}
22:42:00 [2020-12-04T22:42:00.789Z] --- PASS: TestCreateServiceSecretFileMode (3.25s)
22:42:00 [2020-12-04T22:42:00.789Z] === RUN   TestCreateServiceConfigFileMode
22:42:00 [2020-12-04T22:42:00.871Z] --- PASS: TestServiceUpdatePidsLimit (16.09s)
22:42:00 [2020-12-04T22:42:00.871Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s)
22:42:00 [2020-12-04T22:42:00.871Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
22:42:00 [2020-12-04T22:42:00.871Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.98s)
22:42:00 [2020-12-04T22:42:00.871Z] PASS
22:42:00 [2020-12-04T22:42:00.871Z] 
22:42:00 [2020-12-04T22:42:00.871Z] === Skipped
22:42:00 [2020-12-04T22:42:00.871Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s)
22:42:00 [2020-12-04T22:42:00.871Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:42:00 [2020-12-04T22:42:00.871Z] 
22:42:00 [2020-12-04T22:42:00.871Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s)
22:42:00 [2020-12-04T22:42:00.871Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:42:00 [2020-12-04T22:42:00.871Z] 
22:42:00 [2020-12-04T22:42:00.871Z] 
22:42:00 [2020-12-04T22:42:00.871Z] DONE 27 tests, 2 skipped in 129.683s
22:42:00 [2020-12-04T22:42:00.871Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m 
22:42:00 [2020-12-04T22:42:00.871Z] ++ 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
22:42:00 [2020-12-04T22:42:00.871Z] ++ set -e
22:42:00 [2020-12-04T22:42:00.871Z] ++ '[' -n 0 ']'
22:42:00 [2020-12-04T22:42:00.871Z] ++ set -x
22:42:00 [2020-12-04T22:42:00.871Z] ++ env -i DEST=/go/src/github.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
22:42:00 [2020-12-04T22:42:00.871Z] INFO: Testing against a local daemon
22:42:00 [2020-12-04T22:42:00.871Z] === RUN   TestSessionCreate
22:42:00 [2020-12-04T22:42:00.871Z] --- PASS: TestSessionCreate (0.04s)
22:42:00 [2020-12-04T22:42:00.871Z] === RUN   TestSessionCreateWithBadUpgrade
22:42:00 [2020-12-04T22:42:00.871Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
22:42:00 [2020-12-04T22:42:00.871Z] PASS
22:42:00 [2020-12-04T22:42:00.871Z] 
22:42:00 [2020-12-04T22:42:00.871Z] DONE 2 tests in 0.156s
22:42:00 [2020-12-04T22:42:00.871Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m 
22:42:00 [2020-12-04T22:42:00.871Z] ++ 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
22:42:00 [2020-12-04T22:42:00.871Z] ++ set -e
22:42:00 [2020-12-04T22:42:00.871Z] ++ '[' -n 0 ']'
22:42:00 [2020-12-04T22:42:00.871Z] ++ set -x
22:42:00 [2020-12-04T22:42:00.872Z] ++ env -i DEST=/go/src/github.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
22:42:00 [2020-12-04T22:42:00.872Z] INFO: Testing against a local daemon
22:42:00 [2020-12-04T22:42:00.872Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:42:00 [2020-12-04T22:42:00.872Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:42:00 [2020-12-04T22:42:00.872Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:42:00 [2020-12-04T22:42:00.872Z] === RUN   TestEventsExecDie
22:42:00 [2020-12-04T22:42:00.872Z] --- PASS: TestEventsExecDie (0.58s)
22:42:00 [2020-12-04T22:42:00.872Z] === RUN   TestEventsBackwardsCompatible
22:42:00 [2020-12-04T22:42:00.872Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
22:42:00 [2020-12-04T22:42:00.872Z] === RUN   TestInfoBinaryCommits
22:42:00 [2020-12-04T22:42:00.872Z] --- PASS: TestInfoBinaryCommits (0.03s)
22:42:00 [2020-12-04T22:42:00.872Z] === RUN   TestInfoAPIVersioned
22:42:00 [2020-12-04T22:42:00.872Z] --- PASS: TestInfoAPIVersioned (0.01s)
22:42:00 [2020-12-04T22:42:00.872Z] === RUN   TestInfoDiscoveryBackend
22:42:01 [2020-12-04T22:42:01.161Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
22:42:01 [2020-12-04T22:42:01.161Z] === RUN   TestInfoDiscoveryInvalidAdvertise
22:42:01 [2020-12-04T22:42:01.727Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3237804374_/foo_true__<nil>_<nil>_<nil>}
22:42:02 [2020-12-04T22:42:02.194Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
22:42:02 [2020-12-04T22:42:02.194Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
22:42:02 [2020-12-04T22:42:02.297Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3237804374_/foo_true__0xc000bebc20_<nil>_<nil>}
22:42:02 [2020-12-04T22:42:02.825Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
22:42:02 [2020-12-04T22:42:02.825Z] === RUN   TestInfoAPI
22:42:02 [2020-12-04T22:42:02.825Z] --- PASS: TestInfoAPI (0.04s)
22:42:02 [2020-12-04T22:42:02.825Z] === RUN   TestInfoAPIWarnings
22:42:03 [2020-12-04T22:42:03.675Z] --- PASS: TestCreateServiceConfigFileMode (2.85s)
22:42:03 [2020-12-04T22:42:03.675Z] === RUN   TestCreateServiceSysctls
22:42:03 [2020-12-04T22:42:03.675Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000bebc40_<nil>}
22:42:05 [2020-12-04T22:42:05.053Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000bebc60_<nil>}
22:42:06 [2020-12-04T22:42:06.959Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000bebc80_<nil>}
22:42:06 [2020-12-04T22:42:06.959Z] --- PASS: TestCreateServiceSysctls (2.97s)
22:42:06 [2020-12-04T22:42:06.959Z] === RUN   TestCreateServiceCapabilities
22:42:07 [2020-12-04T22:42:07.897Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000bebca0_<nil>}
22:42:09 [2020-12-04T22:42:09.803Z] --- PASS: TestCreateServiceCapabilities (2.85s)
22:42:09 [2020-12-04T22:42:09.803Z] === RUN   TestInspect
22:42:09 [2020-12-04T22:42:09.803Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
22:42:09 [2020-12-04T22:42:09.880Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
22:42:09 [2020-12-04T22:42:09.880Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (13.39s)
22:42:09 [2020-12-04T22:42:09.880Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.52s)
22:42:09 [2020-12-04T22:42:09.880Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (13.99s)
22:42:09 [2020-12-04T22:42:09.880Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.96s)
22:42:09 [2020-12-04T22:42:09.880Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (22.04s)
22:42:09 [2020-12-04T22:42:09.880Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (12.24s)
22:42:09 [2020-12-04T22:42:09.880Z] === RUN   TestBuildMultiStageCopy
22:42:09 [2020-12-04T22:42:09.880Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
22:42:10 [2020-12-04T22:42:10.741Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
22:42:11 [2020-12-04T22:42:11.000Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
22:42:12 [2020-12-04T22:42:12.920Z] --- PASS: TestInspect (3.57s)
22:42:12 [2020-12-04T22:42:12.920Z] === RUN   TestCreateJob
22:42:13 [2020-12-04T22:42:13.858Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
22:42:15 [2020-12-04T22:42:15.768Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
22:42:17 [2020-12-04T22:42:17.148Z] --- PASS: TestCreateJob (3.84s)
22:42:17 [2020-12-04T22:42:17.148Z] === RUN   TestReplicatedJob
22:42:18 [2020-12-04T22:42:18.086Z] === RUN   TestDockerSuite/TestCopyAndRestart
22:42:18 [2020-12-04T22:42:18.521Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:42:19 [2020-12-04T22:42:19.467Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
22:42:19 [2020-12-04T22:42:19.500Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:42:19 [2020-12-04T22:42:19.726Z] === RUN   TestDockerSuite/TestCpAbsolutePath
22:42:20 [2020-12-04T22:42:20.295Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
22:42:20 [2020-12-04T22:42:20.481Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:42:21 [2020-12-04T22:42:21.236Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
22:42:21 [2020-12-04T22:42:21.390Z] --- PASS: TestInfoAPIWarnings (16.30s)
22:42:21 [2020-12-04T22:42:21.390Z] === RUN   TestInfoDebug
22:42:21 [2020-12-04T22:42:21.390Z] --- PASS: TestInfoDebug (0.53s)
22:42:21 [2020-12-04T22:42:21.390Z] === RUN   TestInfoInsecureRegistries
22:42:21 [2020-12-04T22:42:21.390Z] --- PASS: TestInfoInsecureRegistries (0.53s)
22:42:21 [2020-12-04T22:42:21.390Z] === RUN   TestInfoRegistryMirrors
22:42:21 [2020-12-04T22:42:21.390Z] --- PASS: TestInfoRegistryMirrors (0.53s)
22:42:21 [2020-12-04T22:42:21.390Z] === RUN   TestLoginFailsWithBadCredentials
22:42:21 [2020-12-04T22:42:21.390Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s)
22:42:21 [2020-12-04T22:42:21.390Z] === RUN   TestPingCacheHeaders
22:42:21 [2020-12-04T22:42:21.390Z] --- PASS: TestPingCacheHeaders (0.03s)
22:42:21 [2020-12-04T22:42:21.390Z] === RUN   TestPingGet
22:42:21 [2020-12-04T22:42:21.390Z] --- PASS: TestPingGet (0.02s)
22:42:21 [2020-12-04T22:42:21.390Z] === RUN   TestPingHead
22:42:21 [2020-12-04T22:42:21.390Z] --- PASS: TestPingHead (0.04s)
22:42:21 [2020-12-04T22:42:21.390Z] === RUN   TestVersion
22:42:21 [2020-12-04T22:42:21.390Z] --- PASS: TestVersion (0.03s)
22:42:21 [2020-12-04T22:42:21.390Z] PASS
22:42:21 [2020-12-04T22:42:21.390Z] 
22:42:21 [2020-12-04T22:42:21.390Z] === Skipped
22:42:21 [2020-12-04T22:42:21.390Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:42:21 [2020-12-04T22:42:21.390Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:42:21 [2020-12-04T22:42:21.390Z] 
22:42:21 [2020-12-04T22:42:21.390Z] 
22:42:21 [2020-12-04T22:42:21.390Z] DONE 18 tests, 1 skipped in 21.217s
22:42:21 [2020-12-04T22:42:21.390Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m 
22:42:21 [2020-12-04T22:42:21.391Z] ++ 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
22:42:21 [2020-12-04T22:42:21.391Z] ++ set -e
22:42:21 [2020-12-04T22:42:21.391Z] ++ '[' -n 0 ']'
22:42:21 [2020-12-04T22:42:21.391Z] ++ set -x
22:42:21 [2020-12-04T22:42:21.391Z] ++ env -i DEST=/go/src/github.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
22:42:21 [2020-12-04T22:42:21.391Z] INFO: Testing against a local daemon
22:42:21 [2020-12-04T22:42:21.391Z] === RUN   TestVolumesCreateAndList
22:42:21 [2020-12-04T22:42:21.391Z] --- PASS: TestVolumesCreateAndList (0.03s)
22:42:21 [2020-12-04T22:42:21.391Z] === RUN   TestVolumesRemove
22:42:21 [2020-12-04T22:42:21.391Z] --- PASS: TestVolumesRemove (0.07s)
22:42:21 [2020-12-04T22:42:21.391Z] === RUN   TestVolumesInspect
22:42:21 [2020-12-04T22:42:21.391Z] --- PASS: TestVolumesInspect (0.02s)
22:42:21 [2020-12-04T22:42:21.391Z] === RUN   TestVolumesInvalidJSON
22:42:21 [2020-12-04T22:42:21.391Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:42:21 [2020-12-04T22:42:21.391Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:42:21 [2020-12-04T22:42:21.391Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:42:21 [2020-12-04T22:42:21.391Z] --- PASS: TestVolumesInvalidJSON (0.03s)
22:42:21 [2020-12-04T22:42:21.391Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:42:21 [2020-12-04T22:42:21.391Z] PASS
22:42:21 [2020-12-04T22:42:21.391Z] 
22:42:21 [2020-12-04T22:42:21.391Z] DONE 5 tests in 0.210s
22:42:21 [2020-12-04T22:42:21.391Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:42:21 [2020-12-04T22:42:21.391Z] ++++ cat bundles/test-integration/docker.pid
22:42:21 [2020-12-04T22:42:21.391Z] +++ kill 14067
22:42:21 [2020-12-04T22:42:21.461Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:42:22 [2020-12-04T22:42:22.176Z] === RUN   TestDockerSuite/TestCpFromCaseA
22:42:22 [2020-12-04T22:42:22.745Z] === RUN   TestDockerSuite/TestCpFromCaseB
22:42:22 [2020-12-04T22:42:22.901Z] +++ /etc/init.d/apparmor stop
22:42:22 [2020-12-04T22:42:22.901Z] Leaving: AppArmorNo profiles have been unloaded.
22:42:22 [2020-12-04T22:42:22.901Z] 
22:42:22 [2020-12-04T22:42:22.901Z] Unloading profiles will leave already running processes permanently
22:42:22 [2020-12-04T22:42:22.901Z] unconfined, which can lead to unexpected situations.
22:42:22 [2020-12-04T22:42:22.901Z] 
22:42:22 [2020-12-04T22:42:22.901Z] To set a process to complain mode, use the command line tool
22:42:22 [2020-12-04T22:42:22.901Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:42:22 [2020-12-04T22:42:22.901Z] +++ true
22:42:22 [2020-12-04T22:42:22.901Z] exiting test-integration
22:42:22 [2020-12-04T22:42:22.901Z] ++ exit 0
22:42:22 [2020-12-04T22:42:22.901Z] 
22:42:23 [2020-12-04T22:42:23.018Z] --- PASS: TestBuildMultiStageCopy (12.75s)
22:42:23 [2020-12-04T22:42:23.018Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (8.61s)
22:42:23 [2020-12-04T22:42:23.018Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.83s)
22:42:23 [2020-12-04T22:42:23.018Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.92s)
22:42:23 [2020-12-04T22:42:23.018Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.13s)
22:42:23 [2020-12-04T22:42:23.018Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.26s)
22:42:23 [2020-12-04T22:42:23.018Z] === RUN   TestBuildMultiStageParentConfig
22:42:23 [2020-12-04T22:42:23.684Z] === RUN   TestDockerSuite/TestCpFromCaseC
22:42:23 [2020-12-04T22:42:23.684Z] --- PASS: TestReplicatedJob (6.83s)
22:42:23 [2020-12-04T22:42:23.684Z] === RUN   TestUpdateReplicatedJob
22:42:24 [2020-12-04T22:42:24.252Z] === RUN   TestDockerSuite/TestCpFromCaseD
Post stage
[Pipeline] junit
22:42:24 [2020-12-04T22:42:24.455Z] Recording test results
22:42:24 [2020-12-04T22:42:24.572Z] --- PASS: TestBuildMultiStageParentConfig (2.08s)
22:42:24 [2020-12-04T22:42:24.572Z] === RUN   TestBuildLabelWithTargets
22:42:24 [2020-12-04T22:42:24.572Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
22:42:24 [2020-12-04T22:42:24.572Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
22:42:24 [2020-12-04T22:42:24.572Z] === RUN   TestBuildWithEmptyLayers
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
22:42:25 [2020-12-04T22:42:25.192Z] === RUN   TestDockerSuite/TestCpFromCaseE
22:42:25 [2020-12-04T22:42:25.425Z] + echo Ensuring container killed.
22:42:25 [2020-12-04T22:42:25.425Z] Ensuring container killed.
22:42:25 [2020-12-04T22:42:25.425Z] + docker rm -vf docker-pr9
22:42:25 [2020-12-04T22:42:25.425Z] Error: No such container: docker-pr9
22:42:25 [2020-12-04T22:42:25.425Z] + true
[Pipeline] sh
22:42:25 [2020-12-04T22:42:25.803Z] + echo Chowning /workspace to jenkins user
22:42:25 [2020-12-04T22:42:25.803Z] Chowning /workspace to jenkins user
22:42:25 [2020-12-04T22:42:25.803Z] + id -u
22:42:25 [2020-12-04T22:42:25.803Z] + id -g
22:42:25 [2020-12-04T22:42:25.803Z] + docker run --rm -v /home/docker/workspace/moby_PR-41622:/workspace busybox chown -R 1001:1001 /workspace
22:42:25 [2020-12-04T22:42:25.803Z] Unable to find image 'busybox:latest' locally
22:42:26 [2020-12-04T22:42:26.095Z] latest: Pulling from library/busybox
22:42:26 [2020-12-04T22:42:26.095Z] fcdecd492fba: Pulling fs layer
22:42:26 [2020-12-04T22:42:26.130Z] --- PASS: TestBuildWithEmptyLayers (1.07s)
22:42:26 [2020-12-04T22:42:26.130Z] === RUN   TestBuildMultiStageOnBuild
22:42:26 [2020-12-04T22:42:26.133Z] === RUN   TestDockerSuite/TestCpFromCaseF
22:42:26 [2020-12-04T22:42:26.387Z] fcdecd492fba: Download complete
22:42:26 [2020-12-04T22:42:26.387Z] fcdecd492fba: Pull complete
22:42:26 [2020-12-04T22:42:26.387Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
22:42:26 [2020-12-04T22:42:26.387Z] Status: Downloaded newer image for busybox:latest
22:42:26 [2020-12-04T22:42:26.705Z] === RUN   TestDockerSuite/TestCpFromCaseG
22:42:27 [2020-12-04T22:42:27.274Z] --- PASS: TestUpdateReplicatedJob (3.57s)
22:42:27 [2020-12-04T22:42:27.274Z] === RUN   TestServiceListWithStatuses
22:42:27 [2020-12-04T22:42:27.274Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:42:27 [2020-12-04T22:42:27.274Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:42:27 [2020-12-04T22:42:27.274Z] === RUN   TestDockerNetworkConnectAlias
22:42:27 [2020-12-04T22:42:27.533Z] === RUN   TestDockerSuite/TestCpFromCaseH
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:42:28 [2020-12-04T22:42:28.302Z] + bundleName=ppc64le-integration
22:42:28 [2020-12-04T22:42:28.302Z] + echo Creating ppc64le-integration-bundles.tar.gz
22:42:28 [2020-12-04T22:42:28.302Z] Creating ppc64le-integration-bundles.tar.gz
22:42:28 [2020-12-04T22:42:28.302Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name+  *.log -o -name *.profxargs -o tar -name -czf *-report.xml ppc64le-integration-bundles.tar.gz )
22:42:28 [2020-12-04T22:42:28.302Z]  -print
22:42:28 [2020-12-04T22:42:28.471Z] === RUN   TestDockerSuite/TestCpFromCaseI
[Pipeline] archiveArtifacts
22:42:28 [2020-12-04T22:42:28.646Z] Archiving artifacts
22:42:29 [2020-12-04T22:42:29.037Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41622/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
22:42:29 [2020-12-04T22:42:29.433Z] + make clean
22:42:29 [2020-12-04T22:42:29.439Z] === RUN   TestDockerSuite/TestCpFromCaseJ
22:42:29 [2020-12-04T22:42:29.725Z] make: command: Command not found
22:42:29 [2020-12-04T22:42:29.725Z] make: command: Command not found
22:42:29 [2020-12-04T22:42:29.725Z] docker volume rm -f docker-dev-cache
22:42:29 [2020-12-04T22:42:29.725Z] docker-dev-cache
[Pipeline] deleteDir
22:42:30 [2020-12-04T22:42:30.378Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:42:31 [2020-12-04T22:42:31.759Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
22:42:32 [2020-12-04T22:42:32.327Z] === RUN   TestDockerSuite/TestCpGarbagePath
22:42:32 [2020-12-04T22:42:32.897Z] --- PASS: TestDockerNetworkConnectAlias (5.62s)
22:42:32 [2020-12-04T22:42:32.897Z] === RUN   TestDockerNetworkReConnect
22:42:33 [2020-12-04T22:42:33.156Z] === RUN   TestDockerSuite/TestCpLocalOnly
22:42:33 [2020-12-04T22:42:33.156Z] === RUN   TestDockerSuite/TestCpNameHasColon
22:42:33 [2020-12-04T22:42:33.726Z] === RUN   TestDockerSuite/TestCpRelativePath
22:42:33 [2020-12-04T22:42:33.986Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
22:42:34 [2020-12-04T22:42:34.925Z] === RUN   TestDockerSuite/TestCpSpecialFiles
22:42:36 [2020-12-04T22:42:36.305Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
22:42:37 [2020-12-04T22:42:37.243Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
22:42:37 [2020-12-04T22:42:37.812Z] --- PASS: TestDockerNetworkReConnect (4.88s)
22:42:37 [2020-12-04T22:42:37.812Z] === RUN   TestServicePlugin
22:42:38 [2020-12-04T22:42:38.071Z] === RUN   TestDockerSuite/TestCpToCaseA
22:42:39 [2020-12-04T22:42:39.978Z] === RUN   TestDockerSuite/TestCpToCaseB
22:42:40 [2020-12-04T22:42:40.242Z] === RUN   TestDockerSuite/TestCpToCaseC
22:42:40 [2020-12-04T22:42:40.503Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
22:42:41 [2020-12-04T22:42:41.020Z] --- PASS: TestBuildMultiStageOnBuild (12.97s)
22:42:41 [2020-12-04T22:42:41.020Z] === RUN   TestBuildUncleanTarFilenames
22:42:41 [2020-12-04T22:42:41.020Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
22:42:41 [2020-12-04T22:42:41.020Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
22:42:41 [2020-12-04T22:42:41.020Z] === RUN   TestBuildMultiStageLayerLeak
22:42:42 [2020-12-04T22:42:42.412Z] === RUN   TestDockerSuite/TestCpToCaseD
22:42:47 [2020-12-04T22:42:47.689Z] === RUN   TestDockerSuite/TestCpToCaseE
22:42:49 [2020-12-04T22:42:49.071Z] === RUN   TestDockerSuite/TestCpToCaseF
22:42:49 [2020-12-04T22:42:49.671Z] === RUN   TestDockerSuite/TestCpToCaseG
22:42:52 [2020-12-04T22:42:52.961Z] === RUN   TestDockerSuite/TestCpToCaseH
22:42:55 [2020-12-04T22:42:55.497Z] === RUN   TestDockerSuite/TestCpToCaseI
22:42:55 [2020-12-04T22:42:55.925Z] --- PASS: TestBuildMultiStageLayerLeak (15.38s)
22:42:55 [2020-12-04T22:42:55.925Z] === RUN   TestBuildWithHugeFile
22:42:56 [2020-12-04T22:42:56.435Z] === RUN   TestDockerSuite/TestCpToCaseJ
22:42:59 [2020-12-04T22:42:59.727Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
22:43:00 [2020-12-04T22:43:00.296Z] === RUN   TestDockerSuite/TestCpToDot
22:43:00 [2020-12-04T22:43:00.867Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
22:43:01 [2020-12-04T22:43:01.806Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
22:43:02 [2020-12-04T22:43:02.744Z] === RUN   TestDockerSuite/TestCpToStdout
22:43:03 [2020-12-04T22:43:03.312Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
22:43:04 [2020-12-04T22:43:04.252Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
22:43:04 [2020-12-04T22:43:04.512Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
22:43:05 [2020-12-04T22:43:05.081Z] === RUN   TestDockerSuite/TestCpVolumePath
22:43:06 [2020-12-04T22:43:06.018Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
22:43:06 [2020-12-04T22:43:06.018Z] === RUN   TestDockerSuite/TestCreateArgs
22:43:06 [2020-12-04T22:43:06.018Z] === RUN   TestDockerSuite/TestCreateByImageID
22:43:06 [2020-12-04T22:43:06.279Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
22:43:06 [2020-12-04T22:43:06.539Z] === RUN   TestDockerSuite/TestCreateEchoStdout
22:43:07 [2020-12-04T22:43:07.110Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
22:43:07 [2020-12-04T22:43:07.110Z] === RUN   TestDockerSuite/TestCreateHostConfig
22:43:07 [2020-12-04T22:43:07.110Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
22:43:07 [2020-12-04T22:43:07.679Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
22:43:07 [2020-12-04T22:43:07.939Z] === RUN   TestDockerSuite/TestCreateLabels
22:43:08 [2020-12-04T22:43:08.199Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
22:43:08 [2020-12-04T22:43:08.199Z] === RUN   TestDockerSuite/TestCreateRM
22:43:08 [2020-12-04T22:43:08.462Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
22:43:08 [2020-12-04T22:43:08.462Z] === RUN   TestDockerSuite/TestCreateStopSignal
22:43:08 [2020-12-04T22:43:08.462Z] === RUN   TestDockerSuite/TestCreateStopTimeout
22:43:08 [2020-12-04T22:43:08.722Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
22:43:10 [2020-12-04T22:43:10.639Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
22:43:10 [2020-12-04T22:43:10.639Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
22:43:10 [2020-12-04T22:43:10.639Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
22:43:11 [2020-12-04T22:43:11.209Z] --- PASS: TestServicePlugin (33.39s)
22:43:11 [2020-12-04T22:43:11.209Z]     plugin_test.go:62: [d4256deb42a22] joining swarm manager [d638f42e11957]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:43:11 [2020-12-04T22:43:11.209Z]     plugin_test.go:65: [d1c46ca2fee5f] joining swarm manager [d638f42e11957]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:43:11 [2020-12-04T22:43:11.209Z] === RUN   TestServiceUpdateLabel
22:43:14 [2020-12-04T22:43:14.501Z] --- PASS: TestServiceUpdateLabel (2.96s)
22:43:14 [2020-12-04T22:43:14.501Z] === RUN   TestServiceUpdateSecrets
22:43:15 [2020-12-04T22:43:15.072Z] === RUN   TestDockerSuite/TestCreateWithPortRange
22:43:15 [2020-12-04T22:43:15.331Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
22:43:15 [2020-12-04T22:43:15.331Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
22:43:15 [2020-12-04T22:43:15.331Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
22:43:15 [2020-12-04T22:43:15.331Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
22:43:15 [2020-12-04T22:43:15.591Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
22:43:16 [2020-12-04T22:43:16.162Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
22:43:17 [2020-12-04T22:43:17.542Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
22:43:17 [2020-12-04T22:43:17.801Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
22:43:18 [2020-12-04T22:43:18.741Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
22:43:20 [2020-12-04T22:43:20.120Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
22:43:20 [2020-12-04T22:43:20.380Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
22:43:20 [2020-12-04T22:43:20.949Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
22:43:20 [2020-12-04T22:43:20.949Z] === RUN   TestDockerSuite/TestDevicePermissions
22:43:21 [2020-12-04T22:43:21.518Z] === RUN   TestDockerSuite/TestDockerFails
22:43:21 [2020-12-04T22:43:21.518Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
22:43:21 [2020-12-04T22:43:21.518Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
22:43:21 [2020-12-04T22:43:21.518Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
22:43:22 [2020-12-04T22:43:22.456Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
22:43:22 [2020-12-04T22:43:22.715Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
22:43:24 [2020-12-04T22:43:24.094Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
22:43:24 [2020-12-04T22:43:24.094Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
22:43:24 [2020-12-04T22:43:24.094Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
22:43:24 [2020-12-04T22:43:24.354Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
22:43:29 [2020-12-04T22:43:29.627Z] --- PASS: TestServiceUpdateSecrets (15.02s)
22:43:29 [2020-12-04T22:43:29.627Z] === RUN   TestServiceUpdateConfigs
22:43:29 [2020-12-04T22:43:29.627Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
22:43:32 [2020-12-04T22:43:32.171Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
22:43:34 [2020-12-04T22:43:34.077Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
22:43:35 [2020-12-04T22:43:35.456Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
22:43:36 [2020-12-04T22:43:36.024Z] === RUN   TestDockerSuite/TestEventsAttach
22:43:36 [2020-12-04T22:43:36.592Z] === RUN   TestDockerSuite/TestEventsCommit
22:43:37 [2020-12-04T22:43:37.160Z] === RUN   TestDockerSuite/TestEventsContainerEvents
22:43:37 [2020-12-04T22:43:37.730Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
22:43:38 [2020-12-04T22:43:38.300Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
22:43:38 [2020-12-04T22:43:38.867Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
22:43:40 [2020-12-04T22:43:40.772Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
22:43:41 [2020-12-04T22:43:41.340Z] === RUN   TestDockerSuite/TestEventsContainerRestart
22:43:43 [2020-12-04T22:43:43.877Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
22:43:43 [2020-12-04T22:43:43.877Z] --- PASS: TestServiceUpdateConfigs (14.71s)
22:43:43 [2020-12-04T22:43:43.877Z] === RUN   TestServiceUpdateNetwork
22:43:46 [2020-12-04T22:43:46.413Z] === RUN   TestDockerSuite/TestEventsCopy
22:43:47 [2020-12-04T22:43:47.356Z] === RUN   TestDockerSuite/TestEventsFilterContainer
22:43:48 [2020-12-04T22:43:48.296Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
22:43:54 [2020-12-04T22:43:54.877Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
22:43:54 [2020-12-04T22:43:54.877Z] === RUN   TestDockerSuite/TestEventsFilterImageName
22:43:54 [2020-12-04T22:43:54.877Z] === RUN   TestDockerSuite/TestEventsFilterLabels
22:43:55 [2020-12-04T22:43:55.136Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
22:43:55 [2020-12-04T22:43:55.396Z] === RUN   TestDockerSuite/TestEventsFilterType
22:43:55 [2020-12-04T22:43:55.655Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
22:43:55 [2020-12-04T22:43:55.655Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
22:43:55 [2020-12-04T22:43:55.655Z] === RUN   TestDockerSuite/TestEventsFilters
22:43:57 [2020-12-04T22:43:57.034Z] === RUN   TestDockerSuite/TestEventsFormat
22:43:57 [2020-12-04T22:43:57.034Z] --- PASS: TestServiceUpdateNetwork (13.32s)
22:43:57 [2020-12-04T22:43:57.034Z] === RUN   TestServiceUpdatePidsLimit
22:43:57 [2020-12-04T22:43:57.971Z] === RUN   TestDockerSuite/TestEventsFormatBadField
22:43:57 [2020-12-04T22:43:57.971Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
22:43:57 [2020-12-04T22:43:57.971Z] === RUN   TestDockerSuite/TestEventsImageImport
22:43:58 [2020-12-04T22:43:58.230Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
22:43:59 [2020-12-04T22:43:59.174Z] === RUN   TestDockerSuite/TestEventsImageLoad
22:43:59 [2020-12-04T22:43:59.174Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
22:43:59 [2020-12-04T22:43:59.433Z] === RUN   TestDockerSuite/TestEventsImagePull
22:44:00 [2020-12-04T22:44:00.001Z] === RUN   TestDockerSuite/TestEventsImageTag
22:44:01 [2020-12-04T22:44:01.383Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
22:44:01 [2020-12-04T22:44:01.383Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
22:44:01 [2020-12-04T22:44:01.383Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
22:44:01 [2020-12-04T22:44:01.383Z] === RUN   TestDockerSuite/TestEventsPluginOps
22:44:03 [2020-12-04T22:44:03.288Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
22:44:03 [2020-12-04T22:44:03.856Z] === RUN   TestDockerSuite/TestEventsRename
22:44:04 [2020-12-04T22:44:04.425Z] === RUN   TestDockerSuite/TestEventsResize
22:44:04 [2020-12-04T22:44:04.993Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
22:44:05 [2020-12-04T22:44:05.252Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
22:44:05 [2020-12-04T22:44:05.819Z] === RUN   TestDockerSuite/TestEventsStreaming
22:44:06 [2020-12-04T22:44:06.388Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
22:44:06 [2020-12-04T22:44:06.388Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
22:44:09 [2020-12-04T22:44:09.676Z] === RUN   TestDockerSuite/TestEventsTop
22:44:09 [2020-12-04T22:44:09.676Z] === RUN   TestDockerSuite/TestEventsUntag
22:44:11 [2020-12-04T22:44:11.583Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
22:44:12 [2020-12-04T22:44:12.548Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
22:44:13 [2020-12-04T22:44:13.927Z] --- PASS: TestServiceUpdatePidsLimit (16.74s)
22:44:13 [2020-12-04T22:44:13.927Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s)
22:44:13 [2020-12-04T22:44:13.927Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.02s)
22:44:13 [2020-12-04T22:44:13.927Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s)
22:44:13 [2020-12-04T22:44:13.927Z] PASS
22:44:13 [2020-12-04T22:44:13.927Z] 
22:44:13 [2020-12-04T22:44:13.927Z] === Skipped
22:44:13 [2020-12-04T22:44:13.927Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
22:44:13 [2020-12-04T22:44:13.927Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:44:13 [2020-12-04T22:44:13.927Z] 
22:44:13 [2020-12-04T22:44:13.927Z] 
22:44:13 [2020-12-04T22:44:13.927Z] DONE 27 tests, 1 skipped in 185.599s
22:44:13 [2020-12-04T22:44:13.927Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
22:44:13 [2020-12-04T22:44:13.927Z] ++ 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
22:44:13 [2020-12-04T22:44:13.927Z] ++ set -e
22:44:13 [2020-12-04T22:44:13.927Z] ++ '[' -n 0 ']'
22:44:13 [2020-12-04T22:44:13.927Z] ++ set -x
22:44:13 [2020-12-04T22:44:13.927Z] ++ env -i DEST=/go/src/github.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
22:44:14 [2020-12-04T22:44:14.187Z] INFO: Testing against a local daemon
22:44:14 [2020-12-04T22:44:14.187Z] === RUN   TestSessionCreate
22:44:14 [2020-12-04T22:44:14.187Z] --- PASS: TestSessionCreate (0.03s)
22:44:14 [2020-12-04T22:44:14.187Z] === RUN   TestSessionCreateWithBadUpgrade
22:44:14 [2020-12-04T22:44:14.187Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
22:44:14 [2020-12-04T22:44:14.187Z] PASS
22:44:14 [2020-12-04T22:44:14.187Z] 
22:44:14 [2020-12-04T22:44:14.187Z] DONE 2 tests in 0.195s
22:44:14 [2020-12-04T22:44:14.187Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
22:44:14 [2020-12-04T22:44:14.187Z] ++ 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
22:44:14 [2020-12-04T22:44:14.187Z] ++ set -e
22:44:14 [2020-12-04T22:44:14.187Z] ++ '[' -n 0 ']'
22:44:14 [2020-12-04T22:44:14.187Z] ++ set -x
22:44:14 [2020-12-04T22:44:14.187Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
22:44:14 [2020-12-04T22:44:14.187Z] INFO: Testing against a local daemon
22:44:14 [2020-12-04T22:44:14.187Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:44:14 [2020-12-04T22:44:14.187Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:44:14 [2020-12-04T22:44:14.187Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:44:14 [2020-12-04T22:44:14.187Z] === RUN   TestEventsExecDie
22:44:15 [2020-12-04T22:44:15.127Z] --- PASS: TestEventsExecDie (0.68s)
22:44:15 [2020-12-04T22:44:15.127Z] === RUN   TestEventsBackwardsCompatible
22:44:15 [2020-12-04T22:44:15.127Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
22:44:15 [2020-12-04T22:44:15.127Z] === RUN   TestInfoBinaryCommits
22:44:15 [2020-12-04T22:44:15.127Z] --- PASS: TestInfoBinaryCommits (0.03s)
22:44:15 [2020-12-04T22:44:15.127Z] === RUN   TestInfoAPIVersioned
22:44:15 [2020-12-04T22:44:15.127Z] --- PASS: TestInfoAPIVersioned (0.03s)
22:44:15 [2020-12-04T22:44:15.127Z] === RUN   TestInfoDiscoveryBackend
22:44:15 [2020-12-04T22:44:15.695Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
22:44:15 [2020-12-04T22:44:15.695Z] === RUN   TestInfoDiscoveryInvalidAdvertise
22:44:16 [2020-12-04T22:44:16.632Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
22:44:16 [2020-12-04T22:44:16.632Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
22:44:17 [2020-12-04T22:44:17.199Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
22:44:17 [2020-12-04T22:44:17.199Z] === RUN   TestInfoAPI
22:44:17 [2020-12-04T22:44:17.199Z] --- PASS: TestInfoAPI (0.03s)
22:44:17 [2020-12-04T22:44:17.199Z] === RUN   TestInfoAPIWarnings
22:44:23 [2020-12-04T22:44:23.767Z] === RUN   TestDockerSuite/TestExec
22:44:23 [2020-12-04T22:44:23.767Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
22:44:24 [2020-12-04T22:44:24.335Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
22:44:25 [2020-12-04T22:44:25.274Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
22:44:25 [2020-12-04T22:44:25.842Z] === RUN   TestDockerSuite/TestExecAPIStart
22:44:26 [2020-12-04T22:44:26.779Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
22:44:27 [2020-12-04T22:44:27.347Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
22:44:27 [2020-12-04T22:44:27.915Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
22:44:28 [2020-12-04T22:44:28.485Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
22:44:29 [2020-12-04T22:44:29.053Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
22:44:29 [2020-12-04T22:44:29.622Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
22:44:30 [2020-12-04T22:44:30.191Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
22:44:31 [2020-12-04T22:44:31.129Z] === RUN   TestDockerSuite/TestExecCgroup
22:44:32 [2020-12-04T22:44:32.090Z] === RUN   TestDockerSuite/TestExecEnv
22:44:32 [2020-12-04T22:44:32.669Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
22:44:33 [2020-12-04T22:44:33.607Z] --- PASS: TestInfoAPIWarnings (16.34s)
22:44:33 [2020-12-04T22:44:33.607Z] === RUN   TestInfoDebug
22:44:33 [2020-12-04T22:44:33.866Z] === RUN   TestDockerSuite/TestExecExitStatus
22:44:34 [2020-12-04T22:44:34.125Z] --- PASS: TestInfoDebug (0.54s)
22:44:34 [2020-12-04T22:44:34.126Z] === RUN   TestInfoInsecureRegistries
22:44:34 [2020-12-04T22:44:34.695Z] === RUN   TestDockerSuite/TestExecInspectID
22:44:34 [2020-12-04T22:44:34.695Z] --- PASS: TestInfoInsecureRegistries (0.53s)
22:44:34 [2020-12-04T22:44:34.695Z] === RUN   TestInfoRegistryMirrors
22:44:35 [2020-12-04T22:44:35.263Z] --- PASS: TestInfoRegistryMirrors (0.53s)
22:44:35 [2020-12-04T22:44:35.263Z] === RUN   TestLoginFailsWithBadCredentials
22:44:35 [2020-12-04T22:44:35.263Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s)
22:44:35 [2020-12-04T22:44:35.263Z] === RUN   TestPingCacheHeaders
22:44:35 [2020-12-04T22:44:35.263Z] --- PASS: TestPingCacheHeaders (0.02s)
22:44:35 [2020-12-04T22:44:35.263Z] === RUN   TestPingGet
22:44:35 [2020-12-04T22:44:35.263Z] --- PASS: TestPingGet (0.01s)
22:44:35 [2020-12-04T22:44:35.263Z] === RUN   TestPingHead
22:44:35 [2020-12-04T22:44:35.263Z] --- PASS: TestPingHead (0.02s)
22:44:35 [2020-12-04T22:44:35.263Z] === RUN   TestVersion
22:44:35 [2020-12-04T22:44:35.523Z] --- PASS: TestVersion (0.02s)
22:44:35 [2020-12-04T22:44:35.523Z] PASS
22:44:35 [2020-12-04T22:44:35.523Z] 
22:44:35 [2020-12-04T22:44:35.523Z] === Skipped
22:44:35 [2020-12-04T22:44:35.523Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:44:35 [2020-12-04T22:44:35.523Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:44:35 [2020-12-04T22:44:35.523Z] 
22:44:35 [2020-12-04T22:44:35.523Z] 
22:44:35 [2020-12-04T22:44:35.523Z] DONE 18 tests, 1 skipped in 21.272s
22:44:35 [2020-12-04T22:44:35.523Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
22:44:35 [2020-12-04T22:44:35.523Z] ++ 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
22:44:35 [2020-12-04T22:44:35.523Z] ++ set -e
22:44:35 [2020-12-04T22:44:35.523Z] ++ '[' -n 0 ']'
22:44:35 [2020-12-04T22:44:35.523Z] ++ set -x
22:44:35 [2020-12-04T22:44:35.523Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
22:44:35 [2020-12-04T22:44:35.523Z] INFO: Testing against a local daemon
22:44:35 [2020-12-04T22:44:35.523Z] === RUN   TestVolumesCreateAndList
22:44:35 [2020-12-04T22:44:35.523Z] --- PASS: TestVolumesCreateAndList (0.02s)
22:44:35 [2020-12-04T22:44:35.523Z] === RUN   TestVolumesRemove
22:44:35 [2020-12-04T22:44:35.523Z] --- PASS: TestVolumesRemove (0.07s)
22:44:35 [2020-12-04T22:44:35.523Z] === RUN   TestVolumesInspect
22:44:35 [2020-12-04T22:44:35.523Z] --- PASS: TestVolumesInspect (0.02s)
22:44:35 [2020-12-04T22:44:35.523Z] === RUN   TestVolumesInvalidJSON
22:44:35 [2020-12-04T22:44:35.523Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:44:35 [2020-12-04T22:44:35.523Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:44:35 [2020-12-04T22:44:35.782Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:44:35 [2020-12-04T22:44:35.782Z] --- PASS: TestVolumesInvalidJSON (0.01s)
22:44:35 [2020-12-04T22:44:35.782Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:44:35 [2020-12-04T22:44:35.782Z] PASS
22:44:35 [2020-12-04T22:44:35.782Z] 
22:44:35 [2020-12-04T22:44:35.782Z] DONE 5 tests in 0.247s
22:44:35 [2020-12-04T22:44:35.782Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:44:35 [2020-12-04T22:44:35.782Z] ++++ cat bundles/test-integration/docker.pid
22:44:35 [2020-12-04T22:44:35.782Z] +++ kill 5660
22:44:36 [2020-12-04T22:44:36.352Z] === RUN   TestDockerSuite/TestExecInteractive
22:44:36 [2020-12-04T22:44:36.920Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
22:44:36 [2020-12-04T22:44:36.920Z] +++ /etc/init.d/apparmor stop
22:44:36 [2020-12-04T22:44:36.920Z] Leaving: AppArmorNo profiles have been unloaded.
22:44:36 [2020-12-04T22:44:36.920Z] 
22:44:36 [2020-12-04T22:44:36.920Z] Unloading profiles will leave already running processes permanently
22:44:36 [2020-12-04T22:44:36.920Z] unconfined, which can lead to unexpected situations.
22:44:36 [2020-12-04T22:44:36.920Z] 
22:44:36 [2020-12-04T22:44:36.920Z] To set a process to complain mode, use the command line tool
22:44:36 [2020-12-04T22:44:36.920Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:44:36 [2020-12-04T22:44:36.920Z] +++ true
22:44:36 [2020-12-04T22:44:36.920Z] exiting test-integration
22:44:36 [2020-12-04T22:44:36.920Z] ++ exit 0
22:44:36 [2020-12-04T22:44:36.920Z] 
22:44:37 [2020-12-04T22:44:37.489Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
22:44:38 [2020-12-04T22:44:38.058Z] + for job in $(jobs -p)
22:44:38 [2020-12-04T22:44:38.058Z] + wait 16624
22:44:38 [2020-12-04T22:44:38.997Z] === RUN   TestDockerSuite/TestExecParseError
22:44:39 [2020-12-04T22:44:39.256Z] === RUN   TestDockerSuite/TestExecPausedContainer
22:44:39 [2020-12-04T22:44:39.826Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
22:44:40 [2020-12-04T22:44:40.395Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
22:44:41 [2020-12-04T22:44:41.332Z] === RUN   TestDockerSuite/TestExecSetEnv
22:44:41 [2020-12-04T22:44:41.901Z] === RUN   TestDockerSuite/TestExecStartFails
22:44:42 [2020-12-04T22:44:42.470Z] === RUN   TestDockerSuite/TestExecStateCleanup
22:44:54 [2020-12-04T22:44:54.677Z] === RUN   TestDockerSuite/TestExecStopNotHanging
22:44:54 [2020-12-04T22:44:54.677Z] === RUN   TestDockerSuite/TestExecTTY
22:44:54 [2020-12-04T22:44:54.677Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
22:44:55 [2020-12-04T22:44:55.245Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
22:44:55 [2020-12-04T22:44:55.512Z] === RUN   TestDockerSuite/TestExecUlimits
22:44:56 [2020-12-04T22:44:56.089Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
22:44:56 [2020-12-04T22:44:56.089Z] === RUN   TestDockerSuite/TestExecWithImageUser
22:44:57 [2020-12-04T22:44:57.468Z] === RUN   TestDockerSuite/TestExecWithNoTERM
22:44:58 [2020-12-04T22:44:58.036Z] === RUN   TestDockerSuite/TestExecWithPrivileged
22:44:58 [2020-12-04T22:44:58.976Z] === RUN   TestDockerSuite/TestExecWithTERM
22:44:59 [2020-12-04T22:44:59.544Z] === RUN   TestDockerSuite/TestExecWithUser
22:45:00 [2020-12-04T22:45:00.113Z] === RUN   TestDockerSuite/TestGetContainerStats
22:45:05 [2020-12-04T22:45:05.383Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
22:45:09 [2020-12-04T22:45:09.572Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
22:45:10 [2020-12-04T22:45:10.950Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
22:45:15 [2020-12-04T22:45:15.139Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
22:45:15 [2020-12-04T22:45:15.397Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
22:45:15 [2020-12-04T22:45:15.967Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
22:45:15 [2020-12-04T22:45:15.967Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
22:45:15 [2020-12-04T22:45:15.967Z] === RUN   TestDockerSuite/TestHealth
22:45:37 [2020-12-04T22:45:37.924Z] === RUN   TestDockerSuite/TestHistoryExistentImage
22:45:37 [2020-12-04T22:45:37.924Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
22:45:37 [2020-12-04T22:45:37.924Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
22:45:37 [2020-12-04T22:45:37.924Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
22:45:37 [2020-12-04T22:45:37.924Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
22:45:37 [2020-12-04T22:45:37.924Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
22:45:37 [2020-12-04T22:45:37.924Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
22:45:37 [2020-12-04T22:45:37.924Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
22:45:37 [2020-12-04T22:45:37.925Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
22:45:37 [2020-12-04T22:45:37.925Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
22:45:37 [2020-12-04T22:45:37.925Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
22:45:37 [2020-12-04T22:45:37.925Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
22:45:37 [2020-12-04T22:45:37.925Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
22:45:37 [2020-12-04T22:45:37.925Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
22:45:37 [2020-12-04T22:45:37.925Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
22:45:38 [2020-12-04T22:45:38.200Z] --- PASS: TestBuildWithHugeFile (151.89s)
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestBuildWithEmptyDockerfile
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:45:38 [2020-12-04T22:45:38.200Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:45:38 [2020-12-04T22:45:38.200Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:45:38 [2020-12-04T22:45:38.200Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:45:38 [2020-12-04T22:45:38.200Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:45:38 [2020-12-04T22:45:38.200Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:45:38 [2020-12-04T22:45:38.200Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:45:38 [2020-12-04T22:45:38.200Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s)
22:45:38 [2020-12-04T22:45:38.200Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestBuildPreserveOwnership
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestBuildPlatformInvalid
22:45:38 [2020-12-04T22:45:38.200Z] --- PASS: TestBuildPlatformInvalid (0.06s)
22:45:38 [2020-12-04T22:45:38.200Z] PASS
22:45:38 [2020-12-04T22:45:38.200Z] ok  	github.com/docker/docker/integration/build	222.411s
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] === Skipped
22:45:38 [2020-12-04T22:45:38.200Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     build_session_test.go:25: TODO: BuildKit
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] DONE 28 tests, 5 skipped in 247.417s
22:45:38 [2020-12-04T22:45:38.200Z] Running D:\gopath\src\github.com\docker\docker\integration\config
22:45:38 [2020-12-04T22:45:38.200Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:45:38 [2020-12-04T22:45:38.200Z] INFO: Testing against a local daemon
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestConfigInspect
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestConfigInspect (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestConfigList
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestConfigList (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestConfigsCreateAndDelete
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestConfigsUpdate
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestConfigsUpdate (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestTemplatedConfig
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestTemplatedConfig (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestConfigCreateResolve
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestConfigCreateResolve (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestConfigDaemonLibtrustID
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
22:45:38 [2020-12-04T22:45:38.200Z] PASS
22:45:38 [2020-12-04T22:45:38.200Z] ok  	github.com/docker/docker/integration/config	0.184s
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] === Skipped
22:45:38 [2020-12-04T22:45:38.200Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] 
22:45:38 [2020-12-04T22:45:38.200Z] DONE 7 tests, 7 skipped in 2.691s
22:45:38 [2020-12-04T22:45:38.200Z] Running D:\gopath\src\github.com\docker\docker\integration\container
22:45:38 [2020-12-04T22:45:38.200Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:45:38 [2020-12-04T22:45:38.200Z] INFO: Testing against a local daemon
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCheckpoint
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestCheckpoint (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestContainerInvalidJSON
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:45:38 [2020-12-04T22:45:38.200Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:45:38 [2020-12-04T22:45:38.200Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:45:38 [2020-12-04T22:45:38.200Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:45:38 [2020-12-04T22:45:38.200Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:45:38 [2020-12-04T22:45:38.200Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:45:38 [2020-12-04T22:45:38.200Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:45:38 [2020-12-04T22:45:38.200Z] --- PASS: TestContainerInvalidJSON (0.03s)
22:45:38 [2020-12-04T22:45:38.200Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:45:38 [2020-12-04T22:45:38.200Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.30s)
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCopyFromContainerPathIsNotDir
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.04s)
22:45:38 [2020-12-04T22:45:38.200Z]     copy_test.go:38: testEnv.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCopyToContainerPathDoesNotExist
22:45:38 [2020-12-04T22:45:38.200Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.25s)
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCopyToContainerPathIsNotDir
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.04s)
22:45:38 [2020-12-04T22:45:38.200Z]     copy_test.go:63: testEnv.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCopyFromContainer
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestCopyFromContainer (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:45:38 [2020-12-04T22:45:38.200Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:45:38 [2020-12-04T22:45:38.200Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:45:38 [2020-12-04T22:45:38.200Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:45:38 [2020-12-04T22:45:38.200Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:45:38 [2020-12-04T22:45:38.200Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:45:38 [2020-12-04T22:45:38.200Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:45:38 [2020-12-04T22:45:38.200Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
22:45:38 [2020-12-04T22:45:38.200Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateLinkToNonExistingContainer
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateWithInvalidEnv
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateWithInvalidEnv/0
22:45:38 [2020-12-04T22:45:38.200Z] === PAUSE TestCreateWithInvalidEnv/0
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateWithInvalidEnv/1
22:45:38 [2020-12-04T22:45:38.200Z] === PAUSE TestCreateWithInvalidEnv/1
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateWithInvalidEnv/2
22:45:38 [2020-12-04T22:45:38.200Z] === PAUSE TestCreateWithInvalidEnv/2
22:45:38 [2020-12-04T22:45:38.200Z] === CONT  TestCreateWithInvalidEnv/0
22:45:38 [2020-12-04T22:45:38.200Z] === CONT  TestCreateWithInvalidEnv/2
22:45:38 [2020-12-04T22:45:38.200Z] === CONT  TestCreateWithInvalidEnv/1
22:45:38 [2020-12-04T22:45:38.200Z] --- PASS: TestCreateWithInvalidEnv (0.04s)
22:45:38 [2020-12-04T22:45:38.200Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateTmpfsMountsTarget
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestCreateTmpfsMountsTarget (0.01s)
22:45:38 [2020-12-04T22:45:38.200Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateWithCustomMaskedPaths
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateWithCustomReadonlyPaths
22:45:38 [2020-12-04T22:45:38.200Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
22:45:38 [2020-12-04T22:45:38.200Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:45:38 [2020-12-04T22:45:38.200Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:45:38 [2020-12-04T22:45:38.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:45:38 [2020-12-04T22:45:38.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:45:38 [2020-12-04T22:45:38.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:45:38 [2020-12-04T22:45:38.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:45:38 [2020-12-04T22:45:38.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:45:38 [2020-12-04T22:45:38.201Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:45:38 [2020-12-04T22:45:38.201Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:45:38 [2020-12-04T22:45:38.201Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:45:38 [2020-12-04T22:45:38.201Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:45:38 [2020-12-04T22:45:38.201Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:45:38 [2020-12-04T22:45:38.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s)
22:45:38 [2020-12-04T22:45:38.201Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
22:45:38 [2020-12-04T22:45:38.201Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
22:45:38 [2020-12-04T22:45:38.201Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
22:45:38 [2020-12-04T22:45:38.201Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
22:45:38 [2020-12-04T22:45:38.201Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:45:38 [2020-12-04T22:45:38.201Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
22:45:38 [2020-12-04T22:45:38.201Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestCreateDifferentPlatform
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestCreateDifferentPlatform/different_os
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:45:38 [2020-12-04T22:45:38.201Z] --- PASS: TestCreateDifferentPlatform (0.05s)
22:45:38 [2020-12-04T22:45:38.201Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:45:38 [2020-12-04T22:45:38.201Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:45:38 [2020-12-04T22:45:38.201Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:45:38 [2020-12-04T22:45:38.201Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
22:45:38 [2020-12-04T22:45:38.201Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestContainerKillOnDaemonStart
22:45:38 [2020-12-04T22:45:38.201Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
22:45:38 [2020-12-04T22:45:38.201Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestDiff
22:45:38 [2020-12-04T22:45:38.201Z] --- SKIP: TestDiff (0.00s)
22:45:38 [2020-12-04T22:45:38.201Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestExecWithCloseStdin
22:45:38 [2020-12-04T22:45:38.201Z] --- PASS: TestExecWithCloseStdin (2.36s)
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestExec
22:45:38 [2020-12-04T22:45:38.201Z] --- PASS: TestExec (2.09s)
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestExecUser
22:45:38 [2020-12-04T22:45:38.201Z] --- SKIP: TestExecUser (0.00s)
22:45:38 [2020-12-04T22:45:38.201Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestExportContainerAndImportImage
22:45:38 [2020-12-04T22:45:38.201Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
22:45:38 [2020-12-04T22:45:38.201Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestExportContainerAfterDaemonRestart
22:45:38 [2020-12-04T22:45:38.201Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
22:45:38 [2020-12-04T22:45:38.201Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestHealthCheckWorkdir
22:45:38 [2020-12-04T22:45:38.201Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
22:45:38 [2020-12-04T22:45:38.201Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestHealthKillContainer
22:45:38 [2020-12-04T22:45:38.201Z] --- SKIP: TestHealthKillContainer (0.00s)
22:45:38 [2020-12-04T22:45:38.201Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestInspectCpusetInConfigPre120
22:45:38 [2020-12-04T22:45:38.201Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
22:45:38 [2020-12-04T22:45:38.201Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
22:45:38 [2020-12-04T22:45:38.201Z] === RUN   TestKillContainerInvalidSignal
22:45:38 [2020-12-04T22:45:38.494Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
22:45:38 [2020-12-04T22:45:38.494Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
22:45:39 [2020-12-04T22:45:39.873Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
22:45:40 [2020-12-04T22:45:40.408Z] --- PASS: TestKillContainerInvalidSignal (1.75s)
22:45:40 [2020-12-04T22:45:40.408Z] === RUN   TestKillContainer
22:45:40 [2020-12-04T22:45:40.408Z] === RUN   TestKillContainer/no_signal
22:45:40 [2020-12-04T22:45:40.812Z] === RUN   TestDockerSuite/TestImagesFormat
22:45:40 [2020-12-04T22:45:40.812Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
22:45:41 [2020-12-04T22:45:41.381Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
22:45:41 [2020-12-04T22:45:41.640Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
22:45:41 [2020-12-04T22:45:41.963Z] === RUN   TestKillContainer/non_killing_signal
22:45:41 [2020-12-04T22:45:41.963Z] === RUN   TestKillContainer/killing_signal
22:45:44 [2020-12-04T22:45:44.170Z] --- PASS: TestKillContainer (4.02s)
22:45:44 [2020-12-04T22:45:44.170Z]     --- PASS: TestKillContainer/no_signal (1.82s)
22:45:44 [2020-12-04T22:45:44.170Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
22:45:44 [2020-12-04T22:45:44.170Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
22:45:44 [2020-12-04T22:45:44.170Z]     --- PASS: TestKillContainer/killing_signal (2.15s)
22:45:44 [2020-12-04T22:45:44.170Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:45:44 [2020-12-04T22:45:44.170Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
22:45:44 [2020-12-04T22:45:44.170Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:45:44 [2020-12-04T22:45:44.170Z] === RUN   TestKillStoppedContainer
22:45:44 [2020-12-04T22:45:44.170Z] --- SKIP: TestKillStoppedContainer (0.00s)
22:45:44 [2020-12-04T22:45:44.170Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:45:44 [2020-12-04T22:45:44.170Z] === RUN   TestKillStoppedContainerAPIPre120
22:45:44 [2020-12-04T22:45:44.170Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
22:45:44 [2020-12-04T22:45:44.170Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:45:44 [2020-12-04T22:45:44.170Z] === RUN   TestKillDifferentUserContainer
22:45:44 [2020-12-04T22:45:44.170Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
22:45:44 [2020-12-04T22:45:44.170Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
22:45:44 [2020-12-04T22:45:44.170Z] === RUN   TestInspectOomKilledTrue
22:45:44 [2020-12-04T22:45:44.170Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
22:45:44 [2020-12-04T22:45:44.170Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
22:45:44 [2020-12-04T22:45:44.170Z] === RUN   TestInspectOomKilledFalse
22:45:44 [2020-12-04T22:45:44.170Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
22:45:44 [2020-12-04T22:45:44.170Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:45:44 [2020-12-04T22:45:44.170Z] === RUN   TestLogsFollowTailEmpty
22:45:44 [2020-12-04T22:45:44.931Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
22:45:44 [2020-12-04T22:45:44.931Z] === RUN   TestDockerSuite/TestImportBadURL
22:45:44 [2020-12-04T22:45:44.931Z] === RUN   TestDockerSuite/TestImportDisplay
22:45:45 [2020-12-04T22:45:45.726Z] --- PASS: TestLogsFollowTailEmpty (1.71s)
22:45:45 [2020-12-04T22:45:45.726Z] === RUN   TestNetworkNat
22:45:45 [2020-12-04T22:45:45.726Z] --- SKIP: TestNetworkNat (0.00s)
22:45:45 [2020-12-04T22:45:45.726Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
22:45:45 [2020-12-04T22:45:45.726Z] === RUN   TestNetworkLocalhostTCPNat
22:45:46 [2020-12-04T22:45:46.310Z] === RUN   TestDockerSuite/TestImportFile
22:45:47 [2020-12-04T22:45:47.932Z] --- PASS: TestNetworkLocalhostTCPNat (2.04s)
22:45:47 [2020-12-04T22:45:47.932Z] === RUN   TestNetworkLoopbackNat
22:45:47 [2020-12-04T22:45:47.932Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
22:45:47 [2020-12-04T22:45:47.932Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
22:45:47 [2020-12-04T22:45:47.932Z] === RUN   TestPause
22:45:47 [2020-12-04T22:45:47.932Z] --- SKIP: TestPause (0.00s)
22:45:47 [2020-12-04T22:45:47.932Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
22:45:47 [2020-12-04T22:45:47.932Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:45:48 [2020-12-04T22:45:48.215Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
22:45:48 [2020-12-04T22:45:48.216Z] === RUN   TestDockerSuite/TestImportFileWithMessage
22:45:49 [2020-12-04T22:45:49.489Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.71s)
22:45:49 [2020-12-04T22:45:49.489Z] === RUN   TestPauseStopPausedContainer
22:45:49 [2020-12-04T22:45:49.489Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
22:45:49 [2020-12-04T22:45:49.489Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
22:45:49 [2020-12-04T22:45:49.489Z] === RUN   TestPsFilter
22:45:49 [2020-12-04T22:45:49.489Z] --- PASS: TestPsFilter (0.13s)
22:45:49 [2020-12-04T22:45:49.489Z] === RUN   TestRemoveContainerWithRemovedVolume
22:45:49 [2020-12-04T22:45:49.595Z] === RUN   TestDockerSuite/TestImportGzipped
22:45:50 [2020-12-04T22:45:50.978Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
22:45:51 [2020-12-04T22:45:51.692Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.09s)
22:45:51 [2020-12-04T22:45:51.692Z] === RUN   TestRemoveContainerWithVolume
22:45:52 [2020-12-04T22:45:52.357Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
22:45:52 [2020-12-04T22:45:52.616Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
22:45:53 [2020-12-04T22:45:53.183Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
22:45:53 [2020-12-04T22:45:53.751Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
22:45:53 [2020-12-04T22:45:53.751Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
22:45:53 [2020-12-04T22:45:53.751Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
22:45:53 [2020-12-04T22:45:53.899Z] --- PASS: TestRemoveContainerWithVolume (2.11s)
22:45:53 [2020-12-04T22:45:53.899Z] === RUN   TestRemoveContainerRunning
22:45:54 [2020-12-04T22:45:54.326Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
22:45:54 [2020-12-04T22:45:54.902Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
22:45:55 [2020-12-04T22:45:55.464Z] --- PASS: TestRemoveContainerRunning (1.73s)
22:45:55 [2020-12-04T22:45:55.464Z] === RUN   TestRemoveContainerForceRemoveRunning
22:45:55 [2020-12-04T22:45:55.472Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
22:45:56 [2020-12-04T22:45:56.042Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
22:45:56 [2020-12-04T22:45:56.302Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
22:45:56 [2020-12-04T22:45:56.870Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
22:45:56 [2020-12-04T22:45:56.870Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
22:45:57 [2020-12-04T22:45:57.667Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.74s)
22:45:57 [2020-12-04T22:45:57.667Z] === RUN   TestRemoveInvalidContainer
22:45:57 [2020-12-04T22:45:57.667Z] --- PASS: TestRemoveInvalidContainer (0.03s)
22:45:57 [2020-12-04T22:45:57.667Z] === RUN   TestRenameLinkedContainer
22:45:57 [2020-12-04T22:45:57.667Z] --- SKIP: TestRenameLinkedContainer (0.00s)
22:45:57 [2020-12-04T22:45:57.667Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
22:45:57 [2020-12-04T22:45:57.667Z] === RUN   TestRenameStoppedContainer
22:45:58 [2020-12-04T22:45:58.251Z] === RUN   TestDockerSuite/TestInspectAmpersand
22:45:58 [2020-12-04T22:45:58.511Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
22:45:59 [2020-12-04T22:45:59.080Z] === RUN   TestDockerSuite/TestInspectByPrefix
22:45:59 [2020-12-04T22:45:59.080Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
22:45:59 [2020-12-04T22:45:59.222Z] --- PASS: TestRenameStoppedContainer (2.05s)
22:45:59 [2020-12-04T22:45:59.222Z] === RUN   TestRenameRunningContainerAndReuse
22:45:59 [2020-12-04T22:45:59.648Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
22:45:59 [2020-12-04T22:45:59.648Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
22:46:00 [2020-12-04T22:46:00.217Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
22:46:00 [2020-12-04T22:46:00.477Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
22:46:01 [2020-12-04T22:46:01.046Z] === RUN   TestDockerSuite/TestInspectDefault
22:46:01 [2020-12-04T22:46:01.615Z] === RUN   TestDockerSuite/TestInspectHistory
22:46:02 [2020-12-04T22:46:02.553Z] === RUN   TestDockerSuite/TestInspectImage
22:46:02 [2020-12-04T22:46:02.553Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
22:46:02 [2020-12-04T22:46:02.553Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
22:46:02 [2020-12-04T22:46:02.553Z] === RUN   TestDockerSuite/TestInspectInt64
22:46:02 [2020-12-04T22:46:02.999Z] --- PASS: TestRenameRunningContainerAndReuse (3.64s)
22:46:02 [2020-12-04T22:46:02.999Z] === RUN   TestRenameInvalidName
22:46:03 [2020-12-04T22:46:03.122Z] === RUN   TestDockerSuite/TestInspectJSONFields
22:46:03 [2020-12-04T22:46:03.691Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
22:46:03 [2020-12-04T22:46:03.691Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
22:46:04 [2020-12-04T22:46:04.263Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
22:46:05 [2020-12-04T22:46:05.200Z] --- PASS: TestRenameInvalidName (1.79s)
22:46:05 [2020-12-04T22:46:05.200Z] === RUN   TestRenameAnonymousContainer
22:46:05 [2020-12-04T22:46:05.200Z] --- SKIP: TestRenameAnonymousContainer (0.00s)
22:46:05 [2020-12-04T22:46:05.200Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
22:46:05 [2020-12-04T22:46:05.200Z] === RUN   TestRenameContainerWithSameName
22:46:05 [2020-12-04T22:46:05.202Z] === RUN   TestDockerSuite/TestInspectPlugin
22:46:06 [2020-12-04T22:46:06.756Z] --- PASS: TestRenameContainerWithSameName (1.73s)
22:46:06 [2020-12-04T22:46:06.756Z] === RUN   TestRenameContainerWithLinkedContainer
22:46:06 [2020-12-04T22:46:06.756Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
22:46:06 [2020-12-04T22:46:06.756Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
22:46:06 [2020-12-04T22:46:06.756Z] === RUN   TestResize
22:46:07 [2020-12-04T22:46:07.740Z] === RUN   TestDockerSuite/TestInspectRootFS
22:46:07 [2020-12-04T22:46:07.740Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
22:46:07 [2020-12-04T22:46:07.740Z] === RUN   TestDockerSuite/TestInspectStatus
22:46:08 [2020-12-04T22:46:08.309Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
22:46:08 [2020-12-04T22:46:08.313Z] --- PASS: TestResize (1.70s)
22:46:08 [2020-12-04T22:46:08.313Z] === RUN   TestResizeWithInvalidSize
22:46:08 [2020-12-04T22:46:08.313Z] --- SKIP: TestResizeWithInvalidSize (0.00s)
22:46:08 [2020-12-04T22:46:08.313Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
22:46:08 [2020-12-04T22:46:08.313Z] === RUN   TestResizeWhenContainerNotStarted
22:46:09 [2020-12-04T22:46:09.687Z] === RUN   TestDockerSuite/TestInspectTemplateError
22:46:09 [2020-12-04T22:46:09.947Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
22:46:10 [2020-12-04T22:46:10.516Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
22:46:10 [2020-12-04T22:46:10.518Z] --- PASS: TestResizeWhenContainerNotStarted (2.14s)
22:46:10 [2020-12-04T22:46:10.518Z] === RUN   TestDaemonRestartKillContainers
22:46:10 [2020-12-04T22:46:10.518Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
22:46:10 [2020-12-04T22:46:10.518Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
22:46:10 [2020-12-04T22:46:10.518Z] === RUN   TestStats
22:46:10 [2020-12-04T22:46:10.518Z] --- SKIP: TestStats (0.00s)
22:46:10 [2020-12-04T22:46:10.518Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
22:46:10 [2020-12-04T22:46:10.518Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:46:11 [2020-12-04T22:46:11.086Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
22:46:11 [2020-12-04T22:46:11.347Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
22:46:11 [2020-12-04T22:46:11.916Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
22:46:12 [2020-12-04T22:46:12.485Z] === RUN   TestDockerSuite/TestInspectUnknownObject
22:46:12 [2020-12-04T22:46:12.485Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
22:46:14 [2020-12-04T22:46:14.391Z] === RUN   TestDockerSuite/TestLinkShortDefinition
22:46:15 [2020-12-04T22:46:15.327Z] === RUN   TestDockerSuite/TestLinksEnvs
22:46:16 [2020-12-04T22:46:16.264Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
22:46:16 [2020-12-04T22:46:16.264Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
22:46:17 [2020-12-04T22:46:17.641Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
22:46:17 [2020-12-04T22:46:17.641Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
22:46:17 [2020-12-04T22:46:17.654Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.55s)
22:46:17 [2020-12-04T22:46:17.654Z] === RUN   TestStopContainerWithTimeout
22:46:17 [2020-12-04T22:46:17.654Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
22:46:17 [2020-12-04T22:46:17.654Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
22:46:17 [2020-12-04T22:46:17.654Z] === RUN   TestUpdateRestartPolicy
22:46:19 [2020-12-04T22:46:19.549Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
22:46:20 [2020-12-04T22:46:20.929Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
22:46:20 [2020-12-04T22:46:20.929Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
22:46:23 [2020-12-04T22:46:23.468Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
22:46:23 [2020-12-04T22:46:23.468Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
22:46:24 [2020-12-04T22:46:24.039Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
22:46:32 [2020-12-04T22:46:32.162Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
22:46:33 [2020-12-04T22:46:33.539Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
22:46:33 [2020-12-04T22:46:33.799Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
22:46:34 [2020-12-04T22:46:34.751Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
22:46:35 [2020-12-04T22:46:35.320Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
22:46:37 [2020-12-04T22:46:37.861Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
22:46:37 [2020-12-04T22:46:37.861Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
22:46:38 [2020-12-04T22:46:38.120Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
22:46:38 [2020-12-04T22:46:38.120Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
22:46:38 [2020-12-04T22:46:38.120Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
22:46:38 [2020-12-04T22:46:38.689Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
22:46:38 [2020-12-04T22:46:38.847Z] --- PASS: TestUpdateRestartPolicy (21.11s)
22:46:38 [2020-12-04T22:46:38.847Z] === RUN   TestUpdateRestartWithAutoRemove
22:46:39 [2020-12-04T22:46:39.256Z] === RUN   TestDockerSuite/TestLogsAPIUntil
22:46:39 [2020-12-04T22:46:39.827Z] --- PASS: TestUpdateRestartWithAutoRemove (1.72s)
22:46:39 [2020-12-04T22:46:39.827Z] === RUN   TestWaitNonBlocked
22:46:39 [2020-12-04T22:46:39.827Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:46:39 [2020-12-04T22:46:39.827Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:46:39 [2020-12-04T22:46:39.827Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:46:39 [2020-12-04T22:46:39.827Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:46:39 [2020-12-04T22:46:39.827Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:46:39 [2020-12-04T22:46:39.827Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:46:40 [2020-12-04T22:46:40.194Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
22:46:42 [2020-12-04T22:46:42.775Z] --- PASS: TestWaitNonBlocked (0.03s)
22:46:42 [2020-12-04T22:46:42.775Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.60s)
22:46:42 [2020-12-04T22:46:42.775Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.75s)
22:46:42 [2020-12-04T22:46:42.775Z] === RUN   TestWaitBlocked
22:46:42 [2020-12-04T22:46:42.775Z] --- SKIP: TestWaitBlocked (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
22:46:42 [2020-12-04T22:46:42.775Z] PASS
22:46:42 [2020-12-04T22:46:42.775Z] ok  	github.com/docker/docker/integration/container	69.986s
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === Skipped
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.04s)
22:46:42 [2020-12-04T22:46:42.775Z]     copy_test.go:38: testEnv.OSType == "windows"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.04s)
22:46:42 [2020-12-04T22:46:42.775Z]     copy_test.go:63: testEnv.OSType == "windows"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.01s)
22:46:42 [2020-12-04T22:46:42.775Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
22:46:42 [2020-12-04T22:46:42.775Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
22:46:42 [2020-12-04T22:46:42.775Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.775Z] 
22:46:42 [2020-12-04T22:46:42.776Z] DONE 88 tests, 37 skipped in 73.225s
22:46:42 [2020-12-04T22:46:42.776Z] Running D:\gopath\src\github.com\docker\docker\integration\image
22:46:43 [2020-12-04T22:46:43.483Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
22:46:43 [2020-12-04T22:46:43.483Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
22:46:44 [2020-12-04T22:46:44.994Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:46:44 [2020-12-04T22:46:44.994Z] INFO: Testing against a local daemon
22:46:44 [2020-12-04T22:46:44.994Z] === RUN   TestCommitInheritsEnv
22:46:44 [2020-12-04T22:46:44.994Z] --- SKIP: TestCommitInheritsEnv (0.01s)
22:46:44 [2020-12-04T22:46:44.994Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
22:46:44 [2020-12-04T22:46:44.994Z] === RUN   TestImportExtremelyLargeImageWorks
22:46:44 [2020-12-04T22:46:44.994Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
22:46:44 [2020-12-04T22:46:44.994Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
22:46:44 [2020-12-04T22:46:44.994Z] === RUN   TestImagesFilterMultiReference
22:46:44 [2020-12-04T22:46:44.994Z] --- PASS: TestImagesFilterMultiReference (0.12s)
22:46:44 [2020-12-04T22:46:44.994Z] === RUN   TestImagePullPlatformInvalid
22:46:45 [2020-12-04T22:46:45.459Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
22:46:45 [2020-12-04T22:46:45.459Z] === RUN   TestRemoveImageOrphaning
22:46:45 [2020-12-04T22:46:45.924Z] --- PASS: TestRemoveImageOrphaning (0.79s)
22:46:45 [2020-12-04T22:46:45.924Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:46:45 [2020-12-04T22:46:45.924Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
22:46:45 [2020-12-04T22:46:45.924Z] === RUN   TestTagInvalidReference
22:46:45 [2020-12-04T22:46:45.924Z] --- PASS: TestTagInvalidReference (0.04s)
22:46:45 [2020-12-04T22:46:45.924Z] === RUN   TestTagValidPrefixedRepo
22:46:46 [2020-12-04T22:46:46.390Z] --- PASS: TestTagValidPrefixedRepo (0.08s)
22:46:46 [2020-12-04T22:46:46.390Z] === RUN   TestTagExistedNameWithoutForce
22:46:46 [2020-12-04T22:46:46.390Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
22:46:46 [2020-12-04T22:46:46.390Z] === RUN   TestTagOfficialNames
22:46:46 [2020-12-04T22:46:46.390Z] --- PASS: TestTagOfficialNames (0.12s)
22:46:46 [2020-12-04T22:46:46.390Z] === RUN   TestTagMatchesDigest
22:46:46 [2020-12-04T22:46:46.390Z] --- PASS: TestTagMatchesDigest (0.05s)
22:46:46 [2020-12-04T22:46:46.390Z] PASS
22:46:46 [2020-12-04T22:46:46.390Z] ok  	github.com/docker/docker/integration/image	1.532s
22:46:46 [2020-12-04T22:46:46.390Z] 
22:46:46 [2020-12-04T22:46:46.390Z] === Skipped
22:46:46 [2020-12-04T22:46:46.390Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s)
22:46:46 [2020-12-04T22:46:46.390Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
22:46:46 [2020-12-04T22:46:46.390Z] 
22:46:46 [2020-12-04T22:46:46.390Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
22:46:46 [2020-12-04T22:46:46.390Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
22:46:46 [2020-12-04T22:46:46.390Z] 
22:46:46 [2020-12-04T22:46:46.390Z] 
22:46:46 [2020-12-04T22:46:46.390Z] DONE 11 tests, 2 skipped in 3.764s
22:46:46 [2020-12-04T22:46:46.390Z] Running D:\gopath\src\github.com\docker\docker\integration\network
22:46:48 [2020-12-04T22:46:48.594Z] testing: warning: no tests to run
22:46:48 [2020-12-04T22:46:48.594Z] PASS
22:46:48 [2020-12-04T22:46:48.594Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.148s [no tests to run]
22:46:48 [2020-12-04T22:46:48.594Z] testing: warning: no tests to run
22:46:48 [2020-12-04T22:46:48.594Z] PASS
22:46:48 [2020-12-04T22:46:48.594Z] ok  	github.com/docker/docker/integration/network/macvlan	0.057s [no tests to run]
22:46:48 [2020-12-04T22:46:48.755Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
22:46:49 [2020-12-04T22:46:49.014Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
22:46:49 [2020-12-04T22:46:49.014Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
22:46:49 [2020-12-04T22:46:49.575Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:46:49 [2020-12-04T22:46:49.575Z] INFO: Testing against a local daemon
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestNetworkCreateDelete
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestNetworkCreateDelete (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestDockerNetworkDeletePreferID
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestDaemonDNSFallback
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestDaemonDNSFallback (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestInspectNetwork
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestInspectNetwork (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestRunContainerWithBridgeNone
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     network_test.go:24: testEnv.DaemonInfo.OSType != "linux"
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestNetworkInvalidJSON
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestNetworkInvalidJSON//networks/create
22:46:49 [2020-12-04T22:46:49.575Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:46:49 [2020-12-04T22:46:49.575Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:46:49 [2020-12-04T22:46:49.575Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:46:49 [2020-12-04T22:46:49.575Z] === CONT  TestNetworkInvalidJSON//networks/create
22:46:49 [2020-12-04T22:46:49.575Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:46:49 [2020-12-04T22:46:49.575Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:46:49 [2020-12-04T22:46:49.575Z] --- PASS: TestNetworkInvalidJSON (0.03s)
22:46:49 [2020-12-04T22:46:49.575Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestHostIPv4BridgeLabel
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     network_test.go:97: testEnv.OSType == "windows"
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestDaemonRestartWithLiveRestore
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     service_test.go:29: testEnv.OSType == "windows"
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestDaemonDefaultNetworkPools
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     service_test.go:52: testEnv.OSType == "windows"
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestDaemonRestartWithExistingNetwork
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     service_test.go:96: testEnv.OSType == "windows"
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     service_test.go:130: testEnv.OSType == "windows"
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     service_test.go:181: testEnv.OSType == "windows"
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestServiceWithPredefinedNetwork
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     service_test.go:206: testEnv.OSType == "windows"
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     service_test.go:236: FLAKY_TEST
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestServiceWithDataPathPortInit
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     service_test.go:326: testEnv.OSType == "windows"
22:46:49 [2020-12-04T22:46:49.575Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:46:49 [2020-12-04T22:46:49.575Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
22:46:49 [2020-12-04T22:46:49.575Z]     service_test.go:394: testEnv.OSType == "windows"
22:46:49 [2020-12-04T22:46:49.575Z] PASS
22:46:49 [2020-12-04T22:46:49.575Z] ok  	github.com/docker/docker/integration/network	0.220s
22:46:49 [2020-12-04T22:46:49.953Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === Skipped
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     network_test.go:24: testEnv.DaemonInfo.OSType != "linux"
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     network_test.go:97: testEnv.OSType == "windows"
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     service_test.go:29: testEnv.OSType == "windows"
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     service_test.go:52: testEnv.OSType == "windows"
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     service_test.go:96: testEnv.OSType == "windows"
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     service_test.go:130: testEnv.OSType == "windows"
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     service_test.go:181: testEnv.OSType == "windows"
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     service_test.go:206: testEnv.OSType == "windows"
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     service_test.go:236: FLAKY_TEST
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     service_test.go:326: testEnv.OSType == "windows"
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
22:46:50 [2020-12-04T22:46:50.040Z]     service_test.go:394: testEnv.OSType == "windows"
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] 
22:46:50 [2020-12-04T22:46:50.040Z] DONE 19 tests, 15 skipped in 3.352s
22:46:50 [2020-12-04T22:46:50.040Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
22:46:50 [2020-12-04T22:46:50.506Z] testing: warning: no tests to run
22:46:50 [2020-12-04T22:46:50.506Z] PASS
22:46:50 [2020-12-04T22:46:50.506Z] ok  	github.com/docker/docker/integration/network/ipvlan	(cached) [no tests to run]
22:46:50 [2020-12-04T22:46:50.506Z] 
22:46:50 [2020-12-04T22:46:50.506Z] DONE 0 tests in 0.382s
22:46:50 [2020-12-04T22:46:50.506Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
22:46:50 [2020-12-04T22:46:50.522Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
22:46:50 [2020-12-04T22:46:50.972Z] testing: warning: no tests to run
22:46:50 [2020-12-04T22:46:50.972Z] PASS
22:46:50 [2020-12-04T22:46:50.972Z] ok  	github.com/docker/docker/integration/network/macvlan	(cached) [no tests to run]
22:46:50 [2020-12-04T22:46:50.972Z] 
22:46:50 [2020-12-04T22:46:50.972Z] DONE 0 tests in 0.413s
22:46:50 [2020-12-04T22:46:50.972Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
22:46:51 [2020-12-04T22:46:51.459Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
22:46:52 [2020-12-04T22:46:52.397Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
22:46:53 [2020-12-04T22:46:53.183Z] testing: warning: no tests to run
22:46:53 [2020-12-04T22:46:53.183Z] PASS
22:46:53 [2020-12-04T22:46:53.183Z] testing: warning: no tests to run
22:46:53 [2020-12-04T22:46:53.183Z] ok  	github.com/docker/docker/integration/plugin/authz	0.189s [no tests to run]
22:46:53 [2020-12-04T22:46:53.183Z] PASS
22:46:53 [2020-12-04T22:46:53.183Z] ok  	github.com/docker/docker/integration/plugin	0.129s [no tests to run]
22:46:53 [2020-12-04T22:46:53.335Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
22:46:55 [2020-12-04T22:46:55.242Z] === RUN   TestDockerSuite/TestLogsFollowStopped
22:46:56 [2020-12-04T22:46:56.198Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
22:46:56 [2020-12-04T22:46:56.457Z] === RUN   TestDockerSuite/TestLogsSince
22:47:03 [2020-12-04T22:47:03.024Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
22:47:03 [2020-12-04T22:47:03.600Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:03 [2020-12-04T22:47:03.600Z] INFO: Testing against a local daemon
22:47:03 [2020-12-04T22:47:03.600Z] === RUN   TestExternalGraphDriver
22:47:03 [2020-12-04T22:47:03.600Z] --- SKIP: TestExternalGraphDriver (0.00s)
22:47:03 [2020-12-04T22:47:03.600Z]     external_test.go:48: runtime.GOOS == "windows"
22:47:03 [2020-12-04T22:47:03.600Z] === RUN   TestGraphdriverPluginV2
22:47:03 [2020-12-04T22:47:03.600Z] testing: warning: no tests to run
22:47:03 [2020-12-04T22:47:03.600Z] PASS
22:47:03 [2020-12-04T22:47:03.600Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
22:47:03 [2020-12-04T22:47:03.600Z]     external_test.go:408: runtime.GOOS == "windows"
22:47:03 [2020-12-04T22:47:03.600Z] PASS
22:47:03 [2020-12-04T22:47:03.600Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.158s [no tests to run]
22:47:03 [2020-12-04T22:47:03.600Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.363s
22:47:05 [2020-12-04T22:47:05.162Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:05 [2020-12-04T22:47:05.162Z] INFO: Testing against a local daemon
22:47:05 [2020-12-04T22:47:05.162Z] === RUN   TestPluginInvalidJSON
22:47:05 [2020-12-04T22:47:05.162Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:47:05 [2020-12-04T22:47:05.162Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:47:05 [2020-12-04T22:47:05.162Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:47:05 [2020-12-04T22:47:05.162Z] --- PASS: TestPluginInvalidJSON (0.06s)
22:47:05 [2020-12-04T22:47:05.162Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
22:47:05 [2020-12-04T22:47:05.162Z] === RUN   TestPluginInstall
22:47:05 [2020-12-04T22:47:05.162Z] --- SKIP: TestPluginInstall (0.00s)
22:47:05 [2020-12-04T22:47:05.162Z]     plugin_test.go:55: testEnv.OSType == "windows"
22:47:05 [2020-12-04T22:47:05.162Z] PASS
22:47:05 [2020-12-04T22:47:05.162Z] ok  	github.com/docker/docker/integration/plugin/common	0.389s
22:47:05 [2020-12-04T22:47:05.162Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:05 [2020-12-04T22:47:05.162Z] INFO: Testing against a local daemon
22:47:05 [2020-12-04T22:47:05.162Z] === RUN   TestReadPluginNoRead
22:47:05 [2020-12-04T22:47:05.162Z] --- SKIP: TestReadPluginNoRead (0.00s)
22:47:05 [2020-12-04T22:47:05.162Z]     read_test.go:21: no unix domain sockets on Windows
22:47:05 [2020-12-04T22:47:05.162Z] PASS
22:47:05 [2020-12-04T22:47:05.162Z] ok  	github.com/docker/docker/integration/plugin/logging	0.211s
22:47:05 [2020-12-04T22:47:05.162Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/close_on_start	[no test files]
22:47:05 [2020-12-04T22:47:05.162Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/dummy	[no test files]
22:47:05 [2020-12-04T22:47:05.637Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:05 [2020-12-04T22:47:05.637Z] INFO: Testing against a local daemon
22:47:05 [2020-12-04T22:47:05.637Z] === RUN   TestPluginWithDevMounts
22:47:05 [2020-12-04T22:47:05.637Z] --- SKIP: TestPluginWithDevMounts (0.00s)
22:47:05 [2020-12-04T22:47:05.637Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
22:47:05 [2020-12-04T22:47:05.637Z] PASS
22:47:05 [2020-12-04T22:47:05.637Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.278s
22:47:05 [2020-12-04T22:47:05.637Z] ?   	github.com/docker/docker/integration/plugin/volumes/cmd/dummy	[no test files]
22:47:06 [2020-12-04T22:47:06.623Z] 
22:47:06 [2020-12-04T22:47:06.623Z] === Skipped
22:47:06 [2020-12-04T22:47:06.623Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
22:47:06 [2020-12-04T22:47:06.623Z]     plugin_test.go:55: testEnv.OSType == "windows"
22:47:06 [2020-12-04T22:47:06.623Z] 
22:47:06 [2020-12-04T22:47:06.623Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
22:47:06 [2020-12-04T22:47:06.623Z]     external_test.go:48: runtime.GOOS == "windows"
22:47:06 [2020-12-04T22:47:06.623Z] 
22:47:06 [2020-12-04T22:47:06.623Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
22:47:06 [2020-12-04T22:47:06.623Z]     external_test.go:408: runtime.GOOS == "windows"
22:47:06 [2020-12-04T22:47:06.623Z] 
22:47:06 [2020-12-04T22:47:06.623Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
22:47:06 [2020-12-04T22:47:06.623Z]     read_test.go:21: no unix domain sockets on Windows
22:47:06 [2020-12-04T22:47:06.623Z] 
22:47:06 [2020-12-04T22:47:06.623Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
22:47:06 [2020-12-04T22:47:06.623Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
22:47:06 [2020-12-04T22:47:06.623Z] 
22:47:06 [2020-12-04T22:47:06.623Z] 
22:47:06 [2020-12-04T22:47:06.623Z] DONE 7 tests, 5 skipped in 15.525s
22:47:06 [2020-12-04T22:47:06.623Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
22:47:07 [2020-12-04T22:47:07.088Z] testing: warning: no tests to run
22:47:07 [2020-12-04T22:47:07.088Z] PASS
22:47:07 [2020-12-04T22:47:07.088Z] ok  	github.com/docker/docker/integration/plugin/authz	(cached) [no tests to run]
22:47:07 [2020-12-04T22:47:07.088Z] 
22:47:07 [2020-12-04T22:47:07.088Z] DONE 0 tests in 0.431s
22:47:07 [2020-12-04T22:47:07.088Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
22:47:08 [2020-12-04T22:47:08.161Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:08 [2020-12-04T22:47:08.161Z] INFO: Testing against a local daemon
22:47:08 [2020-12-04T22:47:08.161Z] === RUN   TestPluginInvalidJSON
22:47:08 [2020-12-04T22:47:08.161Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:47:08 [2020-12-04T22:47:08.161Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:47:08 [2020-12-04T22:47:08.161Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:47:08 [2020-12-04T22:47:08.161Z] --- PASS: TestPluginInvalidJSON (0.06s)
22:47:08 [2020-12-04T22:47:08.161Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
22:47:08 [2020-12-04T22:47:08.161Z] === RUN   TestPluginInstall
22:47:08 [2020-12-04T22:47:08.161Z] --- SKIP: TestPluginInstall (0.00s)
22:47:08 [2020-12-04T22:47:08.161Z]     plugin_test.go:55: testEnv.OSType == "windows"
22:47:08 [2020-12-04T22:47:08.161Z] PASS
22:47:08 [2020-12-04T22:47:08.161Z] ok  	github.com/docker/docker/integration/plugin/common	(cached)
22:47:08 [2020-12-04T22:47:08.161Z] 
22:47:08 [2020-12-04T22:47:08.161Z] === Skipped
22:47:08 [2020-12-04T22:47:08.161Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
22:47:08 [2020-12-04T22:47:08.161Z]     plugin_test.go:55: testEnv.OSType == "windows"
22:47:08 [2020-12-04T22:47:08.161Z] 
22:47:08 [2020-12-04T22:47:08.161Z] 
22:47:08 [2020-12-04T22:47:08.161Z] DONE 3 tests, 1 skipped in 1.058s
22:47:08 [2020-12-04T22:47:08.161Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
22:47:08 [2020-12-04T22:47:08.295Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
22:47:08 [2020-12-04T22:47:08.554Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
22:47:09 [2020-12-04T22:47:09.124Z] === RUN   TestDockerSuite/TestLogsTail
22:47:09 [2020-12-04T22:47:09.143Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:09 [2020-12-04T22:47:09.143Z] INFO: Testing against a local daemon
22:47:09 [2020-12-04T22:47:09.143Z] === RUN   TestExternalGraphDriver
22:47:09 [2020-12-04T22:47:09.143Z] --- SKIP: TestExternalGraphDriver (0.00s)
22:47:09 [2020-12-04T22:47:09.143Z]     external_test.go:48: runtime.GOOS == "windows"
22:47:09 [2020-12-04T22:47:09.143Z] === RUN   TestGraphdriverPluginV2
22:47:09 [2020-12-04T22:47:09.143Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
22:47:09 [2020-12-04T22:47:09.143Z]     external_test.go:408: runtime.GOOS == "windows"
22:47:09 [2020-12-04T22:47:09.143Z] PASS
22:47:09 [2020-12-04T22:47:09.143Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	(cached)
22:47:09 [2020-12-04T22:47:09.143Z] 
22:47:09 [2020-12-04T22:47:09.143Z] === Skipped
22:47:09 [2020-12-04T22:47:09.143Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
22:47:09 [2020-12-04T22:47:09.143Z]     external_test.go:48: runtime.GOOS == "windows"
22:47:09 [2020-12-04T22:47:09.143Z] 
22:47:09 [2020-12-04T22:47:09.143Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
22:47:09 [2020-12-04T22:47:09.143Z]     external_test.go:408: runtime.GOOS == "windows"
22:47:09 [2020-12-04T22:47:09.143Z] 
22:47:09 [2020-12-04T22:47:09.143Z] 
22:47:09 [2020-12-04T22:47:09.143Z] DONE 2 tests, 2 skipped in 1.004s
22:47:09 [2020-12-04T22:47:09.143Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
22:47:10 [2020-12-04T22:47:10.062Z] === RUN   TestDockerSuite/TestLogsTimestamps
22:47:10 [2020-12-04T22:47:10.134Z] testing: warning: no tests to run
22:47:10 [2020-12-04T22:47:10.134Z] PASS
22:47:10 [2020-12-04T22:47:10.134Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	(cached) [no tests to run]
22:47:10 [2020-12-04T22:47:10.134Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:10 [2020-12-04T22:47:10.134Z] INFO: Testing against a local daemon
22:47:10 [2020-12-04T22:47:10.134Z] === RUN   TestReadPluginNoRead
22:47:10 [2020-12-04T22:47:10.134Z] --- SKIP: TestReadPluginNoRead (0.00s)
22:47:10 [2020-12-04T22:47:10.134Z]     read_test.go:21: no unix domain sockets on Windows
22:47:10 [2020-12-04T22:47:10.134Z] PASS
22:47:10 [2020-12-04T22:47:10.134Z] ok  	github.com/docker/docker/integration/plugin/logging	(cached)
22:47:10 [2020-12-04T22:47:10.134Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/close_on_start	[no test files]
22:47:10 [2020-12-04T22:47:10.134Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/dummy	[no test files]
22:47:10 [2020-12-04T22:47:10.134Z] 
22:47:10 [2020-12-04T22:47:10.134Z] === Skipped
22:47:10 [2020-12-04T22:47:10.134Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
22:47:10 [2020-12-04T22:47:10.134Z]     read_test.go:21: no unix domain sockets on Windows
22:47:10 [2020-12-04T22:47:10.134Z] 
22:47:10 [2020-12-04T22:47:10.134Z] 
22:47:10 [2020-12-04T22:47:10.134Z] DONE 1 tests, 1 skipped in 1.108s
22:47:10 [2020-12-04T22:47:10.599Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
22:47:10 [2020-12-04T22:47:10.631Z] === RUN   TestDockerSuite/TestLogsWithDetails
22:47:10 [2020-12-04T22:47:10.890Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
22:47:11 [2020-12-04T22:47:11.071Z] testing: warning: no tests to run
22:47:11 [2020-12-04T22:47:11.071Z] PASS
22:47:11 [2020-12-04T22:47:11.071Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	(cached) [no tests to run]
22:47:11 [2020-12-04T22:47:11.071Z] 
22:47:11 [2020-12-04T22:47:11.071Z] DONE 0 tests in 0.639s
22:47:11 [2020-12-04T22:47:11.071Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
22:47:11 [2020-12-04T22:47:11.149Z] === RUN   TestDockerSuite/TestMountIntoProc
22:47:11 [2020-12-04T22:47:11.408Z] === RUN   TestDockerSuite/TestMountIntoSys
22:47:11 [2020-12-04T22:47:11.979Z] === RUN   TestDockerSuite/TestNetHostname
22:47:12 [2020-12-04T22:47:12.052Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:12 [2020-12-04T22:47:12.052Z] INFO: Testing against a local daemon
22:47:12 [2020-12-04T22:47:12.052Z] === RUN   TestPluginWithDevMounts
22:47:12 [2020-12-04T22:47:12.052Z] --- SKIP: TestPluginWithDevMounts (0.00s)
22:47:12 [2020-12-04T22:47:12.052Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
22:47:12 [2020-12-04T22:47:12.052Z] PASS
22:47:12 [2020-12-04T22:47:12.052Z] ok  	github.com/docker/docker/integration/plugin/volumes	(cached)
22:47:12 [2020-12-04T22:47:12.052Z] ?   	github.com/docker/docker/integration/plugin/volumes/cmd/dummy	[no test files]
22:47:12 [2020-12-04T22:47:12.052Z] 
22:47:12 [2020-12-04T22:47:12.052Z] === Skipped
22:47:12 [2020-12-04T22:47:12.052Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
22:47:12 [2020-12-04T22:47:12.052Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
22:47:12 [2020-12-04T22:47:12.052Z] 
22:47:12 [2020-12-04T22:47:12.052Z] 
22:47:12 [2020-12-04T22:47:12.052Z] DONE 1 tests, 1 skipped in 1.012s
22:47:12 [2020-12-04T22:47:12.052Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
22:47:13 [2020-12-04T22:47:13.890Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
22:47:14 [2020-12-04T22:47:14.150Z] === RUN   TestDockerSuite/TestNetworkEvents
22:47:14 [2020-12-04T22:47:14.993Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:14 [2020-12-04T22:47:14.993Z] INFO: Testing against a local daemon
22:47:14 [2020-12-04T22:47:14.994Z] === RUN   TestSecretInspect
22:47:14 [2020-12-04T22:47:14.994Z] --- SKIP: TestSecretInspect (0.00s)
22:47:14 [2020-12-04T22:47:14.994Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
22:47:14 [2020-12-04T22:47:14.994Z] === RUN   TestSecretList
22:47:14 [2020-12-04T22:47:14.994Z] --- SKIP: TestSecretList (0.00s)
22:47:14 [2020-12-04T22:47:14.994Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
22:47:14 [2020-12-04T22:47:14.994Z] === RUN   TestSecretsCreateAndDelete
22:47:14 [2020-12-04T22:47:14.994Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
22:47:14 [2020-12-04T22:47:14.994Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
22:47:14 [2020-12-04T22:47:14.994Z] === RUN   TestSecretsUpdate
22:47:14 [2020-12-04T22:47:14.994Z] --- SKIP: TestSecretsUpdate (0.00s)
22:47:14 [2020-12-04T22:47:14.994Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
22:47:14 [2020-12-04T22:47:14.994Z] === RUN   TestTemplatedSecret
22:47:14 [2020-12-04T22:47:14.994Z] --- SKIP: TestTemplatedSecret (0.00s)
22:47:14 [2020-12-04T22:47:14.994Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
22:47:14 [2020-12-04T22:47:14.994Z] === RUN   TestSecretCreateResolve
22:47:14 [2020-12-04T22:47:14.994Z] --- SKIP: TestSecretCreateResolve (0.00s)
22:47:14 [2020-12-04T22:47:14.994Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
22:47:14 [2020-12-04T22:47:14.994Z] PASS
22:47:14 [2020-12-04T22:47:14.994Z] ok  	github.com/docker/docker/integration/secret	0.234s
22:47:14 [2020-12-04T22:47:14.994Z] 
22:47:14 [2020-12-04T22:47:14.994Z] === Skipped
22:47:14 [2020-12-04T22:47:14.994Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
22:47:14 [2020-12-04T22:47:14.994Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
22:47:14 [2020-12-04T22:47:14.994Z] 
22:47:14 [2020-12-04T22:47:14.994Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
22:47:14 [2020-12-04T22:47:14.994Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
22:47:14 [2020-12-04T22:47:14.994Z] 
22:47:14 [2020-12-04T22:47:14.994Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
22:47:14 [2020-12-04T22:47:14.994Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
22:47:14 [2020-12-04T22:47:14.994Z] 
22:47:14 [2020-12-04T22:47:14.994Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
22:47:14 [2020-12-04T22:47:14.994Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
22:47:14 [2020-12-04T22:47:14.994Z] 
22:47:14 [2020-12-04T22:47:14.994Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
22:47:14 [2020-12-04T22:47:14.994Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
22:47:14 [2020-12-04T22:47:14.994Z] 
22:47:14 [2020-12-04T22:47:14.994Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
22:47:14 [2020-12-04T22:47:14.994Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
22:47:14 [2020-12-04T22:47:14.994Z] 
22:47:14 [2020-12-04T22:47:14.994Z] 
22:47:14 [2020-12-04T22:47:14.994Z] DONE 6 tests, 6 skipped in 2.530s
22:47:14 [2020-12-04T22:47:14.994Z] Running D:\gopath\src\github.com\docker\docker\integration\service
22:47:17 [2020-12-04T22:47:17.928Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:17 [2020-12-04T22:47:17.928Z] INFO: Testing against a local daemon
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestServiceCreateInit
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:47:17 [2020-12-04T22:47:17.928Z] --- PASS: TestServiceCreateInit (0.06s)
22:47:17 [2020-12-04T22:47:17.928Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestCreateServiceMultipleTimes
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestCreateServiceConflict
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestCreateServiceConflict (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestCreateServiceMaxReplicas
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s)
22:47:17 [2020-12-04T22:47:17.928Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestCreateWithDuplicateNetworkNames
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestCreateServiceSecretFileMode
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestCreateServiceConfigFileMode
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestCreateServiceSysctls
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestCreateServiceSysctls (0.04s)
22:47:17 [2020-12-04T22:47:17.928Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestCreateServiceCapabilities
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestCreateServiceCapabilities (0.04s)
22:47:17 [2020-12-04T22:47:17.928Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestInspect
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestInspect (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestCreateJob
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestCreateJob (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestReplicatedJob
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestReplicatedJob (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestUpdateReplicatedJob
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestServiceListWithStatuses
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestDockerNetworkConnectAlias
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestDockerNetworkReConnect
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestServicePlugin
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestServicePlugin (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestServiceUpdateLabel
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestServiceUpdateLabel (0.00s)
22:47:17 [2020-12-04T22:47:17.928Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
22:47:17 [2020-12-04T22:47:17.928Z] === RUN   TestServiceUpdateSecrets
22:47:17 [2020-12-04T22:47:17.928Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
22:47:17 [2020-12-04T22:47:17.929Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
22:47:17 [2020-12-04T22:47:17.929Z] === RUN   TestServiceUpdateConfigs
22:47:17 [2020-12-04T22:47:17.929Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
22:47:17 [2020-12-04T22:47:17.929Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
22:47:17 [2020-12-04T22:47:17.929Z] === RUN   TestServiceUpdateNetwork
22:47:17 [2020-12-04T22:47:17.929Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
22:47:17 [2020-12-04T22:47:17.929Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
22:47:17 [2020-12-04T22:47:17.929Z] === RUN   TestServiceUpdatePidsLimit
22:47:17 [2020-12-04T22:47:17.929Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s)
22:47:17 [2020-12-04T22:47:17.929Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
22:47:17 [2020-12-04T22:47:17.929Z] PASS
22:47:17 [2020-12-04T22:47:17.929Z] ok  	github.com/docker/docker/integration/service	0.431s
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === Skipped
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s)
22:47:18 [2020-12-04T22:47:18.394Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s)
22:47:18 [2020-12-04T22:47:18.394Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s)
22:47:18 [2020-12-04T22:47:18.394Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
22:47:18 [2020-12-04T22:47:18.394Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s)
22:47:18 [2020-12-04T22:47:18.394Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] 
22:47:18 [2020-12-04T22:47:18.394Z] DONE 24 tests, 23 skipped in 3.405s
22:47:18 [2020-12-04T22:47:18.394Z] Running D:\gopath\src\github.com\docker\docker\integration\session
22:47:20 [2020-12-04T22:47:20.599Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:20 [2020-12-04T22:47:20.599Z] INFO: Testing against a local daemon
22:47:20 [2020-12-04T22:47:20.599Z] === RUN   TestSessionCreate
22:47:20 [2020-12-04T22:47:20.599Z] --- SKIP: TestSessionCreate (0.00s)
22:47:20 [2020-12-04T22:47:20.599Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
22:47:20 [2020-12-04T22:47:20.599Z] === RUN   TestSessionCreateWithBadUpgrade
22:47:20 [2020-12-04T22:47:20.599Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
22:47:20 [2020-12-04T22:47:20.599Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
22:47:20 [2020-12-04T22:47:20.599Z] PASS
22:47:20 [2020-12-04T22:47:20.599Z] ok  	github.com/docker/docker/integration/session	0.234s
22:47:20 [2020-12-04T22:47:20.599Z] 
22:47:20 [2020-12-04T22:47:20.599Z] === Skipped
22:47:20 [2020-12-04T22:47:20.599Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
22:47:20 [2020-12-04T22:47:20.599Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
22:47:20 [2020-12-04T22:47:20.599Z] 
22:47:20 [2020-12-04T22:47:20.599Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
22:47:20 [2020-12-04T22:47:20.599Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
22:47:20 [2020-12-04T22:47:20.599Z] 
22:47:20 [2020-12-04T22:47:20.599Z] 
22:47:20 [2020-12-04T22:47:20.599Z] DONE 2 tests, 2 skipped in 2.418s
22:47:20 [2020-12-04T22:47:20.599Z] Running D:\gopath\src\github.com\docker\docker\integration\system
22:47:20 [2020-12-04T22:47:20.721Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
22:47:21 [2020-12-04T22:47:21.292Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
22:47:21 [2020-12-04T22:47:21.871Z] === RUN   TestDockerSuite/TestPluginActive
22:47:23 [2020-12-04T22:47:23.534Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:23 [2020-12-04T22:47:23.534Z] INFO: Testing against a local daemon
22:47:23 [2020-12-04T22:47:23.534Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:47:23 [2020-12-04T22:47:23.534Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:47:23 [2020-12-04T22:47:23.534Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
22:47:23 [2020-12-04T22:47:23.534Z] === RUN   TestEventsExecDie
22:47:23 [2020-12-04T22:47:23.534Z] --- SKIP: TestEventsExecDie (0.01s)
22:47:23 [2020-12-04T22:47:23.534Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
22:47:23 [2020-12-04T22:47:23.534Z] === RUN   TestEventsBackwardsCompatible
22:47:23 [2020-12-04T22:47:23.534Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
22:47:23 [2020-12-04T22:47:23.534Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
22:47:23 [2020-12-04T22:47:23.534Z] === RUN   TestInfoAPI
22:47:23 [2020-12-04T22:47:23.534Z] --- PASS: TestInfoAPI (0.05s)
22:47:23 [2020-12-04T22:47:23.534Z] === RUN   TestInfoAPIWarnings
22:47:23 [2020-12-04T22:47:23.534Z] --- SKIP: TestInfoAPIWarnings (0.00s)
22:47:23 [2020-12-04T22:47:23.534Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
22:47:23 [2020-12-04T22:47:23.534Z] === RUN   TestInfoDebug
22:47:23 [2020-12-04T22:47:23.534Z] --- SKIP: TestInfoDebug (0.00s)
22:47:23 [2020-12-04T22:47:23.534Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:47:23 [2020-12-04T22:47:23.534Z] === RUN   TestInfoInsecureRegistries
22:47:23 [2020-12-04T22:47:23.534Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
22:47:23 [2020-12-04T22:47:23.534Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:47:23 [2020-12-04T22:47:23.534Z] === RUN   TestInfoRegistryMirrors
22:47:23 [2020-12-04T22:47:23.534Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
22:47:23 [2020-12-04T22:47:23.534Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:47:23 [2020-12-04T22:47:23.534Z] === RUN   TestLoginFailsWithBadCredentials
22:47:23 [2020-12-04T22:47:23.779Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
22:47:24 [2020-12-04T22:47:24.522Z] --- PASS: TestLoginFailsWithBadCredentials (1.07s)
22:47:24 [2020-12-04T22:47:24.522Z] === RUN   TestPingCacheHeaders
22:47:24 [2020-12-04T22:47:24.522Z] --- PASS: TestPingCacheHeaders (0.05s)
22:47:24 [2020-12-04T22:47:24.522Z] === RUN   TestPingGet
22:47:24 [2020-12-04T22:47:24.522Z] --- PASS: TestPingGet (0.05s)
22:47:24 [2020-12-04T22:47:24.522Z] === RUN   TestPingHead
22:47:24 [2020-12-04T22:47:24.522Z] --- PASS: TestPingHead (0.04s)
22:47:24 [2020-12-04T22:47:24.522Z] === RUN   TestVersion
22:47:24 [2020-12-04T22:47:24.522Z] --- PASS: TestVersion (0.03s)
22:47:24 [2020-12-04T22:47:24.522Z] PASS
22:47:24 [2020-12-04T22:47:24.522Z] ok  	github.com/docker/docker/integration/system	1.526s
22:47:24 [2020-12-04T22:47:24.522Z] 
22:47:24 [2020-12-04T22:47:24.522Z] === Skipped
22:47:24 [2020-12-04T22:47:24.522Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:47:24 [2020-12-04T22:47:24.522Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
22:47:24 [2020-12-04T22:47:24.522Z] 
22:47:24 [2020-12-04T22:47:24.522Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s)
22:47:24 [2020-12-04T22:47:24.522Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
22:47:24 [2020-12-04T22:47:24.522Z] 
22:47:24 [2020-12-04T22:47:24.522Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
22:47:24 [2020-12-04T22:47:24.522Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
22:47:24 [2020-12-04T22:47:24.522Z] 
22:47:24 [2020-12-04T22:47:24.522Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
22:47:24 [2020-12-04T22:47:24.522Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
22:47:24 [2020-12-04T22:47:24.522Z] 
22:47:24 [2020-12-04T22:47:24.522Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
22:47:24 [2020-12-04T22:47:24.522Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:47:24 [2020-12-04T22:47:24.522Z] 
22:47:24 [2020-12-04T22:47:24.522Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
22:47:24 [2020-12-04T22:47:24.522Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:47:24 [2020-12-04T22:47:24.522Z] 
22:47:24 [2020-12-04T22:47:24.522Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
22:47:24 [2020-12-04T22:47:24.522Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:47:24 [2020-12-04T22:47:24.522Z] 
22:47:24 [2020-12-04T22:47:24.522Z] 
22:47:24 [2020-12-04T22:47:24.522Z] DONE 13 tests, 7 skipped in 3.826s
22:47:24 [2020-12-04T22:47:24.522Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
22:47:27 [2020-12-04T22:47:27.456Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:27 [2020-12-04T22:47:27.456Z] INFO: Testing against a local daemon
22:47:27 [2020-12-04T22:47:27.456Z] === RUN   TestVolumesCreateAndList
22:47:27 [2020-12-04T22:47:27.456Z] --- PASS: TestVolumesCreateAndList (0.06s)
22:47:27 [2020-12-04T22:47:27.456Z] === RUN   TestVolumesRemove
22:47:27 [2020-12-04T22:47:27.456Z] --- PASS: TestVolumesRemove (0.08s)
22:47:27 [2020-12-04T22:47:27.456Z] === RUN   TestVolumesInspect
22:47:27 [2020-12-04T22:47:27.456Z] --- PASS: TestVolumesInspect (0.05s)
22:47:27 [2020-12-04T22:47:27.456Z] === RUN   TestVolumesInvalidJSON
22:47:27 [2020-12-04T22:47:27.456Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:47:27 [2020-12-04T22:47:27.456Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:47:27 [2020-12-04T22:47:27.456Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:47:27 [2020-12-04T22:47:27.456Z] --- PASS: TestVolumesInvalidJSON (0.03s)
22:47:27 [2020-12-04T22:47:27.456Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:47:27 [2020-12-04T22:47:27.456Z] PASS
22:47:27 [2020-12-04T22:47:27.456Z] ok  	github.com/docker/docker/integration/volume	0.445s
22:47:27 [2020-12-04T22:47:27.456Z] 
22:47:27 [2020-12-04T22:47:27.456Z] DONE 5 tests in 2.769s
22:47:27 [2020-12-04T22:47:27.456Z] INFO: make.ps1 ended at 12/04/2020 22:47:27
22:47:27 [2020-12-04T22:47:27.456Z] INFO: Integration CLI tests being run from the host:
22:47:27 [2020-12-04T22:47:27.456Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" 
22:47:29 [2020-12-04T22:47:29.053Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
22:47:29 [2020-12-04T22:47:29.053Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
22:47:29 [2020-12-04T22:47:29.990Z] === RUN   TestDockerSuite/TestPluginLogDriver
22:47:32 [2020-12-04T22:47:32.525Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
22:47:33 [2020-12-04T22:47:33.904Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
22:47:34 [2020-12-04T22:47:34.163Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
22:47:36 [2020-12-04T22:47:36.071Z] === RUN   TestDockerSuite/TestPluginUpgrade
22:47:37 [2020-12-04T22:47:37.853Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:47:37 [2020-12-04T22:47:37.853Z] INFO: Testing against a local daemon
22:47:37 [2020-12-04T22:47:37.853Z] === RUN   TestDockerSuite
22:47:37 [2020-12-04T22:47:37.853Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
22:47:37 [2020-12-04T22:47:37.853Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
22:47:37 [2020-12-04T22:47:37.853Z] === RUN   TestDockerSuite/TestAPIErrorJSON
22:47:37 [2020-12-04T22:47:37.853Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
22:47:37 [2020-12-04T22:47:37.853Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
22:47:37 [2020-12-04T22:47:37.853Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
22:47:37 [2020-12-04T22:47:37.853Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
22:47:37 [2020-12-04T22:47:37.853Z] === RUN   TestDockerSuite/TestAPIImagesDelete
22:47:37 [2020-12-04T22:47:37.853Z] === RUN   TestDockerSuite/TestAPIImagesFilter
22:47:38 [2020-12-04T22:47:38.318Z] === RUN   TestDockerSuite/TestAPIImagesHistory
22:47:38 [2020-12-04T22:47:38.783Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
22:47:39 [2020-12-04T22:47:39.258Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
22:47:41 [2020-12-04T22:47:41.348Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
22:47:42 [2020-12-04T22:47:42.725Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
22:47:43 [2020-12-04T22:47:43.671Z] === RUN   TestDockerSuite/TestPortHostBinding
22:47:44 [2020-12-04T22:47:44.240Z] === RUN   TestDockerSuite/TestPortList
22:47:52 [2020-12-04T22:47:52.387Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
22:47:52 [2020-12-04T22:47:52.955Z] === RUN   TestDockerSuite/TestPostContainersAttach
22:47:59 [2020-12-04T22:47:59.524Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
22:47:59 [2020-12-04T22:47:59.524Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
22:47:59 [2020-12-04T22:47:59.524Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
22:47:59 [2020-12-04T22:47:59.783Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
22:47:59 [2020-12-04T22:47:59.783Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
22:48:00 [2020-12-04T22:48:00.042Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
22:48:00 [2020-12-04T22:48:00.042Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
22:48:00 [2020-12-04T22:48:00.301Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
22:48:00 [2020-12-04T22:48:00.870Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
22:48:00 [2020-12-04T22:48:00.870Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
22:48:01 [2020-12-04T22:48:01.808Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
22:48:01 [2020-12-04T22:48:01.808Z] === RUN   TestDockerSuite/TestPruneContainerLabel
22:48:04 [2020-12-04T22:48:04.345Z] === RUN   TestDockerSuite/TestPruneContainerUntil
22:48:05 [2020-12-04T22:48:05.284Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
22:48:05 [2020-12-04T22:48:05.853Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
22:48:06 [2020-12-04T22:48:06.423Z] === RUN   TestDockerSuite/TestPsByOrder
22:48:09 [2020-12-04T22:48:09.715Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
22:48:10 [2020-12-04T22:48:10.653Z] === RUN   TestDockerSuite/TestPsListContainersBase
22:48:13 [2020-12-04T22:48:13.191Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
22:48:16 [2020-12-04T22:48:16.481Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
22:48:16 [2020-12-04T22:48:16.481Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
22:48:19 [2020-12-04T22:48:19.018Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
22:48:25 [2020-12-04T22:48:25.585Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
22:48:26 [2020-12-04T22:48:26.523Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
22:48:27 [2020-12-04T22:48:27.460Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
22:48:28 [2020-12-04T22:48:28.028Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
22:48:29 [2020-12-04T22:48:29.407Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
22:48:30 [2020-12-04T22:48:30.344Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
22:48:32 [2020-12-04T22:48:32.882Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
22:48:34 [2020-12-04T22:48:34.789Z] === RUN   TestDockerSuite/TestPsListContainersSize
22:48:35 [2020-12-04T22:48:35.736Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
22:48:35 [2020-12-04T22:48:35.996Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
22:48:36 [2020-12-04T22:48:36.565Z] === RUN   TestDockerSuite/TestPsRightTagName
22:48:38 [2020-12-04T22:48:38.471Z] === RUN   TestDockerSuite/TestPsShowMounts
22:48:39 [2020-12-04T22:48:39.849Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
22:48:40 [2020-12-04T22:48:40.108Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
22:48:40 [2020-12-04T22:48:40.108Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
22:48:40 [2020-12-04T22:48:40.367Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
22:48:40 [2020-12-04T22:48:40.367Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
22:48:40 [2020-12-04T22:48:40.628Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
22:48:41 [2020-12-04T22:48:41.197Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
22:48:42 [2020-12-04T22:48:42.135Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
22:48:43 [2020-12-04T22:48:43.512Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
22:48:43 [2020-12-04T22:48:43.772Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
22:48:51 [2020-12-04T22:48:51.899Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
22:48:52 [2020-12-04T22:48:52.159Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
22:48:54 [2020-12-04T22:48:54.069Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
22:48:54 [2020-12-04T22:48:54.069Z] === RUN   TestDockerSuite/TestRestartPolicyNO
22:48:54 [2020-12-04T22:48:54.069Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
22:48:54 [2020-12-04T22:48:54.069Z] === RUN   TestDockerSuite/TestRestartRunningContainer
22:48:56 [2020-12-04T22:48:56.605Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
22:48:57 [2020-12-04T22:48:57.985Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
22:48:59 [2020-12-04T22:48:59.908Z] === RUN   TestDockerSuite/TestRestartWithVolumes
22:49:01 [2020-12-04T22:49:01.290Z] === RUN   TestDockerSuite/TestRmiBlank
22:49:01 [2020-12-04T22:49:01.290Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
22:49:01 [2020-12-04T22:49:01.290Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
22:49:03 [2020-12-04T22:49:03.824Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
22:49:04 [2020-12-04T22:49:04.395Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
22:49:04 [2020-12-04T22:49:04.654Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
22:49:06 [2020-12-04T22:49:06.034Z] === RUN   TestDockerSuite/TestRmiImgIDForce
22:49:06 [2020-12-04T22:49:06.601Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
22:49:07 [2020-12-04T22:49:07.539Z] === RUN   TestDockerSuite/TestRmiParentImageFail
22:49:07 [2020-12-04T22:49:07.798Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
22:49:08 [2020-12-04T22:49:08.367Z] === RUN   TestDockerSuite/TestRmiTag
22:49:08 [2020-12-04T22:49:08.627Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
22:49:09 [2020-12-04T22:49:09.195Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
22:49:13 [2020-12-04T22:49:13.392Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
22:49:13 [2020-12-04T22:49:13.651Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
22:49:14 [2020-12-04T22:49:14.219Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
22:49:14 [2020-12-04T22:49:14.478Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
22:49:15 [2020-12-04T22:49:15.855Z] === RUN   TestDockerSuite/TestRunAddHost
22:49:16 [2020-12-04T22:49:16.115Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
22:49:16 [2020-12-04T22:49:16.375Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
22:49:16 [2020-12-04T22:49:16.944Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
22:49:16 [2020-12-04T22:49:16.944Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
22:49:17 [2020-12-04T22:49:17.512Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
22:49:18 [2020-12-04T22:49:18.459Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
22:49:19 [2020-12-04T22:49:19.027Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
22:49:19 [2020-12-04T22:49:19.964Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
22:49:20 [2020-12-04T22:49:20.532Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
22:49:21 [2020-12-04T22:49:21.470Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
22:49:22 [2020-12-04T22:49:22.850Z] === RUN   TestDockerSuite/TestRunAttachDetach
22:49:23 [2020-12-04T22:49:23.419Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
22:49:23 [2020-12-04T22:49:23.988Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
22:49:24 [2020-12-04T22:49:24.558Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
22:49:25 [2020-12-04T22:49:25.497Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
22:49:26 [2020-12-04T22:49:26.065Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
22:49:27 [2020-12-04T22:49:27.006Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
22:49:27 [2020-12-04T22:49:27.944Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
22:49:28 [2020-12-04T22:49:28.513Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
22:49:29 [2020-12-04T22:49:29.451Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
22:49:29 [2020-12-04T22:49:29.710Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
22:49:29 [2020-12-04T22:49:29.710Z] === RUN   TestDockerSuite/TestRunBindMounts
22:49:31 [2020-12-04T22:49:31.618Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
22:49:31 [2020-12-04T22:49:31.880Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
22:49:32 [2020-12-04T22:49:32.449Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
22:49:33 [2020-12-04T22:49:33.386Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
22:49:33 [2020-12-04T22:49:33.953Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
22:49:33 [2020-12-04T22:49:33.953Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
22:49:33 [2020-12-04T22:49:33.953Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
22:49:34 [2020-12-04T22:49:34.522Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
22:49:35 [2020-12-04T22:49:35.108Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
22:49:35 [2020-12-04T22:49:35.676Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
22:49:36 [2020-12-04T22:49:36.617Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
22:49:37 [2020-12-04T22:49:37.186Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
22:49:37 [2020-12-04T22:49:37.186Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
22:49:38 [2020-12-04T22:49:38.127Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
22:49:38 [2020-12-04T22:49:38.127Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
22:49:39 [2020-12-04T22:49:39.511Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
22:49:39 [2020-12-04T22:49:39.511Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
22:49:39 [2020-12-04T22:49:39.773Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
22:49:40 [2020-12-04T22:49:40.712Z] === RUN   TestDockerSuite/TestRunContainerNetwork
22:49:40 [2020-12-04T22:49:40.971Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
22:49:41 [2020-12-04T22:49:41.231Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
22:49:41 [2020-12-04T22:49:41.799Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
22:49:42 [2020-12-04T22:49:42.059Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
22:49:42 [2020-12-04T22:49:42.998Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
22:49:44 [2020-12-04T22:49:44.381Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
22:49:45 [2020-12-04T22:49:45.760Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
22:49:45 [2020-12-04T22:49:45.760Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
22:49:46 [2020-12-04T22:49:46.021Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
22:49:46 [2020-12-04T22:49:46.590Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
22:49:47 [2020-12-04T22:49:47.161Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
22:49:48 [2020-12-04T22:49:48.101Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
22:49:48 [2020-12-04T22:49:48.670Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
22:49:48 [2020-12-04T22:49:48.670Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
22:49:50 [2020-12-04T22:49:50.051Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
22:49:51 [2020-12-04T22:49:51.977Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
22:49:52 [2020-12-04T22:49:52.916Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
22:49:53 [2020-12-04T22:49:53.175Z] === RUN   TestDockerSuite/TestRunCreateVolume
22:49:53 [2020-12-04T22:49:53.745Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
22:49:55 [2020-12-04T22:49:55.126Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
22:49:55 [2020-12-04T22:49:55.385Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
22:49:56 [2020-12-04T22:49:56.766Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
22:49:59 [2020-12-04T22:49:59.307Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
22:49:59 [2020-12-04T22:49:59.566Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
22:50:01 [2020-12-04T22:50:01.475Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
22:50:01 [2020-12-04T22:50:01.475Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
22:50:01 [2020-12-04T22:50:01.475Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
22:50:02 [2020-12-04T22:50:02.045Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
22:50:03 [2020-12-04T22:50:03.427Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
22:50:03 [2020-12-04T22:50:03.427Z] === RUN   TestDockerSuite/TestRunDNSOptions
22:50:04 [2020-12-04T22:50:04.365Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
22:50:06 [2020-12-04T22:50:06.903Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
22:50:06 [2020-12-04T22:50:06.903Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
22:50:08 [2020-12-04T22:50:08.282Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
22:50:08 [2020-12-04T22:50:08.541Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
22:50:08 [2020-12-04T22:50:08.541Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
22:50:09 [2020-12-04T22:50:09.109Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
22:50:10 [2020-12-04T22:50:10.046Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
22:50:10 [2020-12-04T22:50:10.046Z] === RUN   TestDockerSuite/TestRunDuplicateMount
22:50:10 [2020-12-04T22:50:10.636Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
22:50:10 [2020-12-04T22:50:10.897Z] === RUN   TestDockerSuite/TestRunEchoStdout
22:50:11 [2020-12-04T22:50:11.465Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
22:50:12 [2020-12-04T22:50:12.034Z] === RUN   TestDockerSuite/TestRunEmptyEnv
22:50:12 [2020-12-04T22:50:12.034Z] === RUN   TestDockerSuite/TestRunEntrypoint
22:50:12 [2020-12-04T22:50:12.602Z] === RUN   TestDockerSuite/TestRunEnvironment
22:50:13 [2020-12-04T22:50:13.170Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
22:50:13 [2020-12-04T22:50:13.429Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
22:50:13 [2020-12-04T22:50:13.997Z] === RUN   TestDockerSuite/TestRunExitCode
22:50:14 [2020-12-04T22:50:14.567Z] === RUN   TestDockerSuite/TestRunExitCodeOne
22:50:14 [2020-12-04T22:50:14.826Z] === RUN   TestDockerSuite/TestRunExitCodeZero
22:50:15 [2020-12-04T22:50:15.394Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
22:50:15 [2020-12-04T22:50:15.962Z] === RUN   TestDockerSuite/TestRunExposePort
22:50:15 [2020-12-04T22:50:15.962Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
22:50:16 [2020-12-04T22:50:16.531Z] === RUN   TestDockerSuite/TestRunGroupAdd
22:50:17 [2020-12-04T22:50:17.099Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
22:50:18 [2020-12-04T22:50:18.037Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
22:50:18 [2020-12-04T22:50:18.037Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
22:50:18 [2020-12-04T22:50:18.037Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
22:50:20 [2020-12-04T22:50:20.573Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
22:50:20 [2020-12-04T22:50:20.832Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
22:50:22 [2020-12-04T22:50:22.448Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
22:50:22 [2020-12-04T22:50:22.448Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
22:50:22 [2020-12-04T22:50:22.448Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
22:50:22 [2020-12-04T22:50:22.914Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
22:50:22 [2020-12-04T22:50:22.914Z] === RUN   TestDockerSuite/TestAPINetworkFilter
22:50:22 [2020-12-04T22:50:22.914Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
22:50:22 [2020-12-04T22:50:22.914Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
22:50:22 [2020-12-04T22:50:22.914Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
22:50:22 [2020-12-04T22:50:22.914Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
22:50:22 [2020-12-04T22:50:22.914Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
22:50:22 [2020-12-04T22:50:22.914Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
22:50:22 [2020-12-04T22:50:22.914Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
22:50:28 [2020-12-04T22:50:28.757Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
22:50:28 [2020-12-04T22:50:28.757Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
22:50:28 [2020-12-04T22:50:28.757Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
22:50:28 [2020-12-04T22:50:28.948Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
22:50:31 [2020-12-04T22:50:31.702Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
22:50:32 [2020-12-04T22:50:32.249Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
22:50:32 [2020-12-04T22:50:32.826Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
22:50:33 [2020-12-04T22:50:33.776Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
22:50:33 [2020-12-04T22:50:33.776Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
22:50:33 [2020-12-04T22:50:33.776Z] === RUN   TestDockerSuite/TestRunInvalidReference
22:50:33 [2020-12-04T22:50:33.776Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
22:50:33 [2020-12-04T22:50:33.906Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
22:50:33 [2020-12-04T22:50:33.906Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
22:50:33 [2020-12-04T22:50:33.906Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
22:50:33 [2020-12-04T22:50:33.906Z] === RUN   TestDockerSuite/TestAttachDisconnect
22:50:33 [2020-12-04T22:50:33.906Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
22:50:34 [2020-12-04T22:50:34.345Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
22:50:35 [2020-12-04T22:50:35.724Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
22:50:36 [2020-12-04T22:50:36.665Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
22:50:36 [2020-12-04T22:50:36.848Z] === RUN   TestDockerSuite/TestAttachPausedContainer
22:50:36 [2020-12-04T22:50:36.848Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
22:50:36 [2020-12-04T22:50:36.848Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
22:50:38 [2020-12-04T22:50:38.046Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
22:50:39 [2020-12-04T22:50:39.425Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
22:50:39 [2020-12-04T22:50:39.425Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
22:50:43 [2020-12-04T22:50:43.974Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
22:50:45 [2020-12-04T22:50:45.993Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
22:50:45 [2020-12-04T22:50:45.993Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
22:50:45 [2020-12-04T22:50:45.993Z] === RUN   TestDockerSuite/TestRunModeHostname
22:50:46 [2020-12-04T22:50:46.564Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
22:50:46 [2020-12-04T22:50:46.564Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
22:50:46 [2020-12-04T22:50:46.823Z] === RUN   TestDockerSuite/TestRunModeIpcHost
22:50:47 [2020-12-04T22:50:47.762Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
22:50:48 [2020-12-04T22:50:48.332Z] === RUN   TestDockerSuite/TestRunModePIDContainer
22:50:49 [2020-12-04T22:50:49.711Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
22:50:49 [2020-12-04T22:50:49.711Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
22:50:49 [2020-12-04T22:50:49.711Z] === RUN   TestDockerSuite/TestRunModePIDHost
22:50:50 [2020-12-04T22:50:50.648Z] === RUN   TestDockerSuite/TestRunModeUTSHost
22:50:52 [2020-12-04T22:50:52.028Z] === RUN   TestDockerSuite/TestRunMount
22:50:52 [2020-12-04T22:50:52.028Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
22:50:55 [2020-12-04T22:50:55.326Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
22:50:57 [2020-12-04T22:50:57.237Z] === RUN   TestDockerSuite/TestRunMountOrdering
22:50:58 [2020-12-04T22:50:58.175Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
22:50:58 [2020-12-04T22:50:58.434Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
22:50:58 [2020-12-04T22:50:58.694Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
22:50:59 [2020-12-04T22:50:59.633Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
22:51:01 [2020-12-04T22:51:01.540Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
22:51:01 [2020-12-04T22:51:01.800Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
22:51:05 [2020-12-04T22:51:05.092Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
22:51:05 [2020-12-04T22:51:05.092Z] === RUN   TestDockerSuite/TestRunNamedVolume
22:51:06 [2020-12-04T22:51:06.471Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
22:51:07 [2020-12-04T22:51:07.856Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
22:51:08 [2020-12-04T22:51:08.425Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
22:51:09 [2020-12-04T22:51:09.804Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
22:51:11 [2020-12-04T22:51:11.184Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
22:51:11 [2020-12-04T22:51:11.185Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
22:51:11 [2020-12-04T22:51:11.443Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
22:51:12 [2020-12-04T22:51:12.015Z] === RUN   TestDockerSuite/TestRunNetHost
22:51:12 [2020-12-04T22:51:12.953Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
22:51:13 [2020-12-04T22:51:13.541Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
22:51:13 [2020-12-04T22:51:13.541Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
22:51:14 [2020-12-04T22:51:14.118Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
22:51:16 [2020-12-04T22:51:16.026Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
22:51:17 [2020-12-04T22:51:17.409Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
22:51:17 [2020-12-04T22:51:17.978Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
22:51:21 [2020-12-04T22:51:21.269Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
22:51:21 [2020-12-04T22:51:21.838Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
22:51:21 [2020-12-04T22:51:21.838Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
22:51:22 [2020-12-04T22:51:22.407Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
22:51:22 [2020-12-04T22:51:22.407Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
22:51:22 [2020-12-04T22:51:22.975Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
22:51:23 [2020-12-04T22:51:23.544Z] === RUN   TestDockerSuite/TestRunNonExistingImage
22:51:23 [2020-12-04T22:51:23.544Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
22:51:23 [2020-12-04T22:51:23.804Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
22:51:24 [2020-12-04T22:51:24.372Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
22:51:29 [2020-12-04T22:51:29.644Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
22:51:29 [2020-12-04T22:51:29.903Z] === RUN   TestDockerSuite/TestRunOOMExitCode
22:51:29 [2020-12-04T22:51:29.903Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
22:51:30 [2020-12-04T22:51:30.472Z] === RUN   TestDockerSuite/TestRunPIDsLimit
22:51:31 [2020-12-04T22:51:31.414Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
22:51:32 [2020-12-04T22:51:32.793Z] === RUN   TestDockerSuite/TestRunPortInUse
22:51:33 [2020-12-04T22:51:33.362Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
22:51:33 [2020-12-04T22:51:33.932Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
22:51:34 [2020-12-04T22:51:34.506Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
22:51:35 [2020-12-04T22:51:35.075Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
22:51:35 [2020-12-04T22:51:35.643Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
22:51:35 [2020-12-04T22:51:35.902Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
22:51:35 [2020-12-04T22:51:35.902Z] === RUN   TestDockerSuite/TestRunPublishPort
22:51:36 [2020-12-04T22:51:36.470Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
22:51:37 [2020-12-04T22:51:37.038Z] === RUN   TestDockerSuite/TestRunReadProcLatency
22:51:37 [2020-12-04T22:51:37.038Z] === RUN   TestDockerSuite/TestRunReadProcTimer
22:51:37 [2020-12-04T22:51:37.606Z] === RUN   TestDockerSuite/TestRunRedirectStdout
22:51:38 [2020-12-04T22:51:38.545Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
22:51:38 [2020-12-04T22:51:38.545Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
22:51:40 [2020-12-04T22:51:40.450Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
22:51:41 [2020-12-04T22:51:41.388Z] === RUN   TestDockerSuite/TestRunRm
22:51:41 [2020-12-04T22:51:41.959Z] === RUN   TestDockerSuite/TestRunRmAndWait
22:51:42 [2020-12-04T22:51:42.528Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
22:51:45 [2020-12-04T22:51:45.062Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
22:51:45 [2020-12-04T22:51:45.635Z] === RUN   TestDockerSuite/TestRunRmPre125Api
22:51:46 [2020-12-04T22:51:46.204Z] === RUN   TestDockerSuite/TestRunRootWorkdir
22:51:46 [2020-12-04T22:51:46.775Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
22:51:48 [2020-12-04T22:51:48.683Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
22:51:49 [2020-12-04T22:51:49.252Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
22:51:49 [2020-12-04T22:51:49.252Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
22:51:52 [2020-12-04T22:51:52.546Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
22:51:52 [2020-12-04T22:51:52.546Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
22:51:55 [2020-12-04T22:51:55.843Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
22:51:56 [2020-12-04T22:51:56.102Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
22:51:57 [2020-12-04T22:51:57.041Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
22:51:57 [2020-12-04T22:51:57.041Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
22:51:57 [2020-12-04T22:51:57.301Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
22:51:57 [2020-12-04T22:51:57.870Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
22:51:58 [2020-12-04T22:51:58.439Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
22:51:59 [2020-12-04T22:51:59.378Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
22:51:59 [2020-12-04T22:51:59.947Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
22:52:00 [2020-12-04T22:52:00.208Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
22:52:00 [2020-12-04T22:52:00.467Z] === RUN   TestDockerSuite/TestRunSetMacAddress
22:52:01 [2020-12-04T22:52:01.036Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
22:52:03 [2020-12-04T22:52:03.574Z] === RUN   TestDockerSuite/TestRunState
22:52:04 [2020-12-04T22:52:04.511Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
22:52:05 [2020-12-04T22:52:05.080Z] === RUN   TestDockerSuite/TestRunStdinPipe
22:52:05 [2020-12-04T22:52:05.649Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
22:52:05 [2020-12-04T22:52:05.908Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
22:52:05 [2020-12-04T22:52:05.908Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
22:52:06 [2020-12-04T22:52:06.167Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
22:52:06 [2020-12-04T22:52:06.736Z] === RUN   TestDockerSuite/TestRunSysctls
22:52:07 [2020-12-04T22:52:07.673Z] === RUN   TestDockerSuite/TestRunTLSVerify
22:52:07 [2020-12-04T22:52:07.673Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
22:52:07 [2020-12-04T22:52:07.673Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
22:52:08 [2020-12-04T22:52:08.244Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
22:52:10 [2020-12-04T22:52:10.151Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
22:52:10 [2020-12-04T22:52:10.411Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
22:52:11 [2020-12-04T22:52:11.810Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
22:52:13 [2020-12-04T22:52:13.189Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
22:52:14 [2020-12-04T22:52:14.570Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
22:52:17 [2020-12-04T22:52:17.862Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
22:52:18 [2020-12-04T22:52:18.122Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
22:52:18 [2020-12-04T22:52:18.691Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
22:52:19 [2020-12-04T22:52:19.260Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
22:52:20 [2020-12-04T22:52:20.638Z] === RUN   TestDockerSuite/TestRunUnshareProc
22:52:22 [2020-12-04T22:52:22.018Z] === RUN   TestDockerSuite/TestRunUserByID
22:52:22 [2020-12-04T22:52:22.277Z] === RUN   TestDockerSuite/TestRunUserByIDBig
22:52:22 [2020-12-04T22:52:22.277Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
22:52:22 [2020-12-04T22:52:22.536Z] === RUN   TestDockerSuite/TestRunUserByIDZero
22:52:23 [2020-12-04T22:52:23.104Z] === RUN   TestDockerSuite/TestRunUserByName
22:52:23 [2020-12-04T22:52:23.363Z] === RUN   TestDockerSuite/TestRunUserDefaults
22:52:23 [2020-12-04T22:52:23.934Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
22:52:23 [2020-12-04T22:52:23.934Z] === RUN   TestDockerSuite/TestRunUserNotFound
22:52:23 [2020-12-04T22:52:23.934Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
22:52:24 [2020-12-04T22:52:24.502Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
22:52:26 [2020-12-04T22:52:26.412Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
22:52:27 [2020-12-04T22:52:27.792Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
22:52:28 [2020-12-04T22:52:28.362Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
22:52:29 [2020-12-04T22:52:29.747Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
22:52:31 [2020-12-04T22:52:31.132Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
22:52:32 [2020-12-04T22:52:32.070Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
22:52:33 [2020-12-04T22:52:33.452Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
22:52:35 [2020-12-04T22:52:35.358Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
22:52:35 [2020-12-04T22:52:35.616Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
22:52:35 [2020-12-04T22:52:35.616Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
22:52:35 [2020-12-04T22:52:35.616Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
22:52:35 [2020-12-04T22:52:35.616Z] === RUN   TestDockerSuite/TestRunWithBadDevice
22:52:35 [2020-12-04T22:52:35.876Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
22:52:35 [2020-12-04T22:52:35.876Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
22:52:36 [2020-12-04T22:52:36.444Z] === RUN   TestDockerSuite/TestRunWithCPUShares
22:52:37 [2020-12-04T22:52:37.013Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
22:52:37 [2020-12-04T22:52:37.951Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
22:52:38 [2020-12-04T22:52:38.212Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
22:52:38 [2020-12-04T22:52:38.780Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
22:52:38 [2020-12-04T22:52:38.780Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
22:52:39 [2020-12-04T22:52:39.349Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
22:52:39 [2020-12-04T22:52:39.349Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
22:52:39 [2020-12-04T22:52:39.349Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
22:52:39 [2020-12-04T22:52:39.349Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
22:52:39 [2020-12-04T22:52:39.349Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
22:52:39 [2020-12-04T22:52:39.349Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
22:52:39 [2020-12-04T22:52:39.349Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
22:52:39 [2020-12-04T22:52:39.349Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
22:52:39 [2020-12-04T22:52:39.349Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
22:52:39 [2020-12-04T22:52:39.349Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
22:52:39 [2020-12-04T22:52:39.917Z] === RUN   TestDockerSwarmSuite/TestServiceScale
22:52:39 [2020-12-04T22:52:39.917Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
22:52:40 [2020-12-04T22:52:40.855Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
22:52:41 [2020-12-04T22:52:41.115Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
22:52:41 [2020-12-04T22:52:41.115Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
22:52:42 [2020-12-04T22:52:42.054Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
22:52:42 [2020-12-04T22:52:42.054Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
22:52:42 [2020-12-04T22:52:42.622Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
22:52:42 [2020-12-04T22:52:42.881Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
22:52:42 [2020-12-04T22:52:42.881Z] === RUN   TestDockerSuite/TestRunWithShmSize
22:52:43 [2020-12-04T22:52:43.451Z] === RUN   TestDockerSuite/TestRunWithSwappiness
22:52:44 [2020-12-04T22:52:44.020Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
22:52:44 [2020-12-04T22:52:44.020Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
22:52:44 [2020-12-04T22:52:44.020Z] === RUN   TestDockerSuite/TestRunWithUlimits
22:52:44 [2020-12-04T22:52:44.590Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
22:52:45 [2020-12-04T22:52:45.970Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
22:52:46 [2020-12-04T22:52:46.230Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
22:52:46 [2020-12-04T22:52:46.230Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
22:52:46 [2020-12-04T22:52:46.494Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
22:52:46 [2020-12-04T22:52:46.757Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
22:52:47 [2020-12-04T22:52:47.696Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
22:52:47 [2020-12-04T22:52:47.955Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
22:52:49 [2020-12-04T22:52:49.863Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
22:52:50 [2020-12-04T22:52:50.433Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
22:52:50 [2020-12-04T22:52:50.433Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
22:52:50 [2020-12-04T22:52:50.433Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
22:52:51 [2020-12-04T22:52:51.371Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
22:52:52 [2020-12-04T22:52:52.310Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
22:52:53 [2020-12-04T22:52:53.249Z] === RUN   TestDockerSuite/TestSaveCheckTimes
22:52:53 [2020-12-04T22:52:53.508Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
22:52:54 [2020-12-04T22:52:54.887Z] === RUN   TestDockerSuite/TestSaveImageId
22:52:54 [2020-12-04T22:52:54.887Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
22:52:55 [2020-12-04T22:52:55.147Z] === RUN   TestDockerSuite/TestSaveLoadParents
22:52:55 [2020-12-04T22:52:55.831Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
22:52:55 [2020-12-04T22:52:55.831Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
22:52:55 [2020-12-04T22:52:55.831Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
22:52:56 [2020-12-04T22:52:56.296Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
22:52:56 [2020-12-04T22:52:56.525Z] === RUN   TestDockerSuite/TestSaveMultipleNames
22:52:56 [2020-12-04T22:52:56.785Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
22:52:58 [2020-12-04T22:52:58.168Z] === RUN   TestDockerSuite/TestSaveSingleTag
22:52:58 [2020-12-04T22:52:58.168Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
22:52:58 [2020-12-04T22:52:58.168Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
22:53:00 [2020-12-04T22:53:00.075Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
22:53:01 [2020-12-04T22:53:01.028Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
22:53:01 [2020-12-04T22:53:01.457Z] === RUN   TestDockerSuite/TestSearchCmdOptions
22:53:01 [2020-12-04T22:53:01.501Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
22:53:01 [2020-12-04T22:53:01.501Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
22:53:01 [2020-12-04T22:53:01.501Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
22:53:01 [2020-12-04T22:53:01.501Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
22:53:01 [2020-12-04T22:53:01.717Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
22:53:01 [2020-12-04T22:53:01.965Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
22:53:01 [2020-12-04T22:53:01.976Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
22:53:01 [2020-12-04T22:53:01.976Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
22:53:02 [2020-12-04T22:53:02.235Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
22:53:02 [2020-12-04T22:53:02.235Z] === RUN   TestDockerSuite/TestSearchWithLimit
22:53:02 [2020-12-04T22:53:02.431Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
22:53:02 [2020-12-04T22:53:02.803Z] === RUN   TestDockerSuite/TestSlowStdinClosing
22:53:04 [2020-12-04T22:53:04.749Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
22:53:04 [2020-12-04T22:53:04.749Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
22:53:05 [2020-12-04T22:53:05.369Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
22:53:06 [2020-12-04T22:53:06.925Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
22:53:06 [2020-12-04T22:53:06.925Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
22:53:06 [2020-12-04T22:53:06.925Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
22:53:06 [2020-12-04T22:53:06.925Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
22:53:07 [2020-12-04T22:53:07.294Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
22:53:09 [2020-12-04T22:53:09.830Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
22:53:09 [2020-12-04T22:53:09.860Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
22:53:11 [2020-12-04T22:53:11.739Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
22:53:12 [2020-12-04T22:53:12.679Z] === RUN   TestDockerSuite/TestStartAttachSilent
22:53:13 [2020-12-04T22:53:13.616Z] === RUN   TestDockerSuite/TestStartAttachWithRename
22:53:16 [2020-12-04T22:53:16.151Z] === RUN   TestDockerSuite/TestStartMultipleContainers
22:53:18 [2020-12-04T22:53:18.056Z] === RUN   TestDockerSuite/TestStartPausedContainer
22:53:18 [2020-12-04T22:53:18.316Z] === RUN   TestDockerSuite/TestStartRecordError
22:53:19 [2020-12-04T22:53:19.698Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
22:53:20 [2020-12-04T22:53:20.638Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
22:53:22 [2020-12-04T22:53:22.016Z] === RUN   TestDockerSuite/TestStatsAllNoStream
22:53:24 [2020-12-04T22:53:24.550Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
22:53:24 [2020-12-04T22:53:24.762Z] === RUN   TestDockerSuite/TestBuildAddNonTar
22:53:27 [2020-12-04T22:53:27.701Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
22:53:28 [2020-12-04T22:53:28.683Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
22:53:28 [2020-12-04T22:53:28.683Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
22:53:28 [2020-12-04T22:53:28.758Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
22:53:32 [2020-12-04T22:53:32.044Z] === RUN   TestDockerSuite/TestStatsFormatAll
22:53:32 [2020-12-04T22:53:32.044Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
22:53:32 [2020-12-04T22:53:32.455Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
22:53:33 [2020-12-04T22:53:33.439Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
22:53:36 [2020-12-04T22:53:36.236Z] === RUN   TestDockerSuite/TestStatsNoStream
22:53:38 [2020-12-04T22:53:38.769Z] === RUN   TestDockerSuite/TestStopContainerSignal
22:53:39 [2020-12-04T22:53:39.281Z] === RUN   TestDockerSuite/TestBuildAddScript
22:53:39 [2020-12-04T22:53:39.282Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
22:53:39 [2020-12-04T22:53:39.282Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
22:53:39 [2020-12-04T22:53:39.282Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
22:53:39 [2020-12-04T22:53:39.282Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
22:53:39 [2020-12-04T22:53:39.282Z] === RUN   TestDockerSuite/TestBuildAddTar
22:53:39 [2020-12-04T22:53:39.713Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
22:53:40 [2020-12-04T22:53:40.649Z] === RUN   TestDockerSuite/TestTopMultipleArgs
22:53:41 [2020-12-04T22:53:41.218Z] === RUN   TestDockerSuite/TestTopNonPrivileged
22:53:42 [2020-12-04T22:53:42.157Z] === RUN   TestDockerSuite/TestTopPrivileged
22:53:42 [2020-12-04T22:53:42.416Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
22:53:42 [2020-12-04T22:53:42.676Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
22:53:42 [2020-12-04T22:53:42.676Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
22:53:43 [2020-12-04T22:53:43.615Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
22:53:46 [2020-12-04T22:53:46.911Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
22:53:49 [2020-12-04T22:53:49.455Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
22:53:50 [2020-12-04T22:53:50.026Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
22:53:50 [2020-12-04T22:53:50.595Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
22:53:50 [2020-12-04T22:53:50.595Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
22:53:51 [2020-12-04T22:53:51.164Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
22:53:52 [2020-12-04T22:53:52.542Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
22:53:52 [2020-12-04T22:53:52.542Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
22:53:53 [2020-12-04T22:53:53.479Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
22:53:54 [2020-12-04T22:53:54.047Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
22:53:54 [2020-12-04T22:53:54.616Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
22:53:55 [2020-12-04T22:53:55.994Z] === RUN   TestDockerSuite/TestUpdateStats
22:53:57 [2020-12-04T22:53:57.899Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
22:53:59 [2020-12-04T22:53:59.276Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
22:54:00 [2020-12-04T22:54:00.658Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
22:54:00 [2020-12-04T22:54:00.658Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
22:54:01 [2020-12-04T22:54:01.596Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
22:54:02 [2020-12-04T22:54:02.166Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
22:54:04 [2020-12-04T22:54:04.702Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
22:54:07 [2020-12-04T22:54:07.296Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
22:54:09 [2020-12-04T22:54:09.831Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
22:54:11 [2020-12-04T22:54:11.210Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
22:54:13 [2020-12-04T22:54:13.747Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
22:54:15 [2020-12-04T22:54:15.112Z] === RUN   TestDockerSuite/TestBuildAddTarXz
22:54:15 [2020-12-04T22:54:15.112Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
22:54:15 [2020-12-04T22:54:15.112Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
22:54:16 [2020-12-04T22:54:16.283Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
22:54:17 [2020-12-04T22:54:17.220Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
22:54:17 [2020-12-04T22:54:17.788Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
22:54:19 [2020-12-04T22:54:19.698Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
22:54:20 [2020-12-04T22:54:20.635Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
22:54:21 [2020-12-04T22:54:21.574Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
22:54:22 [2020-12-04T22:54:22.959Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
22:54:24 [2020-12-04T22:54:24.340Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
22:54:24 [2020-12-04T22:54:24.909Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
22:54:26 [2020-12-04T22:54:26.292Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
22:54:28 [2020-12-04T22:54:28.215Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
22:54:29 [2020-12-04T22:54:29.593Z] === RUN   TestDockerSuite/TestVolumeCLICreate
22:54:40 [2020-12-04T22:54:40.358Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
22:54:40 [2020-12-04T22:54:40.358Z] === RUN   TestDockerSuite/TestBuildBlankName
22:54:40 [2020-12-04T22:54:40.358Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
22:54:46 [2020-12-04T22:54:46.222Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
22:54:47 [2020-12-04T22:54:47.204Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLILs
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
22:54:47 [2020-12-04T22:54:47.679Z] === RUN   TestDockerSuite/TestVolumeCLIRm
22:54:48 [2020-12-04T22:54:48.247Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
22:54:48 [2020-12-04T22:54:48.507Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
22:54:48 [2020-12-04T22:54:48.507Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
22:54:48 [2020-12-04T22:54:48.507Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
22:54:48 [2020-12-04T22:54:48.766Z] === RUN   TestDockerSuite/TestVolumeEvents
22:54:53 [2020-12-04T22:54:53.043Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
22:54:54 [2020-12-04T22:54:54.038Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
22:54:55 [2020-12-04T22:54:55.947Z] === RUN   TestDockerSuite/TestVolumeLsFormat
22:54:55 [2020-12-04T22:54:55.947Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
22:54:55 [2020-12-04T22:54:55.947Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
22:54:57 [2020-12-04T22:54:57.853Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
22:55:00 [2020-12-04T22:55:00.405Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
22:55:00 [2020-12-04T22:55:00.405Z] --- PASS: TestDockerSuite (1421.64s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (1.01s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.65s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.73s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.69s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.36s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.30s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.14s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.98s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (4.59s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.78s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.65s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.66s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.66s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.82s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.87s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.99s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.78s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAttachDetach (0.99s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.72s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.72s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.62s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.72s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.22s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.94s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.02s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.26s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.99s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.72s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (18.58s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.77s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.74s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.98s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.13s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (1.96s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.83s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.69s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.22s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.15s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.74s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.14s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.23s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.07s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.63s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.19s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.34s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.36s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.38s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.43s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.76s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.43s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.52s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddTar (9.05s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.54s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.23s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.75s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.78s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.52s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.31s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.20s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.45s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.52s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.77s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.10s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.42s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.91s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.71s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.19s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.17s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.35s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.77s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.00s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.49s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.43s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.62s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (1.09s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.24s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (7.09s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.23s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.68s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.69s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.29s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.81s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.01s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.57s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.38s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.35s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.31s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
22:55:00 [2020-12-04T22:55:00.405Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.66s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.25s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.36s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.97s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.50s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.93s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.69s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.32s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (12.71s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.06s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.81s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.51s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.87s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.76s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
22:55:00 [2020-12-04T22:55:00.405Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.405Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s)
22:55:00 [2020-12-04T22:55:00.405Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.405Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
22:55:00 [2020-12-04T22:55:00.405Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.405Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s)
22:55:00 [2020-12-04T22:55:00.405Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.46s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.73s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.22s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.38s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.54s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.74s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.50s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.92s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.91s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.47s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.46s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.19s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (11.00s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.24s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.70s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.53s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.29s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.12s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.54s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.44s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (7.10s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.40s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.50s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.49s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.24s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.95s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.42s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.42s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.97s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.41s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.55s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.58s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.77s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.58s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.46s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.12s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (7.87s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.94s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.82s)
22:55:00 [2020-12-04T22:55:00.405Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.34s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.89s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.55s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.53s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.53s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.07s)
22:55:00 [2020-12-04T22:55:00.406Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.52s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.94s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.24s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.44s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.34s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.23s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildFails (0.59s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.50s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.78s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.88s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.42s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.41s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.68s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.26s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.59s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.23s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.93s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.18s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.72s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.87s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.43s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.65s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.48s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.66s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.97s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.41s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.41s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.41s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.22s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.58s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.27s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.19s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.55s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.94s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.21s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.09s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.14s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.15s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.52s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.59s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.19s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.04s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.10s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.22s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.61s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.52s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.44s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.35s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (2.03s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.49s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.82s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.72s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.47s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.42s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.48s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.38s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.66s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.97s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.69s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.22s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.37s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.82s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.18s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.57s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.50s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.88s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.94s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.58s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.79s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (9.74s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.03s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.41s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildRm (2.37s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.73s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.00s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.33s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.43s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.82s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.77s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (0.72s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (2.51s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.23s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.31s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.62s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.66s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.92s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.93s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.06s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.66s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.91s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.37s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildUser (1.60s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.97s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (14.77s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (1.45s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.34s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.08s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.18s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.74s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.406Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.406Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.406Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.47s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.75s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.73s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.86s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.10s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.18s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.45s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (1.00s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.34s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.51s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.72s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestBuildXZHost (2.15s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]         docker_cli_sni_test.go:18: Flakey test
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.88s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.09s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestCommitChange (1.44s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.86s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.35s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.38s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.82s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.48s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.70s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.20s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (1.13s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.05s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.12s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.49s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.30s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.56s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.84s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.64s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.65s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.57s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.68s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.64s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.61s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.81s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.77s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.89s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.56s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.79s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.87s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.61s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.56s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.71s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.50s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.48s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.41s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.06s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.48s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.26s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.58s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.58s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
22:55:00 [2020-12-04T22:55:00.406Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.54s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.54s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (1.08s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.48s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.74s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.56s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.93s)
22:55:00 [2020-12-04T22:55:00.406Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.35s)
22:55:00 [2020-12-04T22:55:00.406Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.42s)
22:55:00 [2020-12-04T22:55:00.406Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.37s)
22:55:00 [2020-12-04T22:55:00.406Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.54s)
22:55:00 [2020-12-04T22:55:00.406Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.34s)
22:55:00 [2020-12-04T22:55:00.406Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000bebbc0_<nil>} (1.36s)
22:55:00 [2020-12-04T22:55:00.406Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1240075539_/foo_false__<nil>_<nil>_<nil>} (1.43s)
22:55:00 [2020-12-04T22:55:00.406Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1240075539_/foo_true__<nil>_<nil>_<nil>} (1.51s)
22:55:00 [2020-12-04T22:55:00.406Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3237804374_/foo_false__<nil>_<nil>_<nil>} (1.54s)
22:55:00 [2020-12-04T22:55:00.406Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3237804374_/foo_true__<nil>_<nil>_<nil>} (0.54s)
22:55:00 [2020-12-04T22:55:00.406Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3237804374_/foo_true__0xc000bebc20_<nil>_<nil>} (1.59s)
22:55:00 [2020-12-04T22:55:00.406Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000bebc40_<nil>} (1.35s)
22:55:00 [2020-12-04T22:55:00.406Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000bebc60_<nil>} (1.43s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000bebc80_<nil>} (1.38s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000bebca0_<nil>} (1.55s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.08s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.29s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
22:55:00 [2020-12-04T22:55:00.407Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.89s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.70s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.52s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.40s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.23s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.72s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.84s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.84s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.72s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.73s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.71s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.88s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.89s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.75s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.86s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.74s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.99s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.95s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.27s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.88s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.69s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.71s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.86s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.62s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.92s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.92s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.45s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.72s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToCaseC (2.07s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToCaseD (4.54s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.14s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.55s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.20s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.77s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.69s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.36s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.62s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToDot (0.64s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.94s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.94s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.55s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.93s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.22s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.55s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCpVolumePath (0.86s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.06s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.48s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.52s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.10s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.51s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.36s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.10s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.14s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateRM (0.20s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.18s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.76s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.59s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.13s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.63s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.16s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.54s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.03s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.49s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.50s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.49s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDockerFails (0.02s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.80s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.56s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.26s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.18s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.45s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.38s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.78s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.34s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.75s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.57s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.65s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.59s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.58s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.49s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.49s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.02s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.41s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.29s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.12s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.09s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.44s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.29s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (0.95s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.16s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.30s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFilters (0.99s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.20s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsImageImport (1.09s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.37s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.63s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.23s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
22:55:00 [2020-12-04T22:55:00.407Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.85s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.54s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsRename (0.53s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsResize (0.56s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.49s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.58s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.52s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.78s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsTop (0.55s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.57s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.91s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExec (0.58s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.51s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.86s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.52s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.15s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.55s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.56s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.54s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.56s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.53s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.53s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.00s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecCgroup (0.91s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecEnv (0.62s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.17s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.70s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecInspectID (1.71s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.54s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.78s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.18s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecParseError (0.52s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.56s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.48s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.05s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.56s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.59s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.75s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.71s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecTTY (0.57s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.59s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.49s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.58s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.34s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.57s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.76s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.56s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.64s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.53s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.53s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.65s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.53s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.61s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestHealth (18.90s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.60s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.72s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.30s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.21s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.51s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.91s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.14s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.13s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.98s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.07s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.89s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.90s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.07s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.58s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImportFile (1.78s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.81s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.23s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.17s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.57s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.53s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.53s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.52s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.54s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.63s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.48s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.46s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.49s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.16s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.53s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.49s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.52s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.77s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.57s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.50s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.82s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectImage (0.03s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.06s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
22:55:00 [2020-12-04T22:55:00.407Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.65s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.55s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.08s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.62s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.86s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectPlugin (2.06s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.01s)
22:55:00 [2020-12-04T22:55:00.407Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.56s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.59s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.03s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.50s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.51s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.52s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.49s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.47s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.45s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.75s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (0.99s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.97s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.12s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.70s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.86s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.20s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.32s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.57s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.64s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.50s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.32s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.64s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.38s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.44s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.54s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.51s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.79s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.61s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.81s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.50s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.88s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.84s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.84s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.92s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.82s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.15s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.72s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.47s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsSince (6.61s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.49s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.60s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsTail (0.68s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.72s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.57s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.29s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.52s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestNetHostname (1.90s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.29s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.67s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.35s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.51s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPluginActive (2.11s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.24s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
22:55:00 [2020-12-04T22:55:00.408Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.81s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.40s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.61s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.93s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.03s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.62s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.93s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.92s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPortList (7.03s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.48s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.30s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.47s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.47s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.55s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.06s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (2.59s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (0.93s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.60s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.49s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsByOrder (3.16s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.83s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.48s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.23s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.62s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.61s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.95s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.55s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.14s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.33s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.55s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.77s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.09s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.15s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.56s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.53s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.62s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.47s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
22:55:00 [2020-12-04T22:55:00.408Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.18s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.69s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.00s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.04s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.48s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.71s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.80s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.43s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.23s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.22s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.43s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.25s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.01s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.53s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.68s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s)
22:55:00 [2020-12-04T22:55:00.408Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.19s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.69s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.10s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.73s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRmiTag (0.25s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.55s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.07s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.47s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.66s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.32s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.06s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.46s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.49s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.54s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.19s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.61s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.63s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.67s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.06s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.09s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.69s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.69s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.70s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.63s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.68s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.98s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.08s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.54s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.68s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.49s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.48s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.54s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.68s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.90s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.62s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.50s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.57s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.60s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.82s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.67s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.75s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.29s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.60s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.60s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.59s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.09s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.68s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.15s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.15s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.40s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.52s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.57s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.55s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.79s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.78s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.30s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.96s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.49s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.89s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.32s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.42s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.15s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
22:55:00 [2020-12-04T22:55:00.670Z]         docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.670Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
22:55:00 [2020-12-04T22:55:00.670Z]         docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.69s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.32s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.10s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.95s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.58s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.03s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.49s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
22:55:00 [2020-12-04T22:55:00.670Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.45s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.06s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.44s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.50s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.52s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.49s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.47s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.48s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.48s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.48s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.49s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.47s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.48s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.45s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.61s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.47s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.97s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.21s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
22:55:00 [2020-12-04T22:55:00.670Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.18s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.52s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.94s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.98s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.04s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.50s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.36s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.35s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.39s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.69s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.33s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.37s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.71s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.95s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.77s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.02s)
22:55:00 [2020-12-04T22:55:00.670Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (0.96s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.13s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunMount (5.36s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.88s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.60s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.18s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.97s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.94s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.56s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.26s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.24s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.57s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.53s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.95s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.74s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.57s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.73s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.93s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.52s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.39s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.57s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.49s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.55s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.10s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.60s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.67s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.64s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.87s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.27s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.73s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.51s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.56s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.51s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.56s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.48s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.49s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.48s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.47s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (0.87s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.16s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.91s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunRm (0.50s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.64s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.61s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.51s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.81s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.65s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.19s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.37s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.53s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.67s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.54s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.58s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.48s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.70s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.65s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.70s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.59s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.45s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunState (1.06s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.50s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.49s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.19s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.47s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.46s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunSysctls (0.96s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.47s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.75s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.52s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.30s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.74s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.18s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.49s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.49s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.47s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.52s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.04s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.48s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.51s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.47s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.49s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.48s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.09s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.72s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.17s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.47s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.99s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.49s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.67s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.46s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.56s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.50s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.92s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.48s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.48s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.50s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.66s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.59s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.52s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.68s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.26s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.66s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.59s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.53s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.05s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.04s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.61s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.09s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.47s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.36s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.08s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.95s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.46s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.62s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.67s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.04s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.99s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.00s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.95s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.32s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.42s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.41s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents058454123
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.31s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.16s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.04s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.56s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.75s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.47s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.51s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.96s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.18s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.98s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.72s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.93s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.58s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.62s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.53s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.17s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.24s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.16s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.60s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.13s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.77s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.54s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.71s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.58s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.86s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.71s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.68s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.12s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.94s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.52s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.49s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.68s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.25s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.98s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.66s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.62s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.03s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.60s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.28s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.02s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.87s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.77s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.38s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.44s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.25s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.66s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.49s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.82s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.49s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.84s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.99s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.92s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.38s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.48s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.67s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.90s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.58s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.10s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.59s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.54s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.65s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.50s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.44s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.42s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.98s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.81s)
22:55:00 [2020-12-04T22:55:00.671Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
22:55:00 [2020-12-04T22:55:00.671Z]         docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
22:55:00 [2020-12-04T22:55:00.671Z] === RUN   TestDockerRegistrySuite
22:55:00 [2020-12-04T22:55:00.671Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
22:55:01 [2020-12-04T22:55:01.609Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
22:55:02 [2020-12-04T22:55:02.988Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
22:55:03 [2020-12-04T22:55:03.434Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
22:55:04 [2020-12-04T22:55:04.368Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
22:55:04 [2020-12-04T22:55:04.628Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
22:55:07 [2020-12-04T22:55:07.920Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
22:55:13 [2020-12-04T22:55:13.192Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
22:55:13 [2020-12-04T22:55:13.830Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
22:55:13 [2020-12-04T22:55:13.830Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
22:55:15 [2020-12-04T22:55:15.731Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
22:55:16 [2020-12-04T22:55:16.669Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
22:55:17 [2020-12-04T22:55:17.607Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
22:55:18 [2020-12-04T22:55:18.545Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
22:55:18 [2020-12-04T22:55:18.563Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
22:55:18 [2020-12-04T22:55:18.563Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
22:55:18 [2020-12-04T22:55:18.563Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
22:55:19 [2020-12-04T22:55:19.924Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
22:55:20 [2020-12-04T22:55:20.862Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
22:55:21 [2020-12-04T22:55:21.814Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
22:55:23 [2020-12-04T22:55:23.193Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
22:55:24 [2020-12-04T22:55:24.413Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
22:55:24 [2020-12-04T22:55:24.413Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
22:55:24 [2020-12-04T22:55:24.413Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
22:55:24 [2020-12-04T22:55:24.413Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
22:55:24 [2020-12-04T22:55:24.413Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
22:55:25 [2020-12-04T22:55:25.100Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
22:55:27 [2020-12-04T22:55:27.006Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
22:55:27 [2020-12-04T22:55:27.944Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
22:55:30 [2020-12-04T22:55:30.480Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
22:55:31 [2020-12-04T22:55:31.417Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
22:55:31 [2020-12-04T22:55:31.417Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
22:55:32 [2020-12-04T22:55:32.797Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
22:55:33 [2020-12-04T22:55:33.366Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
22:55:34 [2020-12-04T22:55:34.744Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
22:55:37 [2020-12-04T22:55:37.284Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
22:55:37 [2020-12-04T22:55:37.543Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
22:55:38 [2020-12-04T22:55:38.482Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
22:55:39 [2020-12-04T22:55:39.050Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
22:55:39 [2020-12-04T22:55:39.050Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
22:55:39 [2020-12-04T22:55:39.308Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
22:55:39 [2020-12-04T22:55:39.569Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
22:55:40 [2020-12-04T22:55:40.164Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
22:55:40 [2020-12-04T22:55:40.164Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
22:55:41 [2020-12-04T22:55:41.101Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
22:55:43 [2020-12-04T22:55:43.011Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
22:55:43 [2020-12-04T22:55:43.579Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
22:55:44 [2020-12-04T22:55:44.516Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
22:55:45 [2020-12-04T22:55:45.454Z] === RUN   TestDockerRegistrySuite/TestV2Only
22:55:46 [2020-12-04T22:55:46.390Z] --- PASS: TestDockerRegistrySuite (45.87s)
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.24s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d01026f135511] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.22s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [db1d754ada350] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.45s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d9542aad0d922] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.17s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d76ba67c750b1] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.96s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d7a7c9ba12c5e] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.97s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [df85a786b7687] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.96s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [dfb4b9099f512] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.06s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d32c0b6be43f6] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.94s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d59bdc0a4bde6] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.08s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d23f94e405c31] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.18s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d770d4a7ec6b1] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.11s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d5ef745e9eb1e] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.01s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d57c81c1b6ef6] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.11s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d302000e1fc20] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.04s)
22:55:46 [2020-12-04T22:55:46.390Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0e84dae86c317237799c89246038d5f3ac12fe6a775702592ecbd41448ca5059
22:55:46 [2020-12-04T22:55:46.390Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:61a2e31f260fb8d7ac2f4f3c1c778e6f98631b0d2cf2c959399e493a99c00af4
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d9a057463e371] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.97s)
22:55:46 [2020-12-04T22:55:46.390Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1d98736d4839f31e6ec2c84ee2041606c62b795704418755212bf4ac60276ace
22:55:46 [2020-12-04T22:55:46.390Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5c4762e17eb1d92c98de74b352cc50c9b3400113725ea4c46c2497600c5b75ef
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [debd0b8fd9d1b] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.03s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d6aabb1b99a0c] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.31s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d31c8274b80f7] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.05s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d5eb94428c69a] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [dcb273b51d230] daemon is not started
22:55:46 [2020-12-04T22:55:46.390Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.04s)
22:55:46 [2020-12-04T22:55:46.390Z]         check_test.go:196: [d5737055e7680] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.96s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [d9bd13010ff20] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.95s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [d3d602f055685] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.67s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [d1440341439b4] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [d573c67adad72] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.06s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [d3bc25bba8f9d] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.41s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [d3c8765129a3d] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [ddba36191e6e9] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [d1a4aa1c87065] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [dafd47be8f8e5] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [d74440bcad523] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [dfc8a40e3c1f3] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.09s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [d54574f889b06] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.49s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [d4a77561cd2cc] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.86s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [dce8c95f0f3fc] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.06s)
22:55:46 [2020-12-04T22:55:46.391Z]         check_test.go:196: [de383b576ed6b] daemon is not started
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.96s)
22:55:46 [2020-12-04T22:55:46.391Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s)
22:55:46 [2020-12-04T22:55:46.391Z] === RUN   TestDockerSchema1RegistrySuite
22:55:46 [2020-12-04T22:55:46.391Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
22:55:46 [2020-12-04T22:55:46.650Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
22:55:49 [2020-12-04T22:55:49.648Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
22:55:49 [2020-12-04T22:55:49.941Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
22:55:53 [2020-12-04T22:55:53.419Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
22:55:54 [2020-12-04T22:55:54.400Z] === RUN   TestDockerSuite/TestBuildCacheAdd
22:55:54 [2020-12-04T22:55:54.865Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
22:55:55 [2020-12-04T22:55:55.213Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
22:55:55 [2020-12-04T22:55:55.213Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
22:55:56 [2020-12-04T22:55:56.422Z] === RUN   TestDockerSuite/TestBuildCacheFrom
22:55:56 [2020-12-04T22:55:56.422Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
22:55:59 [2020-12-04T22:55:59.409Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
22:55:59 [2020-12-04T22:55:59.978Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
22:56:00 [2020-12-04T22:56:00.238Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
22:56:01 [2020-12-04T22:56:01.165Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
22:56:01 [2020-12-04T22:56:01.177Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
22:56:01 [2020-12-04T22:56:01.446Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
22:56:02 [2020-12-04T22:56:02.722Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
22:56:02 [2020-12-04T22:56:02.722Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
22:56:02 [2020-12-04T22:56:02.722Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
22:56:03 [2020-12-04T22:56:03.355Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
22:56:03 [2020-12-04T22:56:03.700Z] === RUN   TestDockerSuite/TestBuildClearCmd
22:56:04 [2020-12-04T22:56:04.679Z] === RUN   TestDockerSuite/TestBuildCmd
22:56:04 [2020-12-04T22:56:04.735Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
22:56:05 [2020-12-04T22:56:05.144Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
22:56:05 [2020-12-04T22:56:05.673Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
22:56:06 [2020-12-04T22:56:06.123Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
22:56:06 [2020-12-04T22:56:06.123Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
22:56:08 [2020-12-04T22:56:08.965Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
22:56:08 [2020-12-04T22:56:08.965Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
22:56:09 [2020-12-04T22:56:09.534Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
22:56:10 [2020-12-04T22:56:10.102Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
22:56:10 [2020-12-04T22:56:10.102Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
22:56:10 [2020-12-04T22:56:10.670Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
22:56:10 [2020-12-04T22:56:10.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
22:56:11 [2020-12-04T22:56:11.498Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
22:56:11 [2020-12-04T22:56:11.498Z] --- PASS: TestDockerSchema1RegistrySuite (25.16s)
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d80b55383f3f9] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.99s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d2ae41ec7a839] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.33s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [daa3da1716884] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.89s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d11353e685e40] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.32s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d67b04537b7d7] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.16s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d97b20d259a43] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.16s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [da095c1abeb6d] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.62s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d3db6e9027be5] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.49s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d4a5cba2fc1d8] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.95s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [de4dbfd787825] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.55s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d91adaea4f5ec] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.52s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d2c95d44db6a6] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.49s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d8f63b41c3812] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [de11cdc6eba87] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.37s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [dc15c3508b3af] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.30s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d1af0d8851fe4] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.49s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d94126f8d9c87] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
22:56:11 [2020-12-04T22:56:11.498Z]         check_test.go:223: [d1c36243e1d78] daemon is not started
22:56:11 [2020-12-04T22:56:11.498Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
22:56:11 [2020-12-04T22:56:11.498Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
22:56:11 [2020-12-04T22:56:11.960Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
22:56:12 [2020-12-04T22:56:12.876Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
22:56:13 [2020-12-04T22:56:13.136Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
22:56:13 [2020-12-04T22:56:13.395Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
22:56:14 [2020-12-04T22:56:14.161Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
22:56:14 [2020-12-04T22:56:14.161Z] === RUN   TestDockerSuite/TestBuildConditionalCache
22:56:14 [2020-12-04T22:56:14.777Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
22:56:15 [2020-12-04T22:56:15.036Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
22:56:15 [2020-12-04T22:56:15.145Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
22:56:15 [2020-12-04T22:56:15.145Z] === RUN   TestDockerSuite/TestBuildContextCleanup
22:56:15 [2020-12-04T22:56:15.607Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
22:56:15 [2020-12-04T22:56:15.611Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
22:56:16 [2020-12-04T22:56:16.175Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
22:56:16 [2020-12-04T22:56:16.176Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
22:56:16 [2020-12-04T22:56:16.176Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.79s)
22:56:16 [2020-12-04T22:56:16.176Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.16s)
22:56:16 [2020-12-04T22:56:16.176Z]         check_test.go:252: [d42571e22c0db] daemon is not started
22:56:16 [2020-12-04T22:56:16.176Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.59s)
22:56:16 [2020-12-04T22:56:16.176Z]         check_test.go:252: [ded240b3db44f] daemon is not started
22:56:16 [2020-12-04T22:56:16.176Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.20s)
22:56:16 [2020-12-04T22:56:16.176Z]         check_test.go:252: [df707ae56a49a] daemon is not started
22:56:16 [2020-12-04T22:56:16.176Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.39s)
22:56:16 [2020-12-04T22:56:16.176Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.27s)
22:56:16 [2020-12-04T22:56:16.176Z]         check_test.go:252: [dacf9ddc2fcb4] daemon is not started
22:56:16 [2020-12-04T22:56:16.176Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.42s)
22:56:16 [2020-12-04T22:56:16.176Z]         check_test.go:252: [dcc648f1d4eb1] daemon is not started
22:56:16 [2020-12-04T22:56:16.176Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.57s)
22:56:16 [2020-12-04T22:56:16.176Z]         check_test.go:252: [daf701ce13c91] daemon is not started
22:56:16 [2020-12-04T22:56:16.176Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.18s)
22:56:16 [2020-12-04T22:56:16.176Z]         check_test.go:252: [d52c6c0d6c8ff] daemon is not started
22:56:16 [2020-12-04T22:56:16.176Z] === RUN   TestDockerRegistryAuthTokenSuite
22:56:16 [2020-12-04T22:56:16.176Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
22:56:18 [2020-12-04T22:56:18.547Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
22:56:18 [2020-12-04T22:56:18.713Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
22:56:19 [2020-12-04T22:56:19.012Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
22:56:19 [2020-12-04T22:56:19.476Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
22:56:19 [2020-12-04T22:56:19.476Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
22:56:20 [2020-12-04T22:56:20.464Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
22:56:20 [2020-12-04T22:56:20.928Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
22:56:20 [2020-12-04T22:56:20.928Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
22:56:20 [2020-12-04T22:56:20.928Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
22:56:22 [2020-12-04T22:56:22.023Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
22:56:22 [2020-12-04T22:56:22.023Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
22:56:22 [2020-12-04T22:56:22.023Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
22:56:22 [2020-12-04T22:56:22.023Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
22:56:22 [2020-12-04T22:56:22.023Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.84s)
22:56:22 [2020-12-04T22:56:22.023Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s)
22:56:22 [2020-12-04T22:56:22.023Z]         check_test.go:279: [d42110f4d0179] daemon is not started
22:56:22 [2020-12-04T22:56:22.023Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.17s)
22:56:22 [2020-12-04T22:56:22.023Z]         check_test.go:279: [d92d51cd082c0] daemon is not started
22:56:22 [2020-12-04T22:56:22.023Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
22:56:22 [2020-12-04T22:56:22.023Z]         check_test.go:279: [d522c686d1a8d] daemon is not started
22:56:22 [2020-12-04T22:56:22.023Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.18s)
22:56:22 [2020-12-04T22:56:22.023Z]         check_test.go:279: [d36ab4eed3509] daemon is not started
22:56:22 [2020-12-04T22:56:22.023Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s)
22:56:22 [2020-12-04T22:56:22.023Z]         check_test.go:279: [d9f4dca0d0609] daemon is not started
22:56:22 [2020-12-04T22:56:22.023Z] === RUN   TestDockerNetworkSuite
22:56:22 [2020-12-04T22:56:22.023Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
22:56:23 [2020-12-04T22:56:23.402Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
22:56:24 [2020-12-04T22:56:24.782Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
22:56:25 [2020-12-04T22:56:25.719Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
22:56:26 [2020-12-04T22:56:26.768Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
22:56:27 [2020-12-04T22:56:27.100Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
22:56:29 [2020-12-04T22:56:29.638Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
22:56:31 [2020-12-04T22:56:31.022Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
22:56:31 [2020-12-04T22:56:31.959Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
22:56:31 [2020-12-04T22:56:31.959Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
22:56:34 [2020-12-04T22:56:34.501Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
22:56:36 [2020-12-04T22:56:36.409Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
22:56:38 [2020-12-04T22:56:38.319Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
22:56:38 [2020-12-04T22:56:38.889Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
22:56:39 [2020-12-04T22:56:39.835Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
22:56:42 [2020-12-04T22:56:42.380Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
22:56:43 [2020-12-04T22:56:43.323Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
22:56:46 [2020-12-04T22:56:46.617Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
22:56:47 [2020-12-04T22:56:47.555Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
22:56:48 [2020-12-04T22:56:48.123Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
22:56:48 [2020-12-04T22:56:48.383Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
22:56:49 [2020-12-04T22:56:49.324Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
22:56:50 [2020-12-04T22:56:50.262Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
22:56:50 [2020-12-04T22:56:50.520Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
22:56:50 [2020-12-04T22:56:50.779Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
22:56:51 [2020-12-04T22:56:51.716Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
22:56:51 [2020-12-04T22:56:51.716Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
22:56:51 [2020-12-04T22:56:51.716Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
22:56:51 [2020-12-04T22:56:51.975Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
22:56:52 [2020-12-04T22:56:52.913Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
22:56:53 [2020-12-04T22:56:53.859Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
22:56:53 [2020-12-04T22:56:53.859Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
22:56:54 [2020-12-04T22:56:54.119Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
22:56:54 [2020-12-04T22:56:54.119Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
22:56:56 [2020-12-04T22:56:56.659Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
22:56:58 [2020-12-04T22:56:58.565Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
22:57:05 [2020-12-04T22:57:05.137Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
22:57:05 [2020-12-04T22:57:05.137Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
22:57:05 [2020-12-04T22:57:05.706Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
22:57:05 [2020-12-04T22:57:05.965Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
22:57:05 [2020-12-04T22:57:05.965Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
22:57:06 [2020-12-04T22:57:06.224Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
22:57:06 [2020-12-04T22:57:06.484Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
22:57:06 [2020-12-04T22:57:06.484Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
22:57:09 [2020-12-04T22:57:09.021Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
22:57:09 [2020-12-04T22:57:09.021Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
22:57:09 [2020-12-04T22:57:09.021Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
22:57:09 [2020-12-04T22:57:09.421Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
22:57:09 [2020-12-04T22:57:09.421Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
22:57:09 [2020-12-04T22:57:09.421Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
22:57:09 [2020-12-04T22:57:09.958Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
22:57:13 [2020-12-04T22:57:13.221Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
22:57:13 [2020-12-04T22:57:13.249Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
22:57:13 [2020-12-04T22:57:13.685Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
22:57:13 [2020-12-04T22:57:13.685Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
22:57:14 [2020-12-04T22:57:14.153Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
22:57:14 [2020-12-04T22:57:14.618Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
22:57:14 [2020-12-04T22:57:14.618Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
22:57:16 [2020-12-04T22:57:16.539Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
22:57:16 [2020-12-04T22:57:16.539Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
22:57:17 [2020-12-04T22:57:17.477Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
22:57:18 [2020-12-04T22:57:18.856Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
22:57:18 [2020-12-04T22:57:18.856Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
22:57:19 [2020-12-04T22:57:19.794Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
22:57:20 [2020-12-04T22:57:20.054Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
22:57:21 [2020-12-04T22:57:21.448Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
22:57:26 [2020-12-04T22:57:26.731Z] --- PASS: TestDockerNetworkSuite (64.49s)
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.56s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d1bb739cee0c5] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.13s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d250323fe4e0c] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.36s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [dcb4756c85de7] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.96s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [dac1436005706] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.95s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:1233: [df8bd73d59885] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.94s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d0847c06d2a69] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (7.29s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d56ab5b91a246] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.97s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d631f5de33ba8] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.23s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d3f01041fce08] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.53s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d5924ced7d54e] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.42s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d198ba6fc6435] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.93s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d2543a7abec94] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.98s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [dc7d22c808625] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [df3b327957e27] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d8fba678b761d] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.74s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [df8d133e6ee06] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d1d9a32b0f2dd] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d3685dbd3ac1e] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d220050b63ae8] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.75s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d0a534f31ad66] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.03s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d8fe01f1b168b] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [db3c6f58cf519] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.29s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d81b99838cdb3] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [db05ad0c8dc0a] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.48s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:968: [d0deaef335115] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.77s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d2b6a320305d0] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.09s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:1116: [d7802c3696bef] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.38s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d6c31d933f444] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.88s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [dadd07cc637f9] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d2769e2e27f3f] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d3157646a5bd7] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d160a0c77dd21] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [df933357283c8] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [dcf24bdcd1a33] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.52s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d7b694765d32d] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [dcb498e6a3cde] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d33e13b0a8f62] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.82s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [db0cb9eaaad8a] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.59s)
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.18s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:1084: [d037657f9f280] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [dd58ad781dcc1] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.77s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d880bb97457ce] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.57s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [dd519eca55742] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [daa47928c476b] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.67s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [de420e4d27305] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.54s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [df2633ce609c3] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.09s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [d56ab9c5133d7] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.34s)
22:57:26 [2020-12-04T22:57:26.731Z]         docker_cli_network_unix_test.go:46: [dbb245d59d202] daemon is not started
22:57:26 [2020-12-04T22:57:26.731Z] === RUN   TestDockerHubPullSuite
22:57:26 [2020-12-04T22:57:26.731Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
22:57:28 [2020-12-04T22:57:28.635Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
22:57:31 [2020-12-04T22:57:31.168Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
22:57:32 [2020-12-04T22:57:32.106Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
22:57:34 [2020-12-04T22:57:34.639Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
22:57:34 [2020-12-04T22:57:34.639Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
22:57:34 [2020-12-04T22:57:34.639Z] --- PASS: TestDockerHubPullSuite (8.01s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.05s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.34s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.88s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.43s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.24s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s)
22:57:34 [2020-12-04T22:57:34.639Z] PASS
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === Skipped
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.07s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.07s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_sni_test.go:18: Flakey test
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
22:57:34 [2020-12-04T22:57:34.639Z] 
22:57:34 [2020-12-04T22:57:34.639Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
22:57:34 [2020-12-04T22:57:34.639Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
22:57:34 [2020-12-04T22:57:34.640Z] 
22:57:34 [2020-12-04T22:57:34.640Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
22:57:34 [2020-12-04T22:57:34.640Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
22:57:34 [2020-12-04T22:57:34.640Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
22:57:34 [2020-12-04T22:57:34.640Z] 
22:57:34 [2020-12-04T22:57:34.640Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
22:57:34 [2020-12-04T22:57:34.640Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
22:57:34 [2020-12-04T22:57:34.640Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
22:57:34 [2020-12-04T22:57:34.640Z] 
22:57:34 [2020-12-04T22:57:34.640Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
22:57:34 [2020-12-04T22:57:34.640Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
22:57:34 [2020-12-04T22:57:34.640Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
22:57:34 [2020-12-04T22:57:34.640Z] 
22:57:34 [2020-12-04T22:57:34.640Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
22:57:34 [2020-12-04T22:57:34.640Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
22:57:34 [2020-12-04T22:57:34.640Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
22:57:34 [2020-12-04T22:57:34.640Z] 
22:57:34 [2020-12-04T22:57:34.640Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.02s)
22:57:34 [2020-12-04T22:57:34.640Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.02s)
22:57:34 [2020-12-04T22:57:34.640Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
22:57:34 [2020-12-04T22:57:34.640Z] 
22:57:34 [2020-12-04T22:57:34.640Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s)
22:57:34 [2020-12-04T22:57:34.640Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
22:57:34 [2020-12-04T22:57:34.640Z]         docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
22:57:34 [2020-12-04T22:57:34.640Z] 
22:57:34 [2020-12-04T22:57:34.640Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
22:57:34 [2020-12-04T22:57:34.640Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
22:57:34 [2020-12-04T22:57:34.640Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
22:57:34 [2020-12-04T22:57:34.640Z]         docker_cli_network_unix_test.go:46: [d33e13b0a8f62] daemon is not started
22:57:34 [2020-12-04T22:57:34.640Z] 
22:57:34 [2020-12-04T22:57:34.640Z] 
22:57:34 [2020-12-04T22:57:34.640Z] DONE 1274 tests, 51 skipped in 1617.268s
22:57:34 [2020-12-04T22:57:34.640Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:57:34 [2020-12-04T22:57:34.640Z] ++++ cat bundles/test-integration/docker.pid
22:57:34 [2020-12-04T22:57:34.640Z] +++ kill 8143
22:57:35 [2020-12-04T22:57:35.576Z] +++ /etc/init.d/apparmor stop
22:57:35 [2020-12-04T22:57:35.576Z] Leaving: AppArmorNo profiles have been unloaded.
22:57:35 [2020-12-04T22:57:35.576Z] 
22:57:35 [2020-12-04T22:57:35.576Z] Unloading profiles will leave already running processes permanently
22:57:35 [2020-12-04T22:57:35.576Z] unconfined, which can lead to unexpected situations.
22:57:35 [2020-12-04T22:57:35.576Z] 
22:57:35 [2020-12-04T22:57:35.576Z] To set a process to complain mode, use the command line tool
22:57:35 [2020-12-04T22:57:35.576Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:57:35 [2020-12-04T22:57:35.576Z] +++ true
22:57:35 [2020-12-04T22:57:35.576Z] exiting test-integration
22:57:35 [2020-12-04T22:57:35.576Z] ++ exit 0
22:57:35 [2020-12-04T22:57:35.576Z] 
22:57:36 [2020-12-04T22:57:36.143Z] + for job in $(jobs -p)
22:57:36 [2020-12-04T22:57:36.143Z] + wait 16625
22:57:37 [2020-12-04T22:57:37.083Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
22:57:39 [2020-12-04T22:57:39.870Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
22:57:39 [2020-12-04T22:57:39.870Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
22:57:39 [2020-12-04T22:57:39.870Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
22:57:57 [2020-12-04T22:57:57.646Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
22:57:59 [2020-12-04T22:57:59.849Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
22:58:00 [2020-12-04T22:58:00.315Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
22:58:04 [2020-12-04T22:58:04.103Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
22:58:07 [2020-12-04T22:58:07.045Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
22:58:09 [2020-12-04T22:58:09.249Z] === RUN   TestDockerSuite/TestBuildDockerignore
22:58:33 [2020-12-04T22:58:33.318Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
22:58:38 [2020-12-04T22:58:38.640Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
22:58:42 [2020-12-04T22:58:42.831Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
22:59:09 [2020-12-04T22:59:09.839Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
22:59:15 [2020-12-04T22:59:15.680Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
22:59:16 [2020-12-04T22:59:16.661Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
23:00:42 [2020-12-04T23:00:42.846Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
23:00:42 [2020-12-04T23:00:42.846Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
23:00:42 [2020-12-04T23:00:42.846Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
23:01:00 [2020-12-04T23:01:00.607Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
23:01:04 [2020-12-04T23:01:04.305Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
23:01:13 [2020-12-04T23:01:13.057Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
23:01:14 [2020-12-04T23:01:14.316Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
23:01:14 [2020-12-04T23:01:14.316Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
23:01:14 [2020-12-04T23:01:14.316Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
23:01:14 [2020-12-04T23:01:14.316Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
23:01:14 [2020-12-04T23:01:14.316Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
23:01:15 [2020-12-04T23:01:15.252Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
23:01:17 [2020-12-04T23:01:17.787Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
23:01:21 [2020-12-04T23:01:21.078Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
23:01:23 [2020-12-04T23:01:23.432Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
23:01:23 [2020-12-04T23:01:23.611Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
23:01:53 [2020-12-04T23:01:53.472Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
23:02:05 [2020-12-04T23:02:05.918Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
23:02:18 [2020-12-04T23:02:18.371Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
23:02:19 [2020-12-04T23:02:19.840Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
23:02:19 [2020-12-04T23:02:19.840Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
23:02:22 [2020-12-04T23:02:22.382Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
23:02:24 [2020-12-04T23:02:24.288Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
23:02:27 [2020-12-04T23:02:27.579Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
23:02:30 [2020-12-04T23:02:30.113Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
23:02:52 [2020-12-04T23:02:52.048Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
23:03:06 [2020-12-04T23:03:06.929Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
23:03:06 [2020-12-04T23:03:06.929Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
23:03:09 [2020-12-04T23:03:09.467Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
23:03:12 [2020-12-04T23:03:12.756Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
23:03:20 [2020-12-04T23:03:20.876Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
23:03:26 [2020-12-04T23:03:26.148Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
23:03:28 [2020-12-04T23:03:28.052Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
23:03:30 [2020-12-04T23:03:30.587Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
23:03:33 [2020-12-04T23:03:33.121Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
23:03:35 [2020-12-04T23:03:35.674Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
23:03:39 [2020-12-04T23:03:39.035Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
23:03:41 [2020-12-04T23:03:41.571Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
23:03:44 [2020-12-04T23:03:44.555Z] === RUN   TestDockerSuite/TestBuildDotDotFile
23:03:44 [2020-12-04T23:03:44.555Z] === RUN   TestDockerSuite/TestBuildEOLInLine
23:03:44 [2020-12-04T23:03:44.555Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
23:03:44 [2020-12-04T23:03:44.555Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
23:03:44 [2020-12-04T23:03:44.555Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
23:03:45 [2020-12-04T23:03:45.534Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
23:03:45 [2020-12-04T23:03:45.534Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
23:03:45 [2020-12-04T23:03:45.999Z] === RUN   TestDockerSuite/TestBuildEntrypoint
23:03:46 [2020-12-04T23:03:46.978Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
23:03:51 [2020-12-04T23:03:51.714Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
23:03:54 [2020-12-04T23:03:54.668Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
23:04:00 [2020-12-04T23:04:00.509Z] === RUN   TestDockerSuite/TestBuildEnv
23:04:00 [2020-12-04T23:04:00.509Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
23:04:00 [2020-12-04T23:04:00.509Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
23:04:00 [2020-12-04T23:04:00.509Z] === RUN   TestDockerSuite/TestBuildEnvUsage
23:04:00 [2020-12-04T23:04:00.509Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
23:04:00 [2020-12-04T23:04:00.509Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
23:04:03 [2020-12-04T23:04:03.446Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
23:04:03 [2020-12-04T23:04:03.446Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
23:04:03 [2020-12-04T23:04:03.446Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
23:04:03 [2020-12-04T23:04:03.446Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
23:04:04 [2020-12-04T23:04:04.425Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
23:04:14 [2020-12-04T23:04:14.807Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
23:04:32 [2020-12-04T23:04:32.577Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
23:04:32 [2020-12-04T23:04:32.577Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
23:04:32 [2020-12-04T23:04:32.577Z] === RUN   TestDockerSuite/TestBuildExpose
23:04:32 [2020-12-04T23:04:32.577Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
23:04:32 [2020-12-04T23:04:32.577Z] === RUN   TestDockerSuite/TestBuildExposeOrder
23:04:32 [2020-12-04T23:04:32.577Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
23:04:32 [2020-12-04T23:04:32.577Z] === RUN   TestDockerSuite/TestBuildFails
23:04:34 [2020-12-04T23:04:34.776Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
23:04:35 [2020-12-04T23:04:35.240Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
23:04:37 [2020-12-04T23:04:37.796Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
23:04:41 [2020-12-04T23:04:41.144Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
23:04:45 [2020-12-04T23:04:45.898Z] === RUN   TestDockerSuite/TestBuildForceRm
23:04:52 [2020-12-04T23:04:52.673Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
23:04:53 [2020-12-04T23:04:53.028Z] === RUN   TestDockerSuite/TestBuildFromGit
23:04:58 [2020-12-04T23:04:58.861Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
23:04:59 [2020-12-04T23:04:59.840Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
23:05:06 [2020-12-04T23:05:06.968Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
23:05:06 [2020-12-04T23:05:06.968Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
23:05:06 [2020-12-04T23:05:06.968Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
23:05:07 [2020-12-04T23:05:07.435Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
23:05:07 [2020-12-04T23:05:07.435Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
23:05:10 [2020-12-04T23:05:10.765Z] --- PASS: TestDockerSwarmSuite (1672.64s)
23:05:10 [2020-12-04T23:05:10.765Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.36s)
23:05:10 [2020-12-04T23:05:10.765Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.66s)
23:05:10 [2020-12-04T23:05:10.765Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.45s)
23:05:10 [2020-12-04T23:05:10.765Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.43s)
23:05:10 [2020-12-04T23:05:10.765Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.08s)
23:05:10 [2020-12-04T23:05:10.765Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (25.48s)
23:05:10 [2020-12-04T23:05:10.765Z]         docker_api_swarm_test.go:562: [db24177f3fc4d] joining swarm manager [d7be5860ee02c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.765Z]         docker_api_swarm_test.go:584: [d311573c07004] joining swarm manager [d7be5860ee02c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.765Z]         check_test.go:380: [db24177f3fc4d] daemon is not started
23:05:10 [2020-12-04T23:05:10.765Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
23:05:10 [2020-12-04T23:05:10.765Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
23:05:10 [2020-12-04T23:05:10.765Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.83s)
23:05:10 [2020-12-04T23:05:10.765Z]         docker_api_swarm_test.go:45: [d7abbb86da01c] joining swarm manager [d9b99058bc7bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.765Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.80s)
23:05:10 [2020-12-04T23:05:10.765Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.16s)
23:05:10 [2020-12-04T23:05:10.765Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.98s)
23:05:10 [2020-12-04T23:05:10.765Z]         docker_api_swarm_test.go:303: [dbfd12b7d6125] joining swarm manager [d0a5aa1eae091]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:304: [dbfde4579e96d] joining swarm manager [d0a5aa1eae091]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:363: Waiting for possible election...
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.04s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:271: [d49d83463a825] joining swarm manager [df7f357c85b23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:272: [d02f069eef648] joining swarm manager [df7f357c85b23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.11s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.22s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.47s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_node_test.go:19: [d3a508a624b0f] joining swarm manager [dd1389af2a63b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_node_test.go:20: [d276d1cd05337] joining swarm manager [dd1389af2a63b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.79s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:501: [d7e30b0024170] joining swarm manager [d82eb0c8ba07f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:506: [d1c60c3b5ef45] joining swarm manager [d82eb0c8ba07f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.68s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_node_test.go:80: [dffeb73ad651e] joining swarm manager [df193cf75f05a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.25s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_node_test.go:52: [d4891ffc4ec7a] joining swarm manager [da50ca63dc3aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_node_test.go:53: [d45200d389a4a] joining swarm manager [da50ca63dc3aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.66s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.78s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:201: [dc7a8dff09eda] joining swarm manager [db219427a540a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (64.88s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:383: [d469acdafcb82] joining swarm manager [de342ff8a82d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:384: [df4c607888692] joining swarm manager [de342ff8a82d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]         check_test.go:380: [df4c607888692] daemon is not started
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (63.72s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:801: [d1d6f60f67013] joining swarm manager [d6e4e3ba3b1d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:801: [d227f27105ea6] joining swarm manager [d6e4e3ba3b1d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:801: [d5d95190da0ed] joining swarm manager [d6e4e3ba3b1d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:801: [df273eff7063f] joining swarm manager [d6e4e3ba3b1d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:809: [d093233ea55bb] joining swarm manager [d6e4e3ba3b1d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.44s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.91s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.97s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:394: [d86df708c2680] joining swarm manager [dcd1718f22660]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:394: [d1090899de6af] joining swarm manager [dcd1718f22660]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.19s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:342: [d76586b198e0c] joining swarm manager [df729ca5c76e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:342: [d8963dfc36c37] joining swarm manager [df729ca5c76e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.28s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:489: [d53e73c394543] joining swarm manager [d2f9d53a70d17]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:489: [dea88120a6383] joining swarm manager [d2f9d53a70d17]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.39s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.92s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:127: [d2ccbdc835e93] joining swarm manager [d220353cc9a24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:128: [debf40f457fd5] joining swarm manager [d220353cc9a24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:136: [dcdbe7530b83a] joining swarm manager [d220353cc9a24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:137: [df0907311ccec] joining swarm manager [d220353cc9a24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.70s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.28s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:303: [d1f941505886d] joining swarm manager [db7709f8224fa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:303: [d9dddfa4b8042] joining swarm manager [db7709f8224fa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.32s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:99: [d3534992e69d0] joining swarm manager [dc101fdcb1e25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:100: [d1d3ed75b8898] joining swarm manager [dc101fdcb1e25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]         check_test.go:380: [d3534992e69d0] daemon is not started
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (27.00s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:532: [d91ee5cf484c0] joining swarm manager [df9aa4475002e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:533: [d1278650964a1] joining swarm manager [df9aa4475002e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.38s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:147: [d4729f5939902] joining swarm manager [db0918c383a98]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_service_test.go:147: [d9d274b0cbed5] joining swarm manager [db0918c383a98]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.15s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.34s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.71s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.50s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.30s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.23s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.03s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.43s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.87s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.34s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (7.83s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.72s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.70s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.01s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.45s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.79s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.37s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.32s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.34s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.42s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.71s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.53s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.16s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.37s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.61s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.08s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.85s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.01s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.36s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.93s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.06s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.56s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_service_logs_test.go:245: checking task t0y5fwfwf93k
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_service_logs_test.go:250: checking messages for t0y5fwfwf93k
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_service_logs_test.go:245: checking task ibsbkl8iotf3
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_service_logs_test.go:250: checking messages for ibsbkl8iotf3
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.76s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.18s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.65s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.39s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.86s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1901: [df6789c659686] joining swarm manager [db7f8711e85a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1902: [d905e2b7c95d5] joining swarm manager [db7f8711e85a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.97s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.64s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.47s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.25s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1802: [d779a94100740] joining swarm manager [d6430af19f0b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1803: [df36246d7ac9a] joining swarm manager [d6430af19f0b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.84s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (90.44s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1321: [d67c1bba2308c] joining swarm manager [d1d3fc7e008d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1322: [d5bc05afc66df] joining swarm manager [d1d3fc7e008d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.64s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.54s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.71s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.33s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.78s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.83s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.66s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.18s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.90s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.40s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.77s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.18s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1186: [db7933447cf9b] joining swarm manager [d7bdf480f312d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1195: [d16c2a4fe20b2] joining swarm manager [d7bdf480f312d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.11s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.42s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (136.46s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1118: [dc26613b23d2b] joining swarm manager [dc776a06f9d37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1119: [d0fadde0761a5] joining swarm manager [dc776a06f9d37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1172: [da01eece21c35] joining swarm manager [dc776a06f9d37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.64s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1453: [d2d6bbff2b820] joining swarm manager [dd2885556a01e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_test.go:1454: [d94e5d1713fc9] joining swarm manager [dd2885556a01e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.39s)
23:05:10 [2020-12-04T23:05:10.766Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s)
23:05:10 [2020-12-04T23:05:10.766Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s)
23:05:10 [2020-12-04T23:05:10.766Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s)
23:05:10 [2020-12-04T23:05:10.766Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.47s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.46s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.29s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (53.02s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_cli_swarm_unix_test.go:62: [d6340645323fe] joining swarm manager [defdb4c3ced8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.30s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.26s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.33s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.22s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.69s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.14s)
23:05:10 [2020-12-04T23:05:10.766Z]         docker_api_swarm_test.go:961: [d608f38349fa2] joining swarm manager [de595d424fe41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.37s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.29s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.34s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.91s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.43s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.66s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.61s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.62s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.65s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.62s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.08s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.31s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.96s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.36s)
23:05:10 [2020-12-04T23:05:10.766Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.28s)
23:05:10 [2020-12-04T23:05:10.766Z] === RUN   TestDockerExternalVolumeSuite
23:05:10 [2020-12-04T23:05:10.766Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
23:05:17 [2020-12-04T23:05:17.817Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
23:05:17 [2020-12-04T23:05:17.817Z] === RUN   TestDockerSuite/TestBuildHistory
23:05:25 [2020-12-04T23:05:25.646Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
23:05:28 [2020-12-04T23:05:28.203Z] === RUN   TestDockerSuite/TestBuildIidFile
23:05:28 [2020-12-04T23:05:28.203Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
23:05:30 [2020-12-04T23:05:30.409Z] === RUN   TestDockerSuite/TestBuildInheritance
23:05:30 [2020-12-04T23:05:30.409Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
23:05:31 [2020-12-04T23:05:31.391Z] === RUN   TestDockerSuite/TestBuildInvalidTag
23:05:31 [2020-12-04T23:05:31.391Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
23:05:41 [2020-12-04T23:05:41.824Z] === RUN   TestDockerSuite/TestBuildLabel
23:05:41 [2020-12-04T23:05:41.824Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
23:05:42 [2020-12-04T23:05:42.289Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
23:05:43 [2020-12-04T23:05:43.270Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
23:05:43 [2020-12-04T23:05:43.735Z] === RUN   TestDockerSuite/TestBuildLabels
23:05:44 [2020-12-04T23:05:44.714Z] === RUN   TestDockerSuite/TestBuildLabelsCache
23:05:46 [2020-12-04T23:05:46.270Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
23:05:52 [2020-12-04T23:05:52.106Z] === RUN   TestDockerSuite/TestBuildLastModified
23:05:52 [2020-12-04T23:05:52.106Z] === RUN   TestDockerSuite/TestBuildLineBreak
23:05:52 [2020-12-04T23:05:52.106Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
23:05:52 [2020-12-04T23:05:52.106Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
23:05:52 [2020-12-04T23:05:52.106Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
23:05:52 [2020-12-04T23:05:52.106Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
23:05:52 [2020-12-04T23:05:52.570Z] === RUN   TestDockerSuite/TestBuildMaintainer
23:05:53 [2020-12-04T23:05:53.035Z] === RUN   TestDockerSuite/TestBuildMissingArgs
23:05:53 [2020-12-04T23:05:53.499Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
23:05:59 [2020-12-04T23:05:59.335Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
23:06:24 [2020-12-04T23:06:24.567Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
23:06:24 [2020-12-04T23:06:24.567Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
23:06:27 [2020-12-04T23:06:27.502Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
23:06:33 [2020-12-04T23:06:33.335Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
23:06:41 [2020-12-04T23:06:41.476Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
23:07:03 [2020-12-04T23:07:03.298Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
23:07:13 [2020-12-04T23:07:13.557Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
23:07:15 [2020-12-04T23:07:15.755Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
23:07:25 [2020-12-04T23:07:25.762Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
23:07:26 [2020-12-04T23:07:26.142Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
23:07:30 [2020-12-04T23:07:30.879Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
23:07:36 [2020-12-04T23:07:36.717Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
23:07:54 [2020-12-04T23:07:54.479Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
23:07:54 [2020-12-04T23:07:54.479Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
23:07:57 [2020-12-04T23:07:57.847Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
23:08:01 [2020-12-04T23:08:01.614Z] === RUN   TestDockerSuite/TestBuildMultipleTags
23:08:02 [2020-12-04T23:08:02.592Z] === RUN   TestDockerSuite/TestBuildNetContainer
23:08:02 [2020-12-04T23:08:02.592Z] === RUN   TestDockerSuite/TestBuildNetNone
23:08:02 [2020-12-04T23:08:02.592Z] === RUN   TestDockerSuite/TestBuildNoContext
23:08:04 [2020-12-04T23:08:04.792Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
23:08:10 [2020-12-04T23:08:10.645Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
23:08:12 [2020-12-04T23:08:12.736Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
23:08:12 [2020-12-04T23:08:12.845Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
23:08:12 [2020-12-04T23:08:12.845Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
23:08:12 [2020-12-04T23:08:12.845Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
23:08:15 [2020-12-04T23:08:15.776Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
23:08:17 [2020-12-04T23:08:17.331Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
23:08:18 [2020-12-04T23:08:18.310Z] === RUN   TestDockerSuite/TestBuildOnBuild
23:08:28 [2020-12-04T23:08:28.697Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
23:08:29 [2020-12-04T23:08:29.676Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
23:08:40 [2020-12-04T23:08:40.062Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
23:08:42 [2020-12-04T23:08:42.267Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
23:08:44 [2020-12-04T23:08:44.813Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
23:08:52 [2020-12-04T23:08:52.651Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
23:08:57 [2020-12-04T23:08:57.378Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
23:08:59 [2020-12-04T23:08:59.696Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
23:09:02 [2020-12-04T23:09:02.107Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
23:09:03 [2020-12-04T23:09:03.659Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
23:09:03 [2020-12-04T23:09:03.659Z] === RUN   TestDockerSuite/TestBuildPATH
23:09:03 [2020-12-04T23:09:03.659Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
23:09:05 [2020-12-04T23:09:05.860Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
23:09:05 [2020-12-04T23:09:05.860Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
23:09:14 [2020-12-04T23:09:14.596Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
23:09:48 [2020-12-04T23:09:48.483Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
23:10:01 [2020-12-04T23:10:01.269Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
23:10:09 [2020-12-04T23:10:09.658Z] === RUN   TestDockerSuite/TestBuildRm
23:10:19 [2020-12-04T23:10:19.356Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
23:10:24 [2020-12-04T23:10:24.546Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
23:10:26 [2020-12-04T23:10:26.744Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
23:10:26 [2020-12-04T23:10:26.744Z] === RUN   TestDockerSuite/TestBuildScratchCopy
23:10:27 [2020-12-04T23:10:27.208Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
23:10:28 [2020-12-04T23:10:28.766Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
23:10:32 [2020-12-04T23:10:32.534Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
23:10:35 [2020-12-04T23:10:35.473Z] === RUN   TestDockerSuite/TestBuildShellInherited
23:10:45 [2020-12-04T23:10:45.864Z] === RUN   TestDockerSuite/TestBuildShellMultiple
23:10:51 [2020-12-04T23:10:51.447Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
23:11:03 [2020-12-04T23:11:03.629Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
23:11:03 [2020-12-04T23:11:03.629Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
23:11:03 [2020-12-04T23:11:03.629Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
23:11:16 [2020-12-04T23:11:16.078Z] === RUN   TestDockerSuite/TestBuildSpaces
23:11:16 [2020-12-04T23:11:16.078Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
23:11:20 [2020-12-04T23:11:20.804Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
23:11:20 [2020-12-04T23:11:20.804Z] === RUN   TestDockerSuite/TestBuildStderr
23:11:23 [2020-12-04T23:11:23.526Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
23:11:26 [2020-12-04T23:11:26.652Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
23:11:38 [2020-12-04T23:11:38.403Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
23:11:51 [2020-12-04T23:11:51.924Z] === RUN   TestDockerSuite/TestBuildStopSignal
23:11:51 [2020-12-04T23:11:51.924Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
23:11:52 [2020-12-04T23:11:52.387Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
23:11:53 [2020-12-04T23:11:53.941Z] === RUN   TestDockerSuite/TestBuildTagEvent
23:11:56 [2020-12-04T23:11:56.503Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
23:11:59 [2020-12-04T23:11:59.786Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
23:12:05 [2020-12-04T23:12:05.634Z] === RUN   TestDockerSuite/TestBuildUser
23:12:05 [2020-12-04T23:12:05.634Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
23:12:05 [2020-12-04T23:12:05.634Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
23:12:05 [2020-12-04T23:12:05.634Z] === RUN   TestDockerSuite/TestBuildVerboseOut
23:12:10 [2020-12-04T23:12:10.368Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
23:12:10 [2020-12-04T23:12:10.833Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
23:12:11 [2020-12-04T23:12:11.381Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
23:12:13 [2020-12-04T23:12:13.768Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
23:12:13 [2020-12-04T23:12:13.768Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
23:12:13 [2020-12-04T23:12:13.768Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
23:12:26 [2020-12-04T23:12:26.258Z] --- PASS: TestDockerExternalVolumeSuite (437.61s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s)
23:12:26 [2020-12-04T23:12:26.258Z]         docker_cli_external_volume_driver_test.go:53: [df7a96b89b0c8] daemon is not started
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.25s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
23:12:26 [2020-12-04T23:12:26.258Z]         docker_cli_external_volume_driver_test.go:53: [d1b547c89f17f] daemon is not started
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.08s)
23:12:26 [2020-12-04T23:12:26.258Z]         docker_cli_external_volume_driver_test.go:53: [de7bd0d69ec54] daemon is not started
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
23:12:26 [2020-12-04T23:12:26.258Z]         docker_cli_external_volume_driver_test.go:53: [def37977119af] daemon is not started
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.22s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.79s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.26s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.34s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.94s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.21s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.75s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.06s)
23:12:26 [2020-12-04T23:12:26.258Z]         docker_cli_external_volume_driver_test.go:485: [d5019016dbc8e] daemon is not started
23:12:26 [2020-12-04T23:12:26.258Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
23:12:26 [2020-12-04T23:12:26.258Z]         docker_cli_external_volume_driver_test.go:53: [df27d436a81f9] daemon is not started
23:12:26 [2020-12-04T23:12:26.258Z] PASS
23:12:26 [2020-12-04T23:12:26.258Z] 
23:12:26 [2020-12-04T23:12:26.258Z] === Skipped
23:12:26 [2020-12-04T23:12:26.258Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
23:12:26 [2020-12-04T23:12:26.258Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
23:12:26 [2020-12-04T23:12:26.258Z]         check_test.go:309: [dcaf3020b174e] daemon is not started
23:12:26 [2020-12-04T23:12:26.258Z] 
23:12:26 [2020-12-04T23:12:26.258Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
23:12:26 [2020-12-04T23:12:26.258Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
23:12:26 [2020-12-04T23:12:26.258Z]         check_test.go:309: [d20539381ada7] daemon is not started
23:12:26 [2020-12-04T23:12:26.258Z] 
23:12:26 [2020-12-04T23:12:26.258Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
23:12:26 [2020-12-04T23:12:26.258Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
23:12:26 [2020-12-04T23:12:26.258Z]         check_test.go:309: [d32da309e40d2] daemon is not started
23:12:26 [2020-12-04T23:12:26.258Z] 
23:12:26 [2020-12-04T23:12:26.258Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
23:12:26 [2020-12-04T23:12:26.258Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
23:12:26 [2020-12-04T23:12:26.258Z] 
23:12:26 [2020-12-04T23:12:26.258Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
23:12:26 [2020-12-04T23:12:26.258Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
23:12:26 [2020-12-04T23:12:26.258Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
23:12:26 [2020-12-04T23:12:26.258Z] 
23:12:26 [2020-12-04T23:12:26.258Z] 
23:12:26 [2020-12-04T23:12:26.258Z] DONE 273 tests, 5 skipped in 2508.215s
23:12:26 [2020-12-04T23:12:26.258Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:12:26 [2020-12-04T23:12:26.258Z] ++++ cat bundles/test-integration/docker.pid
23:12:26 [2020-12-04T23:12:26.258Z] +++ kill 8125
23:12:26 [2020-12-04T23:12:26.826Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d51e31bc5d836/docker.pid
23:12:26 [2020-12-04T23:12:26.826Z] +++ kill 5978
23:12:26 [2020-12-04T23:12:26.826Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5978 is not a child of this shell
23:12:26 [2020-12-04T23:12:26.826Z] warning: PID 5978 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d51e31bc5d836/docker.pid had a nonzero exit code
23:12:26 [2020-12-04T23:12:26.826Z] +++ /etc/init.d/apparmor stop
23:12:26 [2020-12-04T23:12:26.826Z] Leaving: AppArmorNo profiles have been unloaded.
23:12:26 [2020-12-04T23:12:26.826Z] 
23:12:26 [2020-12-04T23:12:26.826Z] Unloading profiles will leave already running processes permanently
23:12:26 [2020-12-04T23:12:26.826Z] unconfined, which can lead to unexpected situations.
23:12:26 [2020-12-04T23:12:26.826Z] 
23:12:26 [2020-12-04T23:12:26.826Z] To set a process to complain mode, use the command line tool
23:12:26 [2020-12-04T23:12:26.826Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
23:12:26 [2020-12-04T23:12:26.826Z] +++ true
23:12:26 [2020-12-04T23:12:26.826Z] exiting test-integration
23:12:26 [2020-12-04T23:12:26.826Z] ++ exit 0
23:12:26 [2020-12-04T23:12:26.826Z] 
23:12:27 [2020-12-04T23:12:27.085Z] + exit 0
23:12:27 [2020-12-04T23:12:27.085Z] ++ jobs -p
23:12:27 [2020-12-04T23:12:27.085Z] + pids=
23:12:27 [2020-12-04T23:12:27.085Z] + echo 'Remaining pids to kill: []'
23:12:27 [2020-12-04T23:12:27.085Z] Remaining pids to kill: []
23:12:27 [2020-12-04T23:12:27.085Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
23:12:27 [2020-12-04T23:12:27.100Z] Recording test results
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:12:29 [2020-12-04T23:12:29.398Z] + echo Ensuring container killed.
23:12:29 [2020-12-04T23:12:29.398Z] Ensuring container killed.
23:12:29 [2020-12-04T23:12:29.398Z] + docker ps -aq -f name=docker-pr9-*
23:12:29 [2020-12-04T23:12:29.398Z] + cids=bb4d5bdc5d9c
23:12:29 [2020-12-04T23:12:29.398Z] 13f36a7dfea6
23:12:29 [2020-12-04T23:12:29.398Z] dab1c60ab64d
23:12:29 [2020-12-04T23:12:29.398Z] + [ -n bb4d5bdc5d9c
23:12:29 [2020-12-04T23:12:29.398Z] 13f36a7dfea6
23:12:29 [2020-12-04T23:12:29.398Z] dab1c60ab64d ]
23:12:29 [2020-12-04T23:12:29.398Z] + docker rm -vf bb4d5bdc5d9c 13f36a7dfea6 dab1c60ab64d
23:12:30 [2020-12-04T23:12:30.343Z] bb4d5bdc5d9c
23:12:31 [2020-12-04T23:12:31.726Z] 13f36a7dfea6
23:12:31 [2020-12-04T23:12:31.726Z] dab1c60ab64d
[Pipeline] sh
23:12:32 [2020-12-04T23:12:32.016Z] + echo Chowning /workspace to jenkins user
23:12:32 [2020-12-04T23:12:32.016Z] Chowning /workspace to jenkins user
23:12:32 [2020-12-04T23:12:32.016Z] + id -u
23:12:32 [2020-12-04T23:12:32.016Z] + id -g
23:12:32 [2020-12-04T23:12:32.016Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41622:/workspace busybox chown -R 1000:1000 /workspace
23:12:32 [2020-12-04T23:12:32.016Z] Unable to find image 'busybox:latest' locally
23:12:37 [2020-12-04T23:12:37.288Z] latest: Pulling from library/busybox
23:12:37 [2020-12-04T23:12:37.288Z] ea97eb0eb3ec: Pulling fs layer
23:12:37 [2020-12-04T23:12:37.288Z] ea97eb0eb3ec: Verifying Checksum
23:12:37 [2020-12-04T23:12:37.288Z] ea97eb0eb3ec: Download complete
23:12:37 [2020-12-04T23:12:37.553Z] ea97eb0eb3ec: Pull complete
23:12:37 [2020-12-04T23:12:37.553Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
23:12:37 [2020-12-04T23:12:37.553Z] Status: Downloaded newer image for busybox:latest
23:12:38 [2020-12-04T23:12:38.997Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
23:12:38 [2020-12-04T23:12:38.997Z] === RUN   TestDockerSuite/TestBuildWindowsUser
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:12:41 [2020-12-04T23:12:41.140Z] + bundleName=amd64
23:12:41 [2020-12-04T23:12:41.140Z] + echo Creating amd64-bundles.tar.gz
23:12:41 [2020-12-04T23:12:41.140Z] Creating amd64-bundles.tar.gz
23:12:41 [2020-12-04T23:12:41.140Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json+  -o -name *.log -o -name *.profxargs -o tar -name -czf *-report.xml amd64-bundles.tar.gz )
23:12:41 [2020-12-04T23:12:41.140Z]  -print
[Pipeline] archiveArtifacts
23:12:42 [2020-12-04T23:12:42.090Z] Archiving artifacts
23:12:44 [2020-12-04T23:12:44.195Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41622/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:12:44 [2020-12-04T23:12:44.529Z] + make clean
23:12:44 [2020-12-04T23:12:44.791Z] docker volume rm -f docker-dev-cache
23:12:44 [2020-12-04T23:12:44.791Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
23:12:53 [2020-12-04T23:12:53.888Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
23:12:58 [2020-12-04T23:12:58.618Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
23:12:58 [2020-12-04T23:12:58.618Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
23:12:59 [2020-12-04T23:12:59.087Z] === RUN   TestDockerSuite/TestBuildWithFailure
23:13:01 [2020-12-04T23:13:01.288Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
23:13:01 [2020-12-04T23:13:01.752Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
23:13:16 [2020-12-04T23:13:16.647Z] === RUN   TestDockerSuite/TestBuildWithTabs
23:13:19 [2020-12-04T23:13:19.579Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
23:13:20 [2020-12-04T23:13:20.559Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
23:13:41 [2020-12-04T23:13:41.727Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
23:13:41 [2020-12-04T23:13:41.727Z] === RUN   TestDockerSuite/TestBuildWithVolumes
23:13:41 [2020-12-04T23:13:41.727Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
23:13:41 [2020-12-04T23:13:41.727Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
23:13:41 [2020-12-04T23:13:41.727Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
23:13:52 [2020-12-04T23:13:52.103Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
23:13:53 [2020-12-04T23:13:53.083Z] === RUN   TestDockerSuite/TestBuildXZHost
23:13:53 [2020-12-04T23:13:53.548Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
23:13:53 [2020-12-04T23:13:53.548Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
23:13:53 [2020-12-04T23:13:53.548Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
23:13:55 [2020-12-04T23:13:55.761Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
23:14:00 [2020-12-04T23:14:00.495Z] === RUN   TestDockerSuite/TestCommitChange
23:14:06 [2020-12-04T23:14:06.328Z] === RUN   TestDockerSuite/TestCommitChangeLabels
23:14:11 [2020-12-04T23:14:11.063Z] === RUN   TestDockerSuite/TestCommitHardlink
23:14:11 [2020-12-04T23:14:11.063Z] === RUN   TestDockerSuite/TestCommitNewFile
23:14:18 [2020-12-04T23:14:18.183Z] === RUN   TestDockerSuite/TestCommitPausedContainer
23:14:18 [2020-12-04T23:14:18.183Z] === RUN   TestDockerSuite/TestCommitTTY
23:14:26 [2020-12-04T23:14:26.828Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
23:14:31 [2020-12-04T23:14:31.558Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
23:14:31 [2020-12-04T23:14:31.558Z] === RUN   TestDockerSuite/TestCommitWithoutPause
23:14:31 [2020-12-04T23:14:31.558Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
23:14:31 [2020-12-04T23:14:31.558Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
23:14:31 [2020-12-04T23:14:31.558Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
23:14:31 [2020-12-04T23:14:31.558Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
23:14:31 [2020-12-04T23:14:31.558Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
23:14:31 [2020-12-04T23:14:31.558Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
23:14:31 [2020-12-04T23:14:31.558Z] === RUN   TestDockerSuite/TestContainerAPICommit
23:14:38 [2020-12-04T23:14:38.680Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
23:14:45 [2020-12-04T23:14:45.802Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
23:14:45 [2020-12-04T23:14:45.802Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
23:14:48 [2020-12-04T23:14:48.002Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
23:14:48 [2020-12-04T23:14:48.002Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
23:14:48 [2020-12-04T23:14:48.002Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
23:14:48 [2020-12-04T23:14:48.002Z] === RUN   TestDockerSuite/TestContainerAPICreate
23:14:50 [2020-12-04T23:14:50.200Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
23:14:50 [2020-12-04T23:14:50.200Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
23:14:50 [2020-12-04T23:14:50.200Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
23:14:52 [2020-12-04T23:14:52.403Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
23:14:52 [2020-12-04T23:14:52.403Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
23:14:52 [2020-12-04T23:14:52.403Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
23:14:52 [2020-12-04T23:14:52.403Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
23:14:52 [2020-12-04T23:14:52.403Z] === RUN   TestDockerSuite/TestContainerAPIDelete
23:14:55 [2020-12-04T23:14:55.333Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
23:14:56 [2020-12-04T23:14:56.887Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
23:14:59 [2020-12-04T23:14:59.094Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
23:14:59 [2020-12-04T23:14:59.094Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
23:14:59 [2020-12-04T23:14:59.094Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
23:15:01 [2020-12-04T23:15:01.293Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
23:15:01 [2020-12-04T23:15:01.293Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
23:15:03 [2020-12-04T23:15:03.493Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
23:15:03 [2020-12-04T23:15:03.493Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
23:15:03 [2020-12-04T23:15:03.493Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
23:15:05 [2020-12-04T23:15:05.697Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
23:15:06 [2020-12-04T23:15:06.162Z] === RUN   TestDockerSuite/TestContainerAPIKill
23:15:07 [2020-12-04T23:15:07.715Z] === RUN   TestDockerSuite/TestContainerAPIPause
23:15:07 [2020-12-04T23:15:07.715Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
23:15:10 [2020-12-04T23:15:10.652Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
23:15:10 [2020-12-04T23:15:10.652Z] === RUN   TestDockerSuite/TestContainerAPIRename
23:15:12 [2020-12-04T23:15:12.851Z] === RUN   TestDockerSuite/TestContainerAPIRestart
23:15:16 [2020-12-04T23:15:16.624Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
23:15:20 [2020-12-04T23:15:20.405Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
23:15:20 [2020-12-04T23:15:20.405Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
23:15:20 [2020-12-04T23:15:20.405Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
23:15:20 [2020-12-04T23:15:20.405Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
23:15:20 [2020-12-04T23:15:20.405Z] === RUN   TestDockerSuite/TestContainerAPIStart
23:15:22 [2020-12-04T23:15:22.608Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
23:15:22 [2020-12-04T23:15:22.608Z] === RUN   TestDockerSuite/TestContainerAPIStop
23:15:24 [2020-12-04T23:15:24.809Z] === RUN   TestDockerSuite/TestContainerAPITop
23:15:24 [2020-12-04T23:15:24.809Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
23:15:27 [2020-12-04T23:15:27.017Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
23:15:27 [2020-12-04T23:15:27.017Z] === RUN   TestDockerSuite/TestContainerAPIWait
23:15:30 [2020-12-04T23:15:30.790Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
23:15:35 [2020-12-04T23:15:35.517Z] === RUN   TestDockerSuite/TestContainerNetworkMode
23:15:35 [2020-12-04T23:15:35.517Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
23:15:35 [2020-12-04T23:15:35.517Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
23:15:35 [2020-12-04T23:15:35.517Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
23:15:35 [2020-12-04T23:15:35.517Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
23:15:35 [2020-12-04T23:15:35.517Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
23:15:37 [2020-12-04T23:15:37.716Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
23:15:37 [2020-12-04T23:15:37.716Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
23:15:39 [2020-12-04T23:15:39.916Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
23:15:42 [2020-12-04T23:15:42.115Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
23:15:44 [2020-12-04T23:15:44.318Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
23:15:47 [2020-12-04T23:15:47.252Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0008ac020_<nil>}
23:15:49 [2020-12-04T23:15:49.451Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1166206290_c:\foo_false__<nil>_<nil>_<nil>}
23:15:51 [2020-12-04T23:15:51.653Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1166206290_c:\foo_true__<nil>_<nil>_<nil>}
23:15:53 [2020-12-04T23:15:53.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
23:15:53 [2020-12-04T23:15:53.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
23:15:53 [2020-12-04T23:15:53.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
23:15:53 [2020-12-04T23:15:53.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
23:15:53 [2020-12-04T23:15:53.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
23:15:53 [2020-12-04T23:15:53.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
23:15:53 [2020-12-04T23:15:53.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
23:15:53 [2020-12-04T23:15:53.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
23:15:53 [2020-12-04T23:15:53.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
23:15:53 [2020-12-04T23:15:53.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
23:15:53 [2020-12-04T23:15:53.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
23:15:53 [2020-12-04T23:15:53.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
23:15:54 [2020-12-04T23:15:54.319Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
23:15:54 [2020-12-04T23:15:54.319Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
23:15:54 [2020-12-04T23:15:54.319Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
23:15:54 [2020-12-04T23:15:54.319Z] === RUN   TestDockerSuite/TestCopyAndRestart
23:15:54 [2020-12-04T23:15:54.319Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
23:15:54 [2020-12-04T23:15:54.319Z] === RUN   TestDockerSuite/TestCpAbsolutePath
23:15:56 [2020-12-04T23:15:56.523Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
23:15:56 [2020-12-04T23:15:56.523Z] === RUN   TestDockerSuite/TestCpFromCaseA
23:15:56 [2020-12-04T23:15:56.523Z] === RUN   TestDockerSuite/TestCpFromCaseB
23:15:56 [2020-12-04T23:15:56.523Z] === RUN   TestDockerSuite/TestCpFromCaseC
23:15:56 [2020-12-04T23:15:56.523Z] === RUN   TestDockerSuite/TestCpFromCaseD
23:15:56 [2020-12-04T23:15:56.523Z] === RUN   TestDockerSuite/TestCpFromCaseE
23:15:56 [2020-12-04T23:15:56.523Z] === RUN   TestDockerSuite/TestCpFromCaseF
23:15:56 [2020-12-04T23:15:56.523Z] === RUN   TestDockerSuite/TestCpFromCaseG
23:15:56 [2020-12-04T23:15:56.523Z] === RUN   TestDockerSuite/TestCpFromCaseH
23:15:56 [2020-12-04T23:15:56.989Z] === RUN   TestDockerSuite/TestCpFromCaseI
23:15:56 [2020-12-04T23:15:56.989Z] === RUN   TestDockerSuite/TestCpFromCaseJ
23:15:56 [2020-12-04T23:15:56.989Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
23:15:56 [2020-12-04T23:15:56.989Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
23:15:56 [2020-12-04T23:15:56.989Z] === RUN   TestDockerSuite/TestCpGarbagePath
23:15:59 [2020-12-04T23:15:59.190Z] === RUN   TestDockerSuite/TestCpLocalOnly
23:15:59 [2020-12-04T23:15:59.190Z] === RUN   TestDockerSuite/TestCpNameHasColon
23:15:59 [2020-12-04T23:15:59.190Z] === RUN   TestDockerSuite/TestCpRelativePath
23:16:02 [2020-12-04T23:16:02.130Z] === RUN   TestDockerSuite/TestCpSpecialFiles
23:16:02 [2020-12-04T23:16:02.130Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
23:16:02 [2020-12-04T23:16:02.130Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
23:16:02 [2020-12-04T23:16:02.130Z] === RUN   TestDockerSuite/TestCpToCaseA
23:16:06 [2020-12-04T23:16:06.861Z] === RUN   TestDockerSuite/TestCpToCaseB
23:16:09 [2020-12-04T23:16:09.061Z] === RUN   TestDockerSuite/TestCpToCaseC
23:16:09 [2020-12-04T23:16:09.061Z] === RUN   TestDockerSuite/TestCpToCaseD
23:16:09 [2020-12-04T23:16:09.061Z] === RUN   TestDockerSuite/TestCpToCaseE
23:16:23 [2020-12-04T23:16:23.950Z] === RUN   TestDockerSuite/TestCpToCaseF
23:16:23 [2020-12-04T23:16:23.950Z] === RUN   TestDockerSuite/TestCpToCaseG
23:16:23 [2020-12-04T23:16:23.950Z] === RUN   TestDockerSuite/TestCpToCaseH
23:16:32 [2020-12-04T23:16:32.582Z] === RUN   TestDockerSuite/TestCpToCaseI
23:16:32 [2020-12-04T23:16:32.582Z] === RUN   TestDockerSuite/TestCpToCaseJ
23:16:32 [2020-12-04T23:16:32.582Z] === RUN   TestDockerSuite/TestCpToDot
23:16:34 [2020-12-04T23:16:34.135Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
23:16:34 [2020-12-04T23:16:34.135Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
23:16:34 [2020-12-04T23:16:34.135Z] === RUN   TestDockerSuite/TestCpToStdout
23:16:37 [2020-12-04T23:16:37.065Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
23:16:37 [2020-12-04T23:16:37.065Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
23:16:37 [2020-12-04T23:16:37.065Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
23:16:37 [2020-12-04T23:16:37.065Z] === RUN   TestDockerSuite/TestCpVolumePath
23:16:37 [2020-12-04T23:16:37.065Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
23:16:37 [2020-12-04T23:16:37.065Z] === RUN   TestDockerSuite/TestCreateArgs
23:16:37 [2020-12-04T23:16:37.065Z] === RUN   TestDockerSuite/TestCreateByImageID
23:16:39 [2020-12-04T23:16:39.263Z] === RUN   TestDockerSuite/TestCreateEchoStdout
23:16:41 [2020-12-04T23:16:41.463Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
23:16:41 [2020-12-04T23:16:41.928Z] === RUN   TestDockerSuite/TestCreateHostConfig
23:16:41 [2020-12-04T23:16:41.928Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
23:16:44 [2020-12-04T23:16:44.127Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
23:16:44 [2020-12-04T23:16:44.592Z] === RUN   TestDockerSuite/TestCreateLabels
23:16:45 [2020-12-04T23:16:45.056Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
23:16:45 [2020-12-04T23:16:45.056Z] === RUN   TestDockerSuite/TestCreateRM
23:16:45 [2020-12-04T23:16:45.056Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
23:16:45 [2020-12-04T23:16:45.056Z] === RUN   TestDockerSuite/TestCreateStopSignal
23:16:45 [2020-12-04T23:16:45.520Z] === RUN   TestDockerSuite/TestCreateStopTimeout
23:16:45 [2020-12-04T23:16:45.984Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
23:16:54 [2020-12-04T23:16:54.608Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
23:16:54 [2020-12-04T23:16:54.608Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
23:16:55 [2020-12-04T23:16:55.074Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
23:16:59 [2020-12-04T23:16:59.804Z] === RUN   TestDockerSuite/TestCreateWithPortRange
23:16:59 [2020-12-04T23:16:59.804Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
23:16:59 [2020-12-04T23:16:59.804Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDevicePermissions
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDockerFails
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestEventsAttach
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestEventsCommit
23:17:02 [2020-12-04T23:17:02.737Z] === RUN   TestDockerSuite/TestEventsContainerEvents
23:17:05 [2020-12-04T23:17:05.667Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
23:17:07 [2020-12-04T23:17:07.868Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
23:17:10 [2020-12-04T23:17:10.819Z] === RUN   TestDockerSuite/TestEventsContainerRestart
23:17:25 [2020-12-04T23:17:25.727Z] === RUN   TestDockerSuite/TestEventsCopy
23:17:29 [2020-12-04T23:17:29.503Z] === RUN   TestDockerSuite/TestEventsFilterContainer
23:17:35 [2020-12-04T23:17:35.338Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
23:17:36 [2020-12-04T23:17:36.895Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
23:17:37 [2020-12-04T23:17:37.359Z] === RUN   TestDockerSuite/TestEventsFilterImageName
23:17:41 [2020-12-04T23:17:41.126Z] === RUN   TestDockerSuite/TestEventsFilterLabels
23:17:42 [2020-12-04T23:17:42.108Z] === RUN   TestDockerSuite/TestEventsFilterType
23:17:43 [2020-12-04T23:17:43.662Z] === RUN   TestDockerSuite/TestEventsFilters
23:17:48 [2020-12-04T23:17:48.394Z] === RUN   TestDockerSuite/TestEventsFormat
23:17:52 [2020-12-04T23:17:52.165Z] === RUN   TestDockerSuite/TestEventsFormatBadField
23:17:52 [2020-12-04T23:17:52.165Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
23:17:52 [2020-12-04T23:17:52.165Z] === RUN   TestDockerSuite/TestEventsImageImport
23:17:52 [2020-12-04T23:17:52.165Z] === RUN   TestDockerSuite/TestEventsImageLoad
23:17:52 [2020-12-04T23:17:52.629Z] === RUN   TestDockerSuite/TestEventsImagePull
23:17:52 [2020-12-04T23:17:52.629Z] === RUN   TestDockerSuite/TestEventsImageTag
23:17:53 [2020-12-04T23:17:53.612Z] === RUN   TestDockerSuite/TestEventsPluginOps
23:17:53 [2020-12-04T23:17:53.612Z] === RUN   TestDockerSuite/TestEventsRename
23:17:56 [2020-12-04T23:17:56.551Z] === RUN   TestDockerSuite/TestEventsResize
23:17:58 [2020-12-04T23:17:58.752Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
23:18:05 [2020-12-04T23:18:05.881Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
23:18:08 [2020-12-04T23:18:08.086Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
23:18:12 [2020-12-04T23:18:12.814Z] === RUN   TestDockerSuite/TestEventsTop
23:18:12 [2020-12-04T23:18:12.814Z] === RUN   TestDockerSuite/TestEventsUntag
23:18:15 [2020-12-04T23:18:15.748Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
23:18:19 [2020-12-04T23:18:19.518Z] === RUN   TestDockerSuite/TestExec
23:18:19 [2020-12-04T23:18:19.518Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
23:18:19 [2020-12-04T23:18:19.518Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
23:18:21 [2020-12-04T23:18:21.716Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
23:18:23 [2020-12-04T23:18:23.269Z] === RUN   TestDockerSuite/TestExecAPIStart
23:18:23 [2020-12-04T23:18:23.269Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
23:18:23 [2020-12-04T23:18:23.269Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
23:18:23 [2020-12-04T23:18:23.269Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
23:18:25 [2020-12-04T23:18:25.482Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
23:18:27 [2020-12-04T23:18:27.688Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
23:18:29 [2020-12-04T23:18:29.886Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
23:18:31 [2020-12-04T23:18:31.445Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
23:18:36 [2020-12-04T23:18:36.181Z] === RUN   TestDockerSuite/TestExecCgroup
23:18:36 [2020-12-04T23:18:36.181Z] === RUN   TestDockerSuite/TestExecEnv
23:18:36 [2020-12-04T23:18:36.181Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
23:18:36 [2020-12-04T23:18:36.181Z] === RUN   TestDockerSuite/TestExecExitStatus
23:18:38 [2020-12-04T23:18:38.380Z] === RUN   TestDockerSuite/TestExecInspectID
23:18:43 [2020-12-04T23:18:43.116Z] === RUN   TestDockerSuite/TestExecInteractive
23:18:43 [2020-12-04T23:18:43.116Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
23:18:43 [2020-12-04T23:18:43.116Z] === RUN   TestDockerSuite/TestExecParseError
23:18:43 [2020-12-04T23:18:43.116Z] === RUN   TestDockerSuite/TestExecPausedContainer
23:18:43 [2020-12-04T23:18:43.116Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
23:18:43 [2020-12-04T23:18:43.116Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
23:18:45 [2020-12-04T23:18:45.314Z] === RUN   TestDockerSuite/TestExecSetEnv
23:18:45 [2020-12-04T23:18:45.314Z] === RUN   TestDockerSuite/TestExecStartFails
23:18:45 [2020-12-04T23:18:45.314Z] === RUN   TestDockerSuite/TestExecStateCleanup
23:18:45 [2020-12-04T23:18:45.314Z] === RUN   TestDockerSuite/TestExecStopNotHanging
23:18:45 [2020-12-04T23:18:45.314Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
23:18:45 [2020-12-04T23:18:45.314Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
23:18:48 [2020-12-04T23:18:48.245Z] === RUN   TestDockerSuite/TestExecUlimits
23:18:48 [2020-12-04T23:18:48.245Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
23:18:55 [2020-12-04T23:18:55.369Z] === RUN   TestDockerSuite/TestExecWithImageUser
23:18:55 [2020-12-04T23:18:55.369Z] === RUN   TestDockerSuite/TestExecWithPrivileged
23:18:55 [2020-12-04T23:18:55.369Z] === RUN   TestDockerSuite/TestExecWithUser
23:18:55 [2020-12-04T23:18:55.369Z] === RUN   TestDockerSuite/TestGetContainerStats
23:19:01 [2020-12-04T23:19:01.218Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
23:19:07 [2020-12-04T23:19:07.057Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
23:19:09 [2020-12-04T23:19:09.987Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
23:19:15 [2020-12-04T23:19:15.824Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
23:19:15 [2020-12-04T23:19:15.824Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
23:19:15 [2020-12-04T23:19:15.824Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
23:19:15 [2020-12-04T23:19:15.824Z] === RUN   TestDockerSuite/TestHealth
23:19:15 [2020-12-04T23:19:15.824Z] === RUN   TestDockerSuite/TestHistoryExistentImage
23:19:16 [2020-12-04T23:19:16.288Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
23:19:16 [2020-12-04T23:19:16.288Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
23:19:16 [2020-12-04T23:19:16.288Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
23:19:22 [2020-12-04T23:19:22.122Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
23:19:22 [2020-12-04T23:19:22.122Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
23:19:22 [2020-12-04T23:19:22.122Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
23:19:22 [2020-12-04T23:19:22.122Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
23:19:22 [2020-12-04T23:19:22.122Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
23:19:22 [2020-12-04T23:19:22.122Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
23:19:22 [2020-12-04T23:19:22.587Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
23:19:22 [2020-12-04T23:19:22.587Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
23:19:23 [2020-12-04T23:19:23.576Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
23:19:23 [2020-12-04T23:19:23.576Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
23:19:25 [2020-12-04T23:19:25.777Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
23:19:25 [2020-12-04T23:19:25.777Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
23:19:27 [2020-12-04T23:19:27.981Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
23:19:30 [2020-12-04T23:19:30.182Z] === RUN   TestDockerSuite/TestImagesFormat
23:19:30 [2020-12-04T23:19:30.647Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
23:19:30 [2020-12-04T23:19:30.647Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
23:19:34 [2020-12-04T23:19:34.415Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
23:19:34 [2020-12-04T23:19:34.415Z] === RUN   TestDockerSuite/TestImportBadURL
23:19:36 [2020-12-04T23:19:36.618Z] === RUN   TestDockerSuite/TestImportDisplay
23:19:36 [2020-12-04T23:19:36.618Z] === RUN   TestDockerSuite/TestImportFile
23:19:36 [2020-12-04T23:19:36.618Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
23:19:36 [2020-12-04T23:19:36.618Z] === RUN   TestDockerSuite/TestImportFileWithMessage
23:19:36 [2020-12-04T23:19:36.618Z] === RUN   TestDockerSuite/TestImportGzipped
23:19:36 [2020-12-04T23:19:36.618Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
23:19:36 [2020-12-04T23:19:36.618Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
23:19:36 [2020-12-04T23:19:36.618Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
23:19:36 [2020-12-04T23:19:36.618Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
23:19:36 [2020-12-04T23:19:36.618Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
23:19:37 [2020-12-04T23:19:37.082Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
23:19:37 [2020-12-04T23:19:37.082Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
23:19:37 [2020-12-04T23:19:37.082Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
23:19:39 [2020-12-04T23:19:39.284Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
23:19:40 [2020-12-04T23:19:40.837Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
23:19:40 [2020-12-04T23:19:40.837Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
23:19:41 [2020-12-04T23:19:41.301Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
23:19:41 [2020-12-04T23:19:41.301Z] === RUN   TestDockerSuite/TestInspectAmpersand
23:19:41 [2020-12-04T23:19:41.301Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
23:19:43 [2020-12-04T23:19:43.499Z] === RUN   TestDockerSuite/TestInspectByPrefix
23:19:43 [2020-12-04T23:19:43.499Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
23:19:45 [2020-12-04T23:19:45.699Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
23:19:45 [2020-12-04T23:19:45.699Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
23:19:45 [2020-12-04T23:19:45.699Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
23:19:45 [2020-12-04T23:19:45.699Z] === RUN   TestDockerSuite/TestInspectDefault
23:19:47 [2020-12-04T23:19:47.897Z] === RUN   TestDockerSuite/TestInspectHistory
23:19:52 [2020-12-04T23:19:52.623Z] === RUN   TestDockerSuite/TestInspectImage
23:19:52 [2020-12-04T23:19:52.623Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
23:19:52 [2020-12-04T23:19:52.623Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
23:19:52 [2020-12-04T23:19:52.623Z] === RUN   TestDockerSuite/TestInspectInt64
23:19:54 [2020-12-04T23:19:54.825Z] === RUN   TestDockerSuite/TestInspectJSONFields
23:19:57 [2020-12-04T23:19:57.031Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
23:19:57 [2020-12-04T23:19:57.031Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
23:19:59 [2020-12-04T23:19:59.230Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
23:20:01 [2020-12-04T23:20:01.430Z] === RUN   TestDockerSuite/TestInspectPlugin
23:20:01 [2020-12-04T23:20:01.430Z] === RUN   TestDockerSuite/TestInspectRootFS
23:20:01 [2020-12-04T23:20:01.430Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
23:20:03 [2020-12-04T23:20:03.643Z] === RUN   TestDockerSuite/TestInspectStatus
23:20:05 [2020-12-04T23:20:05.845Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
23:20:10 [2020-12-04T23:20:10.573Z] === RUN   TestDockerSuite/TestInspectTemplateError
23:20:12 [2020-12-04T23:20:12.772Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
23:20:14 [2020-12-04T23:20:14.971Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
23:20:17 [2020-12-04T23:20:17.171Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
23:20:18 [2020-12-04T23:20:18.730Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
23:20:20 [2020-12-04T23:20:20.934Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestInspectUnknownObject
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinkShortDefinition
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksEnvs
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
23:20:23 [2020-12-04T23:20:23.864Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
23:20:26 [2020-12-04T23:20:26.063Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
23:20:27 [2020-12-04T23:20:27.616Z] === RUN   TestDockerSuite/TestLogsAPIUntil
23:20:34 [2020-12-04T23:20:34.742Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
23:20:36 [2020-12-04T23:20:36.294Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
23:20:36 [2020-12-04T23:20:36.295Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
23:20:38 [2020-12-04T23:20:38.492Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
23:20:38 [2020-12-04T23:20:38.492Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
23:20:47 [2020-12-04T23:20:47.117Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
23:20:55 [2020-12-04T23:20:55.743Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
23:21:02 [2020-12-04T23:21:02.865Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
23:21:05 [2020-12-04T23:21:05.067Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
23:21:07 [2020-12-04T23:21:07.999Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
23:21:07 [2020-12-04T23:21:07.999Z] === RUN   TestDockerSuite/TestLogsFollowStopped
23:21:10 [2020-12-04T23:21:10.203Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
23:21:12 [2020-12-04T23:21:12.403Z] === RUN   TestDockerSuite/TestLogsSince
23:21:22 [2020-12-04T23:21:22.794Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
23:21:22 [2020-12-04T23:21:22.794Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
23:21:22 [2020-12-04T23:21:22.794Z] === RUN   TestDockerSuite/TestLogsTail
23:21:24 [2020-12-04T23:21:24.350Z] === RUN   TestDockerSuite/TestLogsTimestamps
23:21:27 [2020-12-04T23:21:27.282Z] === RUN   TestDockerSuite/TestLogsWithDetails
23:21:28 [2020-12-04T23:21:28.835Z] === RUN   TestDockerSuite/TestMountIntoProc
23:21:28 [2020-12-04T23:21:28.835Z] === RUN   TestDockerSuite/TestMountIntoSys
23:21:28 [2020-12-04T23:21:28.835Z] === RUN   TestDockerSuite/TestNetHostname
23:21:28 [2020-12-04T23:21:28.835Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
23:21:28 [2020-12-04T23:21:28.835Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
23:21:28 [2020-12-04T23:21:28.835Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
23:21:28 [2020-12-04T23:21:28.835Z] === RUN   TestDockerSuite/TestPluginActive
23:21:29 [2020-12-04T23:21:29.299Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
23:21:29 [2020-12-04T23:21:29.299Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
23:21:29 [2020-12-04T23:21:29.299Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
23:21:29 [2020-12-04T23:21:29.299Z] === RUN   TestDockerSuite/TestPluginLogDriver
23:21:29 [2020-12-04T23:21:29.299Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
23:21:29 [2020-12-04T23:21:29.299Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
23:21:29 [2020-12-04T23:21:29.299Z] === RUN   TestDockerSuite/TestPluginUpgrade
23:21:29 [2020-12-04T23:21:29.299Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
23:21:29 [2020-12-04T23:21:29.299Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
23:21:29 [2020-12-04T23:21:29.299Z] === RUN   TestDockerSuite/TestPortHostBinding
23:21:29 [2020-12-04T23:21:29.299Z] === RUN   TestDockerSuite/TestPortList
23:21:29 [2020-12-04T23:21:29.299Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
23:21:34 [2020-12-04T23:21:34.027Z] === RUN   TestDockerSuite/TestPostContainersAttach
23:21:34 [2020-12-04T23:21:34.027Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
23:21:34 [2020-12-04T23:21:34.027Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
23:21:34 [2020-12-04T23:21:34.027Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
23:21:34 [2020-12-04T23:21:34.027Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
23:21:34 [2020-12-04T23:21:34.027Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
23:21:34 [2020-12-04T23:21:34.027Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
23:21:34 [2020-12-04T23:21:34.027Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
23:21:34 [2020-12-04T23:21:34.027Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
23:21:34 [2020-12-04T23:21:34.027Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
23:21:37 [2020-12-04T23:21:37.804Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
23:21:37 [2020-12-04T23:21:37.804Z] === RUN   TestDockerSuite/TestPsByOrder
23:21:48 [2020-12-04T23:21:48.191Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
23:21:48 [2020-12-04T23:21:48.191Z] === RUN   TestDockerSuite/TestPsListContainersBase
23:21:58 [2020-12-04T23:21:58.584Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
23:22:13 [2020-12-04T23:22:13.474Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
23:22:13 [2020-12-04T23:22:13.474Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
23:22:13 [2020-12-04T23:22:13.474Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
23:22:28 [2020-12-04T23:22:28.366Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
23:22:31 [2020-12-04T23:22:31.307Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
23:22:38 [2020-12-04T23:22:38.450Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
23:22:43 [2020-12-04T23:22:43.186Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
23:22:43 [2020-12-04T23:22:43.186Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
23:22:43 [2020-12-04T23:22:43.186Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
23:22:47 [2020-12-04T23:22:47.930Z] === RUN   TestDockerSuite/TestPsListContainersSize
23:22:47 [2020-12-04T23:22:47.930Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
23:22:47 [2020-12-04T23:22:47.930Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
23:22:47 [2020-12-04T23:22:47.930Z] === RUN   TestDockerSuite/TestPsRightTagName
23:22:47 [2020-12-04T23:22:47.930Z] === RUN   TestDockerSuite/TestPsShowMounts
23:22:55 [2020-12-04T23:22:55.058Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
23:22:55 [2020-12-04T23:22:55.058Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
23:22:56 [2020-12-04T23:22:56.611Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
23:22:56 [2020-12-04T23:22:56.611Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
23:22:58 [2020-12-04T23:22:58.168Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
23:22:59 [2020-12-04T23:22:59.151Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
23:22:59 [2020-12-04T23:22:59.152Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
23:23:03 [2020-12-04T23:23:03.892Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
23:23:07 [2020-12-04T23:23:07.664Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
23:23:09 [2020-12-04T23:23:09.865Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
23:23:39 [2020-12-04T23:23:39.928Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
23:23:39 [2020-12-04T23:23:39.928Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
23:23:42 [2020-12-04T23:23:42.863Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
23:23:43 [2020-12-04T23:23:43.327Z] === RUN   TestDockerSuite/TestRestartPolicyNO
23:23:43 [2020-12-04T23:23:43.327Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
23:23:43 [2020-12-04T23:23:43.790Z] === RUN   TestDockerSuite/TestRestartRunningContainer
23:23:48 [2020-12-04T23:23:48.518Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
23:23:53 [2020-12-04T23:23:53.252Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
23:23:53 [2020-12-04T23:23:53.252Z] === RUN   TestDockerSuite/TestRestartWithVolumes
23:23:57 [2020-12-04T23:23:57.021Z] === RUN   TestDockerSuite/TestRmiBlank
23:23:57 [2020-12-04T23:23:57.021Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
23:23:57 [2020-12-04T23:23:57.486Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
23:24:15 [2020-12-04T23:24:15.392Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
23:24:15 [2020-12-04T23:24:15.392Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
23:24:16 [2020-12-04T23:24:16.372Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
23:24:23 [2020-12-04T23:24:23.505Z] === RUN   TestDockerSuite/TestRmiImgIDForce
23:24:33 [2020-12-04T23:24:33.335Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
23:24:41 [2020-12-04T23:24:41.984Z] === RUN   TestDockerSuite/TestRmiParentImageFail
23:24:45 [2020-12-04T23:24:45.754Z] === RUN   TestDockerSuite/TestRmiTag
23:24:46 [2020-12-04T23:24:46.739Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
23:24:48 [2020-12-04T23:24:48.941Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
23:25:06 [2020-12-04T23:25:06.714Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
23:25:08 [2020-12-04T23:25:08.914Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
23:25:14 [2020-12-04T23:25:14.752Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
23:25:15 [2020-12-04T23:25:15.217Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
23:25:15 [2020-12-04T23:25:15.217Z] === RUN   TestDockerSuite/TestRunAddHost
23:25:15 [2020-12-04T23:25:15.217Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
23:25:15 [2020-12-04T23:25:15.217Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
23:25:15 [2020-12-04T23:25:15.217Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
23:25:15 [2020-12-04T23:25:15.217Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
23:25:15 [2020-12-04T23:25:15.217Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
23:25:15 [2020-12-04T23:25:15.217Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
23:25:17 [2020-12-04T23:25:17.425Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
23:25:17 [2020-12-04T23:25:17.425Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
23:25:17 [2020-12-04T23:25:17.425Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
23:25:22 [2020-12-04T23:25:22.158Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
23:25:24 [2020-12-04T23:25:24.358Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
23:25:26 [2020-12-04T23:25:26.562Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
23:25:28 [2020-12-04T23:25:28.761Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
23:25:30 [2020-12-04T23:25:30.964Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
23:25:30 [2020-12-04T23:25:30.964Z] === RUN   TestDockerSuite/TestRunBindMounts
23:25:41 [2020-12-04T23:25:41.349Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
23:25:41 [2020-12-04T23:25:41.349Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
23:25:41 [2020-12-04T23:25:41.349Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
23:25:41 [2020-12-04T23:25:41.349Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
23:25:41 [2020-12-04T23:25:41.349Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
23:25:41 [2020-12-04T23:25:41.349Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
23:25:41 [2020-12-04T23:25:41.349Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
23:25:41 [2020-12-04T23:25:41.349Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
23:25:41 [2020-12-04T23:25:41.349Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
23:25:41 [2020-12-04T23:25:41.349Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
23:25:41 [2020-12-04T23:25:41.349Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
23:25:41 [2020-12-04T23:25:41.349Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
23:25:48 [2020-12-04T23:25:48.475Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
23:25:48 [2020-12-04T23:25:48.475Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
23:25:50 [2020-12-04T23:25:50.676Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
23:25:50 [2020-12-04T23:25:50.676Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
23:25:50 [2020-12-04T23:25:50.676Z] === RUN   TestDockerSuite/TestRunContainerNetwork
23:25:52 [2020-12-04T23:25:52.876Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
23:25:52 [2020-12-04T23:25:52.876Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
23:25:52 [2020-12-04T23:25:52.876Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
23:25:52 [2020-12-04T23:25:52.876Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
23:25:52 [2020-12-04T23:25:52.876Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
23:25:52 [2020-12-04T23:25:52.876Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
23:25:52 [2020-12-04T23:25:52.876Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
23:25:52 [2020-12-04T23:25:52.876Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
23:25:55 [2020-12-04T23:25:55.077Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
23:25:57 [2020-12-04T23:25:57.280Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
23:25:59 [2020-12-04T23:25:59.481Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
23:25:59 [2020-12-04T23:25:59.481Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
23:25:59 [2020-12-04T23:25:59.481Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
23:25:59 [2020-12-04T23:25:59.481Z] === RUN   TestDockerSuite/TestRunCreateVolume
23:26:01 [2020-12-04T23:26:01.689Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
23:26:01 [2020-12-04T23:26:01.689Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
23:26:01 [2020-12-04T23:26:01.689Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
23:26:01 [2020-12-04T23:26:01.689Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
23:26:01 [2020-12-04T23:26:01.689Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
23:26:03 [2020-12-04T23:26:03.890Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
23:26:11 [2020-12-04T23:26:11.024Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
23:26:11 [2020-12-04T23:26:11.024Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
23:26:11 [2020-12-04T23:26:11.024Z] === RUN   TestDockerSuite/TestRunDNSOptions
23:26:11 [2020-12-04T23:26:11.024Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
23:26:11 [2020-12-04T23:26:11.024Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
23:26:11 [2020-12-04T23:26:11.024Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
23:26:11 [2020-12-04T23:26:11.024Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
23:26:18 [2020-12-04T23:26:18.150Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
23:26:18 [2020-12-04T23:26:18.150Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
23:26:18 [2020-12-04T23:26:18.150Z] === RUN   TestDockerSuite/TestRunDuplicateMount
23:26:18 [2020-12-04T23:26:18.150Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
23:26:19 [2020-12-04T23:26:19.704Z] === RUN   TestDockerSuite/TestRunEchoStdout
23:26:21 [2020-12-04T23:26:21.904Z] === RUN   TestDockerSuite/TestRunEmptyEnv
23:26:21 [2020-12-04T23:26:21.904Z] === RUN   TestDockerSuite/TestRunEntrypoint
23:26:24 [2020-12-04T23:26:24.110Z] === RUN   TestDockerSuite/TestRunEnvironment
23:26:24 [2020-12-04T23:26:24.110Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
23:26:24 [2020-12-04T23:26:24.110Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
23:26:24 [2020-12-04T23:26:24.110Z] === RUN   TestDockerSuite/TestRunExitCode
23:26:26 [2020-12-04T23:26:26.311Z] === RUN   TestDockerSuite/TestRunExitCodeOne
23:26:28 [2020-12-04T23:26:28.514Z] === RUN   TestDockerSuite/TestRunExitCodeZero
23:26:30 [2020-12-04T23:26:30.715Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
23:26:32 [2020-12-04T23:26:32.915Z] === RUN   TestDockerSuite/TestRunExposePort
23:26:32 [2020-12-04T23:26:32.915Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
23:26:32 [2020-12-04T23:26:32.915Z] === RUN   TestDockerSuite/TestRunGroupAdd
23:26:32 [2020-12-04T23:26:32.915Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
23:26:32 [2020-12-04T23:26:32.915Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
23:26:32 [2020-12-04T23:26:32.915Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
23:26:32 [2020-12-04T23:26:32.915Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
23:26:32 [2020-12-04T23:26:32.915Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
23:26:32 [2020-12-04T23:26:32.915Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
23:26:37 [2020-12-04T23:26:37.664Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
23:26:37 [2020-12-04T23:26:37.664Z] === RUN   TestDockerSuite/TestRunInvalidReference
23:26:37 [2020-12-04T23:26:37.664Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
23:26:37 [2020-12-04T23:26:37.664Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
23:26:37 [2020-12-04T23:26:37.664Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
23:26:37 [2020-12-04T23:26:37.664Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
23:26:37 [2020-12-04T23:26:37.664Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
23:26:46 [2020-12-04T23:26:46.304Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
23:26:46 [2020-12-04T23:26:46.304Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunModeHostname
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunModeIpcHost
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunModePIDContainer
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunModePIDHost
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunModeUTSHost
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunMount
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunMountOrdering
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
23:26:47 [2020-12-04T23:26:47.293Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
23:26:54 [2020-12-04T23:26:54.419Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
23:26:54 [2020-12-04T23:26:54.419Z] === RUN   TestDockerSuite/TestRunNamedVolume
23:26:54 [2020-12-04T23:26:54.419Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
23:26:54 [2020-12-04T23:26:54.419Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
23:26:59 [2020-12-04T23:26:59.151Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
23:27:04 [2020-12-04T23:27:04.048Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
23:27:04 [2020-12-04T23:27:04.048Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
23:27:04 [2020-12-04T23:27:04.048Z] === RUN   TestDockerSuite/TestRunNetHost
23:27:04 [2020-12-04T23:27:04.048Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
23:27:04 [2020-12-04T23:27:04.048Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
23:27:04 [2020-12-04T23:27:04.048Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
23:27:04 [2020-12-04T23:27:04.048Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
23:27:04 [2020-12-04T23:27:04.048Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
23:27:04 [2020-12-04T23:27:04.048Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
23:27:04 [2020-12-04T23:27:04.048Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
23:27:04 [2020-12-04T23:27:04.048Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
23:27:05 [2020-12-04T23:27:05.605Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
23:27:07 [2020-12-04T23:27:07.803Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
23:27:10 [2020-12-04T23:27:10.004Z] === RUN   TestDockerSuite/TestRunNonExistingImage
23:27:11 [2020-12-04T23:27:11.557Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
23:27:13 [2020-12-04T23:27:13.757Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
23:27:13 [2020-12-04T23:27:13.757Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
23:27:13 [2020-12-04T23:27:13.757Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
23:27:13 [2020-12-04T23:27:13.757Z] === RUN   TestDockerSuite/TestRunPortInUse
23:27:13 [2020-12-04T23:27:13.757Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
23:27:13 [2020-12-04T23:27:13.757Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
23:27:13 [2020-12-04T23:27:13.757Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
23:27:13 [2020-12-04T23:27:13.757Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
23:27:13 [2020-12-04T23:27:13.757Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
23:27:16 [2020-12-04T23:27:16.694Z] === RUN   TestDockerSuite/TestRunPublishPort
23:27:16 [2020-12-04T23:27:16.694Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
23:27:16 [2020-12-04T23:27:16.694Z] === RUN   TestDockerSuite/TestRunReadProcLatency
23:27:16 [2020-12-04T23:27:16.694Z] === RUN   TestDockerSuite/TestRunReadProcTimer
23:27:16 [2020-12-04T23:27:16.694Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
23:27:16 [2020-12-04T23:27:16.694Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
23:27:31 [2020-12-04T23:27:31.582Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
23:27:31 [2020-12-04T23:27:31.582Z] === RUN   TestDockerSuite/TestRunRm
23:27:32 [2020-12-04T23:27:32.046Z] === RUN   TestDockerSuite/TestRunRmAndWait
23:27:37 [2020-12-04T23:27:37.890Z] === RUN   TestDockerSuite/TestRunRmPre125Api
23:27:40 [2020-12-04T23:27:40.099Z] === RUN   TestDockerSuite/TestRunRootWorkdir
23:27:42 [2020-12-04T23:27:42.304Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
23:27:44 [2020-12-04T23:27:44.505Z] === RUN   TestDockerSuite/TestRunSetMacAddress
23:27:46 [2020-12-04T23:27:46.709Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
23:27:46 [2020-12-04T23:27:46.709Z] === RUN   TestDockerSuite/TestRunState
23:27:46 [2020-12-04T23:27:46.709Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
23:27:48 [2020-12-04T23:27:48.912Z] === RUN   TestDockerSuite/TestRunStdinPipe
23:27:48 [2020-12-04T23:27:48.912Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
23:27:51 [2020-12-04T23:27:51.113Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
23:27:51 [2020-12-04T23:27:51.113Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
23:27:51 [2020-12-04T23:27:51.113Z] === RUN   TestDockerSuite/TestRunTLSVerify
23:27:51 [2020-12-04T23:27:51.113Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
23:27:51 [2020-12-04T23:27:51.113Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
23:27:51 [2020-12-04T23:27:51.113Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
23:27:55 [2020-12-04T23:27:55.863Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
23:27:55 [2020-12-04T23:27:55.863Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
23:27:55 [2020-12-04T23:27:55.863Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
23:27:56 [2020-12-04T23:27:56.328Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
23:27:56 [2020-12-04T23:27:56.328Z] === RUN   TestDockerSuite/TestRunUnshareProc
23:27:56 [2020-12-04T23:27:56.328Z] === RUN   TestDockerSuite/TestRunUserByID
23:27:56 [2020-12-04T23:27:56.328Z] === RUN   TestDockerSuite/TestRunUserByIDBig
23:27:56 [2020-12-04T23:27:56.328Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
23:27:56 [2020-12-04T23:27:56.328Z] === RUN   TestDockerSuite/TestRunUserByIDZero
23:27:56 [2020-12-04T23:27:56.328Z] === RUN   TestDockerSuite/TestRunUserByName
23:27:56 [2020-12-04T23:27:56.328Z] === RUN   TestDockerSuite/TestRunUserDefaults
23:27:58 [2020-12-04T23:27:58.530Z] === RUN   TestDockerSuite/TestRunUserNotFound
23:27:58 [2020-12-04T23:27:58.530Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
23:28:00 [2020-12-04T23:28:00.731Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
23:28:00 [2020-12-04T23:28:00.731Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
23:28:00 [2020-12-04T23:28:00.731Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
23:28:03 [2020-12-04T23:28:03.665Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
23:28:10 [2020-12-04T23:28:10.798Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
23:28:19 [2020-12-04T23:28:19.435Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
23:28:26 [2020-12-04T23:28:26.559Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
23:28:26 [2020-12-04T23:28:26.559Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
23:28:26 [2020-12-04T23:28:26.559Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
23:28:28 [2020-12-04T23:28:28.766Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
23:28:30 [2020-12-04T23:28:30.975Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
23:28:33 [2020-12-04T23:28:33.204Z] === RUN   TestDockerSuite/TestRunWithBadDevice
23:28:33 [2020-12-04T23:28:33.204Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
23:28:33 [2020-12-04T23:28:33.204Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
23:28:33 [2020-12-04T23:28:33.204Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
23:28:33 [2020-12-04T23:28:33.204Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
23:28:33 [2020-12-04T23:28:33.204Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
23:28:33 [2020-12-04T23:28:33.204Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
23:28:33 [2020-12-04T23:28:33.204Z] === RUN   TestDockerSuite/TestRunWithUlimits
23:28:33 [2020-12-04T23:28:33.204Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
23:28:37 [2020-12-04T23:28:37.930Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
23:28:39 [2020-12-04T23:28:39.483Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
23:28:41 [2020-12-04T23:28:41.685Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSaveCheckTimes
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSaveImageId
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSaveLoadParents
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSaveMultipleNames
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSaveSingleTag
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
23:28:46 [2020-12-04T23:28:46.432Z] === RUN   TestDockerSuite/TestSearchCmdOptions
23:28:48 [2020-12-04T23:28:48.633Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
23:28:49 [2020-12-04T23:28:49.098Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
23:28:49 [2020-12-04T23:28:49.564Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
23:28:49 [2020-12-04T23:28:49.564Z] === RUN   TestDockerSuite/TestSearchWithLimit
23:28:51 [2020-12-04T23:28:51.117Z] === RUN   TestDockerSuite/TestSlowStdinClosing
23:28:58 [2020-12-04T23:28:58.256Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
23:28:58 [2020-12-04T23:28:58.256Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
23:29:05 [2020-12-04T23:29:05.387Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
23:29:05 [2020-12-04T23:29:05.852Z] === RUN   TestDockerSuite/TestStartAttachSilent
23:29:14 [2020-12-04T23:29:14.492Z] === RUN   TestDockerSuite/TestStartAttachWithRename
23:29:14 [2020-12-04T23:29:14.492Z] === RUN   TestDockerSuite/TestStartMultipleContainers
23:29:14 [2020-12-04T23:29:14.492Z] === RUN   TestDockerSuite/TestStartPausedContainer
23:29:14 [2020-12-04T23:29:14.492Z] === RUN   TestDockerSuite/TestStartRecordError
23:29:14 [2020-12-04T23:29:14.492Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
23:29:26 [2020-12-04T23:29:26.960Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
23:29:26 [2020-12-04T23:29:26.960Z] === RUN   TestDockerSuite/TestStatsAllNoStream
23:29:26 [2020-12-04T23:29:26.960Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
23:29:26 [2020-12-04T23:29:26.960Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
23:29:26 [2020-12-04T23:29:26.960Z] === RUN   TestDockerSuite/TestStatsFormatAll
23:29:26 [2020-12-04T23:29:26.960Z] === RUN   TestDockerSuite/TestStatsNoStream
23:29:26 [2020-12-04T23:29:26.960Z] === RUN   TestDockerSuite/TestTopMultipleArgs
23:29:27 [2020-12-04T23:29:27.938Z] === RUN   TestDockerSuite/TestTopNonPrivileged
23:29:30 [2020-12-04T23:29:30.136Z] === RUN   TestDockerSuite/TestTopPrivileged
23:29:30 [2020-12-04T23:29:30.136Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
23:29:32 [2020-12-04T23:29:32.337Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
23:29:32 [2020-12-04T23:29:32.337Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
23:29:32 [2020-12-04T23:29:32.337Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
23:29:32 [2020-12-04T23:29:32.337Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
23:29:32 [2020-12-04T23:29:32.337Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
23:29:32 [2020-12-04T23:29:32.337Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
23:29:32 [2020-12-04T23:29:32.337Z] === RUN   TestDockerSuite/TestVolumeCLICreate
23:29:50 [2020-12-04T23:29:50.103Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
23:29:50 [2020-12-04T23:29:50.103Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
23:29:50 [2020-12-04T23:29:50.103Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
23:29:50 [2020-12-04T23:29:50.103Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
23:29:50 [2020-12-04T23:29:50.103Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
23:29:50 [2020-12-04T23:29:50.103Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
23:29:50 [2020-12-04T23:29:50.103Z] === RUN   TestDockerSuite/TestVolumeCLILs
23:29:51 [2020-12-04T23:29:51.656Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
23:29:51 [2020-12-04T23:29:51.657Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
23:29:54 [2020-12-04T23:29:54.587Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
23:29:55 [2020-12-04T23:29:55.052Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
23:29:55 [2020-12-04T23:29:55.516Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
23:29:55 [2020-12-04T23:29:55.516Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
23:29:55 [2020-12-04T23:29:55.516Z] === RUN   TestDockerSuite/TestVolumeCLIRm
23:30:04 [2020-12-04T23:30:04.144Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
23:30:04 [2020-12-04T23:30:04.144Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
23:30:04 [2020-12-04T23:30:04.144Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
23:30:04 [2020-12-04T23:30:04.609Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
23:30:04 [2020-12-04T23:30:04.609Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
23:30:11 [2020-12-04T23:30:11.733Z] === RUN   TestDockerSuite/TestVolumeLsFormat
23:30:11 [2020-12-04T23:30:11.733Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
23:30:11 [2020-12-04T23:30:11.733Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
23:30:20 [2020-12-04T23:30:20.363Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
23:30:20 [2020-12-04T23:30:20.363Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
23:30:21 [2020-12-04T23:30:21.919Z] --- PASS: TestDockerSuite (2565.01s)
23:30:21 [2020-12-04T23:30:21.919Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
23:30:21 [2020-12-04T23:30:21.919Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
23:30:21 [2020-12-04T23:30:21.919Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.919Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
23:30:21 [2020-12-04T23:30:21.919Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
23:30:21 [2020-12-04T23:30:21.919Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s)
23:30:21 [2020-12-04T23:30:21.919Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
23:30:21 [2020-12-04T23:30:21.919Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.919Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.86s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.30s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.57s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (161.29s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.22s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.50s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.04s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.17s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_run_test.go:3179: unmatched requirement Apparmor
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_run_test.go:3157: unmatched requirement Apparmor
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.17s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.24s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (125.04s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.36s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.52s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.85s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.75s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.97s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.44s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.60s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.88s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (5.28s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.95s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.12s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.43s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.51s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.42s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddTar (34.11s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.43s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.92s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.88s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.65s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.70s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.29s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.26s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.23s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.59s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.16s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.62s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.57s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (23.92s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.07s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.47s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.34s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.94s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.25s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.36s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.94s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.53s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.52s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.51s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.37s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.03s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.15s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.51s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.89s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.81s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.46s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.75s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.68s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.04s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.77s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (36.85s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.82s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.37s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.07s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.94s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.74s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.09s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.80s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.06s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.54s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.66s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.73s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (60.40s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.04s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (79.85s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.99s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.95s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.55s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.81s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.11s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.31s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.71s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.49s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (85.87s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.52s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.53s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.55s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.06s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.98s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.05s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.07s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.24s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.92s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (10.06s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.25s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.58s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildFails (2.34s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.18s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.16s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.16s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildForceRm (6.78s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildFromGit (6.17s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.50s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.14s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.89s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.54s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.80s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildHistory (9.97s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.94s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.12s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s)
23:30:21 [2020-12-04T23:30:21.920Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.77s)
23:30:21 [2020-12-04T23:30:21.920Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (9.65s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.91s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.61s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.88s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.58s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.90s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.59s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.29s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.54s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.77s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.40s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (25.40s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.76s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (33.00s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.83s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (9.91s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.88s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.47s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.19s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.02s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.68s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.61s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.93s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.55s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.95s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.19s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.17s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (10.09s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.56s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.00s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.45s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.31s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.44s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.21s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.16s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.10s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (42.44s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (20.03s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildRm (14.78s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.69s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.47s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.70s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.39s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (10.16s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (16.11s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.98s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.65s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.54s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.33s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.48s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildStderr (5.17s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (22.58s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.42s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.21s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.36s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (5.59s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.11s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.04s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (4.80s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.55s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.70s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.06s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.82s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.00s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (14.79s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.10s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.46s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.52s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.97s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (4.96s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.51s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (19.19s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.55s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.19s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.38s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.90s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.48s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_sni_test.go:18: Flakey test
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.20s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.97s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestCommitChange (5.45s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (5.09s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestCommitNewFile (6.86s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestCommitTTY (7.72s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.98s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (7.32s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.12s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.17s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.13s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.55s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.54s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.03s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.11s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.18s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.20s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.27s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.95s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.53s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.06s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (3.65s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.10s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.72s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.25s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.03s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.23s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (4.27s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.02s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.62s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.41s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.43s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.36s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.38s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0008ac020_<nil>} (2.29s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1166206290_c:\foo_false__<nil>_<nil>_<nil>} (2.35s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1166206290_c:\foo_true__<nil>_<nil>_<nil>} (2.36s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.18s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
23:30:21 [2020-12-04T23:30:21.921Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
23:30:21 [2020-12-04T23:30:21.921Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.921Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.38s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.30s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCpRelativePath (2.42s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCpToCaseA (4.67s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.31s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCpToCaseE (13.88s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCpToCaseH (9.09s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCpToDot (2.33s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.53s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.18s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.02s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.35s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.26s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.18s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.67s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.18s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateRM (0.31s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.32s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.21s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.71s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.81s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.20s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.50s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestDockerFails (0.08s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.48s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.41s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.59s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (13.28s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsCopy (5.82s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (5.03s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.18s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.87s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (3.62s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (1.13s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsFilterType (1.05s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.54s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsFormat (4.30s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.21s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsRename (2.40s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsResize (2.77s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (6.85s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.63s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.59s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.78s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.66s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.00s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.80s)
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
23:30:21 [2020-12-04T23:30:21.922Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
23:30:21 [2020-12-04T23:30:21.922Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.99s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.30s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.12s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.94s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.36s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.16s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.69s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.48s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.03s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.28s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.94s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.97s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.17s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.98s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.91s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.06s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.41s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.64s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.98s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.70s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.02s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.43s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.25s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.57s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.46s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.10s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.06s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.16s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.11s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.10s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.82s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.22s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (1.85s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.19s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.11s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.10s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
23:30:22 [2020-12-04T23:30:22.388Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.09s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.04s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.69s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.33s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.29s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.16s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.03s)
23:30:22 [2020-12-04T23:30:22.388Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.12s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.24s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.31s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.10s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.96s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.88s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.92s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.47s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.14s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.20s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.96s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.12s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.58s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.36s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.27s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.44s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsSince (9.06s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsTail (2.82s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.53s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.12s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.18s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.28s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPsByOrder (8.75s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (10.56s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.31s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.55s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.73s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.10s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.32s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.53s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPsShowMounts (7.22s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.88s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.11s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.27s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.16s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.44s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (26.73s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.23s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.74s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (4.40s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.21s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (4.41s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.10s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.43s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.68s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.65s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.73s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (10.41s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.79s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (4.82s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiTag (0.82s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.24s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.06s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.46s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.47s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.07s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.13s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.20s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.88s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.10s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.14s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.11s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunBindMounts (9.59s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (6.94s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.87s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (2.16s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.24s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.21s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.08s)
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.389Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
23:30:22 [2020-12-04T23:30:22.389Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.10s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.09s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.29s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.03s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (7.05s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.20s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.14s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.28s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.20s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.24s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.21s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.17s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.07s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.16s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.98s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.87s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.84s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.96s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.24s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.39s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.28s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.57s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.19s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.07s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.94s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2884: unmatched requirement Apparmor
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.86s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunRm (2.25s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.77s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (2.20s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.09s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.04s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.56s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.24s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.91s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.86s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2923: unmatched requirement Apparmor
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (2.09s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.12s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.88s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.54s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (9.21s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.80s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.53s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.20s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.34s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.25s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.77s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.04s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.32s)
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3040: unmatched requirement Apparmor
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
23:30:22 [2020-12-04T23:30:22.390Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.390Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.47s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.27s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.64s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (6.36s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.98s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (8.92s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (11.14s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (2.10s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.31s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.96s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.35s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.39s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.32s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.17s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (2.43s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.85s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.45s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.50s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (7.86s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.71s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.52s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.32s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.80s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
23:30:22 [2020-12-04T23:30:22.391Z]         docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.49s)
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerRegistrySuite/TestV2Only
23:30:22 [2020-12-04T23:30:22.391Z] --- PASS: TestDockerRegistrySuite (0.17s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
23:30:22 [2020-12-04T23:30:22.391Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
23:30:22 [2020-12-04T23:30:22.391Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.391Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:30:22 [2020-12-04T23:30:22.391Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
23:30:22 [2020-12-04T23:30:22.392Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.04s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthTokenSuite
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
23:30:22 [2020-12-04T23:30:22.392Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:268: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:268: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:268: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:268: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:268: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerDaemonSuite
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
23:30:22 [2020-12-04T23:30:22.392Z] --- PASS: TestDockerDaemonSuite (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:302: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:302: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:302: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerSwarmSuite
23:30:22 [2020-12-04T23:30:22.392Z] --- PASS: TestDockerSwarmSuite (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerPluginSuite
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerPluginSuite/TestPluginCreate
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerPluginSuite/TestPluginInspect
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerPluginSuite/TestPluginSet
23:30:22 [2020-12-04T23:30:22.392Z] --- PASS: TestDockerPluginSuite (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerExternalVolumeSuite
23:30:22 [2020-12-04T23:30:22.392Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]     check_test.go:128: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerNetworkSuite
23:30:22 [2020-12-04T23:30:22.392Z] --- SKIP: TestDockerNetworkSuite (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]     check_test.go:134: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] === RUN   TestDockerHubPullSuite
23:30:22 [2020-12-04T23:30:22.392Z] --- SKIP: TestDockerHubPullSuite (0.00s)
23:30:22 [2020-12-04T23:30:22.392Z]     check_test.go:142: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] PASS
23:30:22 [2020-12-04T23:30:22.392Z] ok  	github.com/docker/docker/integration-cli	2565.909s
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === Skipped
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_run_test.go:3179: unmatched requirement Apparmor
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_run_test.go:3157: unmatched requirement Apparmor
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.03s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.392Z] 
23:30:22 [2020-12-04T23:30:22.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
23:30:22 [2020-12-04T23:30:22.392Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
23:30:22 [2020-12-04T23:30:22.393Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.393Z] 
23:30:22 [2020-12-04T23:30:22.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
23:30:22 [2020-12-04T23:30:22.393Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
23:30:22 [2020-12-04T23:30:22.393Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.393Z] 
23:30:22 [2020-12-04T23:30:22.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s)
23:30:22 [2020-12-04T23:30:22.393Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s)
23:30:22 [2020-12-04T23:30:22.393Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.393Z] 
23:30:22 [2020-12-04T23:30:22.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.43s)
23:30:22 [2020-12-04T23:30:22.393Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.43s)
23:30:22 [2020-12-04T23:30:22.393Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.393Z] 
23:30:22 [2020-12-04T23:30:22.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.88s)
23:30:22 [2020-12-04T23:30:22.393Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.88s)
23:30:22 [2020-12-04T23:30:22.393Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.393Z] 
23:30:22 [2020-12-04T23:30:22.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.29s)
23:30:22 [2020-12-04T23:30:22.393Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.29s)
23:30:22 [2020-12-04T23:30:22.393Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.393Z] 
23:30:22 [2020-12-04T23:30:22.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s)
23:30:22 [2020-12-04T23:30:22.393Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s)
23:30:22 [2020-12-04T23:30:22.393Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.393Z] 
23:30:22 [2020-12-04T23:30:22.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
23:30:22 [2020-12-04T23:30:22.393Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
23:30:22 [2020-12-04T23:30:22.393Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.393Z] 
23:30:22 [2020-12-04T23:30:22.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
23:30:22 [2020-12-04T23:30:22.393Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
23:30:22 [2020-12-04T23:30:22.393Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.393Z] 
23:30:22 [2020-12-04T23:30:22.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
23:30:22 [2020-12-04T23:30:22.393Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.47s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.47s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.46s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.48s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.53s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.53s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.42s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.51s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.42s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.42s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.859Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.04s)
23:30:22 [2020-12-04T23:30:22.859Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.859Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.06s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.06s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.46s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.46s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.55s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.55s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.48s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.48s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.48s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_sni_test.go:18: Flakey test
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s)
23:30:22 [2020-12-04T23:30:22.860Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.860Z] 
23:30:22 [2020-12-04T23:30:22.860Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
23:30:22 [2020-12-04T23:30:22.860Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.03s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.03s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.03s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.861Z] 
23:30:22 [2020-12-04T23:30:22.861Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
23:30:22 [2020-12-04T23:30:22.861Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.03s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.03s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.862Z] 
23:30:22 [2020-12-04T23:30:22.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s)
23:30:22 [2020-12-04T23:30:22.862Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.03s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.03s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]         docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.863Z] 
23:30:22 [2020-12-04T23:30:22.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.02s)
23:30:22 [2020-12-04T23:30:22.863Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:22 [2020-12-04T23:30:22.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
23:30:22 [2020-12-04T23:30:22.864Z]         docker_cli_run_test.go:2884: unmatched requirement Apparmor
23:30:22 [2020-12-04T23:30:22.864Z] 
23:30:23 [2020-12-04T23:30:23.331Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.03s)
23:30:23 [2020-12-04T23:30:23.331Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s)
23:30:23 [2020-12-04T23:30:23.331Z]         docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.331Z] 
23:30:23 [2020-12-04T23:30:23.331Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s)
23:30:23 [2020-12-04T23:30:23.331Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
23:30:23 [2020-12-04T23:30:23.331Z]         docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.331Z] 
23:30:23 [2020-12-04T23:30:23.331Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:2923: unmatched requirement Apparmor
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:3040: unmatched requirement Apparmor
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.03s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.332Z] 
23:30:23 [2020-12-04T23:30:23.332Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
23:30:23 [2020-12-04T23:30:23.332Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
23:30:23 [2020-12-04T23:30:23.333Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
23:30:23 [2020-12-04T23:30:23.333Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
23:30:23 [2020-12-04T23:30:23.333Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
23:30:23 [2020-12-04T23:30:23.333Z]         docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:185: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:212: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
23:30:23 [2020-12-04T23:30:23.333Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.333Z] 
23:30:23 [2020-12-04T23:30:23.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:239: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:268: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:268: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:268: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:268: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:268: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:302: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:302: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:302: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]         check_test.go:407: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     check_test.go:128: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     check_test.go:134: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
23:30:23 [2020-12-04T23:30:23.334Z]     check_test.go:142: unmatched requirement DaemonIsLinux
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] DONE 1093 tests, 547 skipped in 2575.688s
23:30:23 [2020-12-04T23:30:23.334Z] INFO: Integration tests ended at 12/04/2020 23:30:23. Duration:00:42:55.8137929
23:30:23 [2020-12-04T23:30:23.334Z] INFO: Docker info of the daemon under test at end of run
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] Containers: 2
23:30:23 [2020-12-04T23:30:23.334Z]  Running: 0
23:30:23 [2020-12-04T23:30:23.334Z]  Paused: 0
23:30:23 [2020-12-04T23:30:23.334Z]  Stopped: 2
23:30:23 [2020-12-04T23:30:23.334Z] Images: 18
23:30:23 [2020-12-04T23:30:23.334Z] Server Version: 0.0.0-dev
23:30:23 [2020-12-04T23:30:23.334Z] Storage Driver: windowsfilter
23:30:23 [2020-12-04T23:30:23.334Z]  Windows: 
23:30:23 [2020-12-04T23:30:23.334Z] Logging Driver: json-file
23:30:23 [2020-12-04T23:30:23.334Z] Plugins: 
23:30:23 [2020-12-04T23:30:23.334Z]  Volume: local
23:30:23 [2020-12-04T23:30:23.334Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
23:30:23 [2020-12-04T23:30:23.334Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
23:30:23 [2020-12-04T23:30:23.334Z] Swarm: inactive
23:30:23 [2020-12-04T23:30:23.334Z] Default Isolation: process
23:30:23 [2020-12-04T23:30:23.334Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
23:30:23 [2020-12-04T23:30:23.334Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577)
23:30:23 [2020-12-04T23:30:23.334Z] OSType: windows
23:30:23 [2020-12-04T23:30:23.334Z] Architecture: x86_64
23:30:23 [2020-12-04T23:30:23.334Z] CPUs: 4
23:30:23 [2020-12-04T23:30:23.334Z] Total Memory: 32GiB
23:30:23 [2020-12-04T23:30:23.334Z] Name: azwin-2-d78ae0
23:30:23 [2020-12-04T23:30:23.334Z] ID: VZUA:PKDP:PKNT:7AJ4:C23Q:UYSP:LFUT:KFK5:CAOE:IXL3:GZPS:2RCG
23:30:23 [2020-12-04T23:30:23.334Z] Docker Root Dir: D:\CI\PR-41622\9\daemon
23:30:23 [2020-12-04T23:30:23.334Z] Debug Mode (client): false
23:30:23 [2020-12-04T23:30:23.334Z] Debug Mode (server): true
23:30:23 [2020-12-04T23:30:23.334Z]  File Descriptors: -1
23:30:23 [2020-12-04T23:30:23.334Z]  Goroutines: 17
23:30:23 [2020-12-04T23:30:23.334Z]  System Time: 2020-12-04T23:30:23.0642436Z
23:30:23 [2020-12-04T23:30:23.334Z]  EventsListeners: 0
23:30:23 [2020-12-04T23:30:23.334Z] Registry: https://index.docker.io/v1/
23:30:23 [2020-12-04T23:30:23.334Z] Labels:
23:30:23 [2020-12-04T23:30:23.334Z] Experimental: false
23:30:23 [2020-12-04T23:30:23.334Z] Insecure Registries:
23:30:23 [2020-12-04T23:30:23.334Z]  127.0.0.0/8
23:30:23 [2020-12-04T23:30:23.334Z] Live Restore Enabled: false
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] 
23:30:23 [2020-12-04T23:30:23.334Z] INFO: Stopping daemon under test
23:30:23 [2020-12-04T23:30:23.334Z] SUCCESS: The process with PID 5500 (child process of PID 1508) has been terminated.
23:30:23 [2020-12-04T23:30:23.334Z] SUCCESS: The process with PID 1508 (child process of PID 2372) has been terminated.
23:30:23 [2020-12-04T23:30:23.799Z] INFO: Stop tailing logs of the daemon under tests
23:30:23 [2020-12-04T23:30:23.799Z] INFO: executeCI.ps1 Completed successfully at 12/04/2020 23:30:23.
23:30:23 [2020-12-04T23:30:23.799Z] INFO: Tidying up at end of run
23:30:23 [2020-12-04T23:30:23.799Z] INFO: Saving daemon under test log (d:\CI\PR-41622\9\dut.out) to bundles\CIDUT.out
23:30:23 [2020-12-04T23:30:23.799Z] INFO: Saving daemon under test log (d:\CI\PR-41622\9\dut.err) to bundles\CIDUT.err
23:30:23 [2020-12-04T23:30:23.799Z] INFO: Nuke-Everything...
23:30:23 [2020-12-04T23:30:23.799Z] INFO: Container count on control daemon to delete is 2
23:30:24 [2020-12-04T23:30:24.263Z] d7d4c241d91a
23:30:24 [2020-12-04T23:30:24.263Z] 020408dcf62c
23:30:24 [2020-12-04T23:30:24.727Z] INFO: Tidying pidfile d:\CI\PR-41622\9\docker.pid
23:30:24 [2020-12-04T23:30:24.727Z] INFO: Nuking d:\CI
23:31:07 [2020-12-04T23:31:07.388Z] INFO: Zapped successfully
23:31:07 [2020-12-04T23:31:07.388Z] 
23:31:07 [2020-12-04T23:31:07.388Z] INFO: executeCI.ps1 exiting at Fri Dec  4 23:31:01 CUT 2020. Duration 01:11:37.7881930
23:31:07 [2020-12-04T23:31:07.388Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
23:31:07 [2020-12-04T23:31:07.640Z] Recording test results
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
23:31:16 [2020-12-04T23:31:16.379Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] step
23:31:18 [2020-12-04T23:31:18.799Z] Archiving artifacts
23:31:32 [2020-12-04T23:31:32.948Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41622/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:31:33 [2020-12-04T23:31:33.889Z] + make clean
23:31:35 [2020-12-04T23:31:35.445Z] docker volume rm -f docker-dev-cache
23:31:35 [2020-12-04T23:31:35.445Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS