Skip to content
Success

Console Output

Pull request #43739 updated
13:36:00 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 4b84a3321723a849295d5cbf7342ec36077f9179+464882e39844809b4f0a4ab11392646ec317f407 (b475c27baffd23c01fd17e26e9137efcf0d621d2)
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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-43739@libs/jps/.git # 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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
13:36:02 [2022-08-23T13:36:02.427Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
13:36:02 [2022-08-23T13:36:02.432Z] Trying to pass milestone 43
[Pipeline] milestone
13:36:02 [2022-08-23T13:36:02.522Z] Trying to pass milestone 44
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
13:36:02 [2022-08-23T13:36:02.706Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08aa83f384e214842) in /home/ubuntu/workspace/moby_PR-43739
[Pipeline] {
[Pipeline] checkout
13:36:02 [2022-08-23T13:36:02.729Z] The recommended git tool is: git
13:36:02 [2022-08-23T13:36:02.778Z] using credential docker-jenkins-github-credentials
13:36:02 [2022-08-23T13:36:02.785Z] Cloning the remote Git repository
13:36:02 [2022-08-23T13:36:02.785Z] Cloning with configured refspecs honoured and without tags
13:36:02 [2022-08-23T13:36:02.828Z] Cloning repository https://github.com/moby/moby.git
13:36:02 [2022-08-23T13:36:02.829Z]  > git init /home/ubuntu/workspace/moby_PR-43739 # timeout=10
13:36:02 [2022-08-23T13:36:02.852Z] Fetching upstream changes from https://github.com/moby/moby.git
13:36:02 [2022-08-23T13:36:02.852Z]  > git --version # timeout=10
13:36:02 [2022-08-23T13:36:02.861Z]  > git --version # 'git version 2.17.1'
13:36:02 [2022-08-23T13:36:02.862Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:02 [2022-08-23T13:36:02.862Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:36:18 [2022-08-23T13:36:18.759Z] Fetching without tags
13:36:18 [2022-08-23T13:36:18.944Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 4b84a3321723a849295d5cbf7342ec36077f9179
13:36:19 [2022-08-23T13:36:19.506Z] Merge succeeded, producing 4b84a3321723a849295d5cbf7342ec36077f9179
13:36:19 [2022-08-23T13:36:19.506Z] Checking out Revision 4b84a3321723a849295d5cbf7342ec36077f9179 (PR-43739)
13:36:20 [2022-08-23T13:36:20.171Z] Commit message: "daemon: kill exec process on ctx cancel"
13:36:20 [2022-08-23T13:36:20.187Z] First time build. Skipping changelog.
13:36:18 [2022-08-23T13:36:18.724Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:36:18 [2022-08-23T13:36:18.730Z]  > git config --add remote.origin.fetch +refs/pull/43739/head:refs/remotes/origin/PR-43739 # timeout=10
13:36:18 [2022-08-23T13:36:18.737Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:36:18 [2022-08-23T13:36:18.747Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:36:18 [2022-08-23T13:36:18.757Z] Fetching upstream changes from https://github.com/moby/moby.git
13:36:18 [2022-08-23T13:36:18.757Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:18 [2022-08-23T13:36:18.758Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:36:18 [2022-08-23T13:36:18.942Z]  > git config core.sparsecheckout # timeout=10
13:36:18 [2022-08-23T13:36:18.947Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
13:36:19 [2022-08-23T13:36:19.475Z]  > git remote # timeout=10
13:36:19 [2022-08-23T13:36:19.482Z]  > git config --get remote.origin.url # timeout=10
13:36:19 [2022-08-23T13:36:19.485Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:19 [2022-08-23T13:36:19.486Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
13:36:19 [2022-08-23T13:36:19.498Z]  > git rev-parse HEAD^{commit} # timeout=10
13:36:19 [2022-08-23T13:36:19.504Z]  > git config core.sparsecheckout # timeout=10
13:36:19 [2022-08-23T13:36:19.512Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
13:36:20 [2022-08-23T13:36:20.171Z]  > git rev-list --no-walk eb75fb83aea5756e99a93fda9aa14ede267a23c9 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:36:20 [2022-08-23T13:36:20.846Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43739:/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 && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
13:36:20 [2022-08-23T13:36:20.847Z] Unable to find image 'alpine:latest' locally
13:36:20 [2022-08-23T13:36:20.847Z] latest: Pulling from library/alpine
13:36:21 [2022-08-23T13:36:21.107Z] 213ec9aee27d: Pulling fs layer
13:36:21 [2022-08-23T13:36:21.108Z] 213ec9aee27d: Verifying Checksum
13:36:21 [2022-08-23T13:36:21.108Z] 213ec9aee27d: Download complete
13:36:21 [2022-08-23T13:36:21.108Z] 213ec9aee27d: Pull complete
13:36:21 [2022-08-23T13:36:21.108Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
13:36:21 [2022-08-23T13:36:21.108Z] Status: Downloaded newer image for alpine:latest
13:36:23 [2022-08-23T13:36:23.625Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: unit-validate)
[Pipeline] { (Branch: amd64)
[Pipeline] { (Branch: rootless)
[Pipeline] { (Branch: cgroup2)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (cgroup2)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
[Pipeline] node
[Pipeline] node
13:36:24 [2022-08-23T13:36:24.047Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08aa83f384e214842) in /home/ubuntu/workspace/moby_PR-43739
[Pipeline] node
[Pipeline] node
13:36:24 [2022-08-23T13:36:24.056Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02ac617c81315f1c3) in /home/ubuntu/workspace/moby_PR-43739
Stage "s390x" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
13:36:24 [2022-08-23T13:36:24.066Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0aeaead50f53d2b9e) in /home/ubuntu/workspace/moby_PR-43739
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
13:36:24 [2022-08-23T13:36:24.079Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-09aabfeb06ee49286) in /home/ubuntu/workspace/moby_PR-43739
[Pipeline] {
[Pipeline] {
[Pipeline] checkout
13:36:24 [2022-08-23T13:36:24.102Z] The recommended git tool is: git
13:36:24 [2022-08-23T13:36:24.109Z] using credential docker-jenkins-github-credentials
[Pipeline] checkout
13:36:24 [2022-08-23T13:36:24.120Z] The recommended git tool is: git
13:36:24 [2022-08-23T13:36:24.125Z] Fetching changes from the remote Git repository
[Pipeline] {
13:36:24 [2022-08-23T13:36:24.132Z] Fetching without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
13:36:24 [2022-08-23T13:36:24.168Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] {
13:36:24 [2022-08-23T13:36:24.178Z] Cloning the remote Git repository
13:36:24 [2022-08-23T13:36:24.178Z] Cloning with configured refspecs honoured and without tags
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] checkout
13:36:24 [2022-08-23T13:36:24.197Z] The recommended git tool is: git
[Pipeline] checkout
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
13:36:24 [2022-08-23T13:36:24.205Z] The recommended git tool is: git
[Pipeline] // stage
13:36:24 [2022-08-23T13:36:24.216Z] using credential docker-jenkins-github-credentials
13:36:24 [2022-08-23T13:36:24.225Z] Cloning the remote Git repository
13:36:24 [2022-08-23T13:36:24.225Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
13:36:24 [2022-08-23T13:36:24.255Z] using credential docker-jenkins-github-credentials
13:36:24 [2022-08-23T13:36:24.264Z] Cloning the remote Git repository
13:36:24 [2022-08-23T13:36:24.264Z] Cloning with configured refspecs honoured and without tags
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
13:36:24 [2022-08-23T13:36:24.306Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 4b84a3321723a849295d5cbf7342ec36077f9179
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
13:36:24 [2022-08-23T13:36:24.388Z] Merge succeeded, producing 4b84a3321723a849295d5cbf7342ec36077f9179
13:36:24 [2022-08-23T13:36:24.388Z] Checking out Revision 4b84a3321723a849295d5cbf7342ec36077f9179 (PR-43739)
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
13:36:24 [2022-08-23T13:36:24.448Z] Commit message: "daemon: kill exec process on ctx cancel"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:36:25 [2022-08-23T13:36:25.086Z] + [ PR != PR ]
13:36:25 [2022-08-23T13:36:25.086Z] + [ master != master ]
13:36:25 [2022-08-23T13:36:25.086Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
13:36:24 [2022-08-23T13:36:24.113Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43739/.git # timeout=10
13:36:24 [2022-08-23T13:36:24.123Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:36:24 [2022-08-23T13:36:24.131Z] Fetching upstream changes from https://github.com/moby/moby.git
13:36:24 [2022-08-23T13:36:24.131Z]  > git --version # timeout=10
13:36:24 [2022-08-23T13:36:24.136Z]  > git --version # 'git version 2.17.1'
13:36:24 [2022-08-23T13:36:24.136Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:24 [2022-08-23T13:36:24.136Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:36:24 [2022-08-23T13:36:24.304Z]  > git config core.sparsecheckout # timeout=10
13:36:24 [2022-08-23T13:36:24.312Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
13:36:24 [2022-08-23T13:36:24.361Z]  > git remote # timeout=10
13:36:24 [2022-08-23T13:36:24.363Z]  > git config --get remote.origin.url # timeout=10
13:36:24 [2022-08-23T13:36:24.369Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:24 [2022-08-23T13:36:24.370Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
13:36:24 [2022-08-23T13:36:24.381Z]  > git rev-parse HEAD^{commit} # timeout=10
13:36:24 [2022-08-23T13:36:24.386Z]  > git config core.sparsecheckout # timeout=10
13:36:24 [2022-08-23T13:36:24.395Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
[Pipeline] stage
[Pipeline] { (Print info)
13:36:24 [2022-08-23T13:36:24.174Z] Cloning repository https://github.com/moby/moby.git
13:36:24 [2022-08-23T13:36:24.175Z]  > git init /home/ubuntu/workspace/moby_PR-43739 # timeout=10
13:36:24 [2022-08-23T13:36:24.179Z] Fetching upstream changes from https://github.com/moby/moby.git
13:36:24 [2022-08-23T13:36:24.179Z]  > git --version # timeout=10
13:36:24 [2022-08-23T13:36:24.182Z]  > git --version # 'git version 2.17.1'
13:36:24 [2022-08-23T13:36:24.182Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:24 [2022-08-23T13:36:24.182Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] sh
13:36:24 [2022-08-23T13:36:24.237Z] Cloning repository https://github.com/moby/moby.git
13:36:24 [2022-08-23T13:36:24.238Z]  > git init /home/ubuntu/workspace/moby_PR-43739 # timeout=10
13:36:24 [2022-08-23T13:36:24.250Z] Fetching upstream changes from https://github.com/moby/moby.git
13:36:24 [2022-08-23T13:36:24.250Z]  > git --version # timeout=10
13:36:24 [2022-08-23T13:36:24.253Z]  > git --version # 'git version 2.25.1'
13:36:24 [2022-08-23T13:36:24.253Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:24 [2022-08-23T13:36:24.254Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:36:24 [2022-08-23T13:36:24.270Z] Cloning repository https://github.com/moby/moby.git
13:36:24 [2022-08-23T13:36:24.270Z]  > git init /home/ubuntu/workspace/moby_PR-43739 # timeout=10
13:36:24 [2022-08-23T13:36:24.279Z] Fetching upstream changes from https://github.com/moby/moby.git
13:36:24 [2022-08-23T13:36:24.280Z]  > git --version # timeout=10
13:36:24 [2022-08-23T13:36:24.286Z]  > git --version # 'git version 2.25.1'
13:36:24 [2022-08-23T13:36:24.286Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:24 [2022-08-23T13:36:24.287Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:36:25 [2022-08-23T13:36:25.394Z] + docker version
13:36:25 [2022-08-23T13:36:25.394Z] Client: Docker Engine - Community
13:36:25 [2022-08-23T13:36:25.394Z]  Version:           20.10.14
13:36:25 [2022-08-23T13:36:25.394Z]  API version:       1.41
13:36:25 [2022-08-23T13:36:25.394Z]  Go version:        go1.16.15
13:36:25 [2022-08-23T13:36:25.394Z]  Git commit:        a224086
13:36:25 [2022-08-23T13:36:25.394Z]  Built:             Thu Mar 24 01:47:57 2022
13:36:25 [2022-08-23T13:36:25.394Z]  OS/Arch:           linux/amd64
13:36:25 [2022-08-23T13:36:25.394Z]  Context:           default
13:36:25 [2022-08-23T13:36:25.394Z]  Experimental:      true
13:36:25 [2022-08-23T13:36:25.394Z] 
13:36:25 [2022-08-23T13:36:25.394Z] Server: Docker Engine - Community
13:36:25 [2022-08-23T13:36:25.394Z]  Engine:
13:36:25 [2022-08-23T13:36:25.394Z]   Version:          20.10.14
13:36:25 [2022-08-23T13:36:25.394Z]   API version:      1.41 (minimum version 1.12)
13:36:25 [2022-08-23T13:36:25.394Z]   Go version:       go1.16.15
13:36:25 [2022-08-23T13:36:25.394Z]   Git commit:       87a90dc
13:36:25 [2022-08-23T13:36:25.394Z]   Built:            Thu Mar 24 01:45:46 2022
13:36:25 [2022-08-23T13:36:25.394Z]   OS/Arch:          linux/amd64
13:36:25 [2022-08-23T13:36:25.394Z]   Experimental:     true
13:36:25 [2022-08-23T13:36:25.394Z]  containerd:
13:36:25 [2022-08-23T13:36:25.394Z]   Version:          1.5.11
13:36:25 [2022-08-23T13:36:25.394Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:36:25 [2022-08-23T13:36:25.394Z]  runc:
13:36:25 [2022-08-23T13:36:25.394Z]   Version:          1.0.3
13:36:25 [2022-08-23T13:36:25.394Z]   GitCommit:        v1.0.3-0-gf46b6ba
13:36:25 [2022-08-23T13:36:25.394Z]  docker-init:
13:36:25 [2022-08-23T13:36:25.394Z]   Version:          0.19.0
13:36:25 [2022-08-23T13:36:25.394Z]   GitCommit:        de40ad0
[Pipeline] sh
13:36:25 [2022-08-23T13:36:25.670Z] + docker info
13:36:26 [2022-08-23T13:36:26.597Z] Client:
13:36:26 [2022-08-23T13:36:26.597Z]  Context:    default
13:36:26 [2022-08-23T13:36:26.597Z]  Debug Mode: false
13:36:26 [2022-08-23T13:36:26.597Z]  Plugins:
13:36:26 [2022-08-23T13:36:26.597Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:36:26 [2022-08-23T13:36:26.597Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:36:26 [2022-08-23T13:36:26.597Z]   compose: Docker Compose (Docker Inc., v2.4.1)
13:36:26 [2022-08-23T13:36:26.597Z]   scan: Docker Scan (Docker Inc., v0.17.0)
13:36:26 [2022-08-23T13:36:26.597Z] 
13:36:26 [2022-08-23T13:36:26.597Z] Server:
13:36:26 [2022-08-23T13:36:26.597Z]  Containers: 0
13:36:26 [2022-08-23T13:36:26.597Z]   Running: 0
13:36:26 [2022-08-23T13:36:26.597Z]   Paused: 0
13:36:26 [2022-08-23T13:36:26.597Z]   Stopped: 0
13:36:26 [2022-08-23T13:36:26.597Z]  Images: 3
13:36:26 [2022-08-23T13:36:26.597Z]  Server Version: 20.10.14
13:36:26 [2022-08-23T13:36:26.597Z]  Storage Driver: overlay2
13:36:26 [2022-08-23T13:36:26.597Z]   Backing Filesystem: extfs
13:36:26 [2022-08-23T13:36:26.597Z]   Supports d_type: true
13:36:26 [2022-08-23T13:36:26.597Z]   Native Overlay Diff: true
13:36:26 [2022-08-23T13:36:26.597Z]   userxattr: false
13:36:26 [2022-08-23T13:36:26.597Z]  Logging Driver: json-file
13:36:26 [2022-08-23T13:36:26.597Z]  Cgroup Driver: cgroupfs
13:36:26 [2022-08-23T13:36:26.597Z]  Cgroup Version: 1
13:36:26 [2022-08-23T13:36:26.597Z]  Plugins:
13:36:26 [2022-08-23T13:36:26.597Z]   Volume: local
13:36:26 [2022-08-23T13:36:26.597Z]   Network: bridge host ipvlan macvlan null overlay
13:36:26 [2022-08-23T13:36:26.597Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:36:26 [2022-08-23T13:36:26.597Z]  Swarm: inactive
13:36:26 [2022-08-23T13:36:26.597Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:36:26 [2022-08-23T13:36:26.597Z]  Default Runtime: runc
13:36:26 [2022-08-23T13:36:26.597Z]  Init Binary: docker-init
13:36:26 [2022-08-23T13:36:26.597Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:36:26 [2022-08-23T13:36:26.597Z]  runc version: v1.0.3-0-gf46b6ba
13:36:26 [2022-08-23T13:36:26.597Z]  init version: de40ad0
13:36:26 [2022-08-23T13:36:26.597Z]  Security Options:
13:36:26 [2022-08-23T13:36:26.597Z]   apparmor
13:36:26 [2022-08-23T13:36:26.597Z]   seccomp
13:36:26 [2022-08-23T13:36:26.597Z]    Profile: default
13:36:26 [2022-08-23T13:36:26.597Z]  Kernel Version: 5.4.0-1071-aws
13:36:26 [2022-08-23T13:36:26.597Z]  Operating System: Ubuntu 18.04.6 LTS
13:36:26 [2022-08-23T13:36:26.597Z]  OSType: linux
13:36:26 [2022-08-23T13:36:26.597Z]  Architecture: x86_64
13:36:26 [2022-08-23T13:36:26.597Z]  CPUs: 2
13:36:26 [2022-08-23T13:36:26.597Z]  Total Memory: 7.565GiB
13:36:26 [2022-08-23T13:36:26.597Z]  Name: ip-10-100-81-95
13:36:26 [2022-08-23T13:36:26.597Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
13:36:26 [2022-08-23T13:36:26.597Z]  Docker Root Dir: /var/lib/docker
13:36:26 [2022-08-23T13:36:26.597Z]  Debug Mode: false
13:36:26 [2022-08-23T13:36:26.597Z]  Registry: https://index.docker.io/v1/
13:36:26 [2022-08-23T13:36:26.597Z]  Labels:
13:36:26 [2022-08-23T13:36:26.597Z]  Experimental: true
13:36:26 [2022-08-23T13:36:26.597Z]  Insecure Registries:
13:36:26 [2022-08-23T13:36:26.597Z]   127.0.0.0/8
13:36:26 [2022-08-23T13:36:26.597Z]  Live Restore Enabled: true
13:36:26 [2022-08-23T13:36:26.597Z] 
13:36:26 [2022-08-23T13:36:26.597Z] WARNING: No swap limit support
[Pipeline] sh
13:36:26 [2022-08-23T13:36:26.918Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:36:26 [2022-08-23T13:36:26.918Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:36:26 [2022-08-23T13:36:26.918Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43739/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
13:36:26 [2022-08-23T13:36:26.918Z] + bash /home/ubuntu/workspace/moby_PR-43739/check-config.sh
13:36:26 [2022-08-23T13:36:26.918Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:36:26 [2022-08-23T13:36:26.918Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
13:36:26 [2022-08-23T13:36:26.918Z] 
13:36:26 [2022-08-23T13:36:26.918Z] Generally Necessary:
13:36:26 [2022-08-23T13:36:26.918Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:36:26 [2022-08-23T13:36:26.918Z] - apparmor: enabled and tools installed
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_NAMESPACES: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_NET_NS: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_PID_NS: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_IPC_NS: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_UTS_NS: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_CGROUPS: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_CGROUP_CPUACCT: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_CGROUP_DEVICE: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_CGROUP_FREEZER: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_CGROUP_SCHED: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_CPUSETS: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_MEMCG: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_KEYS: enabled
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_VETH: enabled (as module)
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_BRIDGE: enabled (as module)
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_NF_NAT: enabled (as module)
13:36:26 [2022-08-23T13:36:26.918Z] - CONFIG_POSIX_MQUEUE: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_CGROUP_BPF: enabled
13:36:27 [2022-08-23T13:36:27.174Z] 
13:36:27 [2022-08-23T13:36:27.174Z] Optional Features:
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_USER_NS: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_SECCOMP: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_SECCOMP_FILTER: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_CGROUP_PIDS: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_MEMCG_SWAP: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
13:36:27 [2022-08-23T13:36:27.174Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_BLK_CGROUP: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_CGROUP_PERF: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_CGROUP_HUGETLB: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_CFS_BANDWIDTH: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_RT_GROUP_SCHED: missing
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_IP_VS: enabled (as module)
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_IP_VS_NFCT: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_IP_VS_RR: enabled (as module)
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_SECURITY_SELINUX: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_SECURITY_APPARMOR: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_EXT4_FS: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:36:27 [2022-08-23T13:36:27.174Z] - Network Drivers:
13:36:27 [2022-08-23T13:36:27.174Z]   - "overlay":
13:36:27 [2022-08-23T13:36:27.174Z]     - CONFIG_VXLAN: enabled (as module)
13:36:27 [2022-08-23T13:36:27.174Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:36:27 [2022-08-23T13:36:27.174Z]       Optional (for encrypted networks):
13:36:27 [2022-08-23T13:36:27.429Z]       - CONFIG_CRYPTO: enabled
13:36:27 [2022-08-23T13:36:27.429Z]       - CONFIG_CRYPTO_AEAD: enabled
13:36:27 [2022-08-23T13:36:27.429Z]       - CONFIG_CRYPTO_GCM: enabled
13:36:27 [2022-08-23T13:36:27.429Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:36:27 [2022-08-23T13:36:27.429Z]       - CONFIG_CRYPTO_GHASH: enabled
13:36:27 [2022-08-23T13:36:27.429Z]       - CONFIG_XFRM: enabled
13:36:27 [2022-08-23T13:36:27.429Z]       - CONFIG_XFRM_USER: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]       - CONFIG_INET_ESP: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]   - "ipvlan":
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_IPVLAN: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]   - "macvlan":
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_MACVLAN: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_DUMMY: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]   - "ftp,tftp client in container":
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z] - Storage Drivers:
13:36:27 [2022-08-23T13:36:27.429Z]   - "aufs":
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_AUFS_FS: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]   - "btrfs":
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:36:27 [2022-08-23T13:36:27.429Z]   - "devicemapper":
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_BLK_DEV_DM: enabled
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]   - "overlay":
13:36:27 [2022-08-23T13:36:27.429Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:36:27 [2022-08-23T13:36:27.429Z]   - "zfs":
13:36:27 [2022-08-23T13:36:27.429Z]     - /dev/zfs: present
13:36:27 [2022-08-23T13:36:27.429Z]     - zfs command: missing
13:36:27 [2022-08-23T13:36:27.429Z]     - zpool command: missing
13:36:27 [2022-08-23T13:36:27.429Z] 
13:36:27 [2022-08-23T13:36:27.429Z] Limits:
13:36:27 [2022-08-23T13:36:27.429Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:36:27 [2022-08-23T13:36:27.429Z] 
13:36:27 [2022-08-23T13:36:27.429Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:36:27 [2022-08-23T13:36:27.740Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:4b84a3321723a849295d5cbf7342ec36077f9179 .
13:36:27 [2022-08-23T13:36:27.740Z] #1 [internal] load build definition from Dockerfile
13:36:27 [2022-08-23T13:36:27.740Z] #1 sha256:838f9b35f8d58c5408f149ac72c23a4a566b43c7eed0fdd38d76e4e535e9db57
13:36:27 [2022-08-23T13:36:27.740Z] #1 transferring dockerfile: 19.07kB done
13:36:27 [2022-08-23T13:36:27.740Z] #1 DONE 0.0s
13:36:27 [2022-08-23T13:36:27.740Z] 
13:36:27 [2022-08-23T13:36:27.740Z] #2 [internal] load .dockerignore
13:36:27 [2022-08-23T13:36:27.740Z] #2 sha256:8d822678b8a1c15787687398a039c9188ded901cd9f9fb614c9a047a2d626931
13:36:27 [2022-08-23T13:36:27.740Z] #2 transferring context: 145B done
13:36:27 [2022-08-23T13:36:27.740Z] #2 DONE 0.0s
13:36:27 [2022-08-23T13:36:27.740Z] 
13:36:27 [2022-08-23T13:36:27.740Z] #3 resolve image config for docker.io/docker/dockerfile:1
13:36:27 [2022-08-23T13:36:27.740Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
13:36:27 [2022-08-23T13:36:27.996Z] #3 DONE 0.1s
13:36:27 [2022-08-23T13:36:27.996Z] 
13:36:27 [2022-08-23T13:36:27.996Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
13:36:27 [2022-08-23T13:36:27.996Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
13:36:27 [2022-08-23T13:36:27.996Z] #4 CACHED
13:36:28 [2022-08-23T13:36:28.252Z] 
13:36:28 [2022-08-23T13:36:28.252Z] #6 [internal] load .dockerignore
13:36:28 [2022-08-23T13:36:28.252Z] #6 sha256:9fba8e4eb38d41ff1e8d41f7f2611bf10208abb866fb581703beb16ea1f65082
13:36:28 [2022-08-23T13:36:28.252Z] #6 DONE 0.0s
13:36:28 [2022-08-23T13:36:28.252Z] 
13:36:28 [2022-08-23T13:36:28.252Z] #5 [internal] load build definition from Dockerfile
13:36:28 [2022-08-23T13:36:28.252Z] #5 sha256:fe3e7f84c3cae54a2d27e363b5a0a062607229ae172de5fcd5b1d0fdb21eb666
13:36:28 [2022-08-23T13:36:28.252Z] #5 DONE 0.0s
13:36:28 [2022-08-23T13:36:28.252Z] 
13:36:28 [2022-08-23T13:36:28.252Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:36:28 [2022-08-23T13:36:28.252Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:36:28 [2022-08-23T13:36:28.252Z] #7 DONE 0.1s
13:36:28 [2022-08-23T13:36:28.252Z] 
13:36:28 [2022-08-23T13:36:28.252Z] #10 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
13:36:28 [2022-08-23T13:36:28.252Z] #10 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
13:36:28 [2022-08-23T13:36:28.509Z] #10 DONE 0.1s
13:36:28 [2022-08-23T13:36:28.509Z] 
13:36:28 [2022-08-23T13:36:28.509Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
13:36:28 [2022-08-23T13:36:28.509Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
13:36:28 [2022-08-23T13:36:28.509Z] #8 DONE 0.1s
13:36:28 [2022-08-23T13:36:28.509Z] 
13:36:28 [2022-08-23T13:36:28.509Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:36:28 [2022-08-23T13:36:28.509Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:36:28 [2022-08-23T13:36:28.509Z] #9 DONE 0.1s
13:36:28 [2022-08-23T13:36:28.509Z] 
13:36:28 [2022-08-23T13:36:28.509Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:36:28 [2022-08-23T13:36:28.509Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:36:28 [2022-08-23T13:36:28.509Z] #11 DONE 0.0s
13:36:28 [2022-08-23T13:36:28.509Z] 
13:36:28 [2022-08-23T13:36:28.509Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:36:28 [2022-08-23T13:36:28.509Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:36:28 [2022-08-23T13:36:28.509Z] #80 DONE 0.0s
13:36:28 [2022-08-23T13:36:28.509Z] 
13:36:28 [2022-08-23T13:36:28.509Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:36:28 [2022-08-23T13:36:28.509Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:36:28 [2022-08-23T13:36:28.509Z] #78 DONE 0.0s
13:36:28 [2022-08-23T13:36:28.509Z] 
13:36:28 [2022-08-23T13:36:28.509Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
13:36:28 [2022-08-23T13:36:28.509Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
13:36:28 [2022-08-23T13:36:28.509Z] #56 ...
13:36:28 [2022-08-23T13:36:28.509Z] 
13:36:28 [2022-08-23T13:36:28.509Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
13:36:28 [2022-08-23T13:36:28.509Z] #35 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
13:36:28 [2022-08-23T13:36:28.509Z] #35 DONE 0.0s
13:36:28 [2022-08-23T13:36:28.509Z] 
13:36:28 [2022-08-23T13:36:28.509Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:36:28 [2022-08-23T13:36:28.509Z] #12 sha256:fc1f9c6523b63e31cd6290c947a9bf9ef1e8accbd2728936630c3d6006fbceb7
13:36:28 [2022-08-23T13:36:28.509Z] #12 CACHED
13:36:28 [2022-08-23T13:36:28.509Z] 
13:36:28 [2022-08-23T13:36:28.509Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
13:36:28 [2022-08-23T13:36:28.509Z] #13 sha256:02df85f6f55037f38d4b8512b732964b6b0038a617afb265c78cc0b9daa000f6
13:36:28 [2022-08-23T13:36:28.509Z] #13 CACHED
13:36:28 [2022-08-23T13:36:28.509Z] 
13:36:28 [2022-08-23T13:36:28.509Z] #31 [internal] load build context
13:36:28 [2022-08-23T13:36:28.509Z] #31 sha256:61b959d702ce8df3481dd4775ef8dbe1c77a40aff23a206e85900bd7d6aeb4d5
13:36:29 [2022-08-23T13:36:29.890Z] #31 ...
13:36:29 [2022-08-23T13:36:29.890Z] 
13:36:29 [2022-08-23T13:36:29.890Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64
13:36:29 [2022-08-23T13:36:29.890Z] #14 sha256:a6df4f24794c66283bd019f4e8f66ed6e47ffd470d4c7ae45a982f095190bb0c
13:36:29 [2022-08-23T13:36:29.890Z] #14 DONE 1.1s
13:36:29 [2022-08-23T13:36:29.890Z] 
13:36:29 [2022-08-23T13:36:29.890Z] #31 [internal] load build context
13:36:29 [2022-08-23T13:36:29.890Z] #31 sha256:61b959d702ce8df3481dd4775ef8dbe1c77a40aff23a206e85900bd7d6aeb4d5
13:36:30 [2022-08-23T13:36:30.832Z] #31 ...
13:36:30 [2022-08-23T13:36:30.832Z] 
13:36:30 [2022-08-23T13:36:30.832Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel
13:36:30 [2022-08-23T13:36:30.832Z] #15 sha256:49f17c445bfac6f2f9087b217e234493f3d95283bb6db7562e07ec11f41c6d08
13:36:30 [2022-08-23T13:36:30.832Z] #15 DONE 1.1s
13:36:30 [2022-08-23T13:36:30.832Z] 
13:36:30 [2022-08-23T13:36:30.832Z] #31 [internal] load build context
13:36:30 [2022-08-23T13:36:30.832Z] #31 sha256:61b959d702ce8df3481dd4775ef8dbe1c77a40aff23a206e85900bd7d6aeb4d5
13:36:31 [2022-08-23T13:36:31.397Z] #31 transferring context: 62.61MB 3.0s done
13:36:31 [2022-08-23T13:36:31.397Z] #31 DONE 3.1s
13:36:31 [2022-08-23T13:36:31.397Z] 
13:36:31 [2022-08-23T13:36:31.397Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf
13:36:31 [2022-08-23T13:36:31.397Z] #16 sha256:de231ebeb4d2ebe56fa77ee37fb00ca31e90e057f313c7cb470898d312d94757
13:36:31 [2022-08-23T13:36:31.654Z] #16 DONE 1.0s
13:36:31 [2022-08-23T13:36:31.654Z] 
13:36:31 [2022-08-23T13:36:31.654Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
13:36:31 [2022-08-23T13:36:31.654Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
13:36:32 [2022-08-23T13:36:32.217Z] #56 ...
13:36:32 [2022-08-23T13:36:32.217Z] 
13:36:32 [2022-08-23T13:36:32.217Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
13:36:32 [2022-08-23T13:36:32.217Z] #17 sha256:7c86ac0f5602c2a549e0188d14f9d0a401fecd6e1f5f78c3a271956a40acbfb5
13:36:32 [2022-08-23T13:36:32.217Z] #17 DONE 0.6s
13:36:32 [2022-08-23T13:36:32.473Z] 
13:36:32 [2022-08-23T13:36:32.473Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x
13:36:32 [2022-08-23T13:36:32.473Z] #18 sha256:f6a3155427514096067c9d00d81aedf33e9122c0b793d9838c2235965d943037
13:36:32 [2022-08-23T13:36:32.730Z] #18 DONE 0.5s
13:36:32 [2022-08-23T13:36:32.730Z] 
13:36:32 [2022-08-23T13:36:32.730Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
13:36:32 [2022-08-23T13:36:32.730Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
13:36:33 [2022-08-23T13:36:33.658Z] #19 0.955 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:36:33 [2022-08-23T13:36:33.658Z] #19 0.964 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:36:33 [2022-08-23T13:36:33.914Z] #19 1.064 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:36:33 [2022-08-23T13:36:33.914Z] #19 1.093 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
13:36:33 [2022-08-23T13:36:33.915Z] #19 1.187 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
13:36:33 [2022-08-23T13:36:33.915Z] #19 1.281 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
13:36:34 [2022-08-23T13:36:34.171Z] #19 1.389 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
13:36:34 [2022-08-23T13:36:34.171Z] #19 1.501 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.600 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.709 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.709 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.710 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [174 kB]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.710 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.711 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [160 kB]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.711 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.743 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.747 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.748 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.749 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.750 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
13:36:34 [2022-08-23T13:36:34.427Z] #19 1.751 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
13:36:37 [2022-08-23T13:36:37.702Z] #19 ...
13:36:37 [2022-08-23T13:36:37.702Z] 
13:36:37 [2022-08-23T13:36:37.702Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
13:36:37 [2022-08-23T13:36:37.702Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
13:36:37 [2022-08-23T13:36:37.702Z] #56 DONE 8.9s
13:36:37 [2022-08-23T13:36:37.702Z] 
13:36:37 [2022-08-23T13:36:37.702Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
13:36:37 [2022-08-23T13:36:37.702Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
13:36:39 [2022-08-23T13:36:39.046Z] Still waiting to schedule task
13:36:39 [2022-08-23T13:36:39.047Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay213:36:39 [2022-08-23T13:36:39.762Z] Fetching without tags
13:36:39 [2022-08-23T13:36:39.982Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 4b84a3321723a849295d5cbf7342ec36077f9179
13:36:39 [2022-08-23T13:36:39.735Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:36:39 [2022-08-23T13:36:39.744Z]  > git config --add remote.origin.fetch +refs/pull/43739/head:refs/remotes/origin/PR-43739 # timeout=10
13:36:39 [2022-08-23T13:36:39.746Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:36:39 [2022-08-23T13:36:39.754Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:36:39 [2022-08-23T13:36:39.802Z] Fetching upstream changes from https://github.com/moby/moby.git
13:36:39 [2022-08-23T13:36:39.802Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:39 [2022-08-23T13:36:39.803Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:36:39 [2022-08-23T13:36:39.979Z]  > git config core.sparsecheckout # timeout=10
13:36:39 [2022-08-23T13:36:39.983Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
13:36:40 [2022-08-23T13:36:40.097Z] Fetching without tags
13:36:40 [2022-08-23T13:36:40.073Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:36:40 [2022-08-23T13:36:40.079Z]  > git config --add remote.origin.fetch +refs/pull/43739/head:refs/remotes/origin/PR-43739 # timeout=10
13:36:40 [2022-08-23T13:36:40.087Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:36:40 [2022-08-23T13:36:40.097Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:36:40 [2022-08-23T13:36:40.103Z] Fetching upstream changes from https://github.com/moby/moby.git
13:36:40 [2022-08-23T13:36:40.103Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:40 [2022-08-23T13:36:40.103Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:36:40 [2022-08-23T13:36:40.221Z] #19 7.359 Fetched 49.2 MB in 7s (7174 kB/s)
13:36:40 [2022-08-23T13:36:40.282Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 4b84a3321723a849295d5cbf7342ec36077f9179
13:36:40 [2022-08-23T13:36:40.295Z] Fetching without tags
13:36:40 [2022-08-23T13:36:40.507Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 4b84a3321723a849295d5cbf7342ec36077f9179
13:36:40 [2022-08-23T13:36:40.562Z] Merge succeeded, producing 4b84a3321723a849295d5cbf7342ec36077f9179
13:36:40 [2022-08-23T13:36:40.563Z] Checking out Revision 4b84a3321723a849295d5cbf7342ec36077f9179 (PR-43739)
13:36:40 [2022-08-23T13:36:40.872Z] Merge succeeded, producing 4b84a3321723a849295d5cbf7342ec36077f9179
13:36:40 [2022-08-23T13:36:40.873Z] Checking out Revision 4b84a3321723a849295d5cbf7342ec36077f9179 (PR-43739)
13:36:41 [2022-08-23T13:36:41.062Z] Merge succeeded, producing 4b84a3321723a849295d5cbf7342ec36077f9179
13:36:41 [2022-08-23T13:36:41.062Z] Checking out Revision 4b84a3321723a849295d5cbf7342ec36077f9179 (PR-43739)
13:36:41 [2022-08-23T13:36:41.137Z] Commit message: "daemon: kill exec process on ctx cancel"
13:36:41 [2022-08-23T13:36:41.181Z] Commit message: "daemon: kill exec process on ctx cancel"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
13:36:41 [2022-08-23T13:36:41.505Z] Commit message: "daemon: kill exec process on ctx cancel"
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:36:40 [2022-08-23T13:36:40.528Z]  > git remote # timeout=10
13:36:40 [2022-08-23T13:36:40.533Z]  > git config --get remote.origin.url # timeout=10
13:36:40 [2022-08-23T13:36:40.538Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:40 [2022-08-23T13:36:40.538Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
13:36:40 [2022-08-23T13:36:40.552Z]  > git rev-parse HEAD^{commit} # timeout=10
13:36:40 [2022-08-23T13:36:40.559Z]  > git config core.sparsecheckout # timeout=10
13:36:40 [2022-08-23T13:36:40.561Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
13:36:41 [2022-08-23T13:36:41.816Z] + docker version
13:36:41 [2022-08-23T13:36:41.816Z] Client: Docker Engine - Community
13:36:41 [2022-08-23T13:36:41.816Z]  Version:           20.10.14
13:36:41 [2022-08-23T13:36:41.816Z]  API version:       1.41
13:36:41 [2022-08-23T13:36:41.816Z]  Go version:        go1.16.15
13:36:41 [2022-08-23T13:36:41.816Z]  Git commit:        a224086
13:36:41 [2022-08-23T13:36:41.816Z]  Built:             Thu Mar 24 01:47:20 2022
13:36:41 [2022-08-23T13:36:41.816Z]  OS/Arch:           linux/arm64
13:36:41 [2022-08-23T13:36:41.816Z]  Context:           default
13:36:41 [2022-08-23T13:36:41.816Z]  Experimental:      true
13:36:41 [2022-08-23T13:36:41.816Z] 
13:36:41 [2022-08-23T13:36:41.816Z] Server: Docker Engine - Community
13:36:41 [2022-08-23T13:36:41.816Z]  Engine:
13:36:41 [2022-08-23T13:36:41.816Z]   Version:          20.10.14
13:36:41 [2022-08-23T13:36:41.816Z]   API version:      1.41 (minimum version 1.12)
13:36:41 [2022-08-23T13:36:41.816Z]   Go version:       go1.16.15
13:36:41 [2022-08-23T13:36:41.816Z]   Git commit:       87a90dc
13:36:41 [2022-08-23T13:36:41.816Z]   Built:            Thu Mar 24 01:45:39 2022
13:36:41 [2022-08-23T13:36:41.816Z]   OS/Arch:          linux/arm64
13:36:41 [2022-08-23T13:36:41.816Z]   Experimental:     true
13:36:41 [2022-08-23T13:36:41.816Z]  containerd:
13:36:41 [2022-08-23T13:36:41.816Z]   Version:          1.5.11
13:36:41 [2022-08-23T13:36:41.816Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:36:41 [2022-08-23T13:36:41.816Z]  runc:
13:36:41 [2022-08-23T13:36:41.816Z]   Version:          1.0.3
13:36:41 [2022-08-23T13:36:41.816Z]   GitCommit:        v1.0.3-0-gf46b6ba
13:36:41 [2022-08-23T13:36:41.816Z]  docker-init:
13:36:41 [2022-08-23T13:36:41.816Z]   Version:          0.19.0
13:36:41 [2022-08-23T13:36:41.816Z]   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
13:36:40 [2022-08-23T13:36:40.285Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:36:40 [2022-08-23T13:36:40.288Z]  > git config --add remote.origin.fetch +refs/pull/43739/head:refs/remotes/origin/PR-43739 # timeout=10
13:36:40 [2022-08-23T13:36:40.293Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:36:40 [2022-08-23T13:36:40.301Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:36:40 [2022-08-23T13:36:40.307Z] Fetching upstream changes from https://github.com/moby/moby.git
13:36:40 [2022-08-23T13:36:40.307Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:40 [2022-08-23T13:36:40.308Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:36:40 [2022-08-23T13:36:40.519Z]  > git config core.sparsecheckout # timeout=10
13:36:40 [2022-08-23T13:36:40.522Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
13:36:41 [2022-08-23T13:36:41.051Z]  > git remote # timeout=10
13:36:41 [2022-08-23T13:36:41.055Z]  > git config --get remote.origin.url # timeout=10
13:36:41 [2022-08-23T13:36:41.059Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:41 [2022-08-23T13:36:41.060Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
13:36:41 [2022-08-23T13:36:41.067Z]  > git rev-parse HEAD^{commit} # timeout=10
13:36:41 [2022-08-23T13:36:41.074Z]  > git config core.sparsecheckout # timeout=10
13:36:41 [2022-08-23T13:36:41.077Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
[Pipeline] sh
13:36:40 [2022-08-23T13:36:40.288Z]  > git config core.sparsecheckout # timeout=10
13:36:40 [2022-08-23T13:36:40.292Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
13:36:40 [2022-08-23T13:36:40.838Z]  > git remote # timeout=10
13:36:40 [2022-08-23T13:36:40.844Z]  > git config --get remote.origin.url # timeout=10
13:36:40 [2022-08-23T13:36:40.856Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:36:40 [2022-08-23T13:36:40.856Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
13:36:40 [2022-08-23T13:36:40.872Z]  > git rev-parse HEAD^{commit} # timeout=10
13:36:40 [2022-08-23T13:36:40.880Z]  > git config core.sparsecheckout # timeout=10
13:36:40 [2022-08-23T13:36:40.889Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
13:36:41 [2022-08-23T13:36:41.923Z] + docker version
13:36:41 [2022-08-23T13:36:41.923Z] Client: Docker Engine - Community
13:36:41 [2022-08-23T13:36:41.923Z]  Version:           20.10.14
13:36:41 [2022-08-23T13:36:41.923Z]  API version:       1.41
13:36:41 [2022-08-23T13:36:41.923Z]  Go version:        go1.16.15
13:36:41 [2022-08-23T13:36:41.923Z]  Git commit:        a224086
13:36:41 [2022-08-23T13:36:41.923Z]  Built:             Thu Mar 24 01:47:57 2022
13:36:41 [2022-08-23T13:36:41.923Z]  OS/Arch:           linux/amd64
13:36:41 [2022-08-23T13:36:41.923Z]  Context:           default
13:36:41 [2022-08-23T13:36:41.923Z]  Experimental:      true
13:36:41 [2022-08-23T13:36:41.923Z] 
13:36:41 [2022-08-23T13:36:41.923Z] Server: Docker Engine - Community
13:36:41 [2022-08-23T13:36:41.923Z]  Engine:
13:36:41 [2022-08-23T13:36:41.923Z]   Version:          20.10.14
13:36:41 [2022-08-23T13:36:41.923Z]   API version:      1.41 (minimum version 1.12)
13:36:41 [2022-08-23T13:36:41.923Z]   Go version:       go1.16.15
13:36:41 [2022-08-23T13:36:41.923Z]   Git commit:       87a90dc
13:36:41 [2022-08-23T13:36:41.923Z]   Built:            Thu Mar 24 01:45:46 2022
13:36:41 [2022-08-23T13:36:41.923Z]   OS/Arch:          linux/amd64
13:36:41 [2022-08-23T13:36:41.923Z]   Experimental:     true
13:36:41 [2022-08-23T13:36:41.923Z]  containerd:
13:36:41 [2022-08-23T13:36:41.923Z]   Version:          1.5.11
13:36:41 [2022-08-23T13:36:41.923Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:36:41 [2022-08-23T13:36:41.923Z]  runc:
13:36:41 [2022-08-23T13:36:41.923Z]   Version:          1.0.3
13:36:41 [2022-08-23T13:36:41.923Z]   GitCommit:        v1.0.3-0-gf46b6ba
13:36:41 [2022-08-23T13:36:41.923Z]  docker-init:
13:36:41 [2022-08-23T13:36:41.923Z]   Version:          0.19.0
13:36:41 [2022-08-23T13:36:41.923Z]   GitCommit:        de40ad0
[Pipeline] sh
13:36:42 [2022-08-23T13:36:42.098Z] + docker info
13:36:42 [2022-08-23T13:36:42.098Z] Client:
13:36:42 [2022-08-23T13:36:42.098Z]  Context:    default
13:36:42 [2022-08-23T13:36:42.098Z]  Debug Mode: false
13:36:42 [2022-08-23T13:36:42.098Z]  Plugins:
13:36:42 [2022-08-23T13:36:42.098Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:36:42 [2022-08-23T13:36:42.098Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:36:42 [2022-08-23T13:36:42.098Z] 
13:36:42 [2022-08-23T13:36:42.098Z] Server:
13:36:42 [2022-08-23T13:36:42.098Z]  Containers: 0
13:36:42 [2022-08-23T13:36:42.098Z]   Running: 0
13:36:42 [2022-08-23T13:36:42.098Z]   Paused: 0
13:36:42 [2022-08-23T13:36:42.098Z]   Stopped: 0
13:36:42 [2022-08-23T13:36:42.098Z]  Images: 3
13:36:42 [2022-08-23T13:36:42.098Z]  Server Version: 20.10.14
13:36:42 [2022-08-23T13:36:42.098Z]  Storage Driver: overlay2
13:36:42 [2022-08-23T13:36:42.098Z]   Backing Filesystem: extfs
13:36:42 [2022-08-23T13:36:42.098Z]   Supports d_type: true
13:36:42 [2022-08-23T13:36:42.098Z]   Native Overlay Diff: true
13:36:42 [2022-08-23T13:36:42.098Z]   userxattr: false
13:36:42 [2022-08-23T13:36:42.098Z]  Logging Driver: json-file
13:36:42 [2022-08-23T13:36:42.098Z]  Cgroup Driver: cgroupfs
13:36:42 [2022-08-23T13:36:42.098Z]  Cgroup Version: 1
13:36:42 [2022-08-23T13:36:42.098Z]  Plugins:
13:36:42 [2022-08-23T13:36:42.098Z]   Volume: local
13:36:42 [2022-08-23T13:36:42.098Z]   Network: bridge host ipvlan macvlan null overlay
13:36:42 [2022-08-23T13:36:42.098Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:36:42 [2022-08-23T13:36:42.098Z]  Swarm: inactive
13:36:42 [2022-08-23T13:36:42.098Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:36:42 [2022-08-23T13:36:42.098Z]  Default Runtime: runc
13:36:42 [2022-08-23T13:36:42.098Z]  Init Binary: docker-init
13:36:42 [2022-08-23T13:36:42.098Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:36:42 [2022-08-23T13:36:42.098Z]  runc version: v1.0.3-0-gf46b6ba
13:36:42 [2022-08-23T13:36:42.098Z]  init version: de40ad0
13:36:42 [2022-08-23T13:36:42.098Z]  Security Options:
13:36:42 [2022-08-23T13:36:42.098Z]   apparmor
13:36:42 [2022-08-23T13:36:42.098Z]   seccomp
13:36:42 [2022-08-23T13:36:42.098Z]    Profile: default
13:36:42 [2022-08-23T13:36:42.098Z]  Kernel Version: 5.13.0-1021-aws
13:36:42 [2022-08-23T13:36:42.098Z]  Operating System: Ubuntu 20.04.4 LTS
13:36:42 [2022-08-23T13:36:42.098Z]  OSType: linux
13:36:42 [2022-08-23T13:36:42.098Z]  Architecture: aarch64
13:36:42 [2022-08-23T13:36:42.098Z]  CPUs: 2
13:36:42 [2022-08-23T13:36:42.098Z]  Total Memory: 7.562GiB
13:36:42 [2022-08-23T13:36:42.098Z]  Name: ip-10-100-53-236
13:36:42 [2022-08-23T13:36:42.098Z]  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
13:36:42 [2022-08-23T13:36:42.098Z]  Docker Root Dir: /var/lib/docker
13:36:42 [2022-08-23T13:36:42.098Z]  Debug Mode: false
13:36:42 [2022-08-23T13:36:42.098Z]  Registry: https://index.docker.io/v1/
13:36:42 [2022-08-23T13:36:42.098Z]  Labels:
13:36:42 [2022-08-23T13:36:42.098Z]  Experimental: true
13:36:42 [2022-08-23T13:36:42.098Z]  Insecure Registries:
13:36:42 [2022-08-23T13:36:42.098Z]   127.0.0.0/8
13:36:42 [2022-08-23T13:36:42.098Z]  Live Restore Enabled: true
13:36:42 [2022-08-23T13:36:42.098Z] 
[Pipeline] sh
13:36:42 [2022-08-23T13:36:42.157Z] + docker version
13:36:42 [2022-08-23T13:36:42.157Z] Client: Docker Engine - Community
13:36:42 [2022-08-23T13:36:42.157Z]  Version:           20.10.14
13:36:42 [2022-08-23T13:36:42.157Z]  API version:       1.41
13:36:42 [2022-08-23T13:36:42.157Z]  Go version:        go1.16.15
13:36:42 [2022-08-23T13:36:42.157Z]  Git commit:        a224086
13:36:42 [2022-08-23T13:36:42.157Z]  Built:             Thu Mar 24 01:48:02 2022
13:36:42 [2022-08-23T13:36:42.157Z]  OS/Arch:           linux/amd64
13:36:42 [2022-08-23T13:36:42.157Z]  Context:           default
13:36:42 [2022-08-23T13:36:42.157Z]  Experimental:      true
13:36:42 [2022-08-23T13:36:42.157Z] 
13:36:42 [2022-08-23T13:36:42.157Z] Server: Docker Engine - Community
13:36:42 [2022-08-23T13:36:42.157Z]  Engine:
13:36:42 [2022-08-23T13:36:42.157Z]   Version:          20.10.14
13:36:42 [2022-08-23T13:36:42.157Z]   API version:      1.41 (minimum version 1.12)
13:36:42 [2022-08-23T13:36:42.157Z]   Go version:       go1.16.15
13:36:42 [2022-08-23T13:36:42.157Z]   Git commit:       87a90dc
13:36:42 [2022-08-23T13:36:42.157Z]   Built:            Thu Mar 24 01:45:53 2022
13:36:42 [2022-08-23T13:36:42.157Z]   OS/Arch:          linux/amd64
13:36:42 [2022-08-23T13:36:42.157Z]   Experimental:     true
13:36:42 [2022-08-23T13:36:42.157Z]  containerd:
13:36:42 [2022-08-23T13:36:42.157Z]   Version:          1.5.11
13:36:42 [2022-08-23T13:36:42.157Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:36:42 [2022-08-23T13:36:42.157Z]  runc:
13:36:42 [2022-08-23T13:36:42.157Z]   Version:          1.0.3
13:36:42 [2022-08-23T13:36:42.157Z]   GitCommit:        v1.0.3-0-gf46b6ba
13:36:42 [2022-08-23T13:36:42.157Z]  docker-init:
13:36:42 [2022-08-23T13:36:42.157Z]   Version:          0.19.0
13:36:42 [2022-08-23T13:36:42.157Z]   GitCommit:        de40ad0
[Pipeline] sh
13:36:42 [2022-08-23T13:36:42.203Z] + docker info
13:36:42 [2022-08-23T13:36:42.203Z] Client:
13:36:42 [2022-08-23T13:36:42.203Z]  Context:    default
13:36:42 [2022-08-23T13:36:42.203Z]  Debug Mode: false
13:36:42 [2022-08-23T13:36:42.203Z]  Plugins:
13:36:42 [2022-08-23T13:36:42.203Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:36:42 [2022-08-23T13:36:42.203Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:36:42 [2022-08-23T13:36:42.203Z]   compose: Docker Compose (Docker Inc., v2.4.1)
13:36:42 [2022-08-23T13:36:42.203Z]   scan: Docker Scan (Docker Inc., v0.17.0)
13:36:42 [2022-08-23T13:36:42.203Z] 
13:36:42 [2022-08-23T13:36:42.203Z] Server:
13:36:42 [2022-08-23T13:36:42.203Z]  Containers: 0
13:36:42 [2022-08-23T13:36:42.203Z]   Running: 0
13:36:42 [2022-08-23T13:36:42.203Z]   Paused: 0
13:36:42 [2022-08-23T13:36:42.203Z]   Stopped: 0
13:36:42 [2022-08-23T13:36:42.203Z]  Images: 4
13:36:42 [2022-08-23T13:36:42.203Z]  Server Version: 20.10.14
13:36:42 [2022-08-23T13:36:42.203Z]  Storage Driver: overlay2
13:36:42 [2022-08-23T13:36:42.203Z]   Backing Filesystem: extfs
13:36:42 [2022-08-23T13:36:42.203Z]   Supports d_type: true
13:36:42 [2022-08-23T13:36:42.203Z]   Native Overlay Diff: true
13:36:42 [2022-08-23T13:36:42.203Z]   userxattr: false
13:36:42 [2022-08-23T13:36:42.203Z]  Logging Driver: json-file
13:36:42 [2022-08-23T13:36:42.203Z]  Cgroup Driver: cgroupfs
13:36:42 [2022-08-23T13:36:42.203Z]  Cgroup Version: 1
13:36:42 [2022-08-23T13:36:42.203Z]  Plugins:
13:36:42 [2022-08-23T13:36:42.203Z]   Volume: local
13:36:42 [2022-08-23T13:36:42.203Z]   Network: bridge host ipvlan macvlan null overlay
13:36:42 [2022-08-23T13:36:42.203Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:36:42 [2022-08-23T13:36:42.203Z]  Swarm: inactive
13:36:42 [2022-08-23T13:36:42.203Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:36:42 [2022-08-23T13:36:42.203Z]  Default Runtime: runc
13:36:42 [2022-08-23T13:36:42.203Z]  Init Binary: docker-init
13:36:42 [2022-08-23T13:36:42.203Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:36:42 [2022-08-23T13:36:42.203Z]  runc version: v1.0.3-0-gf46b6ba
13:36:42 [2022-08-23T13:36:42.203Z]  init version: de40ad0
13:36:42 [2022-08-23T13:36:42.203Z]  Security Options:
13:36:42 [2022-08-23T13:36:42.203Z]   apparmor
13:36:42 [2022-08-23T13:36:42.203Z]   seccomp
13:36:42 [2022-08-23T13:36:42.203Z]    Profile: default
13:36:42 [2022-08-23T13:36:42.203Z]  Kernel Version: 5.4.0-1071-aws
13:36:42 [2022-08-23T13:36:42.203Z]  Operating System: Ubuntu 18.04.6 LTS
13:36:42 [2022-08-23T13:36:42.203Z]  OSType: linux
13:36:42 [2022-08-23T13:36:42.203Z]  Architecture: x86_64
13:36:42 [2022-08-23T13:36:42.203Z]  CPUs: 2
13:36:42 [2022-08-23T13:36:42.203Z]  Total Memory: 7.565GiB
13:36:42 [2022-08-23T13:36:42.203Z]  Name: ip-10-100-95-252
13:36:42 [2022-08-23T13:36:42.203Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
13:36:42 [2022-08-23T13:36:42.203Z]  Docker Root Dir: /var/lib/docker
13:36:42 [2022-08-23T13:36:42.203Z]  Debug Mode: false
13:36:42 [2022-08-23T13:36:42.203Z]  Registry: https://index.docker.io/v1/
13:36:42 [2022-08-23T13:36:42.203Z]  Labels:
13:36:42 [2022-08-23T13:36:42.203Z]  Experimental: true
13:36:42 [2022-08-23T13:36:42.203Z]  Insecure Registries:
13:36:42 [2022-08-23T13:36:42.203Z]   127.0.0.0/8
13:36:42 [2022-08-23T13:36:42.203Z]  Live Restore Enabled: true
13:36:42 [2022-08-23T13:36:42.203Z] 
13:36:42 [2022-08-23T13:36:42.203Z] WARNING: No swap limit support
[Pipeline] sh
13:36:42 [2022-08-23T13:36:42.380Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:36:42 [2022-08-23T13:36:42.380Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:36:42 [2022-08-23T13:36:42.380Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43739/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
13:36:42 [2022-08-23T13:36:42.380Z] + bash /home/ubuntu/workspace/moby_PR-43739/check-config.sh
13:36:42 [2022-08-23T13:36:42.380Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:36:42 [2022-08-23T13:36:42.380Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ...
13:36:42 [2022-08-23T13:36:42.380Z] 
13:36:42 [2022-08-23T13:36:42.380Z] Generally Necessary:
13:36:42 [2022-08-23T13:36:42.380Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:36:42 [2022-08-23T13:36:42.380Z] - apparmor: enabled and tools installed
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_NAMESPACES: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_NET_NS: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_PID_NS: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_IPC_NS: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_UTS_NS: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_CGROUPS: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_CGROUP_CPUACCT: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_CGROUP_DEVICE: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_CGROUP_FREEZER: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_CGROUP_SCHED: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_CPUSETS: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_MEMCG: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_KEYS: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_VETH: enabled (as module)
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_BRIDGE: enabled (as module)
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_NF_NAT: enabled (as module)
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_POSIX_MQUEUE: enabled
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_CGROUP_BPF: enabled
13:36:42 [2022-08-23T13:36:42.380Z] 
13:36:42 [2022-08-23T13:36:42.380Z] Optional Features:
13:36:42 [2022-08-23T13:36:42.380Z] - CONFIG_USER_NS: enabled
13:36:42 [2022-08-23T13:36:42.473Z] + docker info
13:36:42 [2022-08-23T13:36:42.473Z] Client:
13:36:42 [2022-08-23T13:36:42.473Z]  Context:    default
13:36:42 [2022-08-23T13:36:42.473Z]  Debug Mode: false
13:36:42 [2022-08-23T13:36:42.473Z]  Plugins:
13:36:42 [2022-08-23T13:36:42.473Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:36:42 [2022-08-23T13:36:42.473Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:36:42 [2022-08-23T13:36:42.473Z]   compose: Docker Compose (Docker Inc., v2.4.1)
13:36:42 [2022-08-23T13:36:42.473Z]   scan: Docker Scan (Docker Inc., v0.17.0)
13:36:42 [2022-08-23T13:36:42.473Z] 
13:36:42 [2022-08-23T13:36:42.473Z] Server:
13:36:42 [2022-08-23T13:36:42.473Z]  Containers: 0
13:36:42 [2022-08-23T13:36:42.473Z]   Running: 0
13:36:42 [2022-08-23T13:36:42.473Z]   Paused: 0
13:36:42 [2022-08-23T13:36:42.473Z]   Stopped: 0
13:36:42 [2022-08-23T13:36:42.473Z]  Images: 3
13:36:42 [2022-08-23T13:36:42.473Z]  Server Version: 20.10.14
13:36:42 [2022-08-23T13:36:42.473Z]  Storage Driver: overlay2
13:36:42 [2022-08-23T13:36:42.473Z]   Backing Filesystem: extfs
13:36:42 [2022-08-23T13:36:42.473Z]   Supports d_type: true
13:36:42 [2022-08-23T13:36:42.473Z]   Native Overlay Diff: true
13:36:42 [2022-08-23T13:36:42.473Z]   userxattr: false
13:36:42 [2022-08-23T13:36:42.473Z]  Logging Driver: json-file
13:36:42 [2022-08-23T13:36:42.473Z]  Cgroup Driver: systemd
13:36:42 [2022-08-23T13:36:42.473Z]  Cgroup Version: 2
13:36:42 [2022-08-23T13:36:42.473Z]  Plugins:
13:36:42 [2022-08-23T13:36:42.473Z]   Volume: local
13:36:42 [2022-08-23T13:36:42.473Z]   Network: bridge host ipvlan macvlan null overlay
13:36:42 [2022-08-23T13:36:42.473Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:36:42 [2022-08-23T13:36:42.473Z]  Swarm: inactive
13:36:42 [2022-08-23T13:36:42.473Z]  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
13:36:42 [2022-08-23T13:36:42.473Z]  Default Runtime: runc
13:36:42 [2022-08-23T13:36:42.473Z]  Init Binary: docker-init
13:36:42 [2022-08-23T13:36:42.473Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:36:42 [2022-08-23T13:36:42.473Z]  runc version: v1.0.3-0-gf46b6ba
13:36:42 [2022-08-23T13:36:42.473Z]  init version: de40ad0
13:36:42 [2022-08-23T13:36:42.473Z]  Security Options:
13:36:42 [2022-08-23T13:36:42.473Z]   apparmor
13:36:42 [2022-08-23T13:36:42.473Z]   seccomp
13:36:42 [2022-08-23T13:36:42.473Z]    Profile: default
13:36:42 [2022-08-23T13:36:42.473Z]   cgroupns
13:36:42 [2022-08-23T13:36:42.473Z]  Kernel Version: 5.13.0-1021-aws
13:36:42 [2022-08-23T13:36:42.473Z]  Operating System: Ubuntu 20.04.4 LTS
13:36:42 [2022-08-23T13:36:42.473Z]  OSType: linux
13:36:42 [2022-08-23T13:36:42.473Z]  Architecture: x86_64
13:36:42 [2022-08-23T13:36:42.473Z]  CPUs: 2
13:36:42 [2022-08-23T13:36:42.473Z]  Total Memory: 7.559GiB
13:36:42 [2022-08-23T13:36:42.473Z]  Name: ip-10-100-76-28
13:36:42 [2022-08-23T13:36:42.473Z]  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
13:36:42 [2022-08-23T13:36:42.473Z]  Docker Root Dir: /var/lib/docker
13:36:42 [2022-08-23T13:36:42.473Z]  Debug Mode: false
13:36:42 [2022-08-23T13:36:42.473Z]  Registry: https://index.docker.io/v1/
13:36:42 [2022-08-23T13:36:42.473Z]  Labels:
13:36:42 [2022-08-23T13:36:42.473Z]  Experimental: true
13:36:42 [2022-08-23T13:36:42.473Z]  Insecure Registries:
13:36:42 [2022-08-23T13:36:42.473Z]   127.0.0.0/8
13:36:42 [2022-08-23T13:36:42.473Z]  Live Restore Enabled: true
13:36:42 [2022-08-23T13:36:42.473Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:36:42 [2022-08-23T13:36:42.541Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:36:42 [2022-08-23T13:36:42.541Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:36:42 [2022-08-23T13:36:42.541Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43739/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
13:36:42 [2022-08-23T13:36:42.541Z] + bash /home/ubuntu/workspace/moby_PR-43739/check-config.sh
13:36:42 [2022-08-23T13:36:42.541Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:36:42 [2022-08-23T13:36:42.541Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
13:36:42 [2022-08-23T13:36:42.541Z] 
13:36:42 [2022-08-23T13:36:42.541Z] Generally Necessary:
13:36:42 [2022-08-23T13:36:42.541Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:36:42 [2022-08-23T13:36:42.541Z] - apparmor: enabled and tools installed
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_NAMESPACES: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_NET_NS: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_PID_NS: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_IPC_NS: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_UTS_NS: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_CGROUPS: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_CGROUP_CPUACCT: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_CGROUP_DEVICE: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_CGROUP_FREEZER: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_CGROUP_SCHED: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_CPUSETS: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_MEMCG: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_KEYS: enabled
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_VETH: enabled (as module)
13:36:42 [2022-08-23T13:36:42.541Z] - CONFIG_BRIDGE: enabled (as module)
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_NF_NAT: enabled (as module)
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_POSIX_MQUEUE: enabled
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_CGROUP_BPF: enabled
13:36:42 [2022-08-23T13:36:42.542Z] 
13:36:42 [2022-08-23T13:36:42.542Z] Optional Features:
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_USER_NS: enabled
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_SECCOMP: enabled
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_SECCOMP_FILTER: enabled
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_CGROUP_PIDS: enabled
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_MEMCG_SWAP: enabled
13:36:42 [2022-08-23T13:36:42.542Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
13:36:42 [2022-08-23T13:36:42.542Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
13:36:42 [2022-08-23T13:36:42.638Z] - CONFIG_SECCOMP: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_SECCOMP_FILTER: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_CGROUP_PIDS: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_MEMCG_SWAP: enabled
13:36:42 [2022-08-23T13:36:42.639Z]     (cgroup swap accounting is currently enabled)
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_BLK_CGROUP: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_CGROUP_PERF: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_CGROUP_HUGETLB: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_CFS_BANDWIDTH: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_RT_GROUP_SCHED: missing
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_IP_VS: enabled (as module)
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_IP_VS_NFCT: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_IP_VS_RR: enabled (as module)
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_SECURITY_SELINUX: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_SECURITY_APPARMOR: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_EXT4_FS: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:36:42 [2022-08-23T13:36:42.639Z] - Network Drivers:
13:36:42 [2022-08-23T13:36:42.639Z]   - "overlay":
13:36:42 [2022-08-23T13:36:42.639Z]     - CONFIG_VXLAN: enabled (as module)
13:36:42 [2022-08-23T13:36:42.639Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:36:42 [2022-08-23T13:36:42.639Z]       Optional (for encrypted networks):
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_BLK_CGROUP: enabled
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_CGROUP_PERF: enabled
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_CGROUP_HUGETLB: enabled
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_CFS_BANDWIDTH: enabled
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_RT_GROUP_SCHED: missing
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_IP_VS: enabled (as module)
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_IP_VS_NFCT: enabled
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_IP_VS_RR: enabled (as module)
13:36:42 [2022-08-23T13:36:42.797Z] - CONFIG_SECURITY_SELINUX: enabled
13:36:42 [2022-08-23T13:36:42.798Z] - CONFIG_SECURITY_APPARMOR: enabled
13:36:42 [2022-08-23T13:36:42.798Z] - CONFIG_EXT4_FS: enabled
13:36:42 [2022-08-23T13:36:42.798Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:36:42 [2022-08-23T13:36:42.798Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:36:42 [2022-08-23T13:36:42.798Z] - Network Drivers:
13:36:42 [2022-08-23T13:36:42.798Z]   - "overlay":
13:36:42 [2022-08-23T13:36:42.798Z]     - CONFIG_VXLAN: enabled (as module)
13:36:42 [2022-08-23T13:36:42.798Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:36:42 [2022-08-23T13:36:42.798Z]       Optional (for encrypted networks):
13:36:42 [2022-08-23T13:36:42.798Z]       - CONFIG_CRYPTO: enabled
13:36:42 [2022-08-23T13:36:42.798Z]       - CONFIG_CRYPTO_AEAD: enabled
13:36:42 [2022-08-23T13:36:42.798Z]       - CONFIG_CRYPTO_GCM: enabled
13:36:42 [2022-08-23T13:36:42.798Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:36:42 [2022-08-23T13:36:42.798Z]       - CONFIG_CRYPTO_GHASH: enabled
13:36:42 [2022-08-23T13:36:42.798Z]       - CONFIG_XFRM: enabled
13:36:42 [2022-08-23T13:36:42.798Z]       - CONFIG_XFRM_USER: enabled (as module)
13:36:42 [2022-08-23T13:36:42.798Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:36:42 [2022-08-23T13:36:42.798Z]       - CONFIG_INET_ESP: enabled (as module)
13:36:42 [2022-08-23T13:36:42.798Z]   - "ipvlan":
13:36:42 [2022-08-23T13:36:42.798Z]     - CONFIG_IPVLAN: enabled (as module)
13:36:42 [2022-08-23T13:36:42.798Z]   - "macvlan":
13:36:42 [2022-08-23T13:36:42.798Z]     - CONFIG_MACVLAN: enabled (as module)
13:36:42 [2022-08-23T13:36:42.798Z]     - CONFIG_DUMMY: enabled (as module)
13:36:42 [2022-08-23T13:36:42.798Z]   - "ftp,tftp client in container":
13:36:42 [2022-08-23T13:36:42.831Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:4b84a3321723a849295d5cbf7342ec36077f9179 .
13:36:42 [2022-08-23T13:36:42.831Z] #1 [internal] load build definition from Dockerfile
13:36:42 [2022-08-23T13:36:42.831Z] #1 sha256:d5eb87eebe962382a3fe33e6be36f1bdf69092dc8b97cdc53ed8d62bf6404369
13:36:42 [2022-08-23T13:36:42.831Z] #1 transferring dockerfile: 19.07kB done
13:36:42 [2022-08-23T13:36:42.831Z] #1 DONE 0.0s
13:36:42 [2022-08-23T13:36:42.831Z] 
13:36:42 [2022-08-23T13:36:42.831Z] #2 [internal] load .dockerignore
13:36:42 [2022-08-23T13:36:42.831Z] #2 sha256:5dcbeb7228e0d395bff7be8bf9e1ebec319d9419d6645cfef58aba672170a11b
13:36:42 [2022-08-23T13:36:42.831Z] #2 transferring context: 145B 0.0s done
13:36:42 [2022-08-23T13:36:42.831Z] #2 DONE 0.0s
13:36:42 [2022-08-23T13:36:42.831Z] 
13:36:42 [2022-08-23T13:36:42.831Z] #3 resolve image config for docker.io/docker/dockerfile:1
13:36:42 [2022-08-23T13:36:42.831Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
13:36:42 [2022-08-23T13:36:42.897Z]       - CONFIG_CRYPTO: enabled
13:36:42 [2022-08-23T13:36:42.898Z]       - CONFIG_CRYPTO_AEAD: enabled
13:36:42 [2022-08-23T13:36:42.898Z]       - CONFIG_CRYPTO_GCM: enabled
13:36:42 [2022-08-23T13:36:42.898Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:36:42 [2022-08-23T13:36:42.898Z]       - CONFIG_CRYPTO_GHASH: enabled
13:36:42 [2022-08-23T13:36:42.898Z]       - CONFIG_XFRM: enabled
13:36:42 [2022-08-23T13:36:42.898Z]       - CONFIG_XFRM_USER: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]       - CONFIG_INET_ESP: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]   - "ipvlan":
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_IPVLAN: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]   - "macvlan":
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_MACVLAN: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_DUMMY: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]   - "ftp,tftp client in container":
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z] - Storage Drivers:
13:36:42 [2022-08-23T13:36:42.898Z]   - "aufs":
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_AUFS_FS: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]   - "btrfs":
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:36:42 [2022-08-23T13:36:42.898Z]   - "devicemapper":
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_BLK_DEV_DM: enabled
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]   - "overlay":
13:36:42 [2022-08-23T13:36:42.898Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:36:42 [2022-08-23T13:36:42.898Z]   - "zfs":
13:36:42 [2022-08-23T13:36:42.898Z]     - /dev/zfs: present
13:36:42 [2022-08-23T13:36:42.898Z]     - zfs command: missing
13:36:42 [2022-08-23T13:36:42.898Z]     - zpool command: missing
13:36:42 [2022-08-23T13:36:42.898Z] 
13:36:42 [2022-08-23T13:36:42.898Z] Limits:
13:36:42 [2022-08-23T13:36:42.898Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:36:42 [2022-08-23T13:36:42.898Z] 
13:36:42 [2022-08-23T13:36:42.898Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:36:43 [2022-08-23T13:36:43.053Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:36:43 [2022-08-23T13:36:43.053Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:36:43 [2022-08-23T13:36:43.053Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:36:43 [2022-08-23T13:36:43.053Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:36:43 [2022-08-23T13:36:43.053Z] - Storage Drivers:
13:36:43 [2022-08-23T13:36:43.053Z]   - "aufs":
13:36:43 [2022-08-23T13:36:43.053Z]     - CONFIG_AUFS_FS: enabled (as module)
13:36:43 [2022-08-23T13:36:43.053Z]   - "btrfs":
13:36:43 [2022-08-23T13:36:43.053Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:36:43 [2022-08-23T13:36:43.053Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:36:43 [2022-08-23T13:36:43.053Z]   - "devicemapper":
13:36:43 [2022-08-23T13:36:43.053Z]     - CONFIG_BLK_DEV_DM: enabled
13:36:43 [2022-08-23T13:36:43.053Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:36:43 [2022-08-23T13:36:43.053Z]   - "overlay":
13:36:43 [2022-08-23T13:36:43.053Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:36:43 [2022-08-23T13:36:43.053Z]   - "zfs":
13:36:43 [2022-08-23T13:36:43.053Z]     - /dev/zfs: present
13:36:43 [2022-08-23T13:36:43.053Z]     - zfs command: missing
13:36:43 [2022-08-23T13:36:43.053Z]     - zpool command: missing
13:36:43 [2022-08-23T13:36:43.053Z] 
13:36:43 [2022-08-23T13:36:43.053Z] Limits:
13:36:43 [2022-08-23T13:36:43.053Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:36:43 [2022-08-23T13:36:43.053Z] 
13:36:43 [2022-08-23T13:36:43.053Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
13:36:43 [2022-08-23T13:36:43.087Z] #3 DONE 0.1s
13:36:43 [2022-08-23T13:36:43.087Z] 
13:36:43 [2022-08-23T13:36:43.087Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
13:36:43 [2022-08-23T13:36:43.087Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
13:36:43 [2022-08-23T13:36:43.087Z] #4 CACHED
[Pipeline] sh
13:36:43 [2022-08-23T13:36:43.227Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:4b84a3321723a849295d5cbf7342ec36077f9179 .
13:36:43 [2022-08-23T13:36:43.227Z] #1 [internal] load build definition from Dockerfile
13:36:43 [2022-08-23T13:36:43.227Z] #1 sha256:e8df398884bffb1d4c838e3ab931f097a32441c6e2e74733ef16743cd7313e22
13:36:43 [2022-08-23T13:36:43.227Z] #1 transferring dockerfile: 19.07kB done
13:36:43 [2022-08-23T13:36:43.227Z] #1 DONE 0.0s
13:36:43 [2022-08-23T13:36:43.227Z] 
13:36:43 [2022-08-23T13:36:43.227Z] #2 [internal] load .dockerignore
13:36:43 [2022-08-23T13:36:43.227Z] #2 sha256:33ab2050ff50e6de7cba2e65c0e91f37eb84b101b5072598579383fd86227957
13:36:43 [2022-08-23T13:36:43.227Z] #2 transferring context: 145B done
13:36:43 [2022-08-23T13:36:43.227Z] #2 DONE 0.0s
13:36:43 [2022-08-23T13:36:43.227Z] 
13:36:43 [2022-08-23T13:36:43.227Z] #3 resolve image config for docker.io/docker/dockerfile:1
13:36:43 [2022-08-23T13:36:43.227Z] #3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
13:36:43 [2022-08-23T13:36:43.343Z] 
13:36:43 [2022-08-23T13:36:43.343Z] #5 [internal] load .dockerignore
13:36:43 [2022-08-23T13:36:43.343Z] #5 sha256:2e1cfcb3063e09625d5897c54f228fd53781df0cdfb04bdbca4959bdfcd56111
13:36:43 [2022-08-23T13:36:43.343Z] #5 DONE 0.0s
13:36:43 [2022-08-23T13:36:43.343Z] 
13:36:43 [2022-08-23T13:36:43.343Z] #6 [internal] load build definition from Dockerfile
13:36:43 [2022-08-23T13:36:43.343Z] #6 sha256:661124a4e21bea3a01a1f0f7488bfcf252152e88066f6cf768ff2fa71e1b8137
13:36:43 [2022-08-23T13:36:43.343Z] #6 DONE 0.0s
13:36:43 [2022-08-23T13:36:43.343Z] 
13:36:43 [2022-08-23T13:36:43.343Z] #7 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
13:36:43 [2022-08-23T13:36:43.343Z] #7 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
13:36:43 [2022-08-23T13:36:43.343Z] #7 DONE 0.1s
13:36:43 [2022-08-23T13:36:43.343Z] 
13:36:43 [2022-08-23T13:36:43.343Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:36:43 [2022-08-23T13:36:43.343Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:36:43 [2022-08-23T13:36:43.407Z] + sudo modprobe ip_vs
13:36:43 [2022-08-23T13:36:43.407Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:4b84a3321723a849295d5cbf7342ec36077f9179 .
13:36:43 [2022-08-23T13:36:43.551Z] #19 7.359 Reading package lists...
13:36:43 [2022-08-23T13:36:43.602Z] #10 DONE 0.1s
13:36:43 [2022-08-23T13:36:43.602Z] 
13:36:43 [2022-08-23T13:36:43.602Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:36:43 [2022-08-23T13:36:43.602Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:36:43 [2022-08-23T13:36:43.602Z] #9 DONE 0.1s
13:36:43 [2022-08-23T13:36:43.602Z] 
13:36:43 [2022-08-23T13:36:43.602Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
13:36:43 [2022-08-23T13:36:43.602Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
13:36:43 [2022-08-23T13:36:43.602Z] #8 DONE 0.1s
13:36:43 [2022-08-23T13:36:43.670Z] #1 [internal] load build definition from Dockerfile
13:36:43 [2022-08-23T13:36:43.670Z] #1 sha256:a517b702115eabcc87c15117a8af41bf868d4c6dcd3335c5e8e2ebdf32682fdc
13:36:43 [2022-08-23T13:36:43.670Z] #1 transferring dockerfile: 19.07kB done
13:36:43 [2022-08-23T13:36:43.670Z] #1 DONE 0.0s
13:36:43 [2022-08-23T13:36:43.670Z] 
13:36:43 [2022-08-23T13:36:43.670Z] #2 [internal] load .dockerignore
13:36:43 [2022-08-23T13:36:43.670Z] #2 sha256:8125dc627d9c1f80225d81340a3a8c01ac1750838a94135914f625e95bfdcc50
13:36:43 [2022-08-23T13:36:43.670Z] #2 transferring context: 145B done
13:36:43 [2022-08-23T13:36:43.670Z] #2 DONE 0.0s
13:36:43 [2022-08-23T13:36:43.670Z] 
13:36:43 [2022-08-23T13:36:43.670Z] #3 resolve image config for docker.io/docker/dockerfile:1
13:36:43 [2022-08-23T13:36:43.670Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
13:36:43 [2022-08-23T13:36:43.797Z] #3 DONE 0.2s
13:36:43 [2022-08-23T13:36:43.797Z] 
13:36:43 [2022-08-23T13:36:43.797Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
13:36:43 [2022-08-23T13:36:43.797Z] #4 sha256:aae1624761845ad12d0965b3e71ab9a531ae51ffa9b9aa952662f0f44079cf17
13:36:43 [2022-08-23T13:36:43.797Z] #4 CACHED
13:36:43 [2022-08-23T13:36:43.797Z] 
13:36:43 [2022-08-23T13:36:43.797Z] #5 [internal] load build definition from Dockerfile
13:36:43 [2022-08-23T13:36:43.797Z] #5 sha256:f8e91c333b3c29a956a6275cdd196b62ca90f1ad8399b773816b3d04bd3f535a
13:36:43 [2022-08-23T13:36:43.797Z] #5 DONE 0.0s
13:36:43 [2022-08-23T13:36:43.797Z] 
13:36:43 [2022-08-23T13:36:43.797Z] #6 [internal] load .dockerignore
13:36:43 [2022-08-23T13:36:43.797Z] #6 sha256:02b4cb8c8c61994ddfcb724c812aded91a598f2b98b183d3593530415430d62d
13:36:43 [2022-08-23T13:36:43.797Z] #6 DONE 0.0s
13:36:43 [2022-08-23T13:36:43.797Z] 
13:36:43 [2022-08-23T13:36:43.797Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
13:36:43 [2022-08-23T13:36:43.797Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
13:36:43 [2022-08-23T13:36:43.797Z] #7 ...
13:36:43 [2022-08-23T13:36:43.797Z] 
13:36:43 [2022-08-23T13:36:43.797Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:36:43 [2022-08-23T13:36:43.797Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:36:43 [2022-08-23T13:36:43.797Z] #10 DONE 0.1s
13:36:43 [2022-08-23T13:36:43.860Z] 
13:36:43 [2022-08-23T13:36:43.860Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:36:43 [2022-08-23T13:36:43.860Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:36:43 [2022-08-23T13:36:43.860Z] #73 DONE 0.0s
13:36:43 [2022-08-23T13:36:43.860Z] 
13:36:43 [2022-08-23T13:36:43.860Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:36:43 [2022-08-23T13:36:43.860Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:36:43 [2022-08-23T13:36:43.860Z] #71 DONE 0.0s
13:36:43 [2022-08-23T13:36:43.860Z] 
13:36:43 [2022-08-23T13:36:43.860Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:36:43 [2022-08-23T13:36:43.860Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:36:43 [2022-08-23T13:36:43.860Z] #11 DONE 0.0s
13:36:43 [2022-08-23T13:36:43.860Z] 
13:36:43 [2022-08-23T13:36:43.860Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
13:36:43 [2022-08-23T13:36:43.860Z] #28 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
13:36:43 [2022-08-23T13:36:43.860Z] #28 DONE 0.0s
13:36:43 [2022-08-23T13:36:43.860Z] 
13:36:43 [2022-08-23T13:36:43.860Z] #24 [internal] load build context
13:36:43 [2022-08-23T13:36:43.860Z] #24 sha256:a0b931f5a58be2b481ae51adc325d6415899ff212a5dc8e833c0305d7ec78a0f
13:36:43 [2022-08-23T13:36:43.925Z] #3 DONE 0.1s
13:36:43 [2022-08-23T13:36:43.925Z] 
13:36:43 [2022-08-23T13:36:43.925Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
13:36:43 [2022-08-23T13:36:43.926Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
13:36:43 [2022-08-23T13:36:43.926Z] #4 CACHED
13:36:44 [2022-08-23T13:36:44.056Z] 
13:36:44 [2022-08-23T13:36:44.056Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:36:44 [2022-08-23T13:36:44.056Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:36:44 [2022-08-23T13:36:44.056Z] #9 DONE 0.1s
13:36:44 [2022-08-23T13:36:44.056Z] 
13:36:44 [2022-08-23T13:36:44.056Z] #8 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
13:36:44 [2022-08-23T13:36:44.056Z] #8 sha256:1dd8dccf8b8386d70fa31526ea848b3091e2c3af74c29a8cba65e128a80126b8
13:36:44 [2022-08-23T13:36:44.056Z] #8 DONE 0.1s
13:36:44 [2022-08-23T13:36:44.056Z] 
13:36:44 [2022-08-23T13:36:44.056Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
13:36:44 [2022-08-23T13:36:44.056Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
13:36:44 [2022-08-23T13:36:44.056Z] #7 DONE 0.1s
13:36:44 [2022-08-23T13:36:44.181Z] 
13:36:44 [2022-08-23T13:36:44.181Z] #5 [internal] load .dockerignore
13:36:44 [2022-08-23T13:36:44.181Z] #5 sha256:ac7e0e259a610e9df57f84eeba121267dae66cac22b3b6070545c1dc7ba867b7
13:36:44 [2022-08-23T13:36:44.181Z] #5 DONE 0.0s
13:36:44 [2022-08-23T13:36:44.181Z] 
13:36:44 [2022-08-23T13:36:44.181Z] #6 [internal] load build definition from Dockerfile
13:36:44 [2022-08-23T13:36:44.181Z] #6 sha256:cf36ebc0291e1bf2645d52903ffc669296c582a3b019370178f56eff09f5615d
13:36:44 [2022-08-23T13:36:44.181Z] #6 DONE 0.0s
13:36:44 [2022-08-23T13:36:44.181Z] 
13:36:44 [2022-08-23T13:36:44.181Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
13:36:44 [2022-08-23T13:36:44.181Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
13:36:44 [2022-08-23T13:36:44.181Z] #7 DONE 0.1s
13:36:44 [2022-08-23T13:36:44.181Z] 
13:36:44 [2022-08-23T13:36:44.181Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:36:44 [2022-08-23T13:36:44.181Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:36:44 [2022-08-23T13:36:44.181Z] #10 DONE 0.1s
13:36:44 [2022-08-23T13:36:44.181Z] 
13:36:44 [2022-08-23T13:36:44.181Z] #8 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
13:36:44 [2022-08-23T13:36:44.181Z] #8 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
13:36:44 [2022-08-23T13:36:44.181Z] #8 DONE 0.1s
13:36:44 [2022-08-23T13:36:44.181Z] 
13:36:44 [2022-08-23T13:36:44.181Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:36:44 [2022-08-23T13:36:44.181Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:36:44 [2022-08-23T13:36:44.181Z] #9 DONE 0.1s
13:36:44 [2022-08-23T13:36:44.315Z] 
13:36:44 [2022-08-23T13:36:44.315Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:36:44 [2022-08-23T13:36:44.315Z] #11 sha256:5d6d2c8505e6a6e39ff5a371e0949e4f6df355d723be36560ba0f1510561d32e
13:36:44 [2022-08-23T13:36:44.315Z] #11 DONE 0.0s
13:36:44 [2022-08-23T13:36:44.315Z] 
13:36:44 [2022-08-23T13:36:44.315Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:36:44 [2022-08-23T13:36:44.315Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:36:44 [2022-08-23T13:36:44.315Z] #73 DONE 0.0s
13:36:44 [2022-08-23T13:36:44.315Z] 
13:36:44 [2022-08-23T13:36:44.315Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:36:44 [2022-08-23T13:36:44.315Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:36:44 [2022-08-23T13:36:44.315Z] #71 DONE 0.0s
13:36:44 [2022-08-23T13:36:44.315Z] 
13:36:44 [2022-08-23T13:36:44.315Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
13:36:44 [2022-08-23T13:36:44.315Z] #28 sha256:427b2d567ba5e804c72d088b466bd970504184eb3e939b4416a6769432c12093
13:36:44 [2022-08-23T13:36:44.315Z] #28 DONE 0.0s
13:36:44 [2022-08-23T13:36:44.315Z] 
13:36:44 [2022-08-23T13:36:44.315Z] #24 [internal] load build context
13:36:44 [2022-08-23T13:36:44.315Z] #24 sha256:e1984589cad29f797d30ff6f28995c3f4deea7c73abe09178bb85ccdb6765e37
13:36:44 [2022-08-23T13:36:44.747Z] 
13:36:44 [2022-08-23T13:36:44.747Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:36:44 [2022-08-23T13:36:44.747Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:36:44 [2022-08-23T13:36:44.747Z] #73 DONE 0.0s
13:36:44 [2022-08-23T13:36:44.747Z] 
13:36:44 [2022-08-23T13:36:44.747Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:36:44 [2022-08-23T13:36:44.747Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:36:44 [2022-08-23T13:36:44.747Z] #71 DONE 0.0s
13:36:44 [2022-08-23T13:36:44.747Z] 
13:36:44 [2022-08-23T13:36:44.747Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:36:44 [2022-08-23T13:36:44.747Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:36:44 [2022-08-23T13:36:44.747Z] #11 DONE 0.0s
13:36:44 [2022-08-23T13:36:44.747Z] 
13:36:44 [2022-08-23T13:36:44.747Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:36:44 [2022-08-23T13:36:44.747Z] #12 sha256:fc1f9c6523b63e31cd6290c947a9bf9ef1e8accbd2728936630c3d6006fbceb7
13:36:44 [2022-08-23T13:36:44.747Z] #12 CACHED
13:36:44 [2022-08-23T13:36:44.747Z] 
13:36:44 [2022-08-23T13:36:44.747Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
13:36:44 [2022-08-23T13:36:44.747Z] #13 sha256:02df85f6f55037f38d4b8512b732964b6b0038a617afb265c78cc0b9daa000f6
13:36:44 [2022-08-23T13:36:44.747Z] #13 CACHED
13:36:44 [2022-08-23T13:36:44.747Z] 
13:36:44 [2022-08-23T13:36:44.747Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
13:36:44 [2022-08-23T13:36:44.747Z] #28 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
13:36:44 [2022-08-23T13:36:44.748Z] #28 DONE 0.0s
13:36:44 [2022-08-23T13:36:44.748Z] 
13:36:44 [2022-08-23T13:36:44.748Z] #24 [internal] load build context
13:36:44 [2022-08-23T13:36:44.748Z] #24 sha256:5ee2b52bba1421ce34b52a6f87fd2e23cfe3a9f27c957fd3549ee4df0550714e
13:36:44 [2022-08-23T13:36:44.897Z] #24 ...
13:36:44 [2022-08-23T13:36:44.897Z] 
13:36:44 [2022-08-23T13:36:44.897Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
13:36:44 [2022-08-23T13:36:44.897Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
13:36:44 [2022-08-23T13:36:44.897Z] #49 DONE 0.5s
13:36:44 [2022-08-23T13:36:44.897Z] 
13:36:44 [2022-08-23T13:36:44.897Z] #24 [internal] load build context
13:36:44 [2022-08-23T13:36:44.897Z] #24 sha256:e1984589cad29f797d30ff6f28995c3f4deea7c73abe09178bb85ccdb6765e37
13:36:45 [2022-08-23T13:36:45.233Z] #24 ...
13:36:45 [2022-08-23T13:36:45.233Z] 
13:36:45 [2022-08-23T13:36:45.233Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
13:36:45 [2022-08-23T13:36:45.233Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
13:36:45 [2022-08-23T13:36:45.233Z] #49 DONE 1.4s
13:36:45 [2022-08-23T13:36:45.233Z] 
13:36:45 [2022-08-23T13:36:45.233Z] #24 [internal] load build context
13:36:45 [2022-08-23T13:36:45.233Z] #24 sha256:a0b931f5a58be2b481ae51adc325d6415899ff212a5dc8e833c0305d7ec78a0f
13:36:45 [2022-08-23T13:36:45.466Z] #24 transferring context: 62.61MB 1.2s done
13:36:45 [2022-08-23T13:36:45.466Z] #24 DONE 1.2s
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.466Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:36:45 [2022-08-23T13:36:45.466Z] #64 sha256:adbd5ed199590ca86dee668214584bdb9abb5c68f62cb1e83b2bc49d91b5d391
13:36:45 [2022-08-23T13:36:45.466Z] #64 CACHED
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.466Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
13:36:45 [2022-08-23T13:36:45.466Z] #27 sha256:7c7c7177081ee0f248d3d364c354ea56c387cd17b5401c4da5ad6b5445a5bd85
13:36:45 [2022-08-23T13:36:45.466Z] #27 CACHED
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.466Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
13:36:45 [2022-08-23T13:36:45.466Z] #32 sha256:36407fb94faa1fa2f059da976917294e03f5e730ad777c6d62506a15e2ab86cf
13:36:45 [2022-08-23T13:36:45.466Z] #32 CACHED
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.466Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:36:45 [2022-08-23T13:36:45.466Z] #46 sha256:ea4824a11dc4bb760bb0af966210e5a5c8cecae78503a30ad627e3cba18a1870
13:36:45 [2022-08-23T13:36:45.466Z] #46 CACHED
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.466Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
13:36:45 [2022-08-23T13:36:45.466Z] #13 sha256:8c34d0ad3df4c12b11dd32703c9eb3b8985fcf362601d7dacf42ebcf39dc15ab
13:36:45 [2022-08-23T13:36:45.466Z] #13 CACHED
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.466Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.466Z] #54 sha256:c64543827969db0faf951da290a88c54a427a29e3eb83468bd4d53b5a5597bc4
13:36:45 [2022-08-23T13:36:45.466Z] #54 CACHED
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.466Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
13:36:45 [2022-08-23T13:36:45.466Z] #57 sha256:a3a5813f76520bf3568edd80f01f59dc71cbcb3d8fa218a31e7caaf63c37bf35
13:36:45 [2022-08-23T13:36:45.466Z] #57 CACHED
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.466Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:36:45 [2022-08-23T13:36:45.466Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
13:36:45 [2022-08-23T13:36:45.466Z] #74 CACHED
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.466Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:36:45 [2022-08-23T13:36:45.466Z] #60 sha256:46aca6e55e030f776d0dac9650896479af667ccfac9cedd578a76bd729fff3d6
13:36:45 [2022-08-23T13:36:45.466Z] #60 CACHED
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.466Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:36:45 [2022-08-23T13:36:45.466Z] #21 sha256:2ea45f3736fad49e67a6c0b7a661743cd2737effe4269bf4e8064e11f38715eb
13:36:45 [2022-08-23T13:36:45.466Z] #21 CACHED
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.466Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
13:36:45 [2022-08-23T13:36:45.466Z] #66 sha256:a6353f917125a67cbd26bd80cdcd73710e1884f5a089c950ed1e262a9e7499df
13:36:45 [2022-08-23T13:36:45.466Z] #66 CACHED
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.466Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:36:45 [2022-08-23T13:36:45.466Z] #30 sha256:da32237a34cfde5f494426e95bf281c27c0a404e5bbb9aa4d1d1d89c10310e25
13:36:45 [2022-08-23T13:36:45.466Z] #30 CACHED
13:36:45 [2022-08-23T13:36:45.466Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
13:36:45 [2022-08-23T13:36:45.467Z] #36 sha256:6583f4de9b49d5f9f0af4e74d176b75cd3860e05f2b1b1432241659433d7f138
13:36:45 [2022-08-23T13:36:45.467Z] #36 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:36:45 [2022-08-23T13:36:45.467Z] #40 sha256:69570b798ff99da2ef0b1346cd9a9f0570efcefad557de6cde34dfcdb46133cd
13:36:45 [2022-08-23T13:36:45.467Z] #40 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #65 sha256:0126bd6d58c65d80020f0eb7229114239155021e6153d755e315d89c7dee9475
13:36:45 [2022-08-23T13:36:45.467Z] #65 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:36:45 [2022-08-23T13:36:45.467Z] #17 sha256:5a043a1bf04d32135199d8dd013684c7dd7a866030adbe71d62fceb853833dbd
13:36:45 [2022-08-23T13:36:45.467Z] #17 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:36:45 [2022-08-23T13:36:45.467Z] #76 sha256:6728089915318b010a209278b80cd51f716c36147ae67c727d31e94443fc267e
13:36:45 [2022-08-23T13:36:45.467Z] #76 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #78 sha256:6d05b9f32f4ad3b01aff0a03d53650a271c1360dc60361de726ba5ef10aab0c9
13:36:45 [2022-08-23T13:36:45.467Z] #78 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
13:36:45 [2022-08-23T13:36:45.467Z] #53 sha256:c2b7baa3a398da628953c9c8b55f28a47dcb6ea86c993b76242c87504fe14697
13:36:45 [2022-08-23T13:36:45.467Z] #53 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
13:36:45 [2022-08-23T13:36:45.467Z] #68 sha256:82cbe3fd14e95ce907661047ab9e71a7447ffafd236b05fa973dd65acfe17307
13:36:45 [2022-08-23T13:36:45.467Z] #68 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
13:36:45 [2022-08-23T13:36:45.467Z] #43 sha256:6e7284c09b7168b4432af6c27edee058ab5429f7027f435b4c3b9dd9b55266b3
13:36:45 [2022-08-23T13:36:45.467Z] #43 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #41 sha256:b142be971cbacaed44c2de7818115345f720703a9fc4e0c0613a1ab22647613b
13:36:45 [2022-08-23T13:36:45.467Z] #41 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
13:36:45 [2022-08-23T13:36:45.467Z] #63 sha256:439cf58472198d145b1c34032a795223ca21d489d02a1d1e8c4e12177826bc4a
13:36:45 [2022-08-23T13:36:45.467Z] #63 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #58 sha256:59c96e36dba941d681ae95a841ca5e38f55f74e48f6403dd7c2ba1722479c32f
13:36:45 [2022-08-23T13:36:45.467Z] #58 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:36:45 [2022-08-23T13:36:45.467Z] #33 sha256:e80816566d71fce896145e0bb5346aa09debfdd454c63c9608e59c245d90e4a0
13:36:45 [2022-08-23T13:36:45.467Z] #33 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:36:45 [2022-08-23T13:36:45.467Z] #12 sha256:bbd7c79ba8f998364c663d0fa204bb0e8ac615a82d7732798556439b1da561b7
13:36:45 [2022-08-23T13:36:45.467Z] #12 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:36:45 [2022-08-23T13:36:45.467Z] #34 sha256:4b41878b4762cb0683fc280c29ac8b5b269125ec65df29026de7c40e51009d4b
13:36:45 [2022-08-23T13:36:45.467Z] #34 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #20 [dev-systemd-false  6/28] RUN ldconfig
13:36:45 [2022-08-23T13:36:45.467Z] #20 sha256:c3525b3da3fd3efe5719964eee1b2aeff2d670820a72f607d7066937ed101317
13:36:45 [2022-08-23T13:36:45.467Z] #20 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #35 sha256:214313195600480329de15a15363c7b7c3c5971cc930c6c013626f23f22f6d44
13:36:45 [2022-08-23T13:36:45.467Z] #35 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:36:45 [2022-08-23T13:36:45.467Z] #47 sha256:e69378d82c8c8cbcefc35269e70e7e3c279d811c390ced71ff7954797ab7ab3a
13:36:45 [2022-08-23T13:36:45.467Z] #47 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #39 sha256:ebb151e30d57b1ea94b7e2e797201501af8ffa24f169a2177198dcb274d3335f
13:36:45 [2022-08-23T13:36:45.467Z] #39 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #70 sha256:f8e7557e8f07d2f47119b134973681a01026a520e9efdd6da43b81fe03990401
13:36:45 [2022-08-23T13:36:45.467Z] #70 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
13:36:45 [2022-08-23T13:36:45.467Z] #23 sha256:97067901ce00e071930f71b8180d485c541aa51cd5f3bd89e0e498bfcddc4fb6
13:36:45 [2022-08-23T13:36:45.467Z] #23 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
13:36:45 [2022-08-23T13:36:45.467Z] #38 sha256:c896c42fc52d68eb0bdf368fbaf5b7fdd774b9a57470726289de1511b423f53e
13:36:45 [2022-08-23T13:36:45.467Z] #38 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:45 [2022-08-23T13:36:45.467Z] #42 sha256:94be227a87f8e9ad109bdca62160c87af49153c490d2d161654b79177444bd2d
13:36:45 [2022-08-23T13:36:45.467Z] #42 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:36:45 [2022-08-23T13:36:45.467Z] #67 sha256:24b7424109d6b3071ae9572e73c64eb0747592c0417ef496e967765b49f29fc6
13:36:45 [2022-08-23T13:36:45.467Z] #67 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
13:36:45 [2022-08-23T13:36:45.467Z] #79 sha256:8e57bed8ffce984a391b9d31d3e0e7acac9464b630182b5d47a7828ca2d796b2
13:36:45 [2022-08-23T13:36:45.467Z] #79 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #45 sha256:99c5b6ab1a81503bec720820c1f100cae77ea275cd0e2ad9fe78bec95b561ea8
13:36:45 [2022-08-23T13:36:45.467Z] #45 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:36:45 [2022-08-23T13:36:45.467Z] #69 sha256:3445f2e3f06197022405d959eb80546107bdeced80214355945e786d24f67c82
13:36:45 [2022-08-23T13:36:45.467Z] #69 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #75 sha256:8fa7cd7e5e7a70e3e72f7142722dc2aff7c6629a257a144e507b31f2aadb8c29
13:36:45 [2022-08-23T13:36:45.467Z] #75 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #56 sha256:282df2e9ea155a5e8e0ef56221fa909f947ec671c42fd1f11a68c3c8e342ab68
13:36:45 [2022-08-23T13:36:45.467Z] #56 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:36:45 [2022-08-23T13:36:45.467Z] #44 sha256:c06414488480637a11f6e1dd737e14fe07c770121e8fcca5df1f4162b4905f2b
13:36:45 [2022-08-23T13:36:45.467Z] #44 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:36:45 [2022-08-23T13:36:45.467Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c
13:36:45 [2022-08-23T13:36:45.467Z] #14 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
13:36:45 [2022-08-23T13:36:45.467Z] #15 sha256:4cb23e92961690195d4aec764eed4a398ec84f077b04b9ba921efb39d521ab53
13:36:45 [2022-08-23T13:36:45.467Z] #15 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
13:36:45 [2022-08-23T13:36:45.467Z] #51 sha256:e97bc4e141c470e79af822c7812d17925cbc9d5e8a97d1bd281f8f15f0cbfa78
13:36:45 [2022-08-23T13:36:45.467Z] #51 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #48 sha256:c60b9d349b4b4a233b9a1067edff38f238c1f4a6f65e9616aa4a9ac63101af85
13:36:45 [2022-08-23T13:36:45.467Z] #48 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
13:36:45 [2022-08-23T13:36:45.467Z] #50 sha256:25dc087b06119ece4c0858160446b4e82d21a784bb017a84a0d19ca3035866ed
13:36:45 [2022-08-23T13:36:45.467Z] #50 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
13:36:45 [2022-08-23T13:36:45.467Z] #59 sha256:06ce24c59d5c8a9b733ebb9837a065e23a6c63962312196922c6fb93698db384
13:36:45 [2022-08-23T13:36:45.467Z] #59 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:45 [2022-08-23T13:36:45.467Z] #62 sha256:a922500f3cdbd3f51b62da14fcc82525ccaa34a1e6b3e6e746e0aedc590a31de
13:36:45 [2022-08-23T13:36:45.467Z] #62 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #22 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
13:36:45 [2022-08-23T13:36:45.467Z] #22 sha256:926868d4b5b61bd51d678ec048d0548c22ad4bc9086bc1721c595dd688cf6728
13:36:45 [2022-08-23T13:36:45.467Z] #22 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:45 [2022-08-23T13:36:45.467Z] #31 sha256:140199cf37511db4c2ff99ff4fefa44d206175094e01896c15c8df2e91aeebc5
13:36:45 [2022-08-23T13:36:45.467Z] #31 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:36:45 [2022-08-23T13:36:45.467Z] #29 sha256:c2245fe0e730ece055fd3f7575da3719995b44a2d0dd6699a9bc248f39fe78e9
13:36:45 [2022-08-23T13:36:45.467Z] #29 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #61 sha256:6dfd0ad35008b8c6d4294bccbec7381cd6608c972be3f7ef4da87042826e38dc
13:36:45 [2022-08-23T13:36:45.467Z] #61 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:36:45 [2022-08-23T13:36:45.467Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
13:36:45 [2022-08-23T13:36:45.467Z] #77 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #52 sha256:9127f6768e093a5f62731d256c795591ad7d9b80926544a83f33cc9828eac0ff
13:36:45 [2022-08-23T13:36:45.467Z] #52 CACHED
13:36:45 [2022-08-23T13:36:45.467Z] 
13:36:45 [2022-08-23T13:36:45.467Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.467Z] #37 sha256:b00076e0e261f83f2e4766cebc3654c831db5e06490dbc5456b702bd8c77e2cb
13:36:45 [2022-08-23T13:36:45.467Z] #37 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] #24 transferring context: 62.60MB 1.7s done
13:36:45 [2022-08-23T13:36:45.516Z] #24 DONE 1.8s
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.516Z] #58 sha256:18951203aeffd1da9dbd83e35636b65a487c6423ab223790b4a98d5ae65fe6e1
13:36:45 [2022-08-23T13:36:45.516Z] #58 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:36:45 [2022-08-23T13:36:45.516Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:36:45 [2022-08-23T13:36:45.516Z] #55 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
13:36:45 [2022-08-23T13:36:45.516Z] #80 sha256:c85b2fb8aaa93d722e113ed955605fec03daad5bd8edc9f263d237708a7e1897
13:36:45 [2022-08-23T13:36:45.516Z] #80 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
13:36:45 [2022-08-23T13:36:45.516Z] #27 sha256:c3fe4f8fcf161ed18809719905b8cfa8d3c622178e9ffe2b6f1d44c265681f49
13:36:45 [2022-08-23T13:36:45.516Z] #27 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #16 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:36:45 [2022-08-23T13:36:45.516Z] #16 sha256:d8e9851bb51fee408bb8b157f4bd569212be21f9947a8084c3a9e555b911b33b
13:36:45 [2022-08-23T13:36:45.516Z] #16 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:36:45 [2022-08-23T13:36:45.516Z] #19 sha256:c435b6f0c56a8a1282389e932e75e2d2d70ae1f088d27b64596099b09def9eba
13:36:45 [2022-08-23T13:36:45.516Z] #19 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:36:45 [2022-08-23T13:36:45.516Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
13:36:45 [2022-08-23T13:36:45.516Z] #21 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
13:36:45 [2022-08-23T13:36:45.516Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
13:36:45 [2022-08-23T13:36:45.516Z] #53 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
13:36:45 [2022-08-23T13:36:45.516Z] #66 sha256:40f4de1d274ea2747f9c93e368eed2c6aff1706387506056dc51e5f6a5853d86
13:36:45 [2022-08-23T13:36:45.516Z] #66 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:36:45 [2022-08-23T13:36:45.516Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
13:36:45 [2022-08-23T13:36:45.516Z] #40 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.516Z] #41 sha256:9cbdd824994cbe282decd43e8f4cd409a8d81f097b99b68e2a58cde0c3e7255c
13:36:45 [2022-08-23T13:36:45.516Z] #41 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.516Z] #45 sha256:e2b9d44e02ca4abdb7f8c7ba8d199837e058a1541f3f2c988392b166e82cd108
13:36:45 [2022-08-23T13:36:45.516Z] #45 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
13:36:45 [2022-08-23T13:36:45.516Z] #68 sha256:322db79c75da5f0f026db2051ae88a7e3560c27897de1008b89cb6ad78fe94e3
13:36:45 [2022-08-23T13:36:45.516Z] #68 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.516Z] #54 sha256:7e624b688960727b9704b32a9ef3f0c225272e7bd343c14b45e03bfce392365c
13:36:45 [2022-08-23T13:36:45.516Z] #54 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.516Z] #75 sha256:c4afd3d202e6c8e2e0d68928eab85a3ebdc72d86273cf32ffeebc66da74eed2a
13:36:45 [2022-08-23T13:36:45.516Z] #75 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:36:45 [2022-08-23T13:36:45.516Z] #44 sha256:e739e13521fe1448ca398adc6500e6dd9c0984d9f8d7d8155387daf6a3f5b781
13:36:45 [2022-08-23T13:36:45.516Z] #44 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:36:45 [2022-08-23T13:36:45.516Z] #18 sha256:9b7f580850957ad0bb8f9ef2bad01882bcaa115ae2dcd7208636b5b7ad2c9dc6
13:36:45 [2022-08-23T13:36:45.516Z] #18 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
13:36:45 [2022-08-23T13:36:45.516Z] #79 sha256:41ba9e6d738c9076b4bf4a5e69b4cce2cfb3bfb48e2e600e418c1e3f3ed65a0d
13:36:45 [2022-08-23T13:36:45.516Z] #79 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:36:45 [2022-08-23T13:36:45.516Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:36:45 [2022-08-23T13:36:45.516Z] #14 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:36:45 [2022-08-23T13:36:45.516Z] #60 sha256:66369712a20e099b13110338169b2b599f4c867489889086b585b845fc5c3a7b
13:36:45 [2022-08-23T13:36:45.516Z] #60 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:36:45 [2022-08-23T13:36:45.516Z] #69 sha256:404ab5daa2592b69d5d8f6eb5fc774b19762b57a437f65d955f4814b61efc3b2
13:36:45 [2022-08-23T13:36:45.516Z] #69 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.516Z] #35 sha256:ee00d202f11c828ad83bd980dbeba46b73c8019eaa11edb3a3c343d42b9bcdd7
13:36:45 [2022-08-23T13:36:45.516Z] #35 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
13:36:45 [2022-08-23T13:36:45.516Z] #23 sha256:564f4a03aa3790b36c9ce4bcde2032611dd3f5d6e0a097fb3177a898593d767d
13:36:45 [2022-08-23T13:36:45.516Z] #23 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:36:45 [2022-08-23T13:36:45.516Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:36:45 [2022-08-23T13:36:45.516Z] #77 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.516Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:36:45 [2022-08-23T13:36:45.516Z] #30 sha256:f718fa081c9174304fca2b3eac6bcd6004007c20175c16665bb58ec71e94944b
13:36:45 [2022-08-23T13:36:45.516Z] #30 CACHED
13:36:45 [2022-08-23T13:36:45.516Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:36:45 [2022-08-23T13:36:45.517Z] #17 sha256:ccea2b62b67916b9b6892a4436109863b264b12fec2310ab94dd75b537f5d229
13:36:45 [2022-08-23T13:36:45.517Z] #17 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:36:45 [2022-08-23T13:36:45.517Z] #67 sha256:63023d38484b577d65145233c517b2325de9003245bd2529e0234afd67854ce8
13:36:45 [2022-08-23T13:36:45.517Z] #67 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.517Z] #70 sha256:5a605d0fdf115230795791fec941fdb0e772b1d0d7b16f93d87a1a6b21e34f2e
13:36:45 [2022-08-23T13:36:45.517Z] #70 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:36:45 [2022-08-23T13:36:45.517Z] #12 sha256:fc1f9c6523b63e31cd6290c947a9bf9ef1e8accbd2728936630c3d6006fbceb7
13:36:45 [2022-08-23T13:36:45.517Z] #12 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
13:36:45 [2022-08-23T13:36:45.517Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
13:36:45 [2022-08-23T13:36:45.517Z] #38 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.517Z] #37 sha256:495e235373530d95bb93c2b0caeaa5c3a29bdd86d839041a1b50f418985897fd
13:36:45 [2022-08-23T13:36:45.517Z] #37 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
13:36:45 [2022-08-23T13:36:45.517Z] #13 sha256:02df85f6f55037f38d4b8512b732964b6b0038a617afb265c78cc0b9daa000f6
13:36:45 [2022-08-23T13:36:45.517Z] #13 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:36:45 [2022-08-23T13:36:45.517Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:36:45 [2022-08-23T13:36:45.517Z] #72 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:45 [2022-08-23T13:36:45.517Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:36:45 [2022-08-23T13:36:45.517Z] #42 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
13:36:45 [2022-08-23T13:36:45.517Z] #50 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5
13:36:45 [2022-08-23T13:36:45.517Z] #50 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:36:45 [2022-08-23T13:36:45.517Z] #26 sha256:c8847c330437378a033b6153858ab999015bdac083a565a6a1594a140af57ec9
13:36:45 [2022-08-23T13:36:45.517Z] #26 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
13:36:45 [2022-08-23T13:36:45.517Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
13:36:45 [2022-08-23T13:36:45.517Z] #36 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:36:45 [2022-08-23T13:36:45.517Z] #64 sha256:48a7a570a1dc813ef750257b61d43fc91bf79b15327fde47faddcc8520778c16
13:36:45 [2022-08-23T13:36:45.517Z] #64 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #22 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
13:36:45 [2022-08-23T13:36:45.517Z] #22 sha256:0b371c1d2fda20aef00028c14c4242742470327060511d93bf3159256d5c537f
13:36:45 [2022-08-23T13:36:45.517Z] #22 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.517Z] #56 sha256:1dc13bb8b41e644ef52dd613827785d0c107e28ba093a7cb34e5530ae5503185
13:36:45 [2022-08-23T13:36:45.517Z] #56 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.517Z] #39 sha256:c44fca0c55834245f34752633bfd930ceb2901d2ec8c5fc5b7fb769c17f6e6e9
13:36:45 [2022-08-23T13:36:45.517Z] #39 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
13:36:45 [2022-08-23T13:36:45.517Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
13:36:45 [2022-08-23T13:36:45.517Z] #57 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.517Z] #78 sha256:07e7ec29f13ec7b14972ba6e4a24a60181091cf65f1b165869af079f6499791d
13:36:45 [2022-08-23T13:36:45.517Z] #78 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:36:45 [2022-08-23T13:36:45.517Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:36:45 [2022-08-23T13:36:45.517Z] #74 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #20 [dev-systemd-false  6/28] RUN ldconfig
13:36:45 [2022-08-23T13:36:45.517Z] #20 sha256:6a9eb29723672f54f61b1d381cbab2a47cf50514d165fbb1724e889f37a865ad
13:36:45 [2022-08-23T13:36:45.517Z] #20 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:36:45 [2022-08-23T13:36:45.517Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
13:36:45 [2022-08-23T13:36:45.517Z] #34 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
13:36:45 [2022-08-23T13:36:45.517Z] #63 sha256:ae2d8ccbe52306e31dc391f0b0ad6a90e1299ef7faadaab560aa393812f335a7
13:36:45 [2022-08-23T13:36:45.517Z] #63 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.517Z] #65 sha256:7abe79051058367c5142e41623b510bac6f75075d3e3334d67447b79f3165a12
13:36:45 [2022-08-23T13:36:45.517Z] #65 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.517Z] #48 sha256:e63e97c01f17e88c20d9a654a1f7f93f08edc35e9a1e8a2838782c05a8521317
13:36:45 [2022-08-23T13:36:45.517Z] #48 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:45 [2022-08-23T13:36:45.517Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
13:36:45 [2022-08-23T13:36:45.517Z] #62 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:36:45 [2022-08-23T13:36:45.517Z] #29 sha256:cb1c10d3768b77ddcf0d3621b94e9595e441010936372a78aecbeca513be8755
13:36:45 [2022-08-23T13:36:45.517Z] #29 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:36:45 [2022-08-23T13:36:45.517Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
13:36:45 [2022-08-23T13:36:45.517Z] #76 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
13:36:45 [2022-08-23T13:36:45.517Z] #25 sha256:86821f0ceb404d1849944038cb71cccf9a1112c05af1ec79646538640e4055c3
13:36:45 [2022-08-23T13:36:45.517Z] #25 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:36:45 [2022-08-23T13:36:45.517Z] #33 sha256:ea61007e71da38551d3dc16a23be5958ed650772f19a0ab118fe57e63b053cc9
13:36:45 [2022-08-23T13:36:45.517Z] #33 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:45 [2022-08-23T13:36:45.517Z] #31 sha256:6af00e94e55608d3eead3e3d29cec0bd5c1c5762bd5346b5ab6ba28c2992ef87
13:36:45 [2022-08-23T13:36:45.517Z] #31 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:36:45 [2022-08-23T13:36:45.517Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
13:36:45 [2022-08-23T13:36:45.517Z] #47 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.517Z] #52 sha256:a1bed41c67231a3acf1a3d8e16cce36545d656e77a6f363eab7d2f4844fbd158
13:36:45 [2022-08-23T13:36:45.517Z] #52 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
13:36:45 [2022-08-23T13:36:45.517Z] #43 sha256:25d164e2b3d6d069866d60cc193f330c18c3721b59123f4ca293383eb3f8fc20
13:36:45 [2022-08-23T13:36:45.517Z] #43 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:36:45 [2022-08-23T13:36:45.517Z] #46 sha256:204f13c2ebd5f8cf12661cec9fb153ac610aee1fee87cef4ff4fdc3075d6a0dc
13:36:45 [2022-08-23T13:36:45.517Z] #46 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
13:36:45 [2022-08-23T13:36:45.517Z] #15 sha256:077d7a259b0ad1112d80cac59b099c071f493e65cdf7318685176c5e35269c62
13:36:45 [2022-08-23T13:36:45.517Z] #15 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
13:36:45 [2022-08-23T13:36:45.517Z] #61 sha256:5a654e502502e805a685416ceaac669f67b396888ad77085f3242f2184df0327
13:36:45 [2022-08-23T13:36:45.517Z] #61 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
13:36:45 [2022-08-23T13:36:45.517Z] #59 sha256:9d41c114e6a32ab207229a592ae1fcef7d133ea027fa9a5681a9573e1ba543d7
13:36:45 [2022-08-23T13:36:45.517Z] #59 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
13:36:45 [2022-08-23T13:36:45.517Z] #32 sha256:2c425ad79d150f7ef369454209dde5c9400b2b7d5f6a09000a379716831397e9
13:36:45 [2022-08-23T13:36:45.517Z] #32 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
13:36:45 [2022-08-23T13:36:45.517Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
13:36:45 [2022-08-23T13:36:45.517Z] #51 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #81 [dev-systemd-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             dbus             dbus-user-session             systemd             systemd-sysv
13:36:45 [2022-08-23T13:36:45.517Z] #81 sha256:82290e8070b713d9a6193e48ea0bfae5cc0329608acc3df8a629344ccddca65e
13:36:45 [2022-08-23T13:36:45.517Z] #81 CACHED
13:36:45 [2022-08-23T13:36:45.517Z] 
13:36:45 [2022-08-23T13:36:45.517Z] #82 [final 1/1] COPY . /go/src/github.com/docker/docker
13:36:45 [2022-08-23T13:36:45.517Z] #82 sha256:9b93da3d7f161704807bf9bc54111175818dbaa2ea061d82a966562ee91acae4
13:36:45 [2022-08-23T13:36:45.693Z] #24 ...
13:36:45 [2022-08-23T13:36:45.693Z] 
13:36:45 [2022-08-23T13:36:45.693Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
13:36:45 [2022-08-23T13:36:45.693Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
13:36:45 [2022-08-23T13:36:45.693Z] #49 DONE 1.1s
13:36:45 [2022-08-23T13:36:45.693Z] 
13:36:45 [2022-08-23T13:36:45.693Z] #24 [internal] load build context
13:36:45 [2022-08-23T13:36:45.693Z] #24 sha256:5ee2b52bba1421ce34b52a6f87fd2e23cfe3a9f27c957fd3549ee4df0550714e
13:36:45 [2022-08-23T13:36:45.726Z] 
13:36:45 [2022-08-23T13:36:45.726Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:36:45 [2022-08-23T13:36:45.726Z] #26 sha256:8733c60c19c52a49eaed792d6f1df684962bc119a9f45d3d1fc754a4e1d5c5bb
13:36:45 [2022-08-23T13:36:45.726Z] #26 CACHED
13:36:45 [2022-08-23T13:36:45.726Z] 
13:36:45 [2022-08-23T13:36:45.726Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:36:45 [2022-08-23T13:36:45.726Z] #55 sha256:d78db600156b117dec76afdf97844cc0278c0f3d815c9b0189cbbcbfabc803aa
13:36:45 [2022-08-23T13:36:45.726Z] #55 CACHED
13:36:45 [2022-08-23T13:36:45.726Z] 
13:36:45 [2022-08-23T13:36:45.726Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:36:45 [2022-08-23T13:36:45.726Z] #18 sha256:f07ff2ac9fd46250779327c7d38974e9bb1cbcf347068f6d43bbd85c8667bbd6
13:36:45 [2022-08-23T13:36:45.726Z] #18 CACHED
13:36:45 [2022-08-23T13:36:45.726Z] 
13:36:45 [2022-08-23T13:36:45.726Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:36:45 [2022-08-23T13:36:45.726Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
13:36:45 [2022-08-23T13:36:45.726Z] #72 CACHED
13:36:45 [2022-08-23T13:36:45.726Z] 
13:36:45 [2022-08-23T13:36:45.726Z] #16 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:36:45 [2022-08-23T13:36:45.726Z] #16 sha256:af04b8d62a70a6749757939799115e3707e7241a50fffe1872053d2b7923fc58
13:36:45 [2022-08-23T13:36:45.726Z] #16 CACHED
13:36:45 [2022-08-23T13:36:45.726Z] 
13:36:45 [2022-08-23T13:36:45.726Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
13:36:45 [2022-08-23T13:36:45.726Z] #25 sha256:64da97e1dd4437c2602ee5a577d8ec5acbca53ab5e79d889fc0518f231e5564a
13:36:45 [2022-08-23T13:36:45.726Z] #25 CACHED
13:36:45 [2022-08-23T13:36:45.726Z] 
13:36:45 [2022-08-23T13:36:45.726Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:36:45 [2022-08-23T13:36:45.726Z] #19 sha256:dd23165dd72a2a1f8a87b49cbd3dd137a15f0e1683938f561ac373a5933852b2
13:36:45 [2022-08-23T13:36:45.726Z] #19 CACHED
13:36:45 [2022-08-23T13:36:45.726Z] 
13:36:45 [2022-08-23T13:36:45.726Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
13:36:45 [2022-08-23T13:36:45.726Z] #80 sha256:13e68d267b90b96803efb089e729ff5ac17fbbce890f0b21bdadaefebf5fdba0
13:36:45 [2022-08-23T13:36:45.726Z] #80 CACHED
13:36:45 [2022-08-23T13:36:45.726Z] 
13:36:45 [2022-08-23T13:36:45.726Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
13:36:45 [2022-08-23T13:36:45.726Z] #81 sha256:e0506df6202c007470f00ce50b4c4da79895a1477e17a982170a17e61f3e4164
13:36:46 [2022-08-23T13:36:46.071Z] #19 10.45 Reading package lists...
13:36:46 [2022-08-23T13:36:46.884Z] #82 DONE 1.2s
13:36:46 [2022-08-23T13:36:46.884Z] 
13:36:46 [2022-08-23T13:36:46.884Z] #83 exporting to image
13:36:46 [2022-08-23T13:36:46.884Z] #83 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:36:46 [2022-08-23T13:36:46.884Z] #83 exporting layers
13:36:46 [2022-08-23T13:36:46.998Z] #19 13.47 Building dependency tree...
13:36:47 [2022-08-23T13:36:47.103Z] #81 DONE 1.2s
13:36:47 [2022-08-23T13:36:47.103Z] 
13:36:47 [2022-08-23T13:36:47.103Z] #82 exporting to image
13:36:47 [2022-08-23T13:36:47.103Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:36:47 [2022-08-23T13:36:47.103Z] #82 exporting layers
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69 The following additional packages will be installed:
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.69   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.70   linux-libc-dev-s390x-cross patch xz-utils
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.71 Suggested packages:
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.71   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.71   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.71   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.71   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.71   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.71   libyaml-shell-perl ed diffutils-doc
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.71 Recommended packages:
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.71   fakeroot build-essential libalgorithm-merge-perl libwww-perl
13:36:47 [2022-08-23T13:36:47.561Z] #19 14.71   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
13:36:47 [2022-08-23T13:36:47.670Z] #82 exporting layers 0.9s done
13:36:47 [2022-08-23T13:36:47.670Z] #82 writing image sha256:3fe986b07ec191f6ff8eb2202386b9dc19418503de12b0ce7c07f6327e8b8f68
13:36:47 [2022-08-23T13:36:47.670Z] #82 writing image sha256:3fe986b07ec191f6ff8eb2202386b9dc19418503de12b0ce7c07f6327e8b8f68 done
13:36:47 [2022-08-23T13:36:47.670Z] #82 naming to docker.io/library/docker:4b84a3321723a849295d5cbf7342ec36077f9179 done
13:36:47 [2022-08-23T13:36:47.670Z] #82 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
13:36:47 [2022-08-23T13:36:47.811Z] #83 exporting layers 0.9s done
13:36:47 [2022-08-23T13:36:47.811Z] #83 writing image sha256:1ac07fb17987a7196a122f6a59a86196a31a807c132710db21099d8cae9a37ee done
13:36:47 [2022-08-23T13:36:47.811Z] #83 naming to docker.io/library/docker:4b84a3321723a849295d5cbf7342ec36077f9179 done
13:36:47 [2022-08-23T13:36:47.811Z] #83 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:36:47 [2022-08-23T13:36:47.993Z] + sudo modprobe ip6table_filter
[Pipeline] sh
13:36:48 [2022-08-23T13:36:48.137Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/make.sh dynbinary test-integration
13:36:48 [2022-08-23T13:36:48.226Z] #24 transferring context: 62.61MB 3.4s done
13:36:48 [2022-08-23T13:36:48.226Z] #24 DONE 3.5s
13:36:48 [2022-08-23T13:36:48.226Z] 
13:36:48 [2022-08-23T13:36:48.226Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
13:36:48 [2022-08-23T13:36:48.226Z] #66 sha256:261bddaae03744fea9382ab22dd2df2b7bbff25dba1c2c116a5c46bcae2bda71
13:36:48 [2022-08-23T13:36:48.277Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/test/unit
13:36:48 [2022-08-23T13:36:48.394Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
13:36:48 [2022-08-23T13:36:48.394Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
13:36:48 [2022-08-23T13:36:48.394Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
13:36:48 [2022-08-23T13:36:48.394Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
13:36:48 [2022-08-23T13:36:48.394Z] systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
13:36:48 [2022-08-23T13:36:48.394Z] Detected virtualization docker.
13:36:48 [2022-08-23T13:36:48.394Z] Detected architecture x86-64.
13:36:48 [2022-08-23T13:36:48.394Z] Set hostname to <9f645732dfae>.
13:36:48 [2022-08-23T13:36:48.483Z] #66 DONE 0.4s
13:36:48 [2022-08-23T13:36:48.483Z] 
13:36:48 [2022-08-23T13:36:48.483Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
13:36:48 [2022-08-23T13:36:48.483Z] #25 sha256:315d7973bb082c4ae5b851f38c5c9c2e5f5fcfded0dd17a40d6305e7b91a2904
13:36:48 [2022-08-23T13:36:48.483Z] #25 DONE 0.4s
13:36:48 [2022-08-23T13:36:48.483Z] 
13:36:48 [2022-08-23T13:36:48.483Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:36:48 [2022-08-23T13:36:48.483Z] #67 sha256:0a8d4e35051298a45b565505c0adcbe6e61596a4917dad167fc06539efea0bde
13:36:48 [2022-08-23T13:36:48.536Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
13:36:48 [2022-08-23T13:36:48.536Z] + TESTFLAGS+=' -test.timeout=5m'
13:36:48 [2022-08-23T13:36:48.536Z] + TESTDIRS=./...
13:36:48 [2022-08-23T13:36:48.536Z] + exclude_paths='/vendor/|/integration'
13:36:48 [2022-08-23T13:36:48.536Z] ++ go list ./...
13:36:48 [2022-08-23T13:36:48.536Z] ++ grep -vE '(/vendor/|/integration)'
13:36:48 [2022-08-23T13:36:48.651Z] modprobe@configfs.service: Succeeded.
13:36:48 [2022-08-23T13:36:48.651Z] modprobe@drm.service: Succeeded.
13:36:48 [2022-08-23T13:36:48.651Z] modprobe@fuse.service: Succeeded.
13:36:48 [2022-08-23T13:36:48.651Z] + source /etc/docker-entrypoint-cmd
13:36:48 [2022-08-23T13:36:48.651Z] ++ hack/make.sh dynbinary test-integration
13:36:48 [2022-08-23T13:36:48.651Z] 
13:36:48 [2022-08-23T13:36:48.907Z] Removing bundles/
13:36:48 [2022-08-23T13:36:48.907Z] 
13:36:48 [2022-08-23T13:36:48.907Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:36:48 [2022-08-23T13:36:48.907Z] Building: bundles/dynbinary-daemon/dockerd
13:36:48 [2022-08-23T13:36:48.907Z] GOOS="" GOARCH="" GOARM=""
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92 The following NEW packages will be installed:
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   crossbuild-essential-armel crossbuild-essential-armhf
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.92   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
13:36:48 [2022-08-23T13:36:48.930Z] #19 15.93   linux-libc-dev-s390x-cross patch xz-utils
13:36:48 [2022-08-23T13:36:48.930Z] #19 16.25 0 upgraded, 133 newly installed, 0 to remove and 8 not upgraded.
13:36:48 [2022-08-23T13:36:48.930Z] #19 16.25 Need to get 788 MB of archives.
13:36:48 [2022-08-23T13:36:48.930Z] #19 16.25 After this operation, 3385 MB of additional disk space will be used.
13:36:48 [2022-08-23T13:36:48.930Z] #19 16.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
13:36:48 [2022-08-23T13:36:48.930Z] #19 16.25 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
13:36:48 [2022-08-23T13:36:48.930Z] #19 16.26 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
13:36:48 [2022-08-23T13:36:48.930Z] #19 16.26 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
13:36:48 [2022-08-23T13:36:48.930Z] #19 16.26 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
13:36:48 [2022-08-23T13:36:48.930Z] #19 16.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
13:36:48 [2022-08-23T13:36:48.930Z] #19 16.26 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
13:36:48 [2022-08-23T13:36:48.930Z] #19 16.29 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
13:36:49 [2022-08-23T13:36:49.187Z] #19 16.31 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
13:36:49 [2022-08-23T13:36:49.187Z] #19 16.33 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
13:36:49 [2022-08-23T13:36:49.187Z] #19 16.35 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
13:36:49 [2022-08-23T13:36:49.187Z] #19 16.36 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
13:36:49 [2022-08-23T13:36:49.187Z] #19 16.36 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB]
13:36:49 [2022-08-23T13:36:49.443Z] #19 16.72 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB]
13:36:49 [2022-08-23T13:36:49.443Z] #19 16.72 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB]
13:36:49 [2022-08-23T13:36:49.475Z] + pkg_list='github.com/docker/docker/api
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/backend/build
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/httpstatus
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/httputils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/middleware
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/build
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/checkpoint
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/container
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/debug
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/distribution
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/grpc
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/image
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/network
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/plugin
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/session
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/swarm
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/system
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/volume
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/backend
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/blkiodev
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/container
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/events
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/filters
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/image
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/mount
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/network
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/plugins/logdriver
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/registry
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/strslice
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/swarm
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/swarm/runtime
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/time
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/versions
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/versions/v1p19
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/versions/v1p20
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/volume
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next/exporter
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next/worker
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/dockerfile
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/remotecontext
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/remotecontext/git
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/remotecontext/urlutil
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cli
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cli/config
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cli/debug
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cli/winresources/docker-proxy
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cli/winresources/dockerd
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/client
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cmd/docker-proxy
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cmd/dockerd
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cmd/dockerd/trap
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/container
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/container/stream
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/contrib/apparmor
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/contrib/docker-device-tool
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/contrib/httpserver
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/cluster
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/cluster/convert
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/cluster/executor
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/cluster/executor/container
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/cluster/provider
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/config
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/containerd
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/events
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/events/testutils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/exec
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver/aufs
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver/copy
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver/devmapper
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver/overlay
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver/register
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver/vfs
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/graphdriver/zfs
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/images
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/initlayer
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/links
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/listeners
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/awslogs
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/fluentd
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/gcplogs
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/gelf
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/journald
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/local
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/logentries
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/loggertest
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/loggerutils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/splunk
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/syslog
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/logger/templates
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/names
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/network
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/daemon/stats
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/distribution
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/distribution/metadata
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/distribution/utils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/distribution/xfer
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/dockerversion
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/errdefs
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/image
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/image/cache
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/image/tarexport
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/image/v1
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/internal/test/suite
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/layer
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libcontainerd
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libcontainerd/queue
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libcontainerd/remote
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libcontainerd/supervisor
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libcontainerd/types
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/bitseq
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/cluster
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/cmd/ovrouter
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/config
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/datastore
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/diagnostic
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/discoverapi
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/driverapi
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/bridge
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/host
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/null
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/overlay
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/remote
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/windows
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/drvregistry
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/etchosts
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/idm
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/internal/caller
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/ipam
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/ipamapi
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/ipams/builtin
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/ipams/null
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/ipams/remote
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/ipamutils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/iptables
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/netlabel
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/netutils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/networkdb
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/ns
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/options
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/osl
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/osl/kernel
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/portallocator
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/portmapper
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/resolvconf
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/testutils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/libnetwork/types
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/oci
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/oci/caps
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/opts
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/aaparser
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/archive
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/authorization
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/broadcaster
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/capabilities
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/chrootarchive
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/containerfs
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/devicemapper
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/directory
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/dmesg
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/fileutils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/fsutils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/homedir
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/idtools
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/ioutils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/jsonmessage
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/longpath
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/loopback
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/namesgenerator
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/parsers
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/parsers/kernel
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/pidfile
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/platform
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/plugingetter
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/plugins
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/plugins/transport
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/pools
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/progress
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/pubsub
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/reexec
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/signal
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/stack
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/stdcopy
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/streamformatter
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/stringid
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/sysinfo
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/system
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/tailfile
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/tarsum
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/urlutil
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/pkg/useragent
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/plugin
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/plugin/executor/containerd
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/plugin/v2
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/profiles/apparmor
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/profiles/seccomp
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/quota
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/reference
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/registry
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/registry/resumable
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/restartmanager
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/rootless
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/rootless/specconv
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/runconfig
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/runconfig/opts
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/testutil
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/testutil/daemon
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/testutil/environment
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/testutil/fakecontext
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/testutil/fakegit
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/testutil/fakestorage
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/testutil/fixtures/load
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/testutil/fixtures/plugin
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/testutil/registry
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/testutil/request
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/volume
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/volume/drivers
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/volume/local
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/volume/mounts
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/volume/service
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/volume/service/opts
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/volume/testutils'
13:36:49 [2022-08-23T13:36:49.475Z] ++ grep --fixed-strings -v /libnetwork
13:36:49 [2022-08-23T13:36:49.475Z] ++ echo 'github.com/docker/docker/api
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/backend/build
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/httpstatus
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/httputils
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/middleware
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/build
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/checkpoint
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/container
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/debug
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/distribution
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/grpc
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/image
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/network
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/plugin
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/session
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/swarm
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/system
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/server/router/volume
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/backend
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/blkiodev
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/container
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/events
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/filters
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/image
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/mount
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/network
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/plugins/logdriver
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/registry
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/strslice
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/swarm
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/swarm/runtime
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/time
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/versions
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/versions/v1p19
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/versions/v1p20
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/api/types/volume
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next/exporter
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/builder-next/worker
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/dockerfile
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/remotecontext
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/remotecontext/git
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/builder/remotecontext/urlutil
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cli
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cli/config
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cli/debug
13:36:49 [2022-08-23T13:36:49.475Z] github.com/docker/docker/cli/winresources/docker-proxy
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cli/winresources/dockerd
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/client
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cmd/docker-proxy
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cmd/dockerd
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cmd/dockerd/trap
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/container
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/container/stream
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/contrib/apparmor
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/contrib/docker-device-tool
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/contrib/httpserver
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/cluster
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/cluster/convert
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/cluster/executor
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/cluster/executor/container
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/cluster/provider
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/config
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/containerd
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/events
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/events/testutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/exec
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/aufs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/copy
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/devmapper
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/overlay
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/register
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/vfs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/zfs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/images
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/initlayer
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/links
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/listeners
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/awslogs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/fluentd
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/gcplogs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/gelf
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/journald
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/local
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/logentries
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/loggertest
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/loggerutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/splunk
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/syslog
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/templates
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/names
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/network
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/stats
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/distribution
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/distribution/metadata
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/distribution/utils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/distribution/xfer
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/dockerversion
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/errdefs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/image
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/image/cache
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/image/tarexport
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/image/v1
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/internal/test/suite
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/layer
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libcontainerd
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libcontainerd/queue
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libcontainerd/remote
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libcontainerd/supervisor
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libcontainerd/types
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/bitseq
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/cluster
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/cmd/ovrouter
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/config
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/datastore
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/diagnostic
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/discoverapi
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/driverapi
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/bridge
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/host
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/null
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/overlay
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/remote
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/windows
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/drvregistry
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/etchosts
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/idm
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/internal/caller
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/ipam
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/ipamapi
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/ipams/builtin
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/ipams/null
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/ipams/remote
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/ipamutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/iptables
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/netlabel
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/netutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/networkdb
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/ns
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/options
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/osl
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/osl/kernel
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/portallocator
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/portmapper
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/resolvconf
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/testutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libnetwork/types
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/oci
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/oci/caps
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/opts
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/aaparser
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/archive
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/authorization
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/broadcaster
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/capabilities
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/chrootarchive
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/containerfs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/devicemapper
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/directory
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/dmesg
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/fileutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/fsutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/homedir
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/idtools
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/ioutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/jsonmessage
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/longpath
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/loopback
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/namesgenerator
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/parsers
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/parsers/kernel
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/pidfile
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/platform
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/plugingetter
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/plugins
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/plugins/transport
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/pools
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/progress
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/pubsub
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/reexec
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/signal
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/stack
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/stdcopy
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/streamformatter
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/stringid
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/sysinfo
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/system
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/tailfile
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/tarsum
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/urlutil
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/useragent
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/plugin
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/plugin/executor/containerd
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/plugin/v2
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/profiles/apparmor
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/profiles/seccomp
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/quota
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/reference
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/registry
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/registry/resumable
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/restartmanager
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/rootless
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/rootless/specconv
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/runconfig
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/runconfig/opts
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/testutil
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/testutil/daemon
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/testutil/environment
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/testutil/fakecontext
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/testutil/fakegit
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/testutil/fakestorage
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/testutil/fixtures/load
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/testutil/fixtures/plugin
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/testutil/registry
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/testutil/request
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/volume
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/volume/drivers
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/volume/local
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/volume/mounts
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/volume/service
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/volume/service/opts
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/volume/testutils'
13:36:49 [2022-08-23T13:36:49.476Z] + base_pkg_list='github.com/docker/docker/api
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/backend/build
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/httpstatus
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/httputils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/middleware
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/build
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/checkpoint
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/container
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/debug
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/distribution
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/grpc
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/image
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/network
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/plugin
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/session
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/swarm
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/system
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/server/router/volume
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/backend
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/blkiodev
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/container
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/events
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/filters
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/image
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/mount
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/network
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/plugins/logdriver
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/registry
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/strslice
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/swarm
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/swarm/runtime
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/time
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/versions
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/versions/v1p19
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/versions/v1p20
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/api/types/volume
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/builder
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/builder/builder-next
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/builder/builder-next/exporter
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/builder/builder-next/worker
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/builder/dockerfile
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/builder/remotecontext
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/builder/remotecontext/git
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/builder/remotecontext/urlutil
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cli
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cli/config
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cli/debug
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cli/winresources/docker-proxy
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cli/winresources/dockerd
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/client
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cmd/docker-proxy
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cmd/dockerd
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cmd/dockerd/trap
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/container
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/container/stream
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/contrib/apparmor
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/contrib/docker-device-tool
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/contrib/httpserver
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/cluster
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/cluster/convert
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/cluster/executor
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/cluster/executor/container
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/cluster/provider
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/config
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/containerd
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/events
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/events/testutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/exec
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/aufs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/copy
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/devmapper
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/overlay
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/register
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/vfs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/graphdriver/zfs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/images
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/initlayer
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/links
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/listeners
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/awslogs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/fluentd
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/gcplogs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/gelf
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/journald
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/local
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/logentries
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/loggertest
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/loggerutils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/splunk
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/syslog
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/logger/templates
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/names
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/network
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/daemon/stats
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/distribution
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/distribution/metadata
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/distribution/utils
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/distribution/xfer
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/dockerversion
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/errdefs
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/image
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/image/cache
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/image/tarexport
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/image/v1
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/internal/test/suite
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/layer
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libcontainerd
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libcontainerd/queue
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libcontainerd/remote
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libcontainerd/supervisor
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/libcontainerd/types
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/oci
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/oci/caps
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/opts
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/aaparser
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/archive
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/authorization
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/broadcaster
13:36:49 [2022-08-23T13:36:49.476Z] github.com/docker/docker/pkg/capabilities
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/chrootarchive
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/containerfs
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/devicemapper
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/directory
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/dmesg
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/fileutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/fsutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/homedir
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/idtools
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/ioutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/jsonmessage
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/longpath
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/loopback
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/namesgenerator
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/parsers
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/parsers/kernel
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/pidfile
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/platform
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/plugingetter
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/plugins
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/plugins/transport
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/pools
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/progress
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/pubsub
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/reexec
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/signal
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/stack
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/stdcopy
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/streamformatter
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/stringid
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/sysinfo
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/system
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/tailfile
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/tarsum
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/urlutil
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/useragent
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/plugin
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/plugin/executor/containerd
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/plugin/v2
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/profiles/apparmor
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/profiles/seccomp
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/quota
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/reference
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/registry
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/registry/resumable
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/restartmanager
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/rootless
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/rootless/specconv
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/runconfig
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/runconfig/opts
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/daemon
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/environment
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/fakecontext
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/fakegit
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/fakestorage
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/fixtures/load
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/fixtures/plugin
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/registry
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/request
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/volume
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/volume/drivers
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/volume/local
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/volume/mounts
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/volume/service
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/volume/service/opts
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/volume/testutils'
13:36:49 [2022-08-23T13:36:49.477Z] ++ grep --fixed-strings /libnetwork
13:36:49 [2022-08-23T13:36:49.477Z] ++ echo 'github.com/docker/docker/api
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/backend/build
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/httpstatus
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/httputils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/middleware
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/build
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/checkpoint
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/container
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/debug
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/distribution
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/grpc
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/image
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/network
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/plugin
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/session
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/swarm
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/system
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/server/router/volume
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/backend
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/blkiodev
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/container
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/events
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/filters
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/image
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/mount
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/network
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/plugins/logdriver
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/registry
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/strslice
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/swarm
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/swarm/runtime
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/time
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/versions
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/versions/v1p19
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/versions/v1p20
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/api/types/volume
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/builder
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/builder/builder-next
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/builder/builder-next/exporter
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/builder/builder-next/worker
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/builder/dockerfile
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/builder/remotecontext
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/builder/remotecontext/git
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/builder/remotecontext/urlutil
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/cli
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/cli/config
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/cli/debug
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/cli/winresources/docker-proxy
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/cli/winresources/dockerd
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/client
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/cmd/docker-proxy
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/cmd/dockerd
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/cmd/dockerd/trap
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/container
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/container/stream
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/contrib/apparmor
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/contrib/docker-device-tool
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/contrib/httpserver
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/cluster
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/cluster/convert
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/cluster/executor
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/cluster/executor/container
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/cluster/provider
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/config
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/containerd
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/events
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/events/testutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/exec
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver/aufs
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver/copy
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver/devmapper
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver/overlay
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver/register
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver/vfs
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/graphdriver/zfs
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/images
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/initlayer
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/links
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/listeners
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/awslogs
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/fluentd
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/gcplogs
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/gelf
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/journald
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/local
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/logentries
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/loggertest
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/loggerutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/splunk
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/syslog
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/logger/templates
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/names
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/network
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/daemon/stats
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/distribution
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/distribution/metadata
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/distribution/utils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/distribution/xfer
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/dockerversion
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/errdefs
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/image
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/image/cache
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/image/tarexport
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/image/v1
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/internal/test/suite
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/layer
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libcontainerd
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libcontainerd/queue
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libcontainerd/remote
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libcontainerd/supervisor
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libcontainerd/types
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/bitseq
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/cluster
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/cmd/ovrouter
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/config
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/datastore
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/diagnostic
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/discoverapi
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/driverapi
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/bridge
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/host
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/null
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/overlay
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/remote
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/windows
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/drvregistry
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/etchosts
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/idm
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/internal/caller
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/ipam
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/ipamapi
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/ipams/builtin
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/ipams/null
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/ipams/remote
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/ipamutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/iptables
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/netlabel
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/netutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/networkdb
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/ns
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/options
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/osl
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/osl/kernel
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/portallocator
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/portmapper
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/resolvconf
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/testutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/libnetwork/types
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/oci
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/oci/caps
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/opts
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/aaparser
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/archive
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/authorization
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/broadcaster
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/capabilities
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/chrootarchive
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/containerfs
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/devicemapper
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/directory
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/dmesg
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/fileutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/fsutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/homedir
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/idtools
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/ioutils
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/jsonmessage
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/longpath
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/loopback
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/namesgenerator
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/parsers
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/parsers/kernel
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/pidfile
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/platform
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/plugingetter
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/plugins
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/plugins/transport
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/pools
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/progress
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/pubsub
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/reexec
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/signal
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/stack
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/stdcopy
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/streamformatter
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/stringid
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/sysinfo
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/system
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/tailfile
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/tarsum
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/urlutil
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/pkg/useragent
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/plugin
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/plugin/executor/containerd
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/plugin/v2
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/profiles/apparmor
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/profiles/seccomp
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/quota
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/reference
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/registry
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/registry/resumable
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/restartmanager
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/rootless
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/rootless/specconv
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/runconfig
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/runconfig/opts
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/daemon
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/environment
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/fakecontext
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/fakegit
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/fakestorage
13:36:49 [2022-08-23T13:36:49.477Z] github.com/docker/docker/testutil/fixtures/load
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/testutil/fixtures/plugin
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/testutil/registry
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/testutil/request
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/volume
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/volume/drivers
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/volume/local
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/volume/mounts
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/volume/service
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/volume/service/opts
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/volume/testutils'
13:36:49 [2022-08-23T13:36:49.478Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/bitseq
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cluster
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/ovrouter
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/config
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/datastore
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/diagnostic
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/discoverapi
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/driverapi
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/bridge
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/host
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/null
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/overlay
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/remote
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/windows
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drvregistry
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/etchosts
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/idm
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/internal/caller
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipam
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipamapi
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipams/builtin
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipams/null
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipams/remote
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipamutils
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/iptables
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/netlabel
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/netutils
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/networkdb
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ns
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/options
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/osl
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/osl/kernel
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/portallocator
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/portmapper
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/resolvconf
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/testutils
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/types'
13:36:49 [2022-08-23T13:36:49.478Z] + echo 'github.com/docker/docker/libnetwork
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/bitseq
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cluster
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/ovrouter
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/config
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/datastore
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/diagnostic
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/discoverapi
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/driverapi
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/bridge
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/host
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/null
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/overlay
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/remote
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/windows
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drvregistry
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/etchosts
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/idm
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/internal/caller
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipam
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipamapi
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipams/builtin
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipams/null
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipams/remote
13:36:49 [2022-08-23T13:36:49.478Z] + grep --fixed-strings libnetwork/drivers/bridge
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ipamutils
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/iptables
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/netlabel
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/netutils
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/networkdb
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/ns
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/options
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/osl
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/osl/kernel
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/portallocator
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/portmapper
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/resolvconf
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/testutils
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/types'
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/bridge
13:36:49 [2022-08-23T13:36:49.478Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:36:49 [2022-08-23T13:36:49.478Z] + type docker-proxy
13:36:49 [2022-08-23T13:36:49.478Z] hack/test/unit: line 25: type: docker-proxy: not found
13:36:49 [2022-08-23T13:36:49.478Z] + hack/make.sh binary-proxy install-proxy
13:36:49 [2022-08-23T13:36:49.478Z] 
13:36:49 [2022-08-23T13:36:49.478Z] Removing bundles/
13:36:49 [2022-08-23T13:36:49.478Z] 
13:36:49 [2022-08-23T13:36:49.478Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
13:36:49 [2022-08-23T13:36:49.737Z] Building: bundles/binary-proxy/docker-proxy
13:36:49 [2022-08-23T13:36:49.737Z] GOOS="" GOARCH="" GOARM=""
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.256 + RM_GOPATH=0
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.257 + TMP_GOPATH=
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.257 + : /build
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.257 + '[' -z '' ']'
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.260 ++ mktemp -d
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.261 + export GOPATH=/tmp/tmp.8imFnkafmj
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.261 + GOPATH=/tmp/tmp.8imFnkafmj
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.261 + RM_GOPATH=1
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.261 + case "$(go env GOARCH)" in
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.264 ++ go env GOARCH
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.274 + export GO_BUILDMODE=-buildmode=pie
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.275 + GO_BUILDMODE=-buildmode=pie
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.276 ++ dirname /install.sh
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.277 + dir=/
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.277 + bin=rootlesskit
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.277 + shift
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.277 + '[' '!' -f //rootlesskit.installer ']'
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.278 + . //rootlesskit.installer
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.278 ++ : 1920341cd41e047834a21007424162a2dc946315
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.278 + install_rootlesskit
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.278 + case "$1" in
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.278 + export CGO_ENABLED=0
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.279 + CGO_ENABLED=0
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.279 + _install_rootlesskit
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.279 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.280 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.280 + for f in rootlesskit rootlesskit-docker-proxy
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.280 + GOBIN=/build
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.280 + GO111MODULE=on
13:36:49 [2022-08-23T13:36:49.851Z] #67 1.280 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:36:50 [2022-08-23T13:36:50.008Z] #19 17.05 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB]
13:36:50 [2022-08-23T13:36:50.008Z] #19 17.05 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB]
13:36:50 [2022-08-23T13:36:50.265Z] #19 17.37 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
13:36:50 [2022-08-23T13:36:50.265Z] #19 17.37 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB]
13:36:50 [2022-08-23T13:36:50.413Z] #67 1.706 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:36:50 [2022-08-23T13:36:50.523Z] #19 17.68 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
13:36:50 [2022-08-23T13:36:50.523Z] #19 17.68 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.97 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.97 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.97 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.98 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.98 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.98 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.98 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.98 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.98 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.98 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.98 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.98 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
13:36:50 [2022-08-23T13:36:50.780Z] #19 17.98 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 18.00 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 18.00 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 18.02 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 18.02 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 18.02 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
13:36:50 [2022-08-23T13:36:50.780Z] #19 18.03 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB]
13:36:51 [2022-08-23T13:36:51.038Z] #19 18.41 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
13:36:51 [2022-08-23T13:36:51.038Z] #19 18.41 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
13:36:51 [2022-08-23T13:36:51.038Z] #19 18.42 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
13:36:51 [2022-08-23T13:36:51.038Z] #19 18.44 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
13:36:51 [2022-08-23T13:36:51.295Z] #19 18.45 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB]
13:36:51 [2022-08-23T13:36:51.342Z] #67 2.783 go: downloading github.com/sirupsen/logrus v1.8.1
13:36:51 [2022-08-23T13:36:51.342Z] #67 2.797 go: downloading github.com/urfave/cli/v2 v2.4.0
13:36:51 [2022-08-23T13:36:51.553Z] #19 18.80 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
13:36:51 [2022-08-23T13:36:51.553Z] #19 18.80 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
13:36:51 [2022-08-23T13:36:51.553Z] #19 18.80 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
13:36:51 [2022-08-23T13:36:51.553Z] #19 18.81 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
13:36:51 [2022-08-23T13:36:51.553Z] #19 18.81 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
13:36:51 [2022-08-23T13:36:51.553Z] #19 18.81 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
13:36:51 [2022-08-23T13:36:51.553Z] #19 18.87 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
13:36:51 [2022-08-23T13:36:51.598Z] #67 2.973 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.88 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.88 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.88 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.88 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.88 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.88 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.88 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.88 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.89 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.89 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.89 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.89 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.90 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.90 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.90 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.91 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.91 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.92 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.92 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.93 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
13:36:51 [2022-08-23T13:36:51.811Z] #19 18.93 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB]
13:36:52 [2022-08-23T13:36:52.070Z] #19 19.29 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
13:36:52 [2022-08-23T13:36:52.070Z] #19 19.29 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
13:36:52 [2022-08-23T13:36:52.070Z] #19 19.30 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
13:36:52 [2022-08-23T13:36:52.070Z] #19 19.31 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
13:36:52 [2022-08-23T13:36:52.070Z] #19 19.32 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB]
13:36:52 [2022-08-23T13:36:52.328Z] #19 19.66 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
13:36:52 [2022-08-23T13:36:52.328Z] #19 19.66 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
13:36:52 [2022-08-23T13:36:52.328Z] #19 19.66 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
13:36:52 [2022-08-23T13:36:52.328Z] #19 19.66 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
13:36:52 [2022-08-23T13:36:52.328Z] #19 19.67 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
13:36:52 [2022-08-23T13:36:52.328Z] #19 19.67 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
13:36:52 [2022-08-23T13:36:52.328Z] #19 19.67 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
13:36:52 [2022-08-23T13:36:52.328Z] #19 19.68 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
13:36:52 [2022-08-23T13:36:52.328Z] #19 19.68 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
13:36:52 [2022-08-23T13:36:52.328Z] #19 19.69 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
13:36:52 [2022-08-23T13:36:52.584Z] #19 19.69 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB]
13:36:52 [2022-08-23T13:36:52.854Z] #19 20.04 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
13:36:52 [2022-08-23T13:36:52.854Z] #19 20.04 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
13:36:52 [2022-08-23T13:36:52.854Z] #19 20.05 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
13:36:52 [2022-08-23T13:36:52.854Z] #19 20.06 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
13:36:52 [2022-08-23T13:36:52.854Z] #19 20.08 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB]
13:36:52 [2022-08-23T13:36:52.968Z] #67 4.059 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:36:52 [2022-08-23T13:36:52.968Z] #67 4.286 go: downloading github.com/google/uuid v1.3.0
13:36:52 [2022-08-23T13:36:52.968Z] #67 4.374 go: downloading github.com/moby/vpnkit v0.5.0
13:36:52 [2022-08-23T13:36:52.968Z] #67 4.465 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:36:53 [2022-08-23T13:36:53.113Z] #19 20.43 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
13:36:53 [2022-08-23T13:36:53.113Z] #19 20.43 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
13:36:53 [2022-08-23T13:36:53.225Z] #67 4.526 go: downloading github.com/gofrs/flock v0.8.1
13:36:53 [2022-08-23T13:36:53.225Z] #67 4.574 go: downloading github.com/gorilla/mux v1.8.0
13:36:53 [2022-08-23T13:36:53.225Z] #67 ...
13:36:53 [2022-08-23T13:36:53.225Z] 
13:36:53 [2022-08-23T13:36:53.225Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:36:53 [2022-08-23T13:36:53.225Z] #26 sha256:f315409237dcf1b6a21ca2c7caf7552a7fb8ae58c55f88da2227aad04c86e50e
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.189 + RM_GOPATH=0
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.189 + TMP_GOPATH=
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.189 + : /build
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.189 + '[' -z '' ']'
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.189 ++ mktemp -d
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.189 + export GOPATH=/tmp/tmp.LH21pIBZaF
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.189 + GOPATH=/tmp/tmp.LH21pIBZaF
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.189 + RM_GOPATH=1
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.189 + case "$(go env GOARCH)" in
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.189 ++ go env GOARCH
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.196 + export GO_BUILDMODE=-buildmode=pie
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.196 + GO_BUILDMODE=-buildmode=pie
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.197 ++ dirname /install.sh
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.202 + dir=/
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.202 + bin=dockercli
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.202 + shift
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.202 + '[' '!' -f //dockercli.installer ']'
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.202 + . //dockercli.installer
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.203 ++ : stable
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.203 ++ : 17.06.2-ce
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.203 + install_dockercli
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.203 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.204 Install docker/cli version 17.06.2-ce from stable
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.204 ++ uname -m
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.208 + arch=x86_64
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.208 + '[' x86_64 '!=' x86_64 ']'
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.209 + url=https://download.docker.com/linux/static
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.209 + tar -xz docker/docker
13:36:53 [2022-08-23T13:36:53.225Z] #26 1.210 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
13:36:53 [2022-08-23T13:36:53.225Z] #26 4.512 + mkdir -p /build
13:36:53 [2022-08-23T13:36:53.225Z] #26 4.514 + mv docker/docker /build/
13:36:53 [2022-08-23T13:36:53.225Z] #26 4.523 + rmdir docker
13:36:53 [2022-08-23T13:36:53.225Z] #26 DONE 4.7s
13:36:53 [2022-08-23T13:36:53.225Z] 
13:36:53 [2022-08-23T13:36:53.225Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:36:53 [2022-08-23T13:36:53.225Z] #67 sha256:0a8d4e35051298a45b565505c0adcbe6e61596a4917dad167fc06539efea0bde
13:36:53 [2022-08-23T13:36:53.225Z] #67 4.650 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.43 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.45 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.45 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.45 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.45 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.45 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.46 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.47 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.48 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.48 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.49 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.49 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
13:36:53 [2022-08-23T13:36:53.371Z] #19 20.50 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB]
13:36:53 [2022-08-23T13:36:53.482Z] #67 4.897 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:36:53 [2022-08-23T13:36:53.629Z] #19 20.87 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
13:36:53 [2022-08-23T13:36:53.629Z] #19 20.87 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
13:36:53 [2022-08-23T13:36:53.629Z] #19 20.88 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
13:36:53 [2022-08-23T13:36:53.629Z] #19 20.89 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
13:36:53 [2022-08-23T13:36:53.629Z] #19 20.91 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB]
13:36:53 [2022-08-23T13:36:53.738Z] #67 5.081 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:36:53 [2022-08-23T13:36:53.738Z] #67 5.081 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.23 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.23 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.23 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.24 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.24 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.24 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.24 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.24 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.26 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.26 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.26 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.27 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.60 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
13:36:54 [2022-08-23T13:36:54.195Z] #19 21.60 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
13:36:54 [2022-08-23T13:36:54.300Z] #67 5.765 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:36:54 [2022-08-23T13:36:54.453Z] #19 21.61 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
13:36:54 [2022-08-23T13:36:54.453Z] #19 21.62 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
13:36:54 [2022-08-23T13:36:54.453Z] #19 21.63 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB]
13:36:54 [2022-08-23T13:36:54.557Z] #67 ...
13:36:54 [2022-08-23T13:36:54.557Z] 
13:36:54 [2022-08-23T13:36:54.557Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:54 [2022-08-23T13:36:54.557Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
13:36:54 [2022-08-23T13:36:54.557Z] #62 1.945 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
13:36:54 [2022-08-23T13:36:54.557Z] #62 1.945 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
13:36:54 [2022-08-23T13:36:54.557Z] #62 1.945 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
13:36:54 [2022-08-23T13:36:54.557Z] #62 3.190 Reading package lists...
13:36:54 [2022-08-23T13:36:54.557Z] #62 5.241 Reading package lists...
13:36:54 [2022-08-23T13:36:54.557Z] #62 6.897 Building dependency tree...
13:36:54 [2022-08-23T13:36:54.557Z] #62 7.387 Reading state information...
13:36:54 [2022-08-23T13:36:54.557Z] #62 7.896 The following additional packages will be installed:
13:36:54 [2022-08-23T13:36:54.557Z] #62 7.897   libbtrfs0
13:36:54 [2022-08-23T13:36:54.557Z] #62 7.941 The following NEW packages will be installed:
13:36:54 [2022-08-23T13:36:54.557Z] #62 7.953   libbtrfs-dev libbtrfs0
13:36:54 [2022-08-23T13:36:54.557Z] #62 8.234 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
13:36:54 [2022-08-23T13:36:54.557Z] #62 8.234 Need to get 460 kB of archives.
13:36:54 [2022-08-23T13:36:54.557Z] #62 8.234 After this operation, 1237 kB of additional disk space will be used.
13:36:54 [2022-08-23T13:36:54.557Z] #62 8.234 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
13:36:54 [2022-08-23T13:36:54.557Z] #62 8.240 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
13:36:54 [2022-08-23T13:36:54.557Z] #62 8.762 debconf: delaying package configuration, since apt-utils is not installed
13:36:54 [2022-08-23T13:36:54.557Z] #62 8.879 Fetched 460 kB in 0s (1645 kB/s)
13:36:54 [2022-08-23T13:36:54.557Z] #62 8.966 Selecting previously unselected package libbtrfs0:amd64.
13:36:54 [2022-08-23T13:36:54.557Z] #62 8.966 (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 ... 15717 files and directories currently installed.)
13:36:54 [2022-08-23T13:36:54.557Z] #62 9.038 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
13:36:54 [2022-08-23T13:36:54.557Z] #62 9.042 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
13:36:54 [2022-08-23T13:36:54.557Z] #62 9.287 Selecting previously unselected package libbtrfs-dev:amd64.
13:36:54 [2022-08-23T13:36:54.557Z] #62 9.287 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
13:36:54 [2022-08-23T13:36:54.557Z] #62 9.312 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
13:36:54 [2022-08-23T13:36:54.557Z] #62 9.605 Setting up libbtrfs0:amd64 (5.10.1-2) ...
13:36:54 [2022-08-23T13:36:54.557Z] #62 9.638 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
13:36:54 [2022-08-23T13:36:54.557Z] #62 9.668 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:36:54 [2022-08-23T13:36:54.710Z] #19 21.96 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
13:36:54 [2022-08-23T13:36:54.710Z] #19 21.96 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
13:36:54 [2022-08-23T13:36:54.817Z] #62 DONE 10.1s
13:36:54 [2022-08-23T13:36:54.817Z] 
13:36:54 [2022-08-23T13:36:54.817Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:54 [2022-08-23T13:36:54.817Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:36:54 [2022-08-23T13:36:54.817Z] #42 1.949 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
13:36:54 [2022-08-23T13:36:54.817Z] #42 1.949 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
13:36:54 [2022-08-23T13:36:54.817Z] #42 1.949 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
13:36:54 [2022-08-23T13:36:54.817Z] #42 3.294 Reading package lists...
13:36:54 [2022-08-23T13:36:54.817Z] #42 5.594 Reading package lists...
13:36:54 [2022-08-23T13:36:54.817Z] #42 7.510 Building dependency tree...
13:36:54 [2022-08-23T13:36:54.817Z] #42 7.999 Reading state information...
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.312 The following additional packages will be installed:
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.313   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.315 Suggested packages:
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.315   cmake-doc ninja-build lrzip
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.315 Recommended packages:
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.315   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.546 The following NEW packages will be installed:
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.549   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.549   vim-common xxd
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.870 0 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.870 Need to get 17.7 MB of archives.
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.870 After this operation, 70.7 MB of additional disk space will be used.
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.870 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.874 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.880 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
13:36:54 [2022-08-23T13:36:54.817Z] #42 8.952 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
13:36:54 [2022-08-23T13:36:54.817Z] #42 9.168 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
13:36:54 [2022-08-23T13:36:54.817Z] #42 9.187 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
13:36:54 [2022-08-23T13:36:54.817Z] #42 9.220 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
13:36:54 [2022-08-23T13:36:54.817Z] #42 9.220 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
13:36:54 [2022-08-23T13:36:54.817Z] #42 9.220 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
13:36:54 [2022-08-23T13:36:54.817Z] #42 9.220 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
13:36:54 [2022-08-23T13:36:54.817Z] #42 10.05 debconf: delaying package configuration, since apt-utils is not installed
13:36:54 [2022-08-23T13:36:54.965Z] #19 22.25 debconf: delaying package configuration, since apt-utils is not installed
13:36:55 [2022-08-23T13:36:55.077Z] 
13:36:55 [2022-08-23T13:36:55.077Z] #42 ...
13:36:55 [2022-08-23T13:36:55.077Z] 
13:36:55 [2022-08-23T13:36:55.077Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
13:36:55 [2022-08-23T13:36:55.077Z] #63 sha256:bcf584fa41c7cb176cb0987c10deb0ecd4df2710eb39095a1f94e9ba88467f15
13:36:55 [2022-08-23T13:36:55.077Z] #63 DONE 0.1s
13:36:55 [2022-08-23T13:36:55.077Z] 
13:36:55 [2022-08-23T13:36:55.077Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:55 [2022-08-23T13:36:55.077Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:36:55 [2022-08-23T13:36:55.077Z] #42 10.22 Fetched 17.7 MB in 1s (20.4 MB/s)
13:36:55 [2022-08-23T13:36:55.077Z] #42 10.29 Selecting previously unselected package xxd.
13:36:55 [2022-08-23T13:36:55.077Z] #42 10.29 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
13:36:55 [2022-08-23T13:36:55.077Z] #42 ...
13:36:55 [2022-08-23T13:36:55.077Z] 
13:36:55 [2022-08-23T13:36:55.077Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:36:55 [2022-08-23T13:36:55.077Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:36:55 [2022-08-23T13:36:55.077Z] #14 1.805 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
13:36:55 [2022-08-23T13:36:55.077Z] #14 1.805 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
13:36:55 [2022-08-23T13:36:55.077Z] #14 1.805 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
13:36:55 [2022-08-23T13:36:55.077Z] #14 3.086 Reading package lists...
13:36:55 [2022-08-23T13:36:55.077Z] #14 5.078 Reading package lists...
13:36:55 [2022-08-23T13:36:55.077Z] #14 6.848 Building dependency tree...
13:36:55 [2022-08-23T13:36:55.077Z] #14 7.329 Reading state information...
13:36:55 [2022-08-23T13:36:55.077Z] #14 7.832 The following additional packages will be installed:
13:36:55 [2022-08-23T13:36:55.077Z] #14 7.832   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:36:55 [2022-08-23T13:36:55.077Z] #14 7.833   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
13:36:55 [2022-08-23T13:36:55.077Z] #14 7.833   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
13:36:55 [2022-08-23T13:36:55.077Z] #14 7.833   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
13:36:55 [2022-08-23T13:36:55.077Z] #14 7.834   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
13:36:55 [2022-08-23T13:36:55.077Z] #14 7.834   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
13:36:55 [2022-08-23T13:36:55.077Z] #14 7.835   mingw-w64-common mingw-w64-x86-64-dev
13:36:55 [2022-08-23T13:36:55.077Z] #14 7.837 Suggested packages:
13:36:55 [2022-08-23T13:36:55.077Z] #14 7.837   gcc-10-locales seccomp wine64
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.359 The following NEW packages will be installed:
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.361   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.361   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.361   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.362   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.362   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.363   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.363   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.363   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.364   mingw-w64-x86-64-dev
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.683 0 upgraded, 30 newly installed, 0 to remove and 8 not upgraded.
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.683 Need to get 115 MB of archives.
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.683 After this operation, 645 MB of additional disk space will be used.
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.683 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.761 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.857 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.859 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.863 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
13:36:55 [2022-08-23T13:36:55.077Z] #14 8.867 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
13:36:55 [2022-08-23T13:36:55.077Z] #14 9.093 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
13:36:55 [2022-08-23T13:36:55.077Z] #14 9.223 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
13:36:55 [2022-08-23T13:36:55.077Z] #14 9.223 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
13:36:55 [2022-08-23T13:36:55.077Z] #14 9.617 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
13:36:55 [2022-08-23T13:36:55.077Z] #14 10.28 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
13:36:55 [2022-08-23T13:36:55.077Z] #14 ...
13:36:55 [2022-08-23T13:36:55.077Z] 
13:36:55 [2022-08-23T13:36:55.077Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:55 [2022-08-23T13:36:55.077Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:36:55 [2022-08-23T13:36:55.078Z] #42 10.29 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
13:36:55 [2022-08-23T13:36:55.078Z] #42 10.37 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
13:36:55 [2022-08-23T13:36:55.078Z] #42 10.39 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:36:55 [2022-08-23T13:36:55.221Z] #19 22.36 Fetched 788 MB in 6s (132 MB/s)
13:36:55 [2022-08-23T13:36:55.221Z] #19 22.39 Selecting previously unselected package liblocale-gettext-perl.
13:36:55 [2022-08-23T13:36:55.221Z] #19 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 ... 15717 files and directories currently installed.)
13:36:55 [2022-08-23T13:36:55.221Z] #19 22.48 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
13:36:55 [2022-08-23T13:36:55.221Z] #19 22.48 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
13:36:55 [2022-08-23T13:36:55.221Z] #19 22.52 Selecting previously unselected package bzip2.
13:36:55 [2022-08-23T13:36:55.221Z] #19 22.52 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
13:36:55 [2022-08-23T13:36:55.221Z] #19 22.52 Unpacking bzip2 (1.0.8-4) ...
13:36:55 [2022-08-23T13:36:55.221Z] #19 22.56 Selecting previously unselected package libmagic-mgc.
13:36:55 [2022-08-23T13:36:55.335Z] #42 10.54 Selecting previously unselected package vim-common.
13:36:55 [2022-08-23T13:36:55.335Z] #42 10.54 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:36:55 [2022-08-23T13:36:55.335Z] #42 10.58 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:36:55 [2022-08-23T13:36:55.477Z] #19 22.56 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
13:36:55 [2022-08-23T13:36:55.477Z] #19 22.56 Unpacking libmagic-mgc (1:5.39-3) ...
13:36:55 [2022-08-23T13:36:55.477Z] #19 22.64 Selecting previously unselected package libmagic1:amd64.
13:36:55 [2022-08-23T13:36:55.477Z] #19 22.64 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
13:36:55 [2022-08-23T13:36:55.477Z] #19 22.65 Unpacking libmagic1:amd64 (1:5.39-3) ...
13:36:55 [2022-08-23T13:36:55.477Z] #19 22.69 Selecting previously unselected package file.
13:36:55 [2022-08-23T13:36:55.477Z] #19 22.69 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
13:36:55 [2022-08-23T13:36:55.477Z] #19 22.69 Unpacking file (1:5.39-3) ...
13:36:55 [2022-08-23T13:36:55.477Z] #19 22.72 Selecting previously unselected package xz-utils.
13:36:55 [2022-08-23T13:36:55.477Z] #19 22.73 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
13:36:55 [2022-08-23T13:36:55.477Z] #19 22.73 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:36:55 [2022-08-23T13:36:55.477Z] #19 22.81 Selecting previously unselected package binutils-aarch64-linux-gnu.
13:36:55 [2022-08-23T13:36:55.595Z] #42 10.82 Selecting previously unselected package cmake-data.
13:36:55 [2022-08-23T13:36:55.595Z] #42 10.82 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
13:36:55 [2022-08-23T13:36:55.595Z] #42 10.84 Unpacking cmake-data (3.18.4-2+deb11u1) ...
13:36:55 [2022-08-23T13:36:55.733Z] #19 22.81 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
13:36:55 [2022-08-23T13:36:55.734Z] #19 22.82 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
13:36:55 [2022-08-23T13:36:55.852Z] #42 ...
13:36:55 [2022-08-23T13:36:55.852Z] 
13:36:55 [2022-08-23T13:36:55.852Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:36:55 [2022-08-23T13:36:55.852Z] #29 sha256:cb1c10d3768b77ddcf0d3621b94e9595e441010936372a78aecbeca513be8755
13:36:55 [2022-08-23T13:36:55.852Z] #29 CACHED
13:36:55 [2022-08-23T13:36:55.852Z] 
13:36:55 [2022-08-23T13:36:55.852Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:36:55 [2022-08-23T13:36:55.852Z] #30 sha256:54c6208030f7b994460698d17e384f313b2d978ca52f3bd8ef6c8e5b2bfa5094
13:36:55 [2022-08-23T13:36:55.852Z] #30 CACHED
13:36:55 [2022-08-23T13:36:55.852Z] 
13:36:55 [2022-08-23T13:36:55.852Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:55 [2022-08-23T13:36:55.852Z] #31 sha256:11561e867ab30442442162ecc5337e77a43afda187b3c1b55228886675413e4e
13:36:55 [2022-08-23T13:36:55.852Z] #31 CACHED
13:36:55 [2022-08-23T13:36:55.852Z] 
13:36:55 [2022-08-23T13:36:55.852Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:36:55 [2022-08-23T13:36:55.852Z] #33 sha256:ea61007e71da38551d3dc16a23be5958ed650772f19a0ab118fe57e63b053cc9
13:36:55 [2022-08-23T13:36:55.852Z] #33 CACHED
13:36:55 [2022-08-23T13:36:55.852Z] 
13:36:55 [2022-08-23T13:36:55.852Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:36:55 [2022-08-23T13:36:55.852Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
13:36:55 [2022-08-23T13:36:55.852Z] #34 CACHED
13:36:55 [2022-08-23T13:36:55.852Z] 
13:36:55 [2022-08-23T13:36:55.852Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
13:36:55 [2022-08-23T13:36:55.852Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
13:36:55 [2022-08-23T13:36:55.852Z] #36 CACHED
13:36:55 [2022-08-23T13:36:55.852Z] 
13:36:55 [2022-08-23T13:36:55.852Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
13:36:55 [2022-08-23T13:36:55.852Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
13:36:55 [2022-08-23T13:36:55.852Z] #38 CACHED
13:36:55 [2022-08-23T13:36:55.852Z] 
13:36:55 [2022-08-23T13:36:55.852Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:36:55 [2022-08-23T13:36:55.852Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
13:36:55 [2022-08-23T13:36:55.852Z] #40 CACHED
13:36:55 [2022-08-23T13:36:55.852Z] 
13:36:55 [2022-08-23T13:36:55.852Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:36:55 [2022-08-23T13:36:55.852Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:36:55 [2022-08-23T13:36:55.852Z] #14 10.62 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
13:36:55 [2022-08-23T13:36:55.852Z] #14 10.83 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
13:36:55 [2022-08-23T13:36:55.989Z] #19 23.15 Selecting previously unselected package binutils-arm-linux-gnueabi.
13:36:55 [2022-08-23T13:36:55.989Z] #19 23.15 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
13:36:55 [2022-08-23T13:36:55.989Z] #19 23.15 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
13:36:56 [2022-08-23T13:36:56.108Z] #14 11.46 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
13:36:56 [2022-08-23T13:36:56.245Z] #19 23.45 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:36:56 [2022-08-23T13:36:56.245Z] #19 23.46 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
13:36:56 [2022-08-23T13:36:56.245Z] #19 23.46 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
13:36:56 [2022-08-23T13:36:56.308Z] Created binary: bundles/binary-proxy/docker-proxy
13:36:56 [2022-08-23T13:36:56.308Z] 
13:36:56 [2022-08-23T13:36:56.308Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
13:36:56 [2022-08-23T13:36:56.308Z] Installing docker-proxy to /usr/local/bin/
13:36:56 [2022-08-23T13:36:56.308Z] 
13:36:56 [2022-08-23T13:36:56.308Z] + mkdir -p bundles
13:36:56 [2022-08-23T13:36:56.308Z] + '[' -n 'github.com/docker/docker/api
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/backend/build
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/httpstatus
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/httputils
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/middleware
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/build
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/checkpoint
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/container
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/debug
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/distribution
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/grpc
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/image
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/network
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/plugin
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/session
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/swarm
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/system
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/server/router/volume
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/backend
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/blkiodev
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/container
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/events
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/filters
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/image
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/mount
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/network
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/plugins/logdriver
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/registry
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/strslice
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/swarm
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/swarm/runtime
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/time
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/versions
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/versions/v1p19
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/versions/v1p20
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/api/types/volume
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/builder
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/builder/builder-next
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/builder/builder-next/exporter
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/builder/builder-next/worker
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/builder/dockerfile
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/builder/remotecontext
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/builder/remotecontext/git
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/builder/remotecontext/urlutil
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/cli
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/cli/config
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/cli/debug
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/cli/winresources/docker-proxy
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/cli/winresources/dockerd
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/client
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/cmd/docker-proxy
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/cmd/dockerd
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/cmd/dockerd/trap
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/container
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/container/stream
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/contrib/apparmor
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/contrib/docker-device-tool
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/contrib/httpserver
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/cluster
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/cluster/convert
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/cluster/executor
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/cluster/executor/container
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/cluster/provider
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/config
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/containerd
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/events
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/events/testutils
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/exec
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver/aufs
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver/copy
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver/devmapper
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver/overlay
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver/register
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver/vfs
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/graphdriver/zfs
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/images
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/initlayer
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/links
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/listeners
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/awslogs
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/fluentd
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/gcplogs
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/gelf
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/journald
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/local
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/logentries
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/loggertest
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/loggerutils
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/splunk
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/syslog
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/logger/templates
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/names
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/network
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/daemon/stats
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/distribution
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/distribution/metadata
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/distribution/utils
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/distribution/xfer
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/dockerversion
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/errdefs
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/image
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/image/cache
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/image/tarexport
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/image/v1
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/internal/test/suite
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/layer
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/libcontainerd
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/libcontainerd/queue
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/libcontainerd/remote
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/libcontainerd/supervisor
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/libcontainerd/types
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/oci
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/oci/caps
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/opts
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/aaparser
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/archive
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/authorization
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/broadcaster
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/capabilities
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/chrootarchive
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/containerfs
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/devicemapper
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/directory
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/dmesg
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/fileutils
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/fsutils
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/homedir
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/idtools
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/ioutils
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/jsonmessage
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/longpath
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/loopback
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/namesgenerator
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/parsers
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/parsers/kernel
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/pidfile
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/platform
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/plugingetter
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/plugins
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/plugins/transport
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/pools
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/progress
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/pubsub
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/reexec
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/signal
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/stack
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/stdcopy
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/streamformatter
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/stringid
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/sysinfo
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/system
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/tailfile
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/tarsum
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/urlutil
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/pkg/useragent
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/plugin
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/plugin/executor/containerd
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/plugin/v2
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/profiles/apparmor
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/profiles/seccomp
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/quota
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/reference
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/registry
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/registry/resumable
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/restartmanager
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/rootless
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/rootless/specconv
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/runconfig
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/runconfig/opts
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/testutil
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/testutil/daemon
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/testutil/environment
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/testutil/fakecontext
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/testutil/fakegit
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/testutil/fakestorage
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/testutil/fixtures/load
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/testutil/fixtures/plugin
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/testutil/registry
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/testutil/request
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/volume
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/volume/drivers
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/volume/local
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/volume/mounts
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/volume/service
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/volume/service/opts
13:36:56 [2022-08-23T13:36:56.308Z] github.com/docker/docker/volume/testutils' ']'
13:36:56 [2022-08-23T13:36:56.309Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m 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/httpstatus 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/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/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles 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/containerd 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/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy 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/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs 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/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/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal 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/loggertest 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/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/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils 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/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator 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/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid 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/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/apparmor 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/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
13:36:56 [2022-08-23T13:36:56.309Z] ?   	github.com/docker/docker/api	[no test files]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.67 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.67 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.67 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.67 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.68 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.68 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.69 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.69 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.69 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.70 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.70 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.70 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.72 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.72 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.72 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
13:36:56 [2022-08-23T13:36:56.365Z] #14 11.73 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
13:36:56 [2022-08-23T13:36:56.501Z] #19 23.76 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
13:36:56 [2022-08-23T13:36:56.501Z] #19 23.76 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
13:36:56 [2022-08-23T13:36:56.501Z] #19 23.76 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
13:36:56 [2022-08-23T13:36:56.667Z] #14 12.02 debconf: delaying package configuration, since apt-utils is not installed
13:36:56 [2022-08-23T13:36:56.667Z] #14 12.10 Fetched 115 MB in 3s (34.1 MB/s)
13:36:56 [2022-08-23T13:36:56.758Z] #19 24.03 Selecting previously unselected package binutils-s390x-linux-gnu.
13:36:56 [2022-08-23T13:36:56.758Z] #19 24.03 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
13:36:56 [2022-08-23T13:36:56.758Z] #19 24.04 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
13:36:56 [2022-08-23T13:36:56.927Z] #14 12.14 Selecting previously unselected package binutils-mingw-w64-i686.
13:36:56 [2022-08-23T13:36:56.927Z] #14 12.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 ... 15717 files and directories currently installed.)
13:36:56 [2022-08-23T13:36:56.927Z] #14 12.20 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
13:36:56 [2022-08-23T13:36:56.927Z] #14 12.21 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:36:57 [2022-08-23T13:36:57.014Z] #19 24.26 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
13:36:57 [2022-08-23T13:36:57.014Z] #19 24.26 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
13:36:57 [2022-08-23T13:36:57.014Z] #19 24.26 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
13:36:57 [2022-08-23T13:36:57.014Z] #19 24.29 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
13:36:57 [2022-08-23T13:36:57.271Z] #19 24.30 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:36:57 [2022-08-23T13:36:57.271Z] #19 24.30 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
13:36:57 [2022-08-23T13:36:57.856Z] #14 13.18 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:36:57 [2022-08-23T13:36:57.856Z] #14 13.18 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
13:36:57 [2022-08-23T13:36:57.856Z] #14 13.18 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:36:58 [2022-08-23T13:36:58.783Z] #14 14.25 Selecting previously unselected package binutils-mingw-w64.
13:36:58 [2022-08-23T13:36:58.783Z] #14 14.26 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
13:36:59 [2022-08-23T13:36:59.039Z] #14 14.26 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
13:36:59 [2022-08-23T13:36:59.039Z] #14 14.33 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:36:59 [2022-08-23T13:36:59.039Z] #14 14.33 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:36:59 [2022-08-23T13:36:59.039Z] #14 14.35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:36:59 [2022-08-23T13:36:59.039Z] #14 14.44 Selecting previously unselected package dmsetup.
13:36:59 [2022-08-23T13:36:59.039Z] #14 14.45 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
13:36:59 [2022-08-23T13:36:59.039Z] #14 14.46 Unpacking dmsetup (2:1.02.175-2.1) ...
13:36:59 [2022-08-23T13:36:59.295Z] #14 14.55 Selecting previously unselected package mingw-w64-common.
13:36:59 [2022-08-23T13:36:59.296Z] #14 14.55 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
13:36:59 [2022-08-23T13:36:59.296Z] #14 14.56 Unpacking mingw-w64-common (8.0.0-1) ...
13:37:01 [2022-08-23T13:37:01.186Z] #14 16.69 Selecting previously unselected package mingw-w64-x86-64-dev.
13:37:01 [2022-08-23T13:37:01.441Z] #19 28.75 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
13:37:01 [2022-08-23T13:37:01.441Z] #19 28.75 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
13:37:01 [2022-08-23T13:37:01.441Z] #19 28.76 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
13:37:01 [2022-08-23T13:37:01.442Z] #14 16.69 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
13:37:01 [2022-08-23T13:37:01.442Z] #14 16.70 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
13:37:01 [2022-08-23T13:37:01.697Z] #19 28.79 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
13:37:01 [2022-08-23T13:37:01.697Z] #19 28.79 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
13:37:01 [2022-08-23T13:37:01.697Z] #19 28.80 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:37:02 [2022-08-23T13:37:02.371Z] #14 ...
13:37:02 [2022-08-23T13:37:02.371Z] 
13:37:02 [2022-08-23T13:37:02.371Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:37:02 [2022-08-23T13:37:02.371Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:37:02 [2022-08-23T13:37:02.371Z] #42 11.97 Selecting previously unselected package libicu67:amd64.
13:37:02 [2022-08-23T13:37:02.371Z] #42 11.98 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 12.00 Unpacking libicu67:amd64 (67.1-7) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 14.50 Selecting previously unselected package libxml2:amd64.
13:37:02 [2022-08-23T13:37:02.371Z] #42 14.50 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 14.51 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 14.72 Selecting previously unselected package libarchive13:amd64.
13:37:02 [2022-08-23T13:37:02.371Z] #42 14.73 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 14.73 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 14.92 Selecting previously unselected package libjsoncpp24:amd64.
13:37:02 [2022-08-23T13:37:02.371Z] #42 14.92 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 14.93 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 15.02 Selecting previously unselected package librhash0:amd64.
13:37:02 [2022-08-23T13:37:02.371Z] #42 15.03 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 15.03 Unpacking librhash0:amd64 (1.4.1-2) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 15.11 Selecting previously unselected package libuv1:amd64.
13:37:02 [2022-08-23T13:37:02.371Z] #42 15.12 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 15.13 Unpacking libuv1:amd64 (1.40.0-2) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 15.23 Selecting previously unselected package cmake.
13:37:02 [2022-08-23T13:37:02.371Z] #42 15.23 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 15.24 Unpacking cmake (3.18.4-2+deb11u1) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 16.93 Setting up libicu67:amd64 (67.1-7) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 16.96 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 16.97 Setting up libuv1:amd64 (1.40.0-2) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 16.99 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 17.03 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 17.05 Setting up librhash0:amd64 (1.4.1-2) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 17.07 Setting up cmake-data (3.18.4-2+deb11u1) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 17.09 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 17.11 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 17.13 Setting up cmake (3.18.4-2+deb11u1) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 17.15 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:37:02 [2022-08-23T13:37:02.371Z] #42 DONE 17.8s
13:37:02 [2022-08-23T13:37:02.371Z] 
13:37:02 [2022-08-23T13:37:02.371Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
13:37:02 [2022-08-23T13:37:02.371Z] #43 sha256:3b868197740e1d12b169bd7be401f31e10d5949ea8dc2a32ce96ba14ca4c8edc
13:37:02 [2022-08-23T13:37:02.628Z] #43 DONE 0.1s
13:37:02 [2022-08-23T13:37:02.628Z] 
13:37:02 [2022-08-23T13:37:02.628Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:37:02 [2022-08-23T13:37:02.628Z] #44 sha256:e5fb6cfd53ca52e617db10b16cd1f1bb1e4bf2d5f428d3658c9172946f312ba9
13:37:03 [2022-08-23T13:37:03.191Z] #44 0.801 + RM_GOPATH=0
13:37:03 [2022-08-23T13:37:03.191Z] #44 0.801 + TMP_GOPATH=
13:37:03 [2022-08-23T13:37:03.191Z] #44 0.801 + : /build
13:37:03 [2022-08-23T13:37:03.191Z] #44 0.801 + '[' -z '' ']'
13:37:03 [2022-08-23T13:37:03.191Z] #44 0.802 ++ mktemp -d
13:37:03 [2022-08-23T13:37:03.191Z] #44 0.805 + export GOPATH=/tmp/tmp.X1Wq8ZY3oY
13:37:03 [2022-08-23T13:37:03.191Z] #44 0.805 + GOPATH=/tmp/tmp.X1Wq8ZY3oY
13:37:03 [2022-08-23T13:37:03.191Z] #44 0.805 + RM_GOPATH=1
13:37:03 [2022-08-23T13:37:03.448Z] #44 0.805 + case "$(go env GOARCH)" in
13:37:03 [2022-08-23T13:37:03.448Z] #44 0.807 ++ go env GOARCH
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.818 + export GO_BUILDMODE=-buildmode=pie
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.818 + GO_BUILDMODE=-buildmode=pie
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.819 ++ dirname /install.sh
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.820 + dir=/
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.820 + bin=tini
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.820 + shift
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.820 + '[' '!' -f //tini.installer ']'
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.820 + . //tini.installer
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.821 ++ : v0.19.0
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.821 + install_tini
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.821 + echo 'Install tini version v0.19.0'
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.821 Install tini version v0.19.0
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.821 + git clone https://github.com/krallin/tini.git /tmp/tmp.X1Wq8ZY3oY/tini
13:37:03 [2022-08-23T13:37:03.449Z] #44 0.822 Cloning into '/tmp/tmp.X1Wq8ZY3oY/tini'...
13:37:03 [2022-08-23T13:37:03.705Z] #44 1.253 + cd /tmp/tmp.X1Wq8ZY3oY/tini
13:37:03 [2022-08-23T13:37:03.962Z] #44 1.261 + git checkout -q v0.19.0
13:37:03 [2022-08-23T13:37:03.962Z] #44 1.266 + cmake .
13:37:04 [2022-08-23T13:37:04.218Z] #44 1.577 -- The C compiler identification is GNU 10.2.1
13:37:04 [2022-08-23T13:37:04.218Z] #44 1.611 -- Detecting C compiler ABI info
13:37:04 [2022-08-23T13:37:04.475Z] #44 1.925 -- Detecting C compiler ABI info - done
13:37:04 [2022-08-23T13:37:04.475Z] #44 2.003 -- Check for working C compiler: /usr/bin/cc - skipped
13:37:04 [2022-08-23T13:37:04.475Z] #44 2.004 -- Detecting C compile features
13:37:04 [2022-08-23T13:37:04.475Z] #44 2.008 -- Detecting C compile features - done
13:37:04 [2022-08-23T13:37:04.475Z] #44 2.026 -- Performing Test HAS_BUILTIN_FORTIFY
13:37:04 [2022-08-23T13:37:04.732Z] #44 2.167 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:37:04 [2022-08-23T13:37:04.732Z] #44 2.210 -- Configuring done
13:37:04 [2022-08-23T13:37:04.732Z] #44 2.216 -- Generating done
13:37:04 [2022-08-23T13:37:04.732Z] #44 2.223 -- Build files have been written to: /tmp/tmp.X1Wq8ZY3oY/tini
13:37:04 [2022-08-23T13:37:04.732Z] #44 2.232 + make tini-static
13:37:04 [2022-08-23T13:37:04.988Z] #44 ...
13:37:04 [2022-08-23T13:37:04.988Z] 
13:37:04 [2022-08-23T13:37:04.988Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:37:04 [2022-08-23T13:37:04.988Z] #64 sha256:dd286341035029ed8fd27866abe31bc3f7ed607ef5f8a5979defbeb49697b297
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.075 + RM_GOPATH=0
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.077 + TMP_GOPATH=
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.077 + : /build
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.077 + '[' -z '' ']'
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.077 ++ mktemp -d
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.079 + export GOPATH=/tmp/tmp.Rl09OJRmZZ
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.079 + GOPATH=/tmp/tmp.Rl09OJRmZZ
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.079 + RM_GOPATH=1
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.079 + case "$(go env GOARCH)" in
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.079 ++ go env GOARCH
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.099 + export GO_BUILDMODE=-buildmode=pie
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.099 + GO_BUILDMODE=-buildmode=pie
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.100 ++ dirname /install.sh
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.102 + dir=/
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.102 + bin=containerd
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.103 + shift
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.103 + '[' '!' -f //containerd.installer ']'
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.104 + . //containerd.installer
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.105 ++ set -e
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.105 ++ : v1.6.7
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.105 + install_containerd
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.107 + echo 'Install containerd version v1.6.7'
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.108 Install containerd version v1.6.7
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.111 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Rl09OJRmZZ/src/github.com/containerd/containerd
13:37:04 [2022-08-23T13:37:04.988Z] #64 1.114 Cloning into '/tmp/tmp.Rl09OJRmZZ/src/github.com/containerd/containerd'...
13:37:04 [2022-08-23T13:37:04.988Z] #64 ...
13:37:04 [2022-08-23T13:37:04.988Z] 
13:37:04 [2022-08-23T13:37:04.988Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:37:04 [2022-08-23T13:37:04.988Z] #44 sha256:e5fb6cfd53ca52e617db10b16cd1f1bb1e4bf2d5f428d3658c9172946f312ba9
13:37:04 [2022-08-23T13:37:04.988Z] #44 2.502 Scanning dependencies of target tini-static
13:37:04 [2022-08-23T13:37:04.988Z] #44 2.539 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:37:05 [2022-08-23T13:37:05.551Z] #44 3.071 [100%] Linking C executable tini-static
13:37:05 [2022-08-23T13:37:05.870Z] #19 32.95 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
13:37:05 [2022-08-23T13:37:05.870Z] #19 32.96 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
13:37:05 [2022-08-23T13:37:05.870Z] #19 32.96 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
13:37:05 [2022-08-23T13:37:05.870Z] #19 32.99 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
13:37:05 [2022-08-23T13:37:05.870Z] #19 32.99 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
13:37:05 [2022-08-23T13:37:05.870Z] #19 33.00 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:37:06 [2022-08-23T13:37:06.114Z] #44 3.419 [100%] Built target tini-static
13:37:06 [2022-08-23T13:37:06.114Z] #44 3.455 + mkdir -p /build
13:37:06 [2022-08-23T13:37:06.114Z] #44 3.458 + cp tini-static /build/docker-init
13:37:06 [2022-08-23T13:37:06.371Z] #44 DONE 3.9s
13:37:06 [2022-08-23T13:37:06.371Z] 
13:37:06 [2022-08-23T13:37:06.371Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:37:06 [2022-08-23T13:37:06.371Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:37:06 [2022-08-23T13:37:06.371Z] #14 19.40 Selecting previously unselected package gcc-mingw-w64-base.
13:37:06 [2022-08-23T13:37:06.371Z] #14 19.41 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
13:37:06 [2022-08-23T13:37:06.371Z] #14 19.41 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:37:06 [2022-08-23T13:37:06.371Z] #14 19.48 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
13:37:06 [2022-08-23T13:37:06.371Z] #14 19.49 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
13:37:06 [2022-08-23T13:37:06.371Z] #14 19.51 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:37:07 [2022-08-23T13:37:07.740Z] #14 ...
13:37:07 [2022-08-23T13:37:07.740Z] 
13:37:07 [2022-08-23T13:37:07.740Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:37:07 [2022-08-23T13:37:07.740Z] #46 sha256:204f13c2ebd5f8cf12661cec9fb153ac610aee1fee87cef4ff4fdc3075d6a0dc
13:37:07 [2022-08-23T13:37:07.740Z] #46 CACHED
13:37:07 [2022-08-23T13:37:07.740Z] 
13:37:07 [2022-08-23T13:37:07.740Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:37:07 [2022-08-23T13:37:07.740Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
13:37:07 [2022-08-23T13:37:07.740Z] #47 CACHED
13:37:07 [2022-08-23T13:37:07.740Z] 
13:37:07 [2022-08-23T13:37:07.740Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
13:37:07 [2022-08-23T13:37:07.740Z] #50 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5
13:37:07 [2022-08-23T13:37:07.740Z] #50 CACHED
13:37:07 [2022-08-23T13:37:07.740Z] 
13:37:07 [2022-08-23T13:37:07.740Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
13:37:07 [2022-08-23T13:37:07.740Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
13:37:07 [2022-08-23T13:37:07.740Z] #51 CACHED
13:37:07 [2022-08-23T13:37:07.740Z] 
13:37:07 [2022-08-23T13:37:07.740Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
13:37:07 [2022-08-23T13:37:07.740Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
13:37:07 [2022-08-23T13:37:07.740Z] #53 CACHED
13:37:07 [2022-08-23T13:37:07.740Z] 
13:37:07 [2022-08-23T13:37:07.740Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:37:07 [2022-08-23T13:37:07.740Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:37:07 [2022-08-23T13:37:07.740Z] #55 CACHED
13:37:07 [2022-08-23T13:37:07.740Z] 
13:37:07 [2022-08-23T13:37:07.740Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
13:37:07 [2022-08-23T13:37:07.740Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
13:37:07 [2022-08-23T13:37:07.740Z] #57 CACHED
13:37:07 [2022-08-23T13:37:07.740Z] 
13:37:07 [2022-08-23T13:37:07.740Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:37:07 [2022-08-23T13:37:07.740Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:37:07 [2022-08-23T13:37:07.740Z] #14 23.03 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
13:37:07 [2022-08-23T13:37:07.740Z] #14 23.04 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
13:37:07 [2022-08-23T13:37:07.740Z] #14 23.04 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:37:11 [2022-08-23T13:37:11.130Z] #19 37.48 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
13:37:11 [2022-08-23T13:37:11.130Z] #19 37.48 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
13:37:11 [2022-08-23T13:37:11.130Z] #19 37.54 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
13:37:11 [2022-08-23T13:37:11.130Z] #19 37.95 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
13:37:11 [2022-08-23T13:37:11.130Z] #19 37.95 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:37:11 [2022-08-23T13:37:11.130Z] #19 38.00 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:37:11 [2022-08-23T13:37:11.204Z] ok  	github.com/docker/docker/api/server	0.005s	coverage: 7.9% of statements
13:37:12 [2022-08-23T13:37:12.985Z] #14 28.32 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
13:37:12 [2022-08-23T13:37:12.985Z] #14 28.32 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
13:37:12 [2022-08-23T13:37:12.985Z] #14 28.32 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:37:13 [2022-08-23T13:37:13.912Z] #14 ...
13:37:13 [2022-08-23T13:37:13.912Z] 
13:37:13 [2022-08-23T13:37:13.912Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:37:13 [2022-08-23T13:37:13.913Z] #64 sha256:dd286341035029ed8fd27866abe31bc3f7ed607ef5f8a5979defbeb49697b297
13:37:13 [2022-08-23T13:37:13.913Z] #64 19.02 + cd /tmp/tmp.Rl09OJRmZZ/src/github.com/containerd/containerd
13:37:13 [2022-08-23T13:37:13.913Z] #64 19.02 + git checkout -q v1.6.7
13:37:14 [2022-08-23T13:37:14.841Z] #64 20.05 + export 'BUILDTAGS=netgo osusergo static_build'
13:37:15 [2022-08-23T13:37:15.098Z] #64 20.05 + BUILDTAGS='netgo osusergo static_build'
13:37:15 [2022-08-23T13:37:15.098Z] #64 20.05 + export EXTRA_FLAGS=-buildmode=pie
13:37:15 [2022-08-23T13:37:15.098Z] #64 20.05 + EXTRA_FLAGS=-buildmode=pie
13:37:15 [2022-08-23T13:37:15.098Z] #64 20.05 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:37:15 [2022-08-23T13:37:15.098Z] #64 20.05 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:37:15 [2022-08-23T13:37:15.098Z] #64 20.05 + '[' '' = dynamic ']'
13:37:15 [2022-08-23T13:37:15.098Z] #64 20.05 + make
13:37:15 [2022-08-23T13:37:15.321Z] #19 42.07 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
13:37:15 [2022-08-23T13:37:15.321Z] #19 42.07 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
13:37:15 [2022-08-23T13:37:15.321Z] #19 42.07 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
13:37:15 [2022-08-23T13:37:15.321Z] #19 42.10 Selecting previously unselected package cpp-10-s390x-linux-gnu.
13:37:15 [2022-08-23T13:37:15.321Z] #19 42.11 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:37:15 [2022-08-23T13:37:15.321Z] #19 42.11 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:37:15 [2022-08-23T13:37:15.660Z] #64 20.88 + bin/ctr
13:37:18 [2022-08-23T13:37:18.179Z] #64 ...
13:37:18 [2022-08-23T13:37:18.179Z] 
13:37:18 [2022-08-23T13:37:18.179Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:37:18 [2022-08-23T13:37:18.179Z] #67 sha256:0a8d4e35051298a45b565505c0adcbe6e61596a4917dad167fc06539efea0bde
13:37:18 [2022-08-23T13:37:18.179Z] #67 26.13 + for f in rootlesskit rootlesskit-docker-proxy
13:37:18 [2022-08-23T13:37:18.179Z] #67 26.13 + GOBIN=/build
13:37:18 [2022-08-23T13:37:18.179Z] #67 26.13 + GO111MODULE=on
13:37:18 [2022-08-23T13:37:18.179Z] #67 26.13 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:37:18 [2022-08-23T13:37:18.179Z] #67 28.61 rootlesskit version 1.0.0
13:37:18 [2022-08-23T13:37:18.179Z] #67 28.61 Usage of /build/rootlesskit-docker-proxy:
13:37:18 [2022-08-23T13:37:18.179Z] #67 28.61   -container-ip string
13:37:18 [2022-08-23T13:37:18.179Z] #67 28.61     	container ip
13:37:18 [2022-08-23T13:37:18.179Z] #67 28.61   -container-port int
13:37:18 [2022-08-23T13:37:18.179Z] #67 28.61     	container port (default -1)
13:37:18 [2022-08-23T13:37:18.179Z] #67 28.61   -host-ip string
13:37:18 [2022-08-23T13:37:18.179Z] #67 28.61     	host ip
13:37:18 [2022-08-23T13:37:18.179Z] #67 28.61   -host-port int
13:37:18 [2022-08-23T13:37:18.179Z] #67 28.61     	host port (default -1)
13:37:18 [2022-08-23T13:37:18.179Z] #67 28.61   -proto string
13:37:18 [2022-08-23T13:37:18.179Z] #67 28.61     	proxy protocol (default "tcp")
13:37:18 [2022-08-23T13:37:18.179Z] #67 DONE 29.3s
13:37:18 [2022-08-23T13:37:18.179Z] 
13:37:18 [2022-08-23T13:37:18.179Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
13:37:18 [2022-08-23T13:37:18.179Z] #68 sha256:deb524258c9d5db51263a6c976c5fbc0c17fb20a38ccae7fb938269182ce19fe
13:37:18 [2022-08-23T13:37:18.179Z] #68 DONE 0.1s
13:37:18 [2022-08-23T13:37:18.179Z] 
13:37:18 [2022-08-23T13:37:18.179Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:37:18 [2022-08-23T13:37:18.179Z] #69 sha256:9055d840006cdb7f2d2404f93e1ab55a410f621d861a7975a2a558e1397eaad1
13:37:18 [2022-08-23T13:37:18.179Z] #69 DONE 0.1s
13:37:18 [2022-08-23T13:37:18.179Z] 
13:37:18 [2022-08-23T13:37:18.179Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:37:18 [2022-08-23T13:37:18.179Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:37:18 [2022-08-23T13:37:18.179Z] #14 30.58 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
13:37:18 [2022-08-23T13:37:18.179Z] #14 30.58 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
13:37:18 [2022-08-23T13:37:18.179Z] #14 30.58 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:37:18 [2022-08-23T13:37:18.179Z] #14 33.00 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
13:37:18 [2022-08-23T13:37:18.179Z] #14 33.00 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
13:37:18 [2022-08-23T13:37:18.179Z] #14 33.01 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:37:18 [2022-08-23T13:37:18.594Z] #19 45.96 Selecting previously unselected package cpp-aarch64-linux-gnu.
13:37:18 [2022-08-23T13:37:18.594Z] #19 45.96 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:37:18 [2022-08-23T13:37:18.594Z] #19 45.96 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 45.99 Selecting previously unselected package cpp-arm-linux-gnueabi.
13:37:18 [2022-08-23T13:37:18.851Z] #19 45.99 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 45.99 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.02 Selecting previously unselected package cpp-arm-linux-gnueabihf.
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.02 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.02 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.05 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.05 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.06 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.08 Selecting previously unselected package cpp-s390x-linux-gnu.
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.09 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.09 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.12 Selecting previously unselected package cross-config.
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.12 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.12 Unpacking cross-config (2.6.18+nmu1) ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.15 Selecting previously unselected package gcc-10-cross-base.
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.15 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.16 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
13:37:18 [2022-08-23T13:37:18.851Z] #19 46.19 Selecting previously unselected package libc6-arm64-cross.
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.19 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.19 Unpacking libc6-arm64-cross (2.31-9cross4) ...
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.32 Selecting previously unselected package libgcc-s1-arm64-cross.
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.32 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.33 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.36 Selecting previously unselected package libgomp1-arm64-cross.
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.36 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.36 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.39 Selecting previously unselected package libitm1-arm64-cross.
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.40 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.40 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.43 Selecting previously unselected package libatomic1-arm64-cross.
13:37:19 [2022-08-23T13:37:19.108Z] #19 46.43 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
13:37:19 [2022-08-23T13:37:19.110Z] #14 ...
13:37:19 [2022-08-23T13:37:19.110Z] 
13:37:19 [2022-08-23T13:37:19.110Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:37:19 [2022-08-23T13:37:19.110Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:37:19 [2022-08-23T13:37:19.110Z] #72 CACHED
13:37:19 [2022-08-23T13:37:19.110Z] 
13:37:19 [2022-08-23T13:37:19.110Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:37:19 [2022-08-23T13:37:19.110Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:37:19 [2022-08-23T13:37:19.110Z] #74 CACHED
13:37:19 [2022-08-23T13:37:19.110Z] 
13:37:19 [2022-08-23T13:37:19.110Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:37:19 [2022-08-23T13:37:19.110Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
13:37:19 [2022-08-23T13:37:19.110Z] #76 CACHED
13:37:19 [2022-08-23T13:37:19.110Z] 
13:37:19 [2022-08-23T13:37:19.110Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:37:19 [2022-08-23T13:37:19.110Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:37:19 [2022-08-23T13:37:19.110Z] #77 CACHED
13:37:19 [2022-08-23T13:37:19.110Z] 
13:37:19 [2022-08-23T13:37:19.110Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:37:19 [2022-08-23T13:37:19.110Z] #64 sha256:dd286341035029ed8fd27866abe31bc3f7ed607ef5f8a5979defbeb49697b297
13:37:19 [2022-08-23T13:37:19.365Z] #19 46.43 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
13:37:19 [2022-08-23T13:37:19.365Z] #19 46.46 Selecting previously unselected package libasan6-arm64-cross.
13:37:19 [2022-08-23T13:37:19.365Z] #19 46.46 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
13:37:19 [2022-08-23T13:37:19.365Z] #19 46.47 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
13:37:19 [2022-08-23T13:37:19.365Z] #19 46.69 Selecting previously unselected package liblsan0-arm64-cross.
13:37:19 [2022-08-23T13:37:19.621Z] #19 46.70 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
13:37:19 [2022-08-23T13:37:19.621Z] #19 46.70 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
13:37:19 [2022-08-23T13:37:19.621Z] #19 46.80 Selecting previously unselected package libtsan0-arm64-cross.
13:37:19 [2022-08-23T13:37:19.621Z] #19 46.81 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
13:37:19 [2022-08-23T13:37:19.621Z] #19 46.81 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
13:37:19 [2022-08-23T13:37:19.878Z] #19 47.03 Selecting previously unselected package libstdc++6-arm64-cross.
13:37:19 [2022-08-23T13:37:19.878Z] #19 47.03 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
13:37:19 [2022-08-23T13:37:19.878Z] #19 47.03 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
13:37:19 [2022-08-23T13:37:19.878Z] #19 47.10 Selecting previously unselected package libubsan1-arm64-cross.
13:37:19 [2022-08-23T13:37:19.878Z] #19 47.10 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
13:37:19 [2022-08-23T13:37:19.878Z] #19 47.10 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
13:37:19 [2022-08-23T13:37:19.878Z] #19 47.20 Selecting previously unselected package libgcc-10-dev-arm64-cross.
13:37:20 [2022-08-23T13:37:20.134Z] #19 47.20 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
13:37:20 [2022-08-23T13:37:20.135Z] #19 47.21 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
13:37:20 [2022-08-23T13:37:20.135Z] #19 47.34 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
13:37:20 [2022-08-23T13:37:20.135Z] #19 47.34 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:37:20 [2022-08-23T13:37:20.135Z] #19 47.35 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
13:37:22 [2022-08-23T13:37:22.381Z] #64 ...
13:37:22 [2022-08-23T13:37:22.381Z] 
13:37:22 [2022-08-23T13:37:22.381Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:37:22 [2022-08-23T13:37:22.381Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:37:22 [2022-08-23T13:37:22.381Z] #14 37.23 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
13:37:22 [2022-08-23T13:37:22.381Z] #14 37.23 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
13:37:22 [2022-08-23T13:37:22.381Z] #14 37.24 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:37:23 [2022-08-23T13:37:23.749Z] #14 38.95 Selecting previously unselected package g++-mingw-w64-x86-64.
13:37:23 [2022-08-23T13:37:23.749Z] #14 38.95 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
13:37:23 [2022-08-23T13:37:23.749Z] #14 38.96 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:37:23 [2022-08-23T13:37:23.749Z] #14 39.01 Selecting previously unselected package libapparmor1:amd64.
13:37:23 [2022-08-23T13:37:23.749Z] #14 39.01 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
13:37:23 [2022-08-23T13:37:23.749Z] #14 39.02 Unpacking libapparmor1:amd64 (2.13.6-10) ...
13:37:23 [2022-08-23T13:37:23.749Z] #14 39.06 Selecting previously unselected package libapparmor-dev:amd64.
13:37:23 [2022-08-23T13:37:23.749Z] #14 39.06 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
13:37:23 [2022-08-23T13:37:23.749Z] #14 39.07 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
13:37:24 [2022-08-23T13:37:24.006Z] #14 39.13 Selecting previously unselected package libbtrfs0:amd64.
13:37:24 [2022-08-23T13:37:24.006Z] #14 39.14 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
13:37:24 [2022-08-23T13:37:24.006Z] #14 39.14 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
13:37:24 [2022-08-23T13:37:24.006Z] #14 39.21 Selecting previously unselected package libbtrfs-dev:amd64.
13:37:24 [2022-08-23T13:37:24.006Z] #14 39.21 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
13:37:24 [2022-08-23T13:37:24.006Z] #14 39.22 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
13:37:24 [2022-08-23T13:37:24.006Z] #14 39.31 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:37:24 [2022-08-23T13:37:24.006Z] #14 39.32 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:37:24 [2022-08-23T13:37:24.006Z] #14 39.33 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
13:37:24 [2022-08-23T13:37:24.006Z] #14 39.37 Selecting previously unselected package libudev-dev:amd64.
13:37:24 [2022-08-23T13:37:24.006Z] #14 39.37 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
13:37:24 [2022-08-23T13:37:24.006Z] #14 39.37 Unpacking libudev-dev:amd64 (247.3-7) ...
13:37:24 [2022-08-23T13:37:24.263Z] #14 39.43 Selecting previously unselected package libsepol1-dev:amd64.
13:37:24 [2022-08-23T13:37:24.263Z] #14 39.44 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
13:37:24 [2022-08-23T13:37:24.263Z] #14 39.44 Unpacking libsepol1-dev:amd64 (3.1-1) ...
13:37:24 [2022-08-23T13:37:24.263Z] #14 39.55 Selecting previously unselected package libpcre2-16-0:amd64.
13:37:24 [2022-08-23T13:37:24.263Z] #14 39.55 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
13:37:24 [2022-08-23T13:37:24.263Z] #14 39.55 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
13:37:24 [2022-08-23T13:37:24.263Z] #14 39.65 Selecting previously unselected package libpcre2-32-0:amd64.
13:37:24 [2022-08-23T13:37:24.263Z] #14 39.65 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
13:37:24 [2022-08-23T13:37:24.263Z] #14 39.66 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
13:37:24 [2022-08-23T13:37:24.263Z] #14 39.74 Selecting previously unselected package libpcre2-posix2:amd64.
13:37:24 [2022-08-23T13:37:24.263Z] #14 39.74 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
13:37:24 [2022-08-23T13:37:24.263Z] #14 39.75 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
13:37:24 [2022-08-23T13:37:24.519Z] #14 39.79 Selecting previously unselected package libpcre2-dev:amd64.
13:37:24 [2022-08-23T13:37:24.519Z] #14 39.80 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
13:37:24 [2022-08-23T13:37:24.519Z] #14 39.80 Unpacking libpcre2-dev:amd64 (10.36-2) ...
13:37:24 [2022-08-23T13:37:24.776Z] #14 40.01 Selecting previously unselected package libselinux1-dev:amd64.
13:37:24 [2022-08-23T13:37:24.776Z] #14 40.02 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
13:37:24 [2022-08-23T13:37:24.776Z] #14 40.03 Unpacking libselinux1-dev:amd64 (3.1-3) ...
13:37:24 [2022-08-23T13:37:24.776Z] #14 40.12 Selecting previously unselected package libdevmapper-dev:amd64.
13:37:24 [2022-08-23T13:37:24.776Z] #14 40.13 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
13:37:24 [2022-08-23T13:37:24.776Z] #14 40.13 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
13:37:24 [2022-08-23T13:37:24.776Z] #14 40.17 Selecting previously unselected package libseccomp-dev:amd64.
13:37:24 [2022-08-23T13:37:24.776Z] #14 40.18 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
13:37:24 [2022-08-23T13:37:24.776Z] #14 40.18 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:37:25 [2022-08-23T13:37:25.033Z] #14 40.25 Selecting previously unselected package libsystemd-dev:amd64.
13:37:25 [2022-08-23T13:37:25.033Z] #14 40.26 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
13:37:25 [2022-08-23T13:37:25.033Z] #14 40.26 Unpacking libsystemd-dev:amd64 (247.3-7) ...
13:37:25 [2022-08-23T13:37:25.033Z] #14 40.45 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:37:25 [2022-08-23T13:37:25.033Z] #14 40.46 Setting up libapparmor1:amd64 (2.13.6-10) ...
13:37:25 [2022-08-23T13:37:25.033Z] #14 40.47 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:37:25 [2022-08-23T13:37:25.033Z] #14 40.49 Setting up libsepol1-dev:amd64 (3.1-1) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.50 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.51 Setting up libpcre2-16-0:amd64 (10.36-2) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.52 Setting up libbtrfs0:amd64 (5.10.1-2) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.54 Setting up libpcre2-32-0:amd64 (10.36-2) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.55 Setting up libudev-dev:amd64 (247.3-7) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.56 Setting up libpcre2-posix2:amd64 (10.36-2) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.58 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.59 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.60 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.61 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.62 Setting up mingw-w64-common (8.0.0-1) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.64 Setting up libsystemd-dev:amd64 (247.3-7) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.67 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
13:37:25 [2022-08-23T13:37:25.290Z] #14 40.69 Setting up libpcre2-dev:amd64 (10.36-2) ...
13:37:25 [2022-08-23T13:37:25.383Z] #19 52.33 Selecting previously unselected package gcc-aarch64-linux-gnu.
13:37:25 [2022-08-23T13:37:25.383Z] #19 52.33 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:37:25 [2022-08-23T13:37:25.383Z] #19 52.33 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
13:37:25 [2022-08-23T13:37:25.383Z] #19 52.37 Selecting previously unselected package linux-libc-dev-arm64-cross.
13:37:25 [2022-08-23T13:37:25.383Z] #19 52.37 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
13:37:25 [2022-08-23T13:37:25.383Z] #19 52.37 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
13:37:25 [2022-08-23T13:37:25.383Z] #19 52.54 Selecting previously unselected package libc6-dev-arm64-cross.
13:37:25 [2022-08-23T13:37:25.383Z] #19 52.55 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
13:37:25 [2022-08-23T13:37:25.383Z] #19 52.55 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.72 Setting up libselinux1-dev:amd64 (3.1-3) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.73 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.74 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.76 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.78 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.80 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.81 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.83 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.84 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.84 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.86 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.89 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.90 Setting up dmsetup (2:1.02.175-2.1) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.91 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.92 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
13:37:25 [2022-08-23T13:37:25.552Z] #14 40.93 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:37:25 [2022-08-23T13:37:25.639Z] #19 52.83 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
13:37:25 [2022-08-23T13:37:25.639Z] #19 52.84 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
13:37:25 [2022-08-23T13:37:25.639Z] #19 52.84 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
13:37:25 [2022-08-23T13:37:25.896Z] #19 53.09 Selecting previously unselected package g++-10-aarch64-linux-gnu.
13:37:25 [2022-08-23T13:37:25.896Z] #19 53.09 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:37:25 [2022-08-23T13:37:25.896Z] #19 53.09 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
13:37:26 [2022-08-23T13:37:26.119Z] #14 DONE 41.4s
13:37:26 [2022-08-23T13:37:26.119Z] 
13:37:26 [2022-08-23T13:37:26.119Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
13:37:26 [2022-08-23T13:37:26.119Z] #15 sha256:077d7a259b0ad1112d80cac59b099c071f493e65cdf7318685176c5e35269c62
13:37:26 [2022-08-23T13:37:26.378Z] #15 ...
13:37:26 [2022-08-23T13:37:26.378Z] 
13:37:26 [2022-08-23T13:37:26.378Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
13:37:26 [2022-08-23T13:37:26.378Z] #59 sha256:43d1693dfd42b3b5dd936d01ac918fc12bcd18916cf014a29a7ec7f3d8ad1e3f
13:37:26 [2022-08-23T13:37:26.378Z] #59 DONE 0.1s
13:37:26 [2022-08-23T13:37:26.378Z] 
13:37:26 [2022-08-23T13:37:26.378Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:37:26 [2022-08-23T13:37:26.378Z] #60 sha256:c47d3b78c478c070b834ba542a95663d6ca3a6653c5e9d0d2849d7fd5b1b5243
13:37:27 [2022-08-23T13:37:27.308Z] #60 ...
13:37:27 [2022-08-23T13:37:27.308Z] 
13:37:27 [2022-08-23T13:37:27.308Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
13:37:27 [2022-08-23T13:37:27.308Z] #15 sha256:077d7a259b0ad1112d80cac59b099c071f493e65cdf7318685176c5e35269c62
13:37:27 [2022-08-23T13:37:27.308Z] #15 DONE 1.3s
13:37:27 [2022-08-23T13:37:27.308Z] 
13:37:27 [2022-08-23T13:37:27.308Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:37:27 [2022-08-23T13:37:27.308Z] #60 sha256:c47d3b78c478c070b834ba542a95663d6ca3a6653c5e9d0d2849d7fd5b1b5243
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.029 + RM_GOPATH=0
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.029 + TMP_GOPATH=
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.029 + : /build
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.029 + '[' -z '' ']'
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.029 ++ mktemp -d
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.030 + export GOPATH=/tmp/tmp.g6cxZfbeAn
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.030 + GOPATH=/tmp/tmp.g6cxZfbeAn
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.031 + RM_GOPATH=1
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.031 + case "$(go env GOARCH)" in
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.031 ++ go env GOARCH
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.038 + export GO_BUILDMODE=-buildmode=pie
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.038 + GO_BUILDMODE=-buildmode=pie
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.039 ++ dirname /install.sh
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.040 + dir=/
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.040 + bin=runc
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.040 + shift
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.041 + '[' '!' -f //runc.installer ']'
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.041 + . //runc.installer
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.041 ++ set -e
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.041 ++ : v1.1.3
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.041 + install_runc
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.041 + RUNC_BUILDTAGS=seccomp
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.041 Install runc version v1.1.3 (build tags: seccomp)
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.041 + echo 'Install runc version v1.1.3 (build tags: seccomp)'
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.041 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.g6cxZfbeAn/src/github.com/opencontainers/runc
13:37:27 [2022-08-23T13:37:27.308Z] #60 1.043 Cloning into '/tmp/tmp.g6cxZfbeAn/src/github.com/opencontainers/runc'...
13:37:28 [2022-08-23T13:37:28.678Z] #60 ...
13:37:28 [2022-08-23T13:37:28.678Z] 
13:37:28 [2022-08-23T13:37:28.678Z] #16 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:37:28 [2022-08-23T13:37:28.678Z] #16 sha256:d8e9851bb51fee408bb8b157f4bd569212be21f9947a8084c3a9e555b911b33b
13:37:28 [2022-08-23T13:37:28.678Z] #16 DONE 0.9s
13:37:28 [2022-08-23T13:37:28.678Z] 
13:37:28 [2022-08-23T13:37:28.678Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:37:28 [2022-08-23T13:37:28.678Z] #17 sha256:ccea2b62b67916b9b6892a4436109863b264b12fec2310ab94dd75b537f5d229
13:37:29 [2022-08-23T13:37:29.242Z] #17 0.800 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:37:29 [2022-08-23T13:37:29.242Z] #17 DONE 0.9s
13:37:29 [2022-08-23T13:37:29.242Z] 
13:37:29 [2022-08-23T13:37:29.242Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:37:29 [2022-08-23T13:37:29.242Z] #18 sha256:9b7f580850957ad0bb8f9ef2bad01882bcaa115ae2dcd7208636b5b7ad2c9dc6
13:37:30 [2022-08-23T13:37:30.172Z] #18 DONE 0.9s
13:37:30 [2022-08-23T13:37:30.172Z] 
13:37:30 [2022-08-23T13:37:30.172Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:37:30 [2022-08-23T13:37:30.172Z] #19 sha256:c435b6f0c56a8a1282389e932e75e2d2d70ae1f088d27b64596099b09def9eba
13:37:31 [2022-08-23T13:37:31.100Z] #19 DONE 0.9s
13:37:31 [2022-08-23T13:37:31.100Z] 
13:37:31 [2022-08-23T13:37:31.100Z] #20 [dev-systemd-false  6/28] RUN ldconfig
13:37:31 [2022-08-23T13:37:31.100Z] #20 sha256:6a9eb29723672f54f61b1d381cbab2a47cf50514d165fbb1724e889f37a865ad
13:37:31 [2022-08-23T13:37:31.151Z] #19 57.89 Selecting previously unselected package g++-aarch64-linux-gnu.
13:37:31 [2022-08-23T13:37:31.151Z] #19 57.89 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:37:31 [2022-08-23T13:37:31.151Z] #19 57.89 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
13:37:31 [2022-08-23T13:37:31.151Z] #19 57.91 Selecting previously unselected package patch.
13:37:31 [2022-08-23T13:37:31.151Z] #19 57.92 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
13:37:31 [2022-08-23T13:37:31.151Z] #19 57.92 Unpacking patch (2.7.6-7) ...
13:37:31 [2022-08-23T13:37:31.151Z] #19 57.95 Selecting previously unselected package dpkg-dev.
13:37:31 [2022-08-23T13:37:31.151Z] #19 57.95 Preparing to unpack .../047-dpkg-dev_1.20.11_all.deb ...
13:37:31 [2022-08-23T13:37:31.151Z] #19 57.96 Unpacking dpkg-dev (1.20.11) ...
13:37:31 [2022-08-23T13:37:31.151Z] #19 58.09 Selecting previously unselected package libconfig-inifiles-perl.
13:37:31 [2022-08-23T13:37:31.151Z] #19 58.09 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
13:37:31 [2022-08-23T13:37:31.151Z] #19 58.10 Unpacking libconfig-inifiles-perl (3.000003-1) ...
13:37:31 [2022-08-23T13:37:31.151Z] #19 58.13 Selecting previously unselected package libio-string-perl.
13:37:31 [2022-08-23T13:37:31.151Z] #19 58.13 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
13:37:31 [2022-08-23T13:37:31.151Z] #19 58.13 Unpacking libio-string-perl (1.08-3.1) ...
13:37:31 [2022-08-23T13:37:31.151Z] #19 58.16 Selecting previously unselected package libicu67:amd64.
13:37:31 [2022-08-23T13:37:31.151Z] #19 58.16 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
13:37:31 [2022-08-23T13:37:31.151Z] #19 58.17 Unpacking libicu67:amd64 (67.1-7) ...
13:37:31 [2022-08-23T13:37:31.717Z] #19 59.02 Selecting previously unselected package libxml2:amd64.
13:37:31 [2022-08-23T13:37:31.717Z] #19 59.02 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
13:37:31 [2022-08-23T13:37:31.717Z] #19 59.02 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
13:37:31 [2022-08-23T13:37:31.717Z] #19 59.10 Selecting previously unselected package libxml-namespacesupport-perl.
13:37:31 [2022-08-23T13:37:31.717Z] #19 59.11 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:37:31 [2022-08-23T13:37:31.717Z] #19 59.11 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:37:31 [2022-08-23T13:37:31.717Z] #19 59.14 Selecting previously unselected package libxml-sax-base-perl.
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.14 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.15 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.18 Selecting previously unselected package libxml-sax-perl.
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.18 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.19 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.24 Selecting previously unselected package libxml-libxml-perl.
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.24 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.25 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.30 Selecting previously unselected package libxml-simple-perl.
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.31 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.31 Unpacking libxml-simple-perl (2.25-1) ...
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.34 Selecting previously unselected package libyaml-perl.
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.34 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.35 Unpacking libyaml-perl (1.30-1) ...
13:37:31 [2022-08-23T13:37:31.973Z] #19 59.38 Selecting previously unselected package libconfig-auto-perl.
13:37:32 [2022-08-23T13:37:32.028Z] #20 DONE 1.0s
13:37:32 [2022-08-23T13:37:32.028Z] 
13:37:32 [2022-08-23T13:37:32.028Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:37:32 [2022-08-23T13:37:32.028Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.38 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.38 Unpacking libconfig-auto-perl (0.44-1.1) ...
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.41 Selecting previously unselected package libfile-which-perl.
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.42 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.42 Unpacking libfile-which-perl (1.23-1) ...
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.45 Selecting previously unselected package libfile-homedir-perl.
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.45 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.46 Unpacking libfile-homedir-perl (1.006-1) ...
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.49 Selecting previously unselected package libdebian-dpkgcross-perl.
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.49 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.49 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.53 Selecting previously unselected package dpkg-cross.
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.53 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.54 Unpacking dpkg-cross (2.6.18+nmu1) ...
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.56 Selecting previously unselected package crossbuild-essential-arm64.
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.57 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.57 Unpacking crossbuild-essential-arm64 (12.9) ...
13:37:32 [2022-08-23T13:37:32.230Z] #19 59.60 Selecting previously unselected package libc6-armel-cross.
13:37:32 [2022-08-23T13:37:32.486Z] #19 59.60 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
13:37:32 [2022-08-23T13:37:32.486Z] #19 59.60 Unpacking libc6-armel-cross (2.31-9cross4) ...
13:37:32 [2022-08-23T13:37:32.486Z] #19 59.72 Selecting previously unselected package libgcc-s1-armel-cross.
13:37:32 [2022-08-23T13:37:32.486Z] #19 59.72 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
13:37:32 [2022-08-23T13:37:32.486Z] #19 59.73 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
13:37:32 [2022-08-23T13:37:32.486Z] #19 59.76 Selecting previously unselected package libgomp1-armel-cross.
13:37:32 [2022-08-23T13:37:32.486Z] #19 59.76 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
13:37:32 [2022-08-23T13:37:32.486Z] #19 59.77 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
13:37:32 [2022-08-23T13:37:32.486Z] #19 59.80 Selecting previously unselected package libatomic1-armel-cross.
13:37:32 [2022-08-23T13:37:32.486Z] #19 59.80 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
13:37:32 [2022-08-23T13:37:32.486Z] #19 59.81 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
13:37:32 [2022-08-23T13:37:32.486Z] #19 59.83 Selecting previously unselected package libasan6-armel-cross.
13:37:32 [2022-08-23T13:37:32.743Z] #19 59.84 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
13:37:32 [2022-08-23T13:37:32.743Z] #19 59.84 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
13:37:32 [2022-08-23T13:37:32.743Z] #19 60.06 Selecting previously unselected package libstdc++6-armel-cross.
13:37:32 [2022-08-23T13:37:32.743Z] #19 60.06 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
13:37:32 [2022-08-23T13:37:32.743Z] #19 60.07 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
13:37:32 [2022-08-23T13:37:32.743Z] #19 60.13 Selecting previously unselected package libubsan1-armel-cross.
13:37:32 [2022-08-23T13:37:32.999Z] #19 60.13 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
13:37:32 [2022-08-23T13:37:32.999Z] #19 60.14 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
13:37:32 [2022-08-23T13:37:32.999Z] #19 60.24 Selecting previously unselected package libgcc-10-dev-armel-cross.
13:37:32 [2022-08-23T13:37:32.999Z] #19 60.24 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
13:37:32 [2022-08-23T13:37:32.999Z] #19 60.24 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
13:37:32 [2022-08-23T13:37:32.999Z] #19 60.35 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
13:37:33 [2022-08-23T13:37:33.255Z] #19 60.35 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
13:37:33 [2022-08-23T13:37:33.255Z] #19 60.36 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:37:33 [2022-08-23T13:37:33.397Z] #21 1.192 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
13:37:33 [2022-08-23T13:37:33.397Z] #21 1.361 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
13:37:33 [2022-08-23T13:37:33.397Z] #21 1.365 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
13:37:34 [2022-08-23T13:37:34.889Z] #21 1.758 Reading package lists...
13:37:35 [2022-08-23T13:37:35.818Z] #21 2.818 Reading package lists...
13:37:36 [2022-08-23T13:37:36.381Z] #21 3.894 Building dependency tree...
13:37:36 [2022-08-23T13:37:36.381Z] #21 4.129 Reading state information...
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.449 The following additional packages will be installed:
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.450   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libicu67
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.450   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.451   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.454   libxtables12 python-pip-whl python3-distutils python3-lib2to3
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.455   python3-pkg-resources systemd vim-runtime xxd
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.456 Suggested packages:
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.456   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.456   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.456   ctags vim-doc vim-scripts xfsdump acl attr quota
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.456 Recommended packages:
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.456   libatm1 nftables libpam-cap build-essential python3-dev dbus
13:37:36 [2022-08-23T13:37:36.638Z] #21 4.456   systemd-timesyncd | time-daemon unzip
13:37:37 [2022-08-23T13:37:37.200Z] #21 5.173 The following NEW packages will be installed:
13:37:37 [2022-08-23T13:37:37.200Z] #21 5.173   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
13:37:37 [2022-08-23T13:37:37.200Z] #21 5.174   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
13:37:37 [2022-08-23T13:37:37.200Z] #21 5.174   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2
13:37:37 [2022-08-23T13:37:37.200Z] #21 5.174   libmicrohttpd12 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
13:37:37 [2022-08-23T13:37:37.200Z] #21 5.175   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
13:37:37 [2022-08-23T13:37:37.200Z] #21 5.175   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
13:37:37 [2022-08-23T13:37:37.200Z] #21 5.175   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
13:37:37 [2022-08-23T13:37:37.200Z] #21 5.175   systemd systemd-journal-remote thin-provisioning-tools uidmap vim vim-common
13:37:37 [2022-08-23T13:37:37.200Z] #21 5.175   vim-runtime xfsprogs xxd xz-utils zip zstd
13:37:37 [2022-08-23T13:37:37.456Z] #21 ...
13:37:37 [2022-08-23T13:37:37.456Z] 
13:37:37 [2022-08-23T13:37:37.456Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:37:37 [2022-08-23T13:37:37.456Z] #60 sha256:c47d3b78c478c070b834ba542a95663d6ca3a6653c5e9d0d2849d7fd5b1b5243
13:37:37 [2022-08-23T13:37:37.456Z] #60 5.475 + cd /tmp/tmp.g6cxZfbeAn/src/github.com/opencontainers/runc
13:37:37 [2022-08-23T13:37:37.456Z] #60 5.476 + git checkout -q v1.1.3
13:37:37 [2022-08-23T13:37:37.456Z] #60 5.745 + '[' -z '' ']'
13:37:37 [2022-08-23T13:37:37.456Z] #60 5.745 + target=static
13:37:37 [2022-08-23T13:37:37.456Z] #60 5.745 + make BUILDTAGS=seccomp static
13:37:37 [2022-08-23T13:37:37.456Z] #60 6.008 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-0-g6724737f -X main.version=1.1.3 " -o runc .
13:37:37 [2022-08-23T13:37:37.456Z] #60 10.96 + mkdir -p /build
13:37:37 [2022-08-23T13:37:37.456Z] #60 10.97 + cp runc /build/runc
13:37:37 [2022-08-23T13:37:37.456Z] #60 DONE 11.2s
13:37:37 [2022-08-23T13:37:37.456Z] 
13:37:37 [2022-08-23T13:37:37.456Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:37:37 [2022-08-23T13:37:37.456Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.472 0 upgraded, 56 newly installed, 0 to remove and 8 not upgraded.
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.472 Need to get 32.8 MB of archives.
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.472 After this operation, 124 MB of additional disk space will be used.
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.472 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.472 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.493 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.493 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.493 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.493 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.493 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.560 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.562 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.563 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.566 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.570 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.574 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
13:37:37 [2022-08-23T13:37:37.456Z] #21 5.574 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.592 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.596 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.600 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.606 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.606 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.606 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.621 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.625 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.626 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.628 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.628 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.629 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.633 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.636 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.638 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.639 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.641 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.645 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.744 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.744 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmicrohttpd12 amd64 0.9.72-2 [109 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.746 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.747 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.748 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.749 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.749 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.752 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.754 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.777 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.778 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.779 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.786 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.789 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.789 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.797 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.808 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-journal-remote amd64 247.3-7 [165 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.810 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.813 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
13:37:37 [2022-08-23T13:37:37.715Z] #21 5.816 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
13:37:37 [2022-08-23T13:37:37.973Z] #21 5.886 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
13:37:37 [2022-08-23T13:37:37.973Z] #21 5.909 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
13:37:37 [2022-08-23T13:37:37.973Z] #21 5.921 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
13:37:37 [2022-08-23T13:37:37.973Z] #21 5.924 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
13:37:38 [2022-08-23T13:37:38.231Z] #21 6.278 debconf: delaying package configuration, since apt-utils is not installed
13:37:38 [2022-08-23T13:37:38.487Z] #21 6.419 Fetched 32.8 MB in 1s (43.8 MB/s)
13:37:38 [2022-08-23T13:37:38.487Z] #21 6.483 Selecting previously unselected package libcap2:amd64.
13:37:38 [2022-08-23T13:37:38.487Z] #21 6.484 (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 ... 24018 files and directories currently installed.)
13:37:38 [2022-08-23T13:37:38.487Z] #21 6.542 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
13:37:38 [2022-08-23T13:37:38.487Z] #21 6.562 Unpacking libcap2:amd64 (1:2.44-1) ...
13:37:38 [2022-08-23T13:37:38.487Z] #21 6.618 Selecting previously unselected package libargon2-1:amd64.
13:37:38 [2022-08-23T13:37:38.487Z] #21 6.621 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_amd64.deb ...
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.05 Selecting previously unselected package gcc-arm-linux-gnueabi.
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.05 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.06 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.08 Selecting previously unselected package linux-libc-dev-armel-cross.
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.08 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.09 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.25 Selecting previously unselected package libc6-dev-armel-cross.
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.26 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.26 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.48 Selecting previously unselected package libstdc++-10-dev-armel-cross.
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.48 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.48 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.73 Selecting previously unselected package g++-10-arm-linux-gnueabi.
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.73 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
13:37:38 [2022-08-23T13:37:38.502Z] #19 65.74 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:37:38 [2022-08-23T13:37:38.743Z] #21 6.629 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
13:37:38 [2022-08-23T13:37:38.743Z] #21 6.705 Selecting previously unselected package libjson-c5:amd64.
13:37:38 [2022-08-23T13:37:38.743Z] #21 6.705 Preparing to unpack .../02-libjson-c5_0.15-2_amd64.deb ...
13:37:38 [2022-08-23T13:37:38.743Z] #21 6.708 Unpacking libjson-c5:amd64 (0.15-2) ...
13:37:38 [2022-08-23T13:37:38.999Z] #21 6.797 Selecting previously unselected package libcryptsetup12:amd64.
13:37:38 [2022-08-23T13:37:38.999Z] #21 6.797 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
13:37:38 [2022-08-23T13:37:38.999Z] #21 6.810 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
13:37:38 [2022-08-23T13:37:38.999Z] #21 6.929 Selecting previously unselected package libip4tc2:amd64.
13:37:38 [2022-08-23T13:37:38.999Z] #21 6.938 Preparing to unpack .../04-libip4tc2_1.8.7-1_amd64.deb ...
13:37:38 [2022-08-23T13:37:38.999Z] #21 6.950 Unpacking libip4tc2:amd64 (1.8.7-1) ...
13:37:38 [2022-08-23T13:37:38.999Z] #21 7.051 Selecting previously unselected package libkmod2:amd64.
13:37:38 [2022-08-23T13:37:38.999Z] #21 7.051 Preparing to unpack .../05-libkmod2_28-1_amd64.deb ...
13:37:39 [2022-08-23T13:37:39.256Z] #21 7.058 Unpacking libkmod2:amd64 (28-1) ...
13:37:39 [2022-08-23T13:37:39.256Z] #21 7.175 Selecting previously unselected package systemd.
13:37:39 [2022-08-23T13:37:39.256Z] #21 7.175 Preparing to unpack .../06-systemd_247.3-7_amd64.deb ...
13:37:39 [2022-08-23T13:37:39.256Z] #21 7.239 Unpacking systemd (247.3-7) ...
13:37:40 [2022-08-23T13:37:40.184Z] #21 8.062 Selecting previously unselected package pigz.
13:37:40 [2022-08-23T13:37:40.184Z] #21 8.070 Preparing to unpack .../07-pigz_2.6-1_amd64.deb ...
13:37:40 [2022-08-23T13:37:40.184Z] #21 8.075 Unpacking pigz (2.6-1) ...
13:37:40 [2022-08-23T13:37:40.184Z] #21 8.131 Selecting previously unselected package libelf1:amd64.
13:37:40 [2022-08-23T13:37:40.184Z] #21 8.134 Preparing to unpack .../08-libelf1_0.183-1_amd64.deb ...
13:37:40 [2022-08-23T13:37:40.184Z] #21 8.138 Unpacking libelf1:amd64 (0.183-1) ...
13:37:40 [2022-08-23T13:37:40.184Z] #21 8.215 Selecting previously unselected package libbpf0:amd64.
13:37:40 [2022-08-23T13:37:40.184Z] #21 8.223 Preparing to unpack .../09-libbpf0_1%3a0.3-2_amd64.deb ...
13:37:40 [2022-08-23T13:37:40.184Z] #21 8.229 Unpacking libbpf0:amd64 (1:0.3-2) ...
13:37:40 [2022-08-23T13:37:40.184Z] #21 8.292 Selecting previously unselected package libmnl0:amd64.
13:37:40 [2022-08-23T13:37:40.184Z] #21 8.298 Preparing to unpack .../10-libmnl0_1.0.4-3_amd64.deb ...
13:37:40 [2022-08-23T13:37:40.184Z] #21 8.306 Unpacking libmnl0:amd64 (1.0.4-3) ...
13:37:40 [2022-08-23T13:37:40.440Z] #21 8.352 Selecting previously unselected package libxtables12:amd64.
13:37:40 [2022-08-23T13:37:40.440Z] #21 8.356 Preparing to unpack .../11-libxtables12_1.8.7-1_amd64.deb ...
13:37:40 [2022-08-23T13:37:40.440Z] #21 8.368 Unpacking libxtables12:amd64 (1.8.7-1) ...
13:37:40 [2022-08-23T13:37:40.440Z] #21 8.408 Selecting previously unselected package libcap2-bin.
13:37:40 [2022-08-23T13:37:40.440Z] #21 8.419 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_amd64.deb ...
13:37:40 [2022-08-23T13:37:40.440Z] #21 8.425 Unpacking libcap2-bin (1:2.44-1) ...
13:37:40 [2022-08-23T13:37:40.440Z] #21 8.482 Selecting previously unselected package iproute2.
13:37:40 [2022-08-23T13:37:40.696Z] #21 8.493 Preparing to unpack .../13-iproute2_5.10.0-4_amd64.deb ...
13:37:40 [2022-08-23T13:37:40.696Z] #21 8.497 Unpacking iproute2 (5.10.0-4) ...
13:37:40 [2022-08-23T13:37:40.696Z] #21 8.708 Selecting previously unselected package xxd.
13:37:40 [2022-08-23T13:37:40.696Z] #21 8.715 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
13:37:40 [2022-08-23T13:37:40.696Z] #21 8.721 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:37:40 [2022-08-23T13:37:40.952Z] #21 8.784 Selecting previously unselected package vim-common.
13:37:40 [2022-08-23T13:37:40.952Z] #21 8.788 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:37:40 [2022-08-23T13:37:40.952Z] #21 8.804 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:37:40 [2022-08-23T13:37:40.952Z] #21 8.884 Selecting previously unselected package bash-completion.
13:37:40 [2022-08-23T13:37:40.952Z] #21 8.889 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
13:37:41 [2022-08-23T13:37:41.880Z] #21 9.832 Unpacking bash-completion (1:2.11-2) ...
13:37:42 [2022-08-23T13:37:42.137Z] #21 10.02 Selecting previously unselected package bzip2.
13:37:42 [2022-08-23T13:37:42.137Z] #21 10.02 Preparing to unpack .../17-bzip2_1.0.8-4_amd64.deb ...
13:37:42 [2022-08-23T13:37:42.137Z] #21 10.03 Unpacking bzip2 (1.0.8-4) ...
13:37:42 [2022-08-23T13:37:42.137Z] #21 10.09 Selecting previously unselected package xz-utils.
13:37:42 [2022-08-23T13:37:42.137Z] #21 10.09 Preparing to unpack .../18-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
13:37:42 [2022-08-23T13:37:42.137Z] #21 10.09 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:37:42 [2022-08-23T13:37:42.137Z] #21 10.17 Selecting previously unselected package apparmor.
13:37:42 [2022-08-23T13:37:42.137Z] #21 10.17 Preparing to unpack .../19-apparmor_2.13.6-10_amd64.deb ...
13:37:42 [2022-08-23T13:37:42.137Z] #21 10.22 Unpacking apparmor (2.13.6-10) ...
13:37:42 [2022-08-23T13:37:42.393Z] #21 10.44 Selecting previously unselected package inetutils-ping.
13:37:42 [2022-08-23T13:37:42.393Z] #21 10.44 Preparing to unpack .../20-inetutils-ping_2%3a2.0-1_amd64.deb ...
13:37:42 [2022-08-23T13:37:42.393Z] #21 10.45 Unpacking inetutils-ping (2:2.0-1) ...
13:37:42 [2022-08-23T13:37:42.393Z] #21 10.52 Selecting previously unselected package libip6tc2:amd64.
13:37:42 [2022-08-23T13:37:42.650Z] #21 10.52 Preparing to unpack .../21-libip6tc2_1.8.7-1_amd64.deb ...
13:37:42 [2022-08-23T13:37:42.650Z] #21 10.53 Unpacking libip6tc2:amd64 (1.8.7-1) ...
13:37:42 [2022-08-23T13:37:42.650Z] #21 10.58 Selecting previously unselected package libnfnetlink0:amd64.
13:37:42 [2022-08-23T13:37:42.650Z] #21 10.59 Preparing to unpack .../22-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
13:37:42 [2022-08-23T13:37:42.650Z] #21 10.59 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:37:42 [2022-08-23T13:37:42.650Z] #21 10.64 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:37:42 [2022-08-23T13:37:42.650Z] #21 10.64 Preparing to unpack .../23-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
13:37:42 [2022-08-23T13:37:42.650Z] #21 10.65 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
13:37:42 [2022-08-23T13:37:42.650Z] #21 10.71 Selecting previously unselected package libnftnl11:amd64.
13:37:42 [2022-08-23T13:37:42.650Z] #21 10.72 Preparing to unpack .../24-libnftnl11_1.1.9-1_amd64.deb ...
13:37:42 [2022-08-23T13:37:42.650Z] #21 10.72 Unpacking libnftnl11:amd64 (1.1.9-1) ...
13:37:42 [2022-08-23T13:37:42.650Z] #21 10.77 Selecting previously unselected package iptables.
13:37:42 [2022-08-23T13:37:42.906Z] #21 10.77 Preparing to unpack .../25-iptables_1.8.7-1_amd64.deb ...
13:37:42 [2022-08-23T13:37:42.906Z] #21 10.79 Unpacking iptables (1.8.7-1) ...
13:37:42 [2022-08-23T13:37:42.906Z] #21 10.96 Selecting previously unselected package libonig5:amd64.
13:37:42 [2022-08-23T13:37:42.906Z] #21 10.96 Preparing to unpack .../26-libonig5_6.9.6-1.1_amd64.deb ...
13:37:42 [2022-08-23T13:37:42.906Z] #21 10.97 Unpacking libonig5:amd64 (6.9.6-1.1) ...
13:37:43 [2022-08-23T13:37:43.163Z] #21 11.05 Selecting previously unselected package libjq1:amd64.
13:37:43 [2022-08-23T13:37:43.163Z] #21 11.06 Preparing to unpack .../27-libjq1_1.6-2.1_amd64.deb ...
13:37:43 [2022-08-23T13:37:43.163Z] #21 11.07 Unpacking libjq1:amd64 (1.6-2.1) ...
13:37:43 [2022-08-23T13:37:43.163Z] #21 11.13 Selecting previously unselected package jq.
13:37:43 [2022-08-23T13:37:43.163Z] #21 11.14 Preparing to unpack .../28-jq_1.6-2.1_amd64.deb ...
13:37:43 [2022-08-23T13:37:43.163Z] #21 11.14 Unpacking jq (1.6-2.1) ...
13:37:43 [2022-08-23T13:37:43.419Z] #21 11.20 Selecting previously unselected package libaio1:amd64.
13:37:43 [2022-08-23T13:37:43.419Z] #21 11.21 Preparing to unpack .../29-libaio1_0.3.112-9_amd64.deb ...
13:37:43 [2022-08-23T13:37:43.419Z] #21 11.22 Unpacking libaio1:amd64 (0.3.112-9) ...
13:37:43 [2022-08-23T13:37:43.419Z] #21 11.27 Selecting previously unselected package libgpm2:amd64.
13:37:43 [2022-08-23T13:37:43.419Z] #21 11.28 Preparing to unpack .../30-libgpm2_1.20.7-8_amd64.deb ...
13:37:43 [2022-08-23T13:37:43.419Z] #21 11.28 Unpacking libgpm2:amd64 (1.20.7-8) ...
13:37:43 [2022-08-23T13:37:43.419Z] #21 11.33 Selecting previously unselected package libicu67:amd64.
13:37:43 [2022-08-23T13:37:43.419Z] #21 11.34 Preparing to unpack .../31-libicu67_67.1-7_amd64.deb ...
13:37:43 [2022-08-23T13:37:43.419Z] #21 11.35 Unpacking libicu67:amd64 (67.1-7) ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.19 Selecting previously unselected package g++-arm-linux-gnueabi.
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.19 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.19 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.22 Selecting previously unselected package crossbuild-essential-armel.
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.22 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.22 Unpacking crossbuild-essential-armel (12.9) ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.25 Selecting previously unselected package libc6-armhf-cross.
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.25 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.26 Unpacking libc6-armhf-cross (2.31-9cross4) ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.37 Selecting previously unselected package libgcc-s1-armhf-cross.
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.37 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.37 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.40 Selecting previously unselected package libgomp1-armhf-cross.
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.40 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.41 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.44 Selecting previously unselected package libatomic1-armhf-cross.
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.44 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.46 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.49 Selecting previously unselected package libasan6-armhf-cross.
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.49 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.49 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.71 Selecting previously unselected package libstdc++6-armhf-cross.
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.71 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.72 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.78 Selecting previously unselected package libubsan1-armhf-cross.
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.78 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.78 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.87 Selecting previously unselected package libgcc-10-dev-armhf-cross.
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.88 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.88 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.99 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.99 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
13:37:43 [2022-08-23T13:37:43.750Z] #19 70.99 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.67 Selecting previously unselected package libinih1:amd64.
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.68 Preparing to unpack .../32-libinih1_53-1+b2_amd64.deb ...
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.69 Unpacking libinih1:amd64 (53-1+b2) ...
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.73 Selecting previously unselected package libmicrohttpd12:amd64.
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.73 Preparing to unpack .../33-libmicrohttpd12_0.9.72-2_amd64.deb ...
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.74 Unpacking libmicrohttpd12:amd64 (0.9.72-2) ...
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.80 Selecting previously unselected package libnet1:amd64.
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.81 Preparing to unpack .../34-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.81 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.88 Selecting previously unselected package libnl-3-200:amd64.
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.88 Preparing to unpack .../35-libnl-3-200_3.4.0-1+b1_amd64.deb ...
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.89 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
13:37:44 [2022-08-23T13:37:44.785Z] #21 12.94 Selecting previously unselected package libprotobuf-c1:amd64.
13:37:45 [2022-08-23T13:37:45.042Z] #21 12.94 Preparing to unpack .../36-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
13:37:45 [2022-08-23T13:37:45.042Z] #21 12.95 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
13:37:45 [2022-08-23T13:37:45.042Z] #21 13.00 Selecting previously unselected package libyajl2:amd64.
13:37:45 [2022-08-23T13:37:45.042Z] #21 13.00 Preparing to unpack .../37-libyajl2_2.1.0-3_amd64.deb ...
13:37:45 [2022-08-23T13:37:45.042Z] #21 13.01 Unpacking libyajl2:amd64 (2.1.0-3) ...
13:37:45 [2022-08-23T13:37:45.042Z] #21 13.05 Selecting previously unselected package net-tools.
13:37:45 [2022-08-23T13:37:45.042Z] #21 13.05 Preparing to unpack .../38-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
13:37:45 [2022-08-23T13:37:45.042Z] #21 13.06 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
13:37:45 [2022-08-23T13:37:45.286Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08f0b3a37f5cc11e9) in /home/ubuntu/workspace/moby_PR-43739
[Pipeline] {
13:37:45 [2022-08-23T13:37:45.299Z] #21 13.16 Selecting previously unselected package patch.
13:37:45 [2022-08-23T13:37:45.299Z] #21 13.17 Preparing to unpack .../39-patch_2.7.6-7_amd64.deb ...
13:37:45 [2022-08-23T13:37:45.299Z] #21 13.17 Unpacking patch (2.7.6-7) ...
13:37:45 [2022-08-23T13:37:45.299Z] #21 13.24 Selecting previously unselected package python-pip-whl.
13:37:45 [2022-08-23T13:37:45.299Z] #21 13.25 Preparing to unpack .../40-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
13:37:45 [2022-08-23T13:37:45.299Z] #21 13.25 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
[Pipeline] checkout
13:37:45 [2022-08-23T13:37:45.369Z] The recommended git tool is: git
13:37:45 [2022-08-23T13:37:45.555Z] #21 13.49 Selecting previously unselected package python3-lib2to3.
13:37:45 [2022-08-23T13:37:45.555Z] #21 13.50 Preparing to unpack .../41-python3-lib2to3_3.9.2-1_all.deb ...
13:37:45 [2022-08-23T13:37:45.555Z] #21 13.50 Unpacking python3-lib2to3 (3.9.2-1) ...
13:37:45 [2022-08-23T13:37:45.555Z] #21 13.57 Selecting previously unselected package python3-distutils.
13:37:45 [2022-08-23T13:37:45.555Z] #21 13.57 Preparing to unpack .../42-python3-distutils_3.9.2-1_all.deb ...
13:37:45 [2022-08-23T13:37:45.555Z] #21 13.58 Unpacking python3-distutils (3.9.2-1) ...
13:37:45 [2022-08-23T13:37:45.555Z] #21 13.65 Selecting previously unselected package python3-pkg-resources.
13:37:45 [2022-08-23T13:37:45.811Z] #21 13.67 Preparing to unpack .../43-python3-pkg-resources_52.0.0-4_all.deb ...
13:37:45 [2022-08-23T13:37:45.811Z] #21 13.68 Unpacking python3-pkg-resources (52.0.0-4) ...
13:37:45 [2022-08-23T13:37:45.811Z] #21 13.78 Selecting previously unselected package python3-setuptools.
13:37:45 [2022-08-23T13:37:45.811Z] #21 13.79 Preparing to unpack .../44-python3-setuptools_52.0.0-4_all.deb ...
13:37:45 [2022-08-23T13:37:45.811Z] #21 13.80 Unpacking python3-setuptools (52.0.0-4) ...
13:37:46 [2022-08-23T13:37:46.067Z] #21 13.95 Selecting previously unselected package python3-wheel.
13:37:46 [2022-08-23T13:37:46.067Z] #21 13.95 Preparing to unpack .../45-python3-wheel_0.34.2-1_all.deb ...
13:37:46 [2022-08-23T13:37:46.067Z] #21 13.96 Unpacking python3-wheel (0.34.2-1) ...
13:37:46 [2022-08-23T13:37:46.067Z] #21 14.02 Selecting previously unselected package python3-pip.
13:37:46 [2022-08-23T13:37:46.067Z] #21 14.03 Preparing to unpack .../46-python3-pip_20.3.4-4+deb11u1_all.deb ...
13:37:46 [2022-08-23T13:37:46.067Z] #21 14.03 Unpacking python3-pip (20.3.4-4+deb11u1) ...
13:37:46 [2022-08-23T13:37:46.325Z] #21 14.20 Selecting previously unselected package sudo.
13:37:46 [2022-08-23T13:37:46.325Z] #21 14.20 Preparing to unpack .../47-sudo_1.9.5p2-3_amd64.deb ...
13:37:46 [2022-08-23T13:37:46.325Z] #21 14.21 Unpacking sudo (1.9.5p2-3) ...
13:37:46 [2022-08-23T13:37:46.581Z] #21 14.50 Selecting previously unselected package systemd-journal-remote.
13:37:46 [2022-08-23T13:37:46.581Z] #21 14.50 Preparing to unpack .../48-systemd-journal-remote_247.3-7_amd64.deb ...
13:37:46 [2022-08-23T13:37:46.582Z] #21 14.51 Unpacking systemd-journal-remote (247.3-7) ...
13:37:46 [2022-08-23T13:37:46.582Z] #21 14.58 Selecting previously unselected package thin-provisioning-tools.
13:37:46 [2022-08-23T13:37:46.582Z] #21 14.58 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-1_amd64.deb ...
13:37:46 [2022-08-23T13:37:46.582Z] #21 14.59 Unpacking thin-provisioning-tools (0.9.0-1) ...
13:37:46 [2022-08-23T13:37:46.837Z] #21 14.74 Selecting previously unselected package uidmap.
13:37:46 [2022-08-23T13:37:46.837Z] #21 14.74 Preparing to unpack .../50-uidmap_1%3a4.8.1-1_amd64.deb ...
13:37:46 [2022-08-23T13:37:46.837Z] #21 14.74 Unpacking uidmap (1:4.8.1-1) ...
13:37:46 [2022-08-23T13:37:46.837Z] #21 14.82 Selecting previously unselected package vim-runtime.
13:37:46 [2022-08-23T13:37:46.837Z] #21 14.83 Preparing to unpack .../51-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
13:37:46 [2022-08-23T13:37:46.837Z] #21 14.86 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
13:37:47 [2022-08-23T13:37:47.093Z] #21 14.88 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
13:37:47 [2022-08-23T13:37:47.093Z] #21 14.89 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
13:37:48 [2022-08-23T13:37:48.324Z] #21 16.19 Selecting previously unselected package vim.
13:37:48 [2022-08-23T13:37:48.324Z] #21 16.20 Preparing to unpack .../52-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
13:37:48 [2022-08-23T13:37:48.324Z] #21 16.22 Unpacking vim (2:8.2.2434-3+deb11u1) ...
13:37:48 [2022-08-23T13:37:48.591Z] #21 16.49 Selecting previously unselected package xfsprogs.
13:37:48 [2022-08-23T13:37:48.591Z] #21 16.50 Preparing to unpack .../53-xfsprogs_5.10.0-4_amd64.deb ...
13:37:48 [2022-08-23T13:37:48.591Z] #21 16.52 Unpacking xfsprogs (5.10.0-4) ...
13:37:48 [2022-08-23T13:37:48.624Z] using credential docker-jenkins-github-credentials
13:37:48 [2022-08-23T13:37:48.637Z] Cloning the remote Git repository
13:37:48 [2022-08-23T13:37:48.637Z] Cloning with configured refspecs honoured and without tags
13:37:48 [2022-08-23T13:37:48.848Z] #21 16.72 Selecting previously unselected package zip.
13:37:48 [2022-08-23T13:37:48.848Z] #21 16.73 Preparing to unpack .../54-zip_3.0-12_amd64.deb ...
13:37:48 [2022-08-23T13:37:48.848Z] #21 16.73 Unpacking zip (3.0-12) ...
13:37:48 [2022-08-23T13:37:48.848Z] #21 16.82 Selecting previously unselected package zstd.
13:37:48 [2022-08-23T13:37:48.848Z] #21 16.83 Preparing to unpack .../55-zstd_1.4.8+dfsg-2.1_amd64.deb ...
13:37:48 [2022-08-23T13:37:48.848Z] #21 16.84 Unpacking zstd (1.4.8+dfsg-2.1) ...
13:37:48 [2022-08-23T13:37:48.663Z] Cloning repository https://github.com/moby/moby.git
13:37:48 [2022-08-23T13:37:48.722Z]  > git init /home/ubuntu/workspace/moby_PR-43739 # timeout=10
13:37:48 [2022-08-23T13:37:48.998Z] #19 75.73 Selecting previously unselected package gcc-arm-linux-gnueabihf.
13:37:48 [2022-08-23T13:37:48.998Z] #19 75.73 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
13:37:48 [2022-08-23T13:37:48.998Z] #19 75.73 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
13:37:48 [2022-08-23T13:37:48.998Z] #19 75.76 Selecting previously unselected package linux-libc-dev-armhf-cross.
13:37:48 [2022-08-23T13:37:48.998Z] #19 75.76 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
13:37:48 [2022-08-23T13:37:48.998Z] #19 75.76 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
13:37:48 [2022-08-23T13:37:48.998Z] #19 75.94 Selecting previously unselected package libc6-dev-armhf-cross.
13:37:48 [2022-08-23T13:37:48.998Z] #19 75.94 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
13:37:48 [2022-08-23T13:37:48.998Z] #19 75.94 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
13:37:48 [2022-08-23T13:37:48.998Z] #19 76.16 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
13:37:48 [2022-08-23T13:37:48.998Z] #19 76.16 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
13:37:48 [2022-08-23T13:37:48.998Z] #19 76.16 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
13:37:48 [2022-08-23T13:37:48.998Z] #19 76.41 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
13:37:49 [2022-08-23T13:37:49.103Z] #21 16.99 Setting up python3-pkg-resources (52.0.0-4) ...
13:37:49 [2022-08-23T13:37:49.254Z] #19 76.41 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
13:37:49 [2022-08-23T13:37:49.254Z] #19 76.42 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:37:49 [2022-08-23T13:37:49.359Z] #21 17.45 Setting up libip4tc2:amd64 (1.8.7-1) ...
13:37:49 [2022-08-23T13:37:49.359Z] #21 17.46 Setting up net-tools (1.60+git20181103.0eebece-1) ...
13:37:49 [2022-08-23T13:37:49.359Z] #21 17.48 Setting up libgpm2:amd64 (1.20.7-8) ...
13:37:49 [2022-08-23T13:37:49.359Z] #21 17.50 Setting up libicu67:amd64 (67.1-7) ...
13:37:49 [2022-08-23T13:37:49.615Z] #21 17.51 Setting up libip6tc2:amd64 (1.8.7-1) ...
13:37:49 [2022-08-23T13:37:49.615Z] #21 17.53 Setting up libinih1:amd64 (53-1+b2) ...
13:37:49 [2022-08-23T13:37:49.615Z] #21 17.54 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
13:37:49 [2022-08-23T13:37:49.615Z] #21 17.55 Setting up uidmap (1:4.8.1-1) ...
13:37:49 [2022-08-23T13:37:49.615Z] #21 17.57 Setting up libyajl2:amd64 (2.1.0-3) ...
13:37:49 [2022-08-23T13:37:49.615Z] #21 17.59 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:37:49 [2022-08-23T13:37:49.615Z] #21 17.61 Setting up bzip2 (1.0.8-4) ...
13:37:49 [2022-08-23T13:37:49.615Z] #21 17.62 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
13:37:49 [2022-08-23T13:37:49.615Z] #21 17.63 Setting up python3-wheel (0.34.2-1) ...
13:37:49 [2022-08-23T13:37:49.872Z] #21 17.94 Setting up libmicrohttpd12:amd64 (0.9.72-2) ...
13:37:49 [2022-08-23T13:37:49.872Z] #21 17.96 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:37:49 [2022-08-23T13:37:49.872Z] #21 18.00 Setting up libcap2:amd64 (1:2.44-1) ...
13:37:49 [2022-08-23T13:37:49.071Z] Fetching upstream changes from https://github.com/moby/moby.git
13:37:49 [2022-08-23T13:37:49.071Z]  > git --version # timeout=10
13:37:49 [2022-08-23T13:37:49.084Z]  > git --version # 'git version 2.17.1'
13:37:49 [2022-08-23T13:37:49.084Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:37:49 [2022-08-23T13:37:49.086Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:37:50 [2022-08-23T13:37:50.129Z] #21 18.03 Setting up libcap2-bin (1:2.44-1) ...
13:37:50 [2022-08-23T13:37:50.129Z] #21 18.04 Setting up apparmor (2.13.6-10) ...
13:37:51 [2022-08-23T13:37:51.059Z] #21 19.08 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
13:37:51 [2022-08-23T13:37:51.315Z] #21 19.12 Setting up zip (3.0-12) ...
13:37:51 [2022-08-23T13:37:51.315Z] #21 19.14 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:37:51 [2022-08-23T13:37:51.315Z] #21 19.16 Setting up bash-completion (1:2.11-2) ...
13:37:52 [2022-08-23T13:37:52.242Z] #21 20.20 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:37:52 [2022-08-23T13:37:52.242Z] #21 20.22 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:37:52 [2022-08-23T13:37:52.242Z] #21 20.22 Setting up libmnl0:amd64 (1.0.4-3) ...
13:37:52 [2022-08-23T13:37:52.242Z] #21 20.24 Setting up patch (2.7.6-7) ...
13:37:52 [2022-08-23T13:37:52.242Z] #21 20.25 Setting up sudo (1.9.5p2-3) ...
13:37:52 [2022-08-23T13:37:52.242Z] #21 20.31 invoke-rc.d: could not determine current runlevel
13:37:52 [2022-08-23T13:37:52.242Z] #21 20.31 invoke-rc.d: policy-rc.d denied execution of start.
13:37:52 [2022-08-23T13:37:52.242Z] #21 20.32 Setting up xfsprogs (5.10.0-4) ...
13:37:52 [2022-08-23T13:37:52.242Z] #21 20.33 System has not been booted with systemd as init system (PID 1). Can't operate.
13:37:52 [2022-08-23T13:37:52.242Z] #21 20.33 Failed to connect to bus: Host is down
13:37:52 [2022-08-23T13:37:52.242Z] #21 20.34 Setting up libxtables12:amd64 (1.8.7-1) ...
13:37:52 [2022-08-23T13:37:52.498Z] #21 20.35 Setting up inetutils-ping (2:2.0-1) ...
13:37:52 [2022-08-23T13:37:52.498Z] #21 20.37 Setting up pigz (2.6-1) ...
13:37:52 [2022-08-23T13:37:52.498Z] #21 20.39 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:37:52 [2022-08-23T13:37:52.498Z] #21 20.40 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
13:37:52 [2022-08-23T13:37:52.498Z] #21 20.43 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
13:37:52 [2022-08-23T13:37:52.498Z] #21 20.44 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
13:37:53 [2022-08-23T13:37:53.060Z] #21 20.86 Setting up libaio1:amd64 (0.3.112-9) ...
13:37:53 [2022-08-23T13:37:53.060Z] #21 20.88 Setting up python3-lib2to3 (3.9.2-1) ...
13:37:53 [2022-08-23T13:37:53.060Z] #21 21.04 Setting up libelf1:amd64 (0.183-1) ...
13:37:53 [2022-08-23T13:37:53.060Z] #21 21.05 Setting up libjson-c5:amd64 (0.15-2) ...
13:37:53 [2022-08-23T13:37:53.060Z] #21 21.07 Setting up zstd (1.4.8+dfsg-2.1) ...
13:37:53 [2022-08-23T13:37:53.060Z] #21 21.08 Setting up libonig5:amd64 (6.9.6-1.1) ...
13:37:53 [2022-08-23T13:37:53.060Z] #21 21.11 Setting up libkmod2:amd64 (28-1) ...
13:37:53 [2022-08-23T13:37:53.060Z] #21 21.12 Setting up python3-distutils (3.9.2-1) ...
13:37:53 [2022-08-23T13:37:53.316Z] #21 21.31 Setting up vim (2:8.2.2434-3+deb11u1) ...
13:37:53 [2022-08-23T13:37:53.316Z] #21 21.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:37:53 [2022-08-23T13:37:53.316Z] #21 21.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:37:53 [2022-08-23T13:37:53.317Z] #21 21.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:37:53 [2022-08-23T13:37:53.317Z] #21 21.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:37:53 [2022-08-23T13:37:53.317Z] #21 21.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:37:53 [2022-08-23T13:37:53.317Z] #21 21.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:37:53 [2022-08-23T13:37:53.317Z] #21 21.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:37:53 [2022-08-23T13:37:53.317Z] #21 21.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:37:53 [2022-08-23T13:37:53.317Z] #21 21.38 Setting up python3-setuptools (52.0.0-4) ...
13:37:54 [2022-08-23T13:37:54.246Z] #21 21.93 Setting up libjq1:amd64 (1.6-2.1) ...
13:37:54 [2022-08-23T13:37:54.246Z] #21 21.94 Setting up libnftnl11:amd64 (1.1.9-1) ...
13:37:54 [2022-08-23T13:37:54.246Z] #21 21.96 Setting up thin-provisioning-tools (0.9.0-1) ...
13:37:54 [2022-08-23T13:37:54.246Z] #21 21.97 Setting up python3-pip (20.3.4-4+deb11u1) ...
13:37:54 [2022-08-23T13:37:54.502Z] #21 22.41 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
13:37:54 [2022-08-23T13:37:54.502Z] #21 22.43 Setting up jq (1.6-2.1) ...
13:37:54 [2022-08-23T13:37:54.502Z] #21 22.44 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
13:37:54 [2022-08-23T13:37:54.502Z] #21 22.45 Setting up libbpf0:amd64 (1:0.3-2) ...
13:37:54 [2022-08-23T13:37:54.502Z] #21 22.46 Setting up iptables (1.8.7-1) ...
13:37:54 [2022-08-23T13:37:54.502Z] #21 22.48 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:37:54 [2022-08-23T13:37:54.502Z] #21 22.48 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:37:54 [2022-08-23T13:37:54.502Z] #21 22.49 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:37:54 [2022-08-23T13:37:54.502Z] #21 22.49 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:37:54 [2022-08-23T13:37:54.502Z] #21 22.50 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:37:54 [2022-08-23T13:37:54.502Z] #21 22.51 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:37:54 [2022-08-23T13:37:54.502Z] #21 22.51 Setting up iproute2 (5.10.0-4) ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 80.89 Selecting previously unselected package g++-arm-linux-gnueabihf.
13:37:54 [2022-08-23T13:37:54.510Z] #19 80.89 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 80.90 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 80.92 Selecting previously unselected package crossbuild-essential-armhf.
13:37:54 [2022-08-23T13:37:54.510Z] #19 80.92 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 80.93 Unpacking crossbuild-essential-armhf (12.9) ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 80.95 Selecting previously unselected package libc6-ppc64el-cross.
13:37:54 [2022-08-23T13:37:54.510Z] #19 80.96 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 80.96 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.12 Selecting previously unselected package libgcc-s1-ppc64el-cross.
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.12 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.12 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.15 Selecting previously unselected package libgomp1-ppc64el-cross.
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.16 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.16 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.20 Selecting previously unselected package libitm1-ppc64el-cross.
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.20 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.20 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.23 Selecting previously unselected package libatomic1-ppc64el-cross.
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.24 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.24 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.27 Selecting previously unselected package libasan6-ppc64el-cross.
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.27 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.27 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.51 Selecting previously unselected package liblsan0-ppc64el-cross.
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.51 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.51 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.62 Selecting previously unselected package libtsan0-ppc64el-cross.
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.62 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.62 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
13:37:54 [2022-08-23T13:37:54.510Z] #19 81.85 Selecting previously unselected package libstdc++6-ppc64el-cross.
13:37:54 [2022-08-23T13:37:54.759Z] #21 22.71 Setting up systemd (247.3-7) ...
13:37:54 [2022-08-23T13:37:54.766Z] #19 81.85 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:37:54 [2022-08-23T13:37:54.766Z] #19 81.85 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
13:37:54 [2022-08-23T13:37:54.766Z] #19 81.93 Selecting previously unselected package libubsan1-ppc64el-cross.
13:37:54 [2022-08-23T13:37:54.766Z] #19 81.93 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:37:54 [2022-08-23T13:37:54.766Z] #19 81.94 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
13:37:54 [2022-08-23T13:37:54.766Z] #19 82.04 Selecting previously unselected package libquadmath0-ppc64el-cross.
13:37:54 [2022-08-23T13:37:54.766Z] #19 82.04 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:37:54 [2022-08-23T13:37:54.766Z] #19 82.04 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
13:37:54 [2022-08-23T13:37:54.766Z] #19 82.08 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
13:37:54 [2022-08-23T13:37:54.766Z] #19 82.08 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:37:54 [2022-08-23T13:37:54.766Z] #19 82.09 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:37:55 [2022-08-23T13:37:55.015Z] #21 22.83 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:37:55 [2022-08-23T13:37:55.015Z] #21 22.84 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:37:55 [2022-08-23T13:37:55.015Z] #21 22.84 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:37:55 [2022-08-23T13:37:55.015Z] #21 22.87 Initializing machine ID from KVM UUID.
13:37:55 [2022-08-23T13:37:55.022Z] #19 82.26 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
13:37:55 [2022-08-23T13:37:55.022Z] #19 82.26 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:37:55 [2022-08-23T13:37:55.022Z] #19 82.27 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:37:55 [2022-08-23T13:37:55.272Z] #21 23.34 Setting up systemd-journal-remote (247.3-7) ...
13:37:55 [2022-08-23T13:37:55.529Z] #21 23.51 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:37:56 [2022-08-23T13:37:56.461Z] #21 DONE 24.2s
13:37:56 [2022-08-23T13:37:56.461Z] 
13:37:56 [2022-08-23T13:37:56.461Z] #22 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
13:37:56 [2022-08-23T13:37:56.461Z] #22 sha256:0b371c1d2fda20aef00028c14c4242742470327060511d93bf3159256d5c537f
13:37:57 [2022-08-23T13:37:57.028Z] #22 0.802 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:37:57 [2022-08-23T13:37:57.028Z] #22 0.807 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:37:57 [2022-08-23T13:37:57.028Z] #22 0.810 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:37:57 [2022-08-23T13:37:57.286Z] #22 DONE 0.9s
13:37:57 [2022-08-23T13:37:57.286Z] 
13:37:57 [2022-08-23T13:37:57.286Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
13:37:57 [2022-08-23T13:37:57.286Z] #23 sha256:564f4a03aa3790b36c9ce4bcde2032611dd3f5d6e0a097fb3177a898593d767d
13:38:00 [2022-08-23T13:38:00.269Z] #19 86.80 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
13:38:00 [2022-08-23T13:38:00.269Z] #19 86.81 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:38:00 [2022-08-23T13:38:00.269Z] #19 86.81 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:38:00 [2022-08-23T13:38:00.269Z] #19 86.84 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
13:38:00 [2022-08-23T13:38:00.269Z] #19 86.84 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
13:38:00 [2022-08-23T13:38:00.269Z] #19 86.84 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
13:38:00 [2022-08-23T13:38:00.269Z] #19 87.01 Selecting previously unselected package libc6-dev-ppc64el-cross.
13:38:00 [2022-08-23T13:38:00.269Z] #19 87.02 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
13:38:00 [2022-08-23T13:38:00.269Z] #19 87.02 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
13:38:00 [2022-08-23T13:38:00.269Z] #19 87.29 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
13:38:00 [2022-08-23T13:38:00.269Z] #19 87.29 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:38:00 [2022-08-23T13:38:00.269Z] #19 87.29 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:38:00 [2022-08-23T13:38:00.269Z] #19 87.57 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
13:38:00 [2022-08-23T13:38:00.526Z] #19 87.58 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:38:00 [2022-08-23T13:38:00.526Z] #19 87.58 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:38:04 [2022-08-23T13:38:04.696Z] #19 91.91 Selecting previously unselected package g++-powerpc64le-linux-gnu.
13:38:04 [2022-08-23T13:38:04.696Z] #19 91.92 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:38:04 [2022-08-23T13:38:04.696Z] #19 91.92 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:38:04 [2022-08-23T13:38:04.696Z] #19 91.95 Selecting previously unselected package crossbuild-essential-ppc64el.
13:38:04 [2022-08-23T13:38:04.697Z] #19 91.95 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
13:38:04 [2022-08-23T13:38:04.697Z] #19 91.96 Unpacking crossbuild-essential-ppc64el (12.9) ...
13:38:04 [2022-08-23T13:38:04.697Z] #19 91.99 Selecting previously unselected package libc6-s390x-cross.
13:38:04 [2022-08-23T13:38:04.697Z] #19 91.99 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
13:38:04 [2022-08-23T13:38:04.697Z] #19 91.99 Unpacking libc6-s390x-cross (2.31-9cross4) ...
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.13 Selecting previously unselected package libgcc-s1-s390x-cross.
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.13 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.13 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.16 Selecting previously unselected package libgomp1-s390x-cross.
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.17 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.17 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.20 Selecting previously unselected package libitm1-s390x-cross.
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.21 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.21 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.24 Selecting previously unselected package libatomic1-s390x-cross.
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.24 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.24 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
13:38:04 [2022-08-23T13:38:04.953Z] #19 92.27 Selecting previously unselected package libasan6-s390x-cross.
13:38:05 [2022-08-23T13:38:05.209Z] #19 92.27 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
13:38:05 [2022-08-23T13:38:05.209Z] #19 92.28 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
13:38:05 [2022-08-23T13:38:05.209Z] #19 92.50 Selecting previously unselected package libstdc++6-s390x-cross.
13:38:05 [2022-08-23T13:38:05.209Z] #19 92.50 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
13:38:05 [2022-08-23T13:38:05.209Z] #19 92.51 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
13:38:05 [2022-08-23T13:38:05.379Z] #23 6.919 Collecting yamllint==1.26.1
13:38:05 [2022-08-23T13:38:05.379Z] #23 7.960   Downloading yamllint-1.26.1.tar.gz (126 kB)
13:38:05 [2022-08-23T13:38:05.379Z] #23 8.383 Collecting pathspec>=0.5.3
13:38:05 [2022-08-23T13:38:05.466Z] #19 92.58 Selecting previously unselected package libubsan1-s390x-cross.
13:38:05 [2022-08-23T13:38:05.466Z] #19 92.58 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
13:38:05 [2022-08-23T13:38:05.466Z] #19 92.59 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
13:38:05 [2022-08-23T13:38:05.466Z] #19 92.69 Selecting previously unselected package libgcc-10-dev-s390x-cross.
13:38:05 [2022-08-23T13:38:05.466Z] #19 92.69 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
13:38:05 [2022-08-23T13:38:05.466Z] #19 92.69 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
13:38:05 [2022-08-23T13:38:05.466Z] #19 92.79 Selecting previously unselected package gcc-10-s390x-linux-gnu.
13:38:05 [2022-08-23T13:38:05.636Z] #23 8.388   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
13:38:05 [2022-08-23T13:38:05.636Z] #23 8.548 Collecting pyyaml
13:38:05 [2022-08-23T13:38:05.636Z] #23 8.561   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
13:38:05 [2022-08-23T13:38:05.636Z] #23 8.590 Building wheels for collected packages: yamllint
13:38:05 [2022-08-23T13:38:05.636Z] #23 8.593   Building wheel for yamllint (setup.py): started
13:38:05 [2022-08-23T13:38:05.723Z] #19 92.80 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:38:05 [2022-08-23T13:38:05.723Z] #19 92.80 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:38:06 [2022-08-23T13:38:06.199Z] #23 8.992   Building wheel for yamllint (setup.py): finished with status 'done'
13:38:06 [2022-08-23T13:38:06.200Z] #23 8.993   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=d3da8991f4a3e1e282f10218b1f731a39108a7f47248ac7d99a8198a5e9b2cc6
13:38:06 [2022-08-23T13:38:06.200Z] #23 8.994   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
13:38:06 [2022-08-23T13:38:06.200Z] #23 8.997 Successfully built yamllint
13:38:06 [2022-08-23T13:38:06.200Z] #23 9.013 Installing collected packages: pyyaml, pathspec, yamllint
13:38:06 [2022-08-23T13:38:06.456Z] #23 9.208 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
13:38:06 [2022-08-23T13:38:06.713Z] #23 DONE 9.5s
13:38:06 [2022-08-23T13:38:06.713Z] 
13:38:06 [2022-08-23T13:38:06.713Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
13:38:06 [2022-08-23T13:38:06.713Z] #27 sha256:004a9fad40a2f3a34122fda1d48afa3f5ba6b52ce5bd936713dfe29b213e66ff
13:38:06 [2022-08-23T13:38:06.713Z] #27 DONE 0.2s
13:38:06 [2022-08-23T13:38:06.713Z] 
13:38:06 [2022-08-23T13:38:06.713Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
13:38:06 [2022-08-23T13:38:06.713Z] #32 sha256:733cf8ca46a0c3ea717d6471dd1d048deb3eca6df8f9f3aafcd19c592115729e
13:38:06 [2022-08-23T13:38:06.970Z] #32 DONE 0.3s
13:38:06 [2022-08-23T13:38:06.970Z] 
13:38:06 [2022-08-23T13:38:06.970Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
13:38:06 [2022-08-23T13:38:06.970Z] #35 sha256:62b52768a3e1f72b13dfe5ef9f1786ae54976c938a33b963bb81e91c4f0489a6
13:38:07 [2022-08-23T13:38:07.226Z] #35 DONE 0.2s
13:38:07 [2022-08-23T13:38:07.226Z] 
13:38:07 [2022-08-23T13:38:07.226Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
13:38:07 [2022-08-23T13:38:07.226Z] #37 sha256:8686f894dd76df829c94a027b42fc33e41ef947cebf75d1fcde885f4435b0ecf
13:38:07 [2022-08-23T13:38:07.481Z] #37 DONE 0.2s
13:38:07 [2022-08-23T13:38:07.481Z] 
13:38:07 [2022-08-23T13:38:07.481Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
13:38:07 [2022-08-23T13:38:07.481Z] #39 sha256:6861275f8fca658cdd151651605da78b21098b1838c8b6df26c2ebcedc73f933
13:38:07 [2022-08-23T13:38:07.481Z] #39 DONE 0.1s
13:38:07 [2022-08-23T13:38:07.481Z] 
13:38:07 [2022-08-23T13:38:07.481Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:38:07 [2022-08-23T13:38:07.481Z] #64 sha256:dd286341035029ed8fd27866abe31bc3f7ed607ef5f8a5979defbeb49697b297
13:38:07 [2022-08-23T13:38:07.481Z] #64 ...
13:38:07 [2022-08-23T13:38:07.481Z] 
13:38:07 [2022-08-23T13:38:07.481Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
13:38:07 [2022-08-23T13:38:07.481Z] #41 sha256:35c16d5009ac161778ea8f121552b1b15e619021a7961603445887a146cd74c6
13:38:07 [2022-08-23T13:38:07.481Z] #41 DONE 0.1s
13:38:07 [2022-08-23T13:38:07.481Z] 
13:38:07 [2022-08-23T13:38:07.481Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
13:38:07 [2022-08-23T13:38:07.482Z] #45 sha256:22fb4f0f56ef979b8c4e6498243c9f84b2565bd7f140e704c3e0091cdb9e1b98
13:38:07 [2022-08-23T13:38:07.737Z] #45 DONE 0.1s
13:38:07 [2022-08-23T13:38:07.737Z] 
13:38:07 [2022-08-23T13:38:07.737Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
13:38:07 [2022-08-23T13:38:07.737Z] #48 sha256:1aebf1f01939cc094719c6a441a503b15c6814da56a68645a56e9497553b08d3
13:38:07 [2022-08-23T13:38:07.737Z] #48 DONE 0.2s
13:38:07 [2022-08-23T13:38:07.737Z] 
13:38:07 [2022-08-23T13:38:07.737Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:38:07 [2022-08-23T13:38:07.737Z] #64 sha256:dd286341035029ed8fd27866abe31bc3f7ed607ef5f8a5979defbeb49697b297
13:38:07 [2022-08-23T13:38:07.993Z] #64 ...
13:38:07 [2022-08-23T13:38:07.993Z] 
13:38:07 [2022-08-23T13:38:07.993Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
13:38:07 [2022-08-23T13:38:07.993Z] #52 sha256:d2b6c1a619403eb95173f585a6230ff9e575c804d1c4107410a86497d754f625
13:38:07 [2022-08-23T13:38:07.993Z] #52 DONE 0.1s
13:38:07 [2022-08-23T13:38:07.993Z] 
13:38:07 [2022-08-23T13:38:07.993Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
13:38:07 [2022-08-23T13:38:07.993Z] #54 sha256:4733808a0b531bbd4c0d370b1a3f50ff836ecf2db30226bb69e069ed75f4747a
13:38:08 [2022-08-23T13:38:08.254Z] #54 DONE 0.1s
13:38:08 [2022-08-23T13:38:08.254Z] 
13:38:08 [2022-08-23T13:38:08.254Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
13:38:08 [2022-08-23T13:38:08.254Z] #56 sha256:8b0f24e7c4e3a7c03b0d6225e6d73d03fe89b78df6900b851b26ff385602853c
13:38:08 [2022-08-23T13:38:08.254Z] #56 DONE 0.3s
13:38:08 [2022-08-23T13:38:08.254Z] 
13:38:08 [2022-08-23T13:38:08.254Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:38:08 [2022-08-23T13:38:08.254Z] #64 sha256:dd286341035029ed8fd27866abe31bc3f7ed607ef5f8a5979defbeb49697b297
13:38:08 [2022-08-23T13:38:08.521Z] #64 ...
13:38:08 [2022-08-23T13:38:08.521Z] 
13:38:08 [2022-08-23T13:38:08.521Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
13:38:08 [2022-08-23T13:38:08.521Z] #58 sha256:bee24b15247ef7047f9bebe353c4b7437b426886c2e791ba69853070a7265d11
13:38:08 [2022-08-23T13:38:08.521Z] #58 DONE 0.1s
13:38:08 [2022-08-23T13:38:08.521Z] 
13:38:08 [2022-08-23T13:38:08.521Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
13:38:08 [2022-08-23T13:38:08.521Z] #61 sha256:f9497840054da6e341625e236ad738b640d750a5116e917fa7406d1df550f4d1
13:38:08 [2022-08-23T13:38:08.521Z] #61 DONE 0.1s
13:38:08 [2022-08-23T13:38:08.521Z] 
13:38:08 [2022-08-23T13:38:08.521Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:38:08 [2022-08-23T13:38:08.521Z] #64 sha256:dd286341035029ed8fd27866abe31bc3f7ed607ef5f8a5979defbeb49697b297
13:38:09 [2022-08-23T13:38:09.894Z] #19 97.06 Selecting previously unselected package gcc-s390x-linux-gnu.
13:38:09 [2022-08-23T13:38:09.894Z] #19 97.06 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:38:09 [2022-08-23T13:38:09.894Z] #19 97.06 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
13:38:09 [2022-08-23T13:38:09.894Z] #19 97.09 Selecting previously unselected package linux-libc-dev-s390x-cross.
13:38:09 [2022-08-23T13:38:09.894Z] #19 97.09 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
13:38:09 [2022-08-23T13:38:09.894Z] #19 97.10 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
13:38:09 [2022-08-23T13:38:09.894Z] #19 97.27 Selecting previously unselected package libc6-dev-s390x-cross.
13:38:10 [2022-08-23T13:38:10.151Z] #19 97.27 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
13:38:10 [2022-08-23T13:38:10.151Z] #19 97.28 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
13:38:10 [2022-08-23T13:38:10.151Z] #19 97.51 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
13:38:10 [2022-08-23T13:38:10.151Z] #19 97.51 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
13:38:10 [2022-08-23T13:38:10.151Z] #19 97.51 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
13:38:10 [2022-08-23T13:38:10.180Z] Fetching without tags
13:38:10 [2022-08-23T13:38:10.416Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 4b84a3321723a849295d5cbf7342ec36077f9179
13:38:10 [2022-08-23T13:38:10.720Z] #19 97.76 Selecting previously unselected package g++-10-s390x-linux-gnu.
13:38:10 [2022-08-23T13:38:10.720Z] #19 97.77 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:38:10 [2022-08-23T13:38:10.720Z] #19 97.77 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:38:11 [2022-08-23T13:38:11.273Z] Merge succeeded, producing 4b84a3321723a849295d5cbf7342ec36077f9179
13:38:11 [2022-08-23T13:38:11.273Z] Checking out Revision 4b84a3321723a849295d5cbf7342ec36077f9179 (PR-43739)
13:38:10 [2022-08-23T13:38:10.074Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:38:10 [2022-08-23T13:38:10.107Z]  > git config --add remote.origin.fetch +refs/pull/43739/head:refs/remotes/origin/PR-43739 # timeout=10
13:38:10 [2022-08-23T13:38:10.141Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:38:10 [2022-08-23T13:38:10.158Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:38:10 [2022-08-23T13:38:10.185Z] Fetching upstream changes from https://github.com/moby/moby.git
13:38:10 [2022-08-23T13:38:10.186Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:38:10 [2022-08-23T13:38:10.207Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:38:10 [2022-08-23T13:38:10.426Z]  > git config core.sparsecheckout # timeout=10
13:38:10 [2022-08-23T13:38:10.442Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
13:38:11 [2022-08-23T13:38:11.170Z]  > git remote # timeout=10
13:38:11 [2022-08-23T13:38:11.195Z]  > git config --get remote.origin.url # timeout=10
13:38:11 [2022-08-23T13:38:11.219Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:38:11 [2022-08-23T13:38:11.220Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
13:38:11 [2022-08-23T13:38:11.248Z]  > git rev-parse HEAD^{commit} # timeout=10
13:38:11 [2022-08-23T13:38:11.279Z]  > git config core.sparsecheckout # timeout=10
13:38:11 [2022-08-23T13:38:11.298Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
13:38:11 [2022-08-23T13:38:11.790Z] #64 76.92 + bin/containerd
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.0 Selecting previously unselected package g++-s390x-linux-gnu.
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.0 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.0 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.0 Selecting previously unselected package crossbuild-essential-s390x.
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.0 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.0 Unpacking crossbuild-essential-s390x (12.9) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.0 Setting up libconfig-inifiles-perl (3.000003-1) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.0 Setting up libfile-which-perl (1.23-1) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.1 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.1 Setting up libc6-armhf-cross (2.31-9cross4) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.1 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.1 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.1 Setting up libicu67:amd64 (67.1-7) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.1 Setting up libmagic-mgc (1:5.39-3) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.1 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.1 Setting up libc6-s390x-cross (2.31-9cross4) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.1 Setting up libmagic1:amd64 (1:5.39-3) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.2 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.2 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.2 Setting up file (1:5.39-3) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.2 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.2 Setting up bzip2 (1.0.8-4) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.2 Setting up libyaml-perl (1.30-1) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.2 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.2 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:38:14 [2022-08-23T13:38:14.893Z] #19 102.2 Setting up libio-string-perl (1.08-3.1) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.3 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.3 Setting up cross-config (2.6.18+nmu1) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.4 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.4 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.4 Setting up libc6-arm64-cross (2.31-9cross4) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.4 Setting up patch (2.7.6-7) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.4 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.4 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.4 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.4 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.5 Setting up libc6-armel-cross (2.31-9cross4) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.5 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.5 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.149Z] #19 102.5 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.5 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.5 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.5 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.5 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.5 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.6 Setting up libfile-homedir-perl (1.006-1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.6 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.6 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.6 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.6 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.6 Setting up liblocale-gettext-perl (1.07-4+b1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.6 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.6 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.6 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.6 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.7 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.7 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.7 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.7 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.7 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.7 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.7 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.7 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.7 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.8 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.8 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.8 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.405Z] #19 102.8 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
13:38:15 [2022-08-23T13:38:15.599Z] Commit message: "daemon: kill exec process on ctx cancel"
13:38:15 [2022-08-23T13:38:15.661Z] #19 102.8 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.661Z] #19 102.8 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.661Z] #19 102.8 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.661Z] #19 102.8 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
13:38:15 [2022-08-23T13:38:15.661Z] #19 102.8 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.661Z] #19 102.9 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.661Z] #19 102.9 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.661Z] #19 102.9 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:38:15 [2022-08-23T13:38:15.661Z] #19 102.9 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:38:15 [2022-08-23T13:38:15.661Z] #19 103.0 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:38:15 [2022-08-23T13:38:15.917Z] #19 103.1 
13:38:15 [2022-08-23T13:38:15.917Z] #19 103.1 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:38:15 [2022-08-23T13:38:15.917Z] #19 103.2 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.917Z] #19 103.2 Setting up dpkg-dev (1.20.11) ...
13:38:15 [2022-08-23T13:38:15.917Z] #19 103.2 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.917Z] #19 103.2 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
13:38:15 [2022-08-23T13:38:15.917Z] #19 103.2 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.917Z] #19 103.3 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.917Z] #19 103.3 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.917Z] #19 103.3 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
13:38:15 [2022-08-23T13:38:15.917Z] #19 103.3 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:38:16 [2022-08-23T13:38:16.174Z] #19 103.4 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.174Z] #19 103.4 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.174Z] #19 103.4 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.174Z] #19 103.4 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.174Z] #19 103.5 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:38:16 [2022-08-23T13:38:16.174Z] #19 103.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:38:16 [2022-08-23T13:38:16.174Z] #19 103.6 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:38:16 [2022-08-23T13:38:16.430Z] #19 103.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:38:16 [2022-08-23T13:38:16.430Z] #19 103.7 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:38:16 [2022-08-23T13:38:16.430Z] #19 103.8 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.430Z] #19 103.8 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.668Z] + docker version
13:38:16 [2022-08-23T13:38:16.686Z] #19 103.8 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 103.8 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 103.9 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 103.9 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 103.9 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 103.9 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 103.9 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 103.9 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 103.9 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 104.0 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 104.0 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 104.0 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 104.0 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 104.0 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
13:38:16 [2022-08-23T13:38:16.686Z] #19 104.0 Setting up libxml-simple-perl (2.25-1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.1 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.1 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.1 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.1 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.1 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.1 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.1 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.2 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.2 Setting up libconfig-auto-perl (0.44-1.1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.2 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.2 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.2 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.2 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.2 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.2 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.2 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
13:38:16 [2022-08-23T13:38:16.942Z] #19 104.3 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.3 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.3 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.3 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.3 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.3 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.3 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.3 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.3 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.3 Setting up dpkg-cross (2.6.18+nmu1) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.4 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.4 Setting up crossbuild-essential-armel (12.9) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.4 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.4 Setting up crossbuild-essential-armhf (12.9) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.4 Setting up crossbuild-essential-arm64 (12.9) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.4 Setting up crossbuild-essential-s390x (12.9) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.5 Setting up crossbuild-essential-ppc64el (12.9) ...
13:38:17 [2022-08-23T13:38:17.198Z] #19 104.5 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:38:18 [2022-08-23T13:38:18.905Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
13:38:18 [2022-08-23T13:38:18.905Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
13:38:19 [2022-08-23T13:38:19.087Z] #19 DONE 106.0s
13:38:19 [2022-08-23T13:38:19.087Z] 
13:38:19 [2022-08-23T13:38:19.087Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
13:38:19 [2022-08-23T13:38:19.087Z] #73 sha256:083cbb01b44567fb329a22c7e45f76c2243cce610f0d770d2492ac7946b4fb14
13:38:19 [2022-08-23T13:38:19.087Z] #73 DONE 0.1s
13:38:19 [2022-08-23T13:38:19.087Z] 
13:38:19 [2022-08-23T13:38:19.087Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
13:38:19 [2022-08-23T13:38:19.087Z] #32 sha256:4e95773710d53b59610840212fd21e871a29a66635e9fcb0b26cb124a31d47a0
13:38:19 [2022-08-23T13:38:19.087Z] #32 DONE 0.1s
13:38:19 [2022-08-23T13:38:19.087Z] 
13:38:19 [2022-08-23T13:38:19.087Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:38:19 [2022-08-23T13:38:19.087Z] #33 sha256:ffcc4a42166ee4a643d377ca15c49884d4201446c03a4dd603a52415477718ac
13:38:19 [2022-08-23T13:38:19.164Z] ok  	github.com/docker/docker/api/server/httputils	0.005s	coverage: 31.9% of statements
13:38:20 [2022-08-23T13:38:20.454Z] #33 1.324 + RM_GOPATH=0
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.324 + TMP_GOPATH=
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.324 + : /build
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.324 + '[' -z '' ']'
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.324 ++ mktemp -d
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.325 + export GOPATH=/tmp/tmp.UdbaRhpfPy
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.325 + GOPATH=/tmp/tmp.UdbaRhpfPy
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.325 + RM_GOPATH=1
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.325 + case "$(go env GOARCH)" in
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.326 ++ go env GOARCH
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.338 + export GO_BUILDMODE=-buildmode=pie
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.338 + GO_BUILDMODE=-buildmode=pie
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.339 ++ dirname /install.sh
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.340 + dir=/
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.340 + bin=dockercli
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.341 + shift
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.341 + '[' '!' -f //dockercli.installer ']'
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.341 + . //dockercli.installer
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.342 ++ : stable
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.342 ++ : 17.06.2-ce
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.342 + install_dockercli
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.342 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.342 Install docker/cli version 17.06.2-ce from stable
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.343 ++ uname -m
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.347 + arch=x86_64
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.347 + '[' x86_64 '!=' x86_64 ']'
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.347 + url=https://download.docker.com/linux/static
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.347 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
13:38:20 [2022-08-23T13:38:20.455Z] #33 1.347 + tar -xz docker/docker
13:38:20 [2022-08-23T13:38:20.577Z] ok  	github.com/docker/docker/api/server/middleware	0.011s	coverage: 37.7% of statements
13:38:20 [2022-08-23T13:38:20.577Z] ?   	github.com/docker/docker/api/server/router	[no test files]
13:38:20 [2022-08-23T13:38:20.577Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
13:38:20 [2022-08-23T13:38:20.577Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
13:38:20 [2022-08-23T13:38:20.836Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
13:38:20 [2022-08-23T13:38:20.836Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
13:38:20 [2022-08-23T13:38:20.836Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
13:38:20 [2022-08-23T13:38:20.836Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
13:38:21 [2022-08-23T13:38:21.094Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
13:38:21 [2022-08-23T13:38:21.094Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
13:38:22 [2022-08-23T13:38:22.033Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
13:38:22 [2022-08-23T13:38:22.033Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
13:38:22 [2022-08-23T13:38:22.033Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 6.0% of statements
13:38:22 [2022-08-23T13:38:22.293Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
13:38:22 [2022-08-23T13:38:22.862Z] ok  	github.com/docker/docker/api/types/filters	0.012s	coverage: 92.2% of statements
13:38:22 [2022-08-23T13:38:22.862Z] ok  	github.com/docker/docker/api/server/router/volume	0.010s	coverage: 67.9% of statements
13:38:22 [2022-08-23T13:38:22.862Z] ?   	github.com/docker/docker/api/types	[no test files]
13:38:22 [2022-08-23T13:38:22.862Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
13:38:22 [2022-08-23T13:38:22.862Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
13:38:22 [2022-08-23T13:38:22.862Z] ?   	github.com/docker/docker/api/types/container	[no test files]
13:38:22 [2022-08-23T13:38:22.862Z] ?   	github.com/docker/docker/api/types/events	[no test files]
13:38:22 [2022-08-23T13:38:22.862Z] ?   	github.com/docker/docker/api/types/image	[no test files]
13:38:22 [2022-08-23T13:38:22.862Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
13:38:22 [2022-08-23T13:38:22.862Z] ?   	github.com/docker/docker/api/types/network	[no test files]
13:38:22 [2022-08-23T13:38:22.862Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
13:38:23 [2022-08-23T13:38:23.121Z] ok  	github.com/docker/docker/api/types/strslice	0.005s	coverage: 90.0% of statements
13:38:23 [2022-08-23T13:38:23.121Z] ok  	github.com/docker/docker/api/types/registry	0.007s	coverage: 54.2% of statements
13:38:23 [2022-08-23T13:38:23.121Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
13:38:23 [2022-08-23T13:38:23.121Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
13:38:23 [2022-08-23T13:38:23.381Z] ok  	github.com/docker/docker/api/types/time	0.005s	coverage: 100.0% of statements
13:38:23 [2022-08-23T13:38:23.381Z] ok  	github.com/docker/docker/api/types/versions	0.004s	coverage: 77.3% of statements
13:38:23 [2022-08-23T13:38:23.381Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
13:38:23 [2022-08-23T13:38:23.381Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
13:38:23 [2022-08-23T13:38:23.381Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
13:38:23 [2022-08-23T13:38:23.381Z] ?   	github.com/docker/docker/builder	[no test files]
13:38:23 [2022-08-23T13:38:23.381Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
13:38:23 [2022-08-23T13:38:23.381Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
13:38:23 [2022-08-23T13:38:23.381Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
13:38:23 [2022-08-23T13:38:23.381Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
13:38:23 [2022-08-23T13:38:23.381Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
13:38:23 [2022-08-23T13:38:23.381Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
13:38:23 [2022-08-23T13:38:23.381Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
13:38:23 [2022-08-23T13:38:23.726Z] #33 4.275 + mkdir -p /build
13:38:23 [2022-08-23T13:38:23.726Z] #33 4.277 + mv docker/docker /build/
13:38:23 [2022-08-23T13:38:23.726Z] #33 4.278 + rmdir docker
13:38:23 [2022-08-23T13:38:23.726Z] #33 DONE 4.4s
13:38:23 [2022-08-23T13:38:23.726Z] 
13:38:23 [2022-08-23T13:38:23.726Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:38:23 [2022-08-23T13:38:23.726Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d
13:38:23 [2022-08-23T13:38:23.726Z] #49 1.813 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
13:38:23 [2022-08-23T13:38:23.726Z] #49 1.813 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
13:38:23 [2022-08-23T13:38:23.726Z] #49 2.154 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
13:38:23 [2022-08-23T13:38:23.726Z] #49 2.159 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
13:38:23 [2022-08-23T13:38:23.726Z] #49 2.472 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
13:38:23 [2022-08-23T13:38:23.726Z] #49 2.886 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
13:38:23 [2022-08-23T13:38:23.726Z] #49 3.321 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
13:38:23 [2022-08-23T13:38:23.726Z] #49 3.906 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
13:38:23 [2022-08-23T13:38:23.726Z] #49 4.369 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
13:38:23 [2022-08-23T13:38:23.726Z] #49 4.369 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
13:38:23 [2022-08-23T13:38:23.726Z] #49 4.369 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [160 kB]
13:38:23 [2022-08-23T13:38:23.726Z] #49 4.371 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [174 kB]
13:38:23 [2022-08-23T13:38:23.726Z] #49 4.387 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
13:38:23 [2022-08-23T13:38:23.983Z] #49 5.333 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
13:38:23 [2022-08-23T13:38:23.984Z] #49 5.336 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
13:38:24 [2022-08-23T13:38:24.241Z] #49 5.337 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
13:38:24 [2022-08-23T13:38:24.241Z] #49 5.339 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
13:38:24 [2022-08-23T13:38:24.241Z] #49 5.340 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
13:38:24 [2022-08-23T13:38:24.806Z] Client: Docker Engine - Community
13:38:24 [2022-08-23T13:38:24.806Z]  Version:           20.10.14
13:38:24 [2022-08-23T13:38:24.806Z]  API version:       1.41
13:38:24 [2022-08-23T13:38:24.806Z]  Go version:        go1.16.15
13:38:24 [2022-08-23T13:38:24.806Z]  Git commit:        a224086
13:38:24 [2022-08-23T13:38:24.806Z]  Built:             Thu Mar 24 01:47:57 2022
13:38:24 [2022-08-23T13:38:24.806Z]  OS/Arch:           linux/amd64
13:38:24 [2022-08-23T13:38:24.806Z]  Context:           default
13:38:24 [2022-08-23T13:38:24.806Z]  Experimental:      true
13:38:24 [2022-08-23T13:38:24.806Z] 
13:38:24 [2022-08-23T13:38:24.806Z] Server: Docker Engine - Community
13:38:24 [2022-08-23T13:38:24.806Z]  Engine:
13:38:24 [2022-08-23T13:38:24.806Z]   Version:          20.10.14
13:38:24 [2022-08-23T13:38:24.806Z]   API version:      1.41 (minimum version 1.12)
13:38:24 [2022-08-23T13:38:24.806Z]   Go version:       go1.16.15
13:38:24 [2022-08-23T13:38:24.806Z]   Git commit:       87a90dc
13:38:24 [2022-08-23T13:38:24.806Z]   Built:            Thu Mar 24 01:45:46 2022
13:38:24 [2022-08-23T13:38:24.806Z]   OS/Arch:          linux/amd64
13:38:24 [2022-08-23T13:38:24.806Z]   Experimental:     true
13:38:24 [2022-08-23T13:38:24.806Z]  containerd:
13:38:24 [2022-08-23T13:38:24.806Z]   Version:          1.5.11
13:38:24 [2022-08-23T13:38:24.806Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:24 [2022-08-23T13:38:24.806Z]  runc:
13:38:24 [2022-08-23T13:38:24.806Z]   Version:          1.0.3
13:38:24 [2022-08-23T13:38:24.806Z]   GitCommit:        v1.0.3-0-gf46b6ba
13:38:24 [2022-08-23T13:38:24.806Z]  docker-init:
13:38:24 [2022-08-23T13:38:24.806Z]   Version:          0.19.0
13:38:24 [2022-08-23T13:38:24.806Z]   GitCommit:        de40ad0
[Pipeline] sh
13:38:25 [2022-08-23T13:38:25.142Z] + docker info
13:38:25 [2022-08-23T13:38:25.613Z] #49 ...
13:38:25 [2022-08-23T13:38:25.613Z] 
13:38:25 [2022-08-23T13:38:25.613Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:38:25 [2022-08-23T13:38:25.613Z] #74 sha256:195c67d71135fde20b5d44d0ca4fbb11e4e8d884acf4fa180ec6f3c55925e26f
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.287 + RM_GOPATH=0
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.287 + TMP_GOPATH=
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.287 + : /build
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.287 + '[' -z '' ']'
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.289 ++ mktemp -d
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.289 + export GOPATH=/tmp/tmp.lUvuW4KyIu
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.289 + GOPATH=/tmp/tmp.lUvuW4KyIu
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.289 + RM_GOPATH=1
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.289 + case "$(go env GOARCH)" in
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 ++ go env GOARCH
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + export GO_BUILDMODE=-buildmode=pie
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + GO_BUILDMODE=-buildmode=pie
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 ++ dirname /install.sh
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + dir=/
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + bin=rootlesskit
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + shift
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + '[' '!' -f //rootlesskit.installer ']'
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + . //rootlesskit.installer
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 ++ : 1920341cd41e047834a21007424162a2dc946315
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + install_rootlesskit
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + case "$1" in
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + export CGO_ENABLED=0
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + CGO_ENABLED=0
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + _install_rootlesskit
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + for f in rootlesskit rootlesskit-docker-proxy
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + GOBIN=/build
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + GO111MODULE=on
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.300 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:38:25 [2022-08-23T13:38:25.613Z] #74 1.649 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:38:25 [2022-08-23T13:38:25.613Z] #74 3.405 go: downloading github.com/sirupsen/logrus v1.8.1
13:38:25 [2022-08-23T13:38:25.613Z] #74 3.406 go: downloading github.com/urfave/cli/v2 v2.4.0
13:38:25 [2022-08-23T13:38:25.613Z] #74 3.688 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:38:25 [2022-08-23T13:38:25.613Z] #74 4.916 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:38:25 [2022-08-23T13:38:25.613Z] #74 5.297 go: downloading github.com/google/uuid v1.3.0
13:38:25 [2022-08-23T13:38:25.613Z] #74 5.302 go: downloading github.com/moby/vpnkit v0.5.0
13:38:25 [2022-08-23T13:38:25.613Z] #74 5.329 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:38:25 [2022-08-23T13:38:25.613Z] #74 5.350 go: downloading github.com/gofrs/flock v0.8.1
13:38:25 [2022-08-23T13:38:25.613Z] #74 5.365 go: downloading github.com/gorilla/mux v1.8.0
13:38:25 [2022-08-23T13:38:25.613Z] #74 5.399 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:38:25 [2022-08-23T13:38:25.613Z] #74 5.508 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:38:25 [2022-08-23T13:38:25.613Z] #74 5.561 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:38:25 [2022-08-23T13:38:25.613Z] #74 5.591 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:38:25 [2022-08-23T13:38:25.876Z] #74 7.020 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:38:25 [2022-08-23T13:38:25.915Z] ok  	github.com/docker/docker/builder/remotecontext	0.135s	coverage: 13.7% of statements
13:38:25 [2022-08-23T13:38:25.916Z] ok  	github.com/docker/docker/builder/dockerfile	0.432s	coverage: 49.3% of statements
13:38:26 [2022-08-23T13:38:26.138Z] #74 ...
13:38:26 [2022-08-23T13:38:26.138Z] 
13:38:26 [2022-08-23T13:38:26.138Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:38:26 [2022-08-23T13:38:26.138Z] #37 sha256:9518dacc57d1a7673cc2062da899d4ef9fe917d283443aee4b8a16f66b1c6fcc
13:38:26 [2022-08-23T13:38:26.138Z] #37 CACHED
13:38:26 [2022-08-23T13:38:26.138Z] 
13:38:26 [2022-08-23T13:38:26.138Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:38:26 [2022-08-23T13:38:26.138Z] #36 sha256:cb1c10d3768b77ddcf0d3621b94e9595e441010936372a78aecbeca513be8755
13:38:26 [2022-08-23T13:38:26.138Z] #36 CACHED
13:38:26 [2022-08-23T13:38:26.138Z] 
13:38:26 [2022-08-23T13:38:26.138Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:38:26 [2022-08-23T13:38:26.138Z] #38 sha256:bb984be3722bee3bf0f578bb55168e4435c197429787aa55bd5e3993a99d98d6
13:38:26 [2022-08-23T13:38:26.138Z] #38 CACHED
13:38:26 [2022-08-23T13:38:26.138Z] 
13:38:26 [2022-08-23T13:38:26.138Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:38:26 [2022-08-23T13:38:26.138Z] #40 sha256:ea61007e71da38551d3dc16a23be5958ed650772f19a0ab118fe57e63b053cc9
13:38:26 [2022-08-23T13:38:26.138Z] #40 CACHED
13:38:26 [2022-08-23T13:38:26.138Z] 
13:38:26 [2022-08-23T13:38:26.138Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:38:26 [2022-08-23T13:38:26.138Z] #41 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
13:38:26 [2022-08-23T13:38:26.138Z] #41 CACHED
13:38:26 [2022-08-23T13:38:26.138Z] 
13:38:26 [2022-08-23T13:38:26.138Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
13:38:26 [2022-08-23T13:38:26.138Z] #43 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
13:38:26 [2022-08-23T13:38:26.138Z] #43 CACHED
13:38:26 [2022-08-23T13:38:26.138Z] 
13:38:26 [2022-08-23T13:38:26.138Z] #45 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
13:38:26 [2022-08-23T13:38:26.138Z] #45 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
13:38:26 [2022-08-23T13:38:26.138Z] #45 CACHED
13:38:26 [2022-08-23T13:38:26.138Z] 
13:38:26 [2022-08-23T13:38:26.138Z] #47 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:38:26 [2022-08-23T13:38:26.138Z] #47 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
13:38:26 [2022-08-23T13:38:26.138Z] #47 CACHED
13:38:26 [2022-08-23T13:38:26.138Z] 
13:38:26 [2022-08-23T13:38:26.138Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:38:26 [2022-08-23T13:38:26.138Z] #69 sha256:a3f2e5f8853e523ef3fad92d1007809d4fbe9739f0dd7bf327f4368a2fdec5a6
13:38:26 [2022-08-23T13:38:26.138Z] #69 1.803 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
13:38:26 [2022-08-23T13:38:26.139Z] #69 1.810 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
13:38:26 [2022-08-23T13:38:26.139Z] #69 1.974 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
13:38:26 [2022-08-23T13:38:26.139Z] #69 2.109 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
13:38:26 [2022-08-23T13:38:26.139Z] #69 2.441 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
13:38:26 [2022-08-23T13:38:26.139Z] #69 2.945 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
13:38:26 [2022-08-23T13:38:26.139Z] #69 3.597 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
13:38:26 [2022-08-23T13:38:26.139Z] #69 4.181 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
13:38:26 [2022-08-23T13:38:26.139Z] #69 4.669 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
13:38:26 [2022-08-23T13:38:26.139Z] #69 4.677 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [174 kB]
13:38:26 [2022-08-23T13:38:26.139Z] #69 4.685 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
13:38:26 [2022-08-23T13:38:26.139Z] #69 4.685 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [160 kB]
13:38:26 [2022-08-23T13:38:26.139Z] #69 4.707 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
13:38:26 [2022-08-23T13:38:26.139Z] #69 4.996 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
13:38:26 [2022-08-23T13:38:26.139Z] #69 5.004 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
13:38:26 [2022-08-23T13:38:26.139Z] #69 5.026 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
13:38:26 [2022-08-23T13:38:26.139Z] #69 5.027 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
13:38:26 [2022-08-23T13:38:26.139Z] #69 5.030 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
13:38:26 [2022-08-23T13:38:26.174Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
13:38:27 [2022-08-23T13:38:27.111Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
13:38:27 [2022-08-23T13:38:27.370Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.356s	coverage: 86.3% of statements
13:38:27 [2022-08-23T13:38:27.370Z] ?   	github.com/docker/docker/cli	[no test files]
13:38:27 [2022-08-23T13:38:27.370Z] ?   	github.com/docker/docker/cli/config	[no test files]
13:38:27 [2022-08-23T13:38:27.370Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
13:38:27 [2022-08-23T13:38:27.370Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
13:38:27 [2022-08-23T13:38:27.938Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.017s	coverage: 67.6% of statements
13:38:28 [2022-08-23T13:38:28.670Z] #69 ...
13:38:28 [2022-08-23T13:38:28.670Z] 
13:38:28 [2022-08-23T13:38:28.670Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:38:28 [2022-08-23T13:38:28.670Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
13:38:28 [2022-08-23T13:38:28.670Z] #20 1.808 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
13:38:28 [2022-08-23T13:38:28.670Z] #20 1.808 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
13:38:28 [2022-08-23T13:38:28.670Z] #20 1.975 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
13:38:28 [2022-08-23T13:38:28.670Z] #20 2.070 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
13:38:28 [2022-08-23T13:38:28.670Z] #20 2.345 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
13:38:28 [2022-08-23T13:38:28.670Z] #20 2.819 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
13:38:28 [2022-08-23T13:38:28.670Z] #20 3.297 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
13:38:28 [2022-08-23T13:38:28.670Z] #20 3.781 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
13:38:28 [2022-08-23T13:38:28.670Z] #20 4.273 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [174 kB]
13:38:28 [2022-08-23T13:38:28.670Z] #20 4.273 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
13:38:28 [2022-08-23T13:38:28.670Z] #20 4.273 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
13:38:28 [2022-08-23T13:38:28.670Z] #20 4.274 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [160 kB]
13:38:28 [2022-08-23T13:38:28.670Z] #20 4.274 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
13:38:28 [2022-08-23T13:38:28.670Z] #20 4.852 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
13:38:28 [2022-08-23T13:38:28.670Z] #20 4.857 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
13:38:28 [2022-08-23T13:38:28.670Z] #20 4.861 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
13:38:28 [2022-08-23T13:38:28.670Z] #20 4.861 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
13:38:28 [2022-08-23T13:38:28.670Z] #20 4.861 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
13:38:32 [2022-08-23T13:38:32.131Z] ok  	github.com/docker/docker/client	0.121s	coverage: 75.9% of statements
13:38:38 [2022-08-23T13:38:38.620Z] #20 ...
13:38:38 [2022-08-23T13:38:38.620Z] 
13:38:38 [2022-08-23T13:38:38.620Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:38:38 [2022-08-23T13:38:38.620Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d
13:38:38 [2022-08-23T13:38:38.620Z] #49 18.92 Fetched 40.6 MB in 17s (2340 kB/s)
13:38:45 [2022-08-23T13:38:45.271Z] #49 18.92 Reading package lists...
13:38:45 [2022-08-23T13:38:45.271Z] #49 ...
13:38:45 [2022-08-23T13:38:45.271Z] 
13:38:45 [2022-08-23T13:38:45.271Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:38:45 [2022-08-23T13:38:45.271Z] #69 sha256:a3f2e5f8853e523ef3fad92d1007809d4fbe9739f0dd7bf327f4368a2fdec5a6
13:38:45 [2022-08-23T13:38:45.271Z] #69 19.37 Fetched 40.6 MB in 18s (2281 kB/s)
13:38:46 [2022-08-23T13:38:46.202Z] #69 19.37 Reading package lists...
13:38:46 [2022-08-23T13:38:46.202Z] #69 ...
13:38:46 [2022-08-23T13:38:46.202Z] 
13:38:46 [2022-08-23T13:38:46.202Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:38:46 [2022-08-23T13:38:46.202Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d
13:38:46 [2022-08-23T13:38:46.202Z] #49 18.92 Reading package lists...
13:38:47 [2022-08-23T13:38:47.123Z] Client:
13:38:47 [2022-08-23T13:38:47.123Z]  Context:    default
13:38:47 [2022-08-23T13:38:47.123Z]  Debug Mode: false
13:38:47 [2022-08-23T13:38:47.123Z]  Plugins:
13:38:47 [2022-08-23T13:38:47.123Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:38:47 [2022-08-23T13:38:47.123Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:38:47 [2022-08-23T13:38:47.123Z]   compose: Docker Compose (Docker Inc., v2.4.1)
13:38:47 [2022-08-23T13:38:47.123Z]   scan: Docker Scan (Docker Inc., v0.17.0)
13:38:47 [2022-08-23T13:38:47.123Z] 
13:38:47 [2022-08-23T13:38:47.123Z] Server:
13:38:47 [2022-08-23T13:38:47.123Z]  Containers: 0
13:38:47 [2022-08-23T13:38:47.123Z]   Running: 0
13:38:47 [2022-08-23T13:38:47.123Z]   Paused: 0
13:38:47 [2022-08-23T13:38:47.123Z]   Stopped: 0
13:38:47 [2022-08-23T13:38:47.123Z]  Images: 0
13:38:47 [2022-08-23T13:38:47.123Z]  Server Version: 20.10.14
13:38:47 [2022-08-23T13:38:47.123Z]  Storage Driver: overlay2
13:38:47 [2022-08-23T13:38:47.123Z]   Backing Filesystem: extfs
13:38:47 [2022-08-23T13:38:47.123Z]   Supports d_type: true
13:38:47 [2022-08-23T13:38:47.123Z]   Native Overlay Diff: true
13:38:47 [2022-08-23T13:38:47.123Z]   userxattr: false
13:38:47 [2022-08-23T13:38:47.123Z]  Logging Driver: json-file
13:38:47 [2022-08-23T13:38:47.123Z]  Cgroup Driver: cgroupfs
13:38:47 [2022-08-23T13:38:47.123Z]  Cgroup Version: 1
13:38:47 [2022-08-23T13:38:47.123Z]  Plugins:
13:38:47 [2022-08-23T13:38:47.123Z]   Volume: local
13:38:47 [2022-08-23T13:38:47.123Z]   Network: bridge host ipvlan macvlan null overlay
13:38:47 [2022-08-23T13:38:47.123Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:38:47 [2022-08-23T13:38:47.123Z]  Swarm: inactive
13:38:47 [2022-08-23T13:38:47.123Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:38:47 [2022-08-23T13:38:47.123Z]  Default Runtime: runc
13:38:47 [2022-08-23T13:38:47.123Z]  Init Binary: docker-init
13:38:47 [2022-08-23T13:38:47.123Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:47 [2022-08-23T13:38:47.123Z]  runc version: v1.0.3-0-gf46b6ba
13:38:47 [2022-08-23T13:38:47.123Z]  init version: de40ad0
13:38:47 [2022-08-23T13:38:47.123Z]  Security Options:
13:38:47 [2022-08-23T13:38:47.123Z]   apparmor
13:38:47 [2022-08-23T13:38:47.123Z]   seccomp
13:38:47 [2022-08-23T13:38:47.123Z]    Profile: default
13:38:47 [2022-08-23T13:38:47.123Z]  Kernel Version: 5.4.0-1071-aws
13:38:47 [2022-08-23T13:38:47.123Z]  Operating System: Ubuntu 18.04.6 LTS
13:38:47 [2022-08-23T13:38:47.123Z]  OSType: linux
13:38:47 [2022-08-23T13:38:47.123Z]  Architecture: x86_64
13:38:47 [2022-08-23T13:38:47.123Z]  CPUs: 2
13:38:47 [2022-08-23T13:38:47.123Z]  Total Memory: 7.483GiB
13:38:47 [2022-08-23T13:38:47.123Z]  Name: ip-10-100-35-117
13:38:47 [2022-08-23T13:38:47.123Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
13:38:47 [2022-08-23T13:38:47.123Z]  Docker Root Dir: /var/lib/docker
13:38:47 [2022-08-23T13:38:47.123Z]  Debug Mode: false
13:38:47 [2022-08-23T13:38:47.123Z]  Registry: https://index.docker.io/v1/
13:38:47 [2022-08-23T13:38:47.123Z]  Labels:
13:38:47 [2022-08-23T13:38:47.123Z]  Experimental: true
13:38:47 [2022-08-23T13:38:47.123Z]  Insecure Registries:
13:38:47 [2022-08-23T13:38:47.123Z]   127.0.0.0/8
13:38:47 [2022-08-23T13:38:47.123Z]  Live Restore Enabled: true
13:38:47 [2022-08-23T13:38:47.123Z] 
13:38:47 [2022-08-23T13:38:47.123Z] WARNING: No swap limit support
[Pipeline] sh
13:38:47 [2022-08-23T13:38:47.423Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:38:47 [2022-08-23T13:38:47.423Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:38:47 [2022-08-23T13:38:47.423Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43739/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
13:38:47 [2022-08-23T13:38:47.423Z] + bash /home/ubuntu/workspace/moby_PR-43739/check-config.sh
13:38:47 [2022-08-23T13:38:47.423Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:38:47 [2022-08-23T13:38:47.423Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
13:38:47 [2022-08-23T13:38:47.423Z] 
13:38:47 [2022-08-23T13:38:47.423Z] Generally Necessary:
13:38:47 [2022-08-23T13:38:47.423Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:38:47 [2022-08-23T13:38:47.423Z] - apparmor: enabled and tools installed
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_NAMESPACES: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_NET_NS: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_PID_NS: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_IPC_NS: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_UTS_NS: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_CGROUPS: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_CGROUP_CPUACCT: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_CGROUP_DEVICE: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_CGROUP_FREEZER: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_CGROUP_SCHED: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_CPUSETS: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_MEMCG: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_KEYS: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_VETH: enabled (as module)
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_BRIDGE: enabled (as module)
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_NF_NAT: enabled (as module)
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_POSIX_MQUEUE: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_CGROUP_BPF: enabled
13:38:47 [2022-08-23T13:38:47.692Z] 
13:38:47 [2022-08-23T13:38:47.692Z] Optional Features:
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_USER_NS: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_SECCOMP: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_SECCOMP_FILTER: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_CGROUP_PIDS: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_MEMCG_SWAP: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
13:38:47 [2022-08-23T13:38:47.692Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_BLK_CGROUP: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_CGROUP_PERF: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_CGROUP_HUGETLB: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_CFS_BANDWIDTH: enabled
13:38:47 [2022-08-23T13:38:47.692Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:38:47 [2022-08-23T13:38:47.827Z] #49 27.65 Reading package lists...
13:38:47 [2022-08-23T13:38:47.827Z] #49 ...
13:38:47 [2022-08-23T13:38:47.827Z] 
13:38:47 [2022-08-23T13:38:47.827Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:38:47 [2022-08-23T13:38:47.827Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
13:38:47 [2022-08-23T13:38:47.827Z] #20 19.04 Fetched 40.6 MB in 18s (2301 kB/s)
13:38:47 [2022-08-23T13:38:47.827Z] #20 19.04 Reading package lists...
13:38:47 [2022-08-23T13:38:47.970Z] - CONFIG_RT_GROUP_SCHED: missing
13:38:47 [2022-08-23T13:38:47.970Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z] - CONFIG_IP_VS: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z] - CONFIG_IP_VS_NFCT: enabled
13:38:47 [2022-08-23T13:38:47.970Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:38:47 [2022-08-23T13:38:47.970Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:38:47 [2022-08-23T13:38:47.970Z] - CONFIG_IP_VS_RR: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z] - CONFIG_SECURITY_SELINUX: enabled
13:38:47 [2022-08-23T13:38:47.970Z] - CONFIG_SECURITY_APPARMOR: enabled
13:38:47 [2022-08-23T13:38:47.970Z] - CONFIG_EXT4_FS: enabled
13:38:47 [2022-08-23T13:38:47.970Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:38:47 [2022-08-23T13:38:47.970Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:38:47 [2022-08-23T13:38:47.970Z] - Network Drivers:
13:38:47 [2022-08-23T13:38:47.970Z]   - "overlay":
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_VXLAN: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:38:47 [2022-08-23T13:38:47.970Z]       Optional (for encrypted networks):
13:38:47 [2022-08-23T13:38:47.970Z]       - CONFIG_CRYPTO: enabled
13:38:47 [2022-08-23T13:38:47.970Z]       - CONFIG_CRYPTO_AEAD: enabled
13:38:47 [2022-08-23T13:38:47.970Z]       - CONFIG_CRYPTO_GCM: enabled
13:38:47 [2022-08-23T13:38:47.970Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:38:47 [2022-08-23T13:38:47.970Z]       - CONFIG_CRYPTO_GHASH: enabled
13:38:47 [2022-08-23T13:38:47.970Z]       - CONFIG_XFRM: enabled
13:38:47 [2022-08-23T13:38:47.970Z]       - CONFIG_XFRM_USER: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]       - CONFIG_INET_ESP: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]   - "ipvlan":
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_IPVLAN: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]   - "macvlan":
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_MACVLAN: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_DUMMY: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]   - "ftp,tftp client in container":
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z] - Storage Drivers:
13:38:47 [2022-08-23T13:38:47.970Z]   - "aufs":
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_AUFS_FS: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]   - "btrfs":
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:38:47 [2022-08-23T13:38:47.970Z]   - "devicemapper":
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_BLK_DEV_DM: enabled
13:38:47 [2022-08-23T13:38:47.970Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:38:47 [2022-08-23T13:38:47.970Z]   - "overlay":
13:38:48 [2022-08-23T13:38:48.083Z] #20 27.95 Reading package lists...
13:38:48 [2022-08-23T13:38:48.083Z] #20 ...
13:38:48 [2022-08-23T13:38:48.083Z] 
13:38:48 [2022-08-23T13:38:48.083Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:38:48 [2022-08-23T13:38:48.083Z] #69 sha256:a3f2e5f8853e523ef3fad92d1007809d4fbe9739f0dd7bf327f4368a2fdec5a6
13:38:48 [2022-08-23T13:38:48.083Z] #69 19.37 Reading package lists...
13:38:48 [2022-08-23T13:38:48.245Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:38:48 [2022-08-23T13:38:48.245Z]   - "zfs":
13:38:48 [2022-08-23T13:38:48.245Z]     - /dev/zfs: present
13:38:48 [2022-08-23T13:38:48.245Z]     - zfs command: missing
13:38:48 [2022-08-23T13:38:48.245Z]     - zpool command: missing
13:38:48 [2022-08-23T13:38:48.245Z] 
13:38:48 [2022-08-23T13:38:48.245Z] Limits:
13:38:48 [2022-08-23T13:38:48.245Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:38:48 [2022-08-23T13:38:48.245Z] 
13:38:48 [2022-08-23T13:38:48.245Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:38:48 [2022-08-23T13:38:48.583Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:4b84a3321723a849295d5cbf7342ec36077f9179 .
13:38:48 [2022-08-23T13:38:48.843Z] #2 [internal] load .dockerignore
13:38:48 [2022-08-23T13:38:48.843Z] #2 sha256:b705ace4389ca0cb71266504cebed1eba59986ef067e8c27e6f990951dd75ff4
13:38:48 [2022-08-23T13:38:48.843Z] #2 transferring context: 145B done
13:38:48 [2022-08-23T13:38:48.843Z] #2 DONE 0.1s
13:38:48 [2022-08-23T13:38:48.843Z] 
13:38:48 [2022-08-23T13:38:48.843Z] #1 [internal] load build definition from Dockerfile
13:38:48 [2022-08-23T13:38:48.843Z] #1 sha256:868eafd2f6b4418d9bcc0a44c4a915d5bf545c2e01659f5d8f3a8f5ce62d5f65
13:38:48 [2022-08-23T13:38:48.843Z] #1 transferring dockerfile: 19.07kB done
13:38:48 [2022-08-23T13:38:48.843Z] #1 DONE 0.2s
13:38:48 [2022-08-23T13:38:48.843Z] 
13:38:48 [2022-08-23T13:38:48.843Z] #3 resolve image config for docker.io/docker/dockerfile:1
13:38:48 [2022-08-23T13:38:48.843Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
13:38:49 [2022-08-23T13:38:49.413Z] #3 DONE 0.4s
13:38:49 [2022-08-23T13:38:49.413Z] 
13:38:49 [2022-08-23T13:38:49.414Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
13:38:49 [2022-08-23T13:38:49.414Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
13:38:49 [2022-08-23T13:38:49.414Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
13:38:49 [2022-08-23T13:38:49.414Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 5.24MB / 9.94MB 0.1s
13:38:49 [2022-08-23T13:38:49.414Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
13:38:49 [2022-08-23T13:38:49.414Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
13:38:49 [2022-08-23T13:38:49.673Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s done
13:38:49 [2022-08-23T13:38:49.673Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
13:38:49 [2022-08-23T13:38:49.673Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940
13:38:50 [2022-08-23T13:38:50.247Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.4s done
13:38:50 [2022-08-23T13:38:50.247Z] #4 DONE 0.8s
13:38:50 [2022-08-23T13:38:50.507Z] 
13:38:50 [2022-08-23T13:38:50.507Z] #6 [internal] load .dockerignore
13:38:50 [2022-08-23T13:38:50.507Z] #6 sha256:55f3e8a13b14eccdc4525044b890c930e270598415655face280da2d56abae9d
13:38:50 [2022-08-23T13:38:50.507Z] #6 DONE 0.0s
13:38:50 [2022-08-23T13:38:50.507Z] 
13:38:50 [2022-08-23T13:38:50.507Z] #5 [internal] load build definition from Dockerfile
13:38:50 [2022-08-23T13:38:50.507Z] #5 sha256:5070d6aa74e503c648013adbdea85e1414abefd9290e0d4a9d8d3295e64e1762
13:38:50 [2022-08-23T13:38:50.507Z] #5 DONE 0.0s
13:38:50 [2022-08-23T13:38:50.507Z] 
13:38:50 [2022-08-23T13:38:50.507Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
13:38:50 [2022-08-23T13:38:50.507Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
13:38:51 [2022-08-23T13:38:51.459Z] #7 DONE 0.9s
13:38:51 [2022-08-23T13:38:51.459Z] 
13:38:51 [2022-08-23T13:38:51.459Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:38:51 [2022-08-23T13:38:51.459Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:38:51 [2022-08-23T13:38:51.459Z] #10 DONE 0.9s
13:38:51 [2022-08-23T13:38:51.459Z] 
13:38:51 [2022-08-23T13:38:51.459Z] #9 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
13:38:51 [2022-08-23T13:38:51.459Z] #9 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
13:38:51 [2022-08-23T13:38:51.459Z] #9 DONE 0.9s
13:38:51 [2022-08-23T13:38:51.459Z] 
13:38:51 [2022-08-23T13:38:51.459Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:38:51 [2022-08-23T13:38:51.459Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:38:51 [2022-08-23T13:38:51.459Z] #8 DONE 0.9s
13:38:51 [2022-08-23T13:38:51.719Z] 
13:38:51 [2022-08-23T13:38:51.720Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:38:51 [2022-08-23T13:38:51.720Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:38:51 [2022-08-23T13:38:51.720Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:38:51 [2022-08-23T13:38:51.720Z] #73 DONE 0.0s
13:38:51 [2022-08-23T13:38:51.720Z] 
13:38:51 [2022-08-23T13:38:51.720Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
13:38:51 [2022-08-23T13:38:51.720Z] #28 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
13:38:51 [2022-08-23T13:38:51.720Z] #28 resolve docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c 0.0s done
13:38:51 [2022-08-23T13:38:51.720Z] #28 sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c 1.85kB / 1.85kB done
13:38:51 [2022-08-23T13:38:51.720Z] #28 sha256:0fcb5a38077422c4e70c5c43be21831193ff4559d143e27d8d5721e7a814bdcc 529B / 529B done
13:38:51 [2022-08-23T13:38:51.720Z] #28 sha256:dd8bae8d259fed93eb54b3bca0adeb647fc07f6ef16745c8ed4144ada4d51a95 1.46kB / 1.46kB done
13:38:51 [2022-08-23T13:38:51.987Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 0B / 55.01MB 0.1s
13:38:51 [2022-08-23T13:38:51.987Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 3.17MB / 55.01MB 0.2s
13:38:51 [2022-08-23T13:38:51.987Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 6.29MB / 55.01MB 0.3s
13:38:52 [2022-08-23T13:38:52.254Z] #69 28.58 Reading package lists...
13:38:52 [2022-08-23T13:38:52.254Z] #69 ...
13:38:52 [2022-08-23T13:38:52.254Z] 
13:38:52 [2022-08-23T13:38:52.254Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:38:52 [2022-08-23T13:38:52.254Z] #74 sha256:195c67d71135fde20b5d44d0ca4fbb11e4e8d884acf4fa180ec6f3c55925e26f
13:38:52 [2022-08-23T13:38:52.254Z] #74 29.31 + for f in rootlesskit rootlesskit-docker-proxy
13:38:52 [2022-08-23T13:38:52.254Z] #74 29.31 + GOBIN=/build
13:38:52 [2022-08-23T13:38:52.254Z] #74 29.31 + GO111MODULE=on
13:38:52 [2022-08-23T13:38:52.254Z] #74 29.31 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:38:52 [2022-08-23T13:38:52.254Z] #74 32.85 rootlesskit version 1.0.0
13:38:52 [2022-08-23T13:38:52.254Z] #74 32.85 Usage of /build/rootlesskit-docker-proxy:
13:38:52 [2022-08-23T13:38:52.254Z] #74 32.85   -container-ip string
13:38:52 [2022-08-23T13:38:52.254Z] #74 32.85     	container ip
13:38:52 [2022-08-23T13:38:52.254Z] #74 32.85   -container-port int
13:38:52 [2022-08-23T13:38:52.254Z] #74 32.85     	container port (default -1)
13:38:52 [2022-08-23T13:38:52.254Z] #74 32.85   -host-ip string
13:38:52 [2022-08-23T13:38:52.254Z] #74 32.85     	host ip
13:38:52 [2022-08-23T13:38:52.254Z] #74 32.85   -host-port int
13:38:52 [2022-08-23T13:38:52.254Z] #74 32.85     	host port (default -1)
13:38:52 [2022-08-23T13:38:52.254Z] #74 32.85   -proto string
13:38:52 [2022-08-23T13:38:52.254Z] #74 32.85     	proxy protocol (default "tcp")
13:38:52 [2022-08-23T13:38:52.254Z] #74 DONE 33.2s
13:38:52 [2022-08-23T13:38:52.254Z] 
13:38:52 [2022-08-23T13:38:52.254Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
13:38:52 [2022-08-23T13:38:52.254Z] #75 sha256:ea64090c9b8feba3f2af0a50136f304acc9612c770e00cb0ead56786ac3b811c
13:38:52 [2022-08-23T13:38:52.254Z] #75 DONE 0.1s
13:38:52 [2022-08-23T13:38:52.254Z] 
13:38:52 [2022-08-23T13:38:52.254Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:38:52 [2022-08-23T13:38:52.254Z] #76 sha256:07913060e82ff54cd40354b651f93e6700551c9c7e8f3e997f535e600483a266
13:38:52 [2022-08-23T13:38:52.254Z] #76 DONE 0.1s
13:38:52 [2022-08-23T13:38:52.254Z] 
13:38:52 [2022-08-23T13:38:52.254Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:38:52 [2022-08-23T13:38:52.254Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
13:38:52 [2022-08-23T13:38:52.558Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 13.63MB / 55.01MB 0.5s
13:38:52 [2022-08-23T13:38:52.558Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 28.31MB / 55.01MB 0.7s
13:38:52 [2022-08-23T13:38:52.819Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 34.60MB / 55.01MB 1.0s
13:38:52 [2022-08-23T13:38:52.819Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 37.75MB / 55.01MB 1.1s
13:38:53 [2022-08-23T13:38:53.079Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 42.99MB / 55.01MB 1.3s
13:38:53 [2022-08-23T13:38:53.340Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 46.17MB / 55.01MB 1.5s
13:38:53 [2022-08-23T13:38:53.340Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 49.28MB / 55.01MB 1.6s
13:38:53 [2022-08-23T13:38:53.602Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 52.43MB / 55.01MB 1.8s
13:38:53 [2022-08-23T13:38:53.623Z] #20 27.95 Reading package lists...
13:38:53 [2022-08-23T13:38:53.623Z] #20 ...
13:38:53 [2022-08-23T13:38:53.623Z] 
13:38:53 [2022-08-23T13:38:53.623Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:38:53 [2022-08-23T13:38:53.623Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:38:53 [2022-08-23T13:38:53.623Z] #79 CACHED
13:38:53 [2022-08-23T13:38:53.623Z] 
13:38:53 [2022-08-23T13:38:53.623Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:38:53 [2022-08-23T13:38:53.623Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:38:53 [2022-08-23T13:38:53.623Z] #81 CACHED
13:38:53 [2022-08-23T13:38:53.623Z] 
13:38:53 [2022-08-23T13:38:53.623Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:38:53 [2022-08-23T13:38:53.623Z] #83 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
13:38:53 [2022-08-23T13:38:53.623Z] #83 CACHED
13:38:53 [2022-08-23T13:38:53.623Z] 
13:38:53 [2022-08-23T13:38:53.623Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:38:53 [2022-08-23T13:38:53.623Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:38:53 [2022-08-23T13:38:53.623Z] #84 CACHED
13:38:53 [2022-08-23T13:38:53.623Z] 
13:38:53 [2022-08-23T13:38:53.623Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:38:53 [2022-08-23T13:38:53.623Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
13:38:53 [2022-08-23T13:38:53.862Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 55.01MB / 55.01MB 2.0s done
13:38:54 [2022-08-23T13:38:54.122Z] #28 ...
13:38:54 [2022-08-23T13:38:54.122Z] 
13:38:54 [2022-08-23T13:38:54.122Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
13:38:54 [2022-08-23T13:38:54.122Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
13:38:54 [2022-08-23T13:38:54.122Z] #49 DONE 0.0s
13:38:54 [2022-08-23T13:38:54.122Z] 
13:38:54 [2022-08-23T13:38:54.122Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:38:54 [2022-08-23T13:38:54.122Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:38:54 [2022-08-23T13:38:54.122Z] #11 resolve docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a 0.1s done
13:38:54 [2022-08-23T13:38:54.122Z] #11 sha256:2d952adaec1e94a7d3920f0f848dfd9037244f2491e499152918f30956c942b0 7.10kB / 7.10kB done
13:38:54 [2022-08-23T13:38:54.122Z] #11 sha256:a4081692fa3015104d84b125cbf623c566a0c9e2a39b9a29f6d939225d5687a4 1.80kB / 1.80kB done
13:38:54 [2022-08-23T13:38:54.122Z] #11 sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a 1.86kB / 1.86kB done
13:38:54 [2022-08-23T13:38:54.122Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 19.92MB / 55.00MB 2.1s
13:38:54 [2022-08-23T13:38:54.122Z] #11 sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 5.16MB / 5.16MB 1.6s done
13:38:54 [2022-08-23T13:38:54.122Z] #11 sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 10.88MB / 10.88MB 2.0s done
13:38:54 [2022-08-23T13:38:54.122Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 2.10MB / 54.58MB 2.1s
13:38:54 [2022-08-23T13:38:54.122Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 0B / 85.90MB 2.1s
13:38:54 [2022-08-23T13:38:54.385Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 23.07MB / 55.00MB 2.3s
13:38:54 [2022-08-23T13:38:54.385Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 5.24MB / 54.58MB 2.3s
13:38:54 [2022-08-23T13:38:54.385Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 28.31MB / 55.00MB 2.5s
13:38:54 [2022-08-23T13:38:54.385Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 11.53MB / 54.58MB 2.5s
13:38:54 [2022-08-23T13:38:54.385Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 8.48MB / 85.90MB 2.5s
13:38:54 [2022-08-23T13:38:54.646Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 31.46MB / 55.00MB 2.7s
13:38:54 [2022-08-23T13:38:54.646Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 14.68MB / 54.58MB 2.7s
13:38:54 [2022-08-23T13:38:54.646Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 14.68MB / 85.90MB 2.7s
13:38:54 [2022-08-23T13:38:54.646Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 37.75MB / 55.00MB 2.8s
13:38:54 [2022-08-23T13:38:54.646Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 18.87MB / 54.58MB 2.8s
13:38:54 [2022-08-23T13:38:54.906Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 19.92MB / 85.90MB 2.9s
13:38:54 [2022-08-23T13:38:54.906Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 40.89MB / 55.00MB 3.0s
13:38:54 [2022-08-23T13:38:54.906Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 22.02MB / 54.58MB 3.0s
13:38:54 [2022-08-23T13:38:54.992Z] #20 27.95 Reading package lists...
13:38:54 [2022-08-23T13:38:54.992Z] #20 ...
13:38:54 [2022-08-23T13:38:54.992Z] 
13:38:54 [2022-08-23T13:38:54.992Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:38:54 [2022-08-23T13:38:54.992Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d
13:38:54 [2022-08-23T13:38:54.992Z] #49 27.65 Reading package lists...
13:38:55 [2022-08-23T13:38:55.168Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 49.28MB / 55.00MB 3.3s
13:38:55 [2022-08-23T13:38:55.168Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 30.41MB / 54.58MB 3.3s
13:38:55 [2022-08-23T13:38:55.168Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 27.26MB / 85.90MB 3.3s
13:38:55 [2022-08-23T13:38:55.302Z] Created binary: bundles/dynbinary-daemon/dockerd
13:38:55 [2022-08-23T13:38:55.302Z] Building: bundles/dynbinary-daemon/docker-proxy
13:38:55 [2022-08-23T13:38:55.302Z] GOOS="" GOARCH="" GOARM=""
13:38:55 [2022-08-23T13:38:55.302Z] Created binary: bundles/dynbinary-daemon/docker-proxy
13:38:55 [2022-08-23T13:38:55.302Z] 
13:38:55 [2022-08-23T13:38:55.302Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:38:55 [2022-08-23T13:38:55.302Z] DOCKER_SYSTEMD=1
13:38:55 [2022-08-23T13:38:55.302Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:38:55 [2022-08-23T13:38:55.302Z] HOSTNAME=9f645732dfae
13:38:55 [2022-08-23T13:38:55.302Z] DEST=bundles/test-integration
13:38:55 [2022-08-23T13:38:55.302Z] PWD=/go/src/github.com/docker/docker
13:38:55 [2022-08-23T13:38:55.302Z] DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179
13:38:55 [2022-08-23T13:38:55.302Z] container=docker
13:38:55 [2022-08-23T13:38:55.302Z] HOME=/root
13:38:55 [2022-08-23T13:38:55.302Z] LANG=C.UTF-8
13:38:55 [2022-08-23T13:38:55.302Z] INVOCATION_ID=35724144ac0e4390901d4947b04380d0
13:38:55 [2022-08-23T13:38:55.302Z] GOLANG_VERSION=1.18.5
13:38:55 [2022-08-23T13:38:55.302Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:38:55 [2022-08-23T13:38:55.302Z] VALIDATE_BRANCH=master
13:38:55 [2022-08-23T13:38:55.302Z] TERM=xterm
13:38:55 [2022-08-23T13:38:55.302Z] DOCKER_PKG=github.com/docker/docker
13:38:55 [2022-08-23T13:38:55.302Z] SHLVL=3
13:38:55 [2022-08-23T13:38:55.302Z] TIMEOUT=120m
13:38:55 [2022-08-23T13:38:55.302Z] DOCKER_BUILDTAGS= journald
13:38:55 [2022-08-23T13:38:55.302Z] DOCKER_GRAPHDRIVER=overlay2
13:38:55 [2022-08-23T13:38:55.302Z] GO111MODULE=off
13:38:55 [2022-08-23T13:38:55.302Z] DOCKER_EXPERIMENTAL=1
13:38:55 [2022-08-23T13:38:55.302Z] TEST_SKIP_INTEGRATION_CLI=1
13:38:55 [2022-08-23T13:38:55.302Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:38:55 [2022-08-23T13:38:55.302Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:38:55 [2022-08-23T13:38:55.302Z] GOPATH=/go
13:38:55 [2022-08-23T13:38:55.302Z] PKG_CONFIG=pkg-config
13:38:55 [2022-08-23T13:38:55.302Z] _=/usr/bin/env
13:38:55 [2022-08-23T13:38:55.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:38:55 [2022-08-23T13:38:55.433Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 55.00MB / 55.00MB 3.5s
13:38:55 [2022-08-23T13:38:55.433Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 33.55MB / 54.58MB 3.5s
13:38:55 [2022-08-23T13:38:55.694Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 33.55MB / 85.90MB 3.6s
13:38:55 [2022-08-23T13:38:55.694Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 55.00MB / 55.00MB 3.7s done
13:38:55 [2022-08-23T13:38:55.954Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 38.80MB / 54.58MB 3.9s
13:38:55 [2022-08-23T13:38:55.954Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 38.80MB / 85.90MB 3.9s
13:38:55 [2022-08-23T13:38:55.954Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 2.10MB / 141.86MB 3.9s
13:38:56 [2022-08-23T13:38:56.222Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 45.09MB / 54.58MB 4.1s
13:38:56 [2022-08-23T13:38:56.222Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 48.23MB / 54.58MB 4.3s
13:38:56 [2022-08-23T13:38:56.222Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 45.09MB / 85.90MB 4.3s
13:38:56 [2022-08-23T13:38:56.222Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452
13:38:56 [2022-08-23T13:38:56.485Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 53.48MB / 54.58MB 4.5s
13:38:56 [2022-08-23T13:38:56.485Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 51.38MB / 85.90MB 4.5s
13:38:56 [2022-08-23T13:38:56.485Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 13.63MB / 141.86MB 4.5s
13:38:56 [2022-08-23T13:38:56.616Z] #49 36.45 Building dependency tree...
13:38:56 [2022-08-23T13:38:56.747Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 54.58MB / 54.58MB 4.7s done
13:38:56 [2022-08-23T13:38:56.747Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 57.67MB / 85.90MB 4.7s
13:38:56 [2022-08-23T13:38:56.747Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 20.97MB / 141.86MB 4.7s
13:38:56 [2022-08-23T13:38:56.747Z] #11 sha256:f3efab82b0e6781916704657c07fcd27f758c051a79c51966805759586275493 0B / 156B 4.7s
13:38:56 [2022-08-23T13:38:56.873Z] #49 38.06 Reading state information...
13:38:57 [2022-08-23T13:38:57.010Z] #11 sha256:f3efab82b0e6781916704657c07fcd27f758c051a79c51966805759586275493 156B / 156B 4.8s done
13:38:57 [2022-08-23T13:38:57.010Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 67.11MB / 85.90MB 5.1s
13:38:57 [2022-08-23T13:38:57.010Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 31.46MB / 141.86MB 5.1s
13:38:57 [2022-08-23T13:38:57.273Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 77.74MB / 85.90MB 5.4s
13:38:57 [2022-08-23T13:38:57.273Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 42.99MB / 141.86MB 5.4s
13:38:57 [2022-08-23T13:38:57.536Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 82.84MB / 85.90MB 5.6s
13:38:57 [2022-08-23T13:38:57.536Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 51.38MB / 141.86MB 5.7s
13:38:57 [2022-08-23T13:38:57.796Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 85.90MB / 85.90MB 5.9s done
13:38:57 [2022-08-23T13:38:57.796Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 61.11MB / 141.86MB 6.0s
13:38:58 [2022-08-23T13:38:58.059Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 72.35MB / 141.86MB 6.2s
13:38:58 [2022-08-23T13:38:58.241Z] #49 39.40 The following additional packages will be installed:
13:38:58 [2022-08-23T13:38:58.241Z] #49 39.43   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
13:38:58 [2022-08-23T13:38:58.241Z] #49 39.47 Suggested packages:
13:38:58 [2022-08-23T13:38:58.241Z] #49 39.47   cmake-doc ninja-build lrzip
13:38:58 [2022-08-23T13:38:58.241Z] #49 39.47 Recommended packages:
13:38:58 [2022-08-23T13:38:58.241Z] #49 39.47   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:38:58 [2022-08-23T13:38:58.319Z] #11 ...
13:38:58 [2022-08-23T13:38:58.319Z] 
13:38:58 [2022-08-23T13:38:58.319Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:38:58 [2022-08-23T13:38:58.319Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:38:58 [2022-08-23T13:38:58.319Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
13:38:58 [2022-08-23T13:38:58.319Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
13:38:58 [2022-08-23T13:38:58.319Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
13:38:58 [2022-08-23T13:38:58.319Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:38:58 [2022-08-23T13:38:58.319Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done
13:38:58 [2022-08-23T13:38:58.319Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.3s done
13:38:58 [2022-08-23T13:38:58.319Z] #71 DONE 6.5s
13:38:58 [2022-08-23T13:38:58.319Z] 
13:38:58 [2022-08-23T13:38:58.319Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:38:58 [2022-08-23T13:38:58.319Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:38:58 [2022-08-23T13:38:58.319Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 81.93MB / 141.86MB 6.4s
13:38:58 [2022-08-23T13:38:58.319Z] #11 ...
13:38:58 [2022-08-23T13:38:58.319Z] 
13:38:58 [2022-08-23T13:38:58.319Z] #24 [internal] load build context
13:38:58 [2022-08-23T13:38:58.319Z] #24 sha256:51125114c6947fcf35d2d0c7374212c7b16b95d3c75b4812c005c7d5c4918f44
13:38:58 [2022-08-23T13:38:58.319Z] #24 transferring context: 23.89MB 6.8s
13:38:58 [2022-08-23T13:38:58.580Z] #24 ...
13:38:58 [2022-08-23T13:38:58.580Z] 
13:38:58 [2022-08-23T13:38:58.580Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:38:58 [2022-08-23T13:38:58.580Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:38:58 [2022-08-23T13:38:58.804Z] #49 39.96 The following NEW packages will be installed:
13:38:58 [2022-08-23T13:38:58.804Z] #49 39.98   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
13:38:58 [2022-08-23T13:38:58.846Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 89.09MB / 141.86MB 6.8s
13:38:59 [2022-08-23T13:38:59.062Z] #49 40.39 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
13:38:59 [2022-08-23T13:38:59.062Z] #49 40.39 Need to get 8418 kB of archives.
13:38:59 [2022-08-23T13:38:59.062Z] #49 40.39 After this operation, 34.9 MB of additional disk space will be used.
13:38:59 [2022-08-23T13:38:59.062Z] #49 40.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
13:38:59 [2022-08-23T13:38:59.112Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 99.61MB / 141.86MB 7.2s
13:38:59 [2022-08-23T13:38:59.318Z] #49 40.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:38:59 [2022-08-23T13:38:59.318Z] #49 40.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
13:38:59 [2022-08-23T13:38:59.318Z] #49 40.41 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
13:38:59 [2022-08-23T13:38:59.318Z] #49 40.42 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
13:38:59 [2022-08-23T13:38:59.318Z] #49 40.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
13:38:59 [2022-08-23T13:38:59.318Z] #49 40.42 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
13:38:59 [2022-08-23T13:38:59.318Z] #49 40.42 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
13:38:59 [2022-08-23T13:38:59.373Z] #11 ...
13:38:59 [2022-08-23T13:38:59.373Z] 
13:38:59 [2022-08-23T13:38:59.373Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:38:59 [2022-08-23T13:38:59.373Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:38:59 [2022-08-23T13:38:59.373Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
13:38:59 [2022-08-23T13:38:59.373Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
13:38:59 [2022-08-23T13:38:59.373Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:38:59 [2022-08-23T13:38:59.373Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done
13:38:59 [2022-08-23T13:38:59.373Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.9s done
13:38:59 [2022-08-23T13:38:59.373Z] #73 DONE 7.5s
13:38:59 [2022-08-23T13:38:59.373Z] 
13:38:59 [2022-08-23T13:38:59.374Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:38:59 [2022-08-23T13:38:59.374Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:38:59 [2022-08-23T13:38:59.374Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 106.95MB / 141.86MB 7.4s
13:38:59 [2022-08-23T13:38:59.644Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 114.29MB / 141.86MB 7.8s
13:38:59 [2022-08-23T13:38:59.881Z] #49 41.05 debconf: delaying package configuration, since apt-utils is not installed
13:39:00 [2022-08-23T13:39:00.138Z] #49 41.28 Fetched 8418 kB in 0s (23.9 MB/s)
13:39:00 [2022-08-23T13:39:00.138Z] #49 41.32 Selecting previously unselected package xxd.
13:39:00 [2022-08-23T13:39:00.138Z] #49 41.32 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30255 files and directories currently installed.)
13:39:00 [2022-08-23T13:39:00.138Z] #49 41.39 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
13:39:00 [2022-08-23T13:39:00.138Z] #49 41.39 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:39:00 [2022-08-23T13:39:00.138Z] #49 41.49 Selecting previously unselected package vim-common.
13:39:00 [2022-08-23T13:39:00.215Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 122.68MB / 141.86MB 8.2s
13:39:00 [2022-08-23T13:39:00.215Z] #11 ...
13:39:00 [2022-08-23T13:39:00.215Z] 
13:39:00 [2022-08-23T13:39:00.215Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:39:00 [2022-08-23T13:39:00.215Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:39:00 [2022-08-23T13:39:00.215Z] #72 DONE 0.6s
13:39:00 [2022-08-23T13:39:00.215Z] 
13:39:00 [2022-08-23T13:39:00.215Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:39:00 [2022-08-23T13:39:00.215Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:39:00 [2022-08-23T13:39:00.215Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 136.31MB / 141.86MB 8.4s
13:39:00 [2022-08-23T13:39:00.396Z] #49 ...
13:39:00 [2022-08-23T13:39:00.396Z] 
13:39:00 [2022-08-23T13:39:00.396Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:39:00 [2022-08-23T13:39:00.396Z] #69 sha256:a3f2e5f8853e523ef3fad92d1007809d4fbe9739f0dd7bf327f4368a2fdec5a6
13:39:00 [2022-08-23T13:39:00.396Z] #69 28.58 Reading package lists...
13:39:00 [2022-08-23T13:39:00.396Z] #69 36.96 Building dependency tree...
13:39:00 [2022-08-23T13:39:00.396Z] #69 38.37 Reading state information...
13:39:00 [2022-08-23T13:39:00.396Z] #69 39.72 The following additional packages will be installed:
13:39:00 [2022-08-23T13:39:00.396Z] #69 39.73   libbtrfs0
13:39:00 [2022-08-23T13:39:00.396Z] #69 39.94 The following NEW packages will be installed:
13:39:00 [2022-08-23T13:39:00.396Z] #69 39.95   libbtrfs-dev libbtrfs0
13:39:00 [2022-08-23T13:39:00.396Z] #69 40.35 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
13:39:00 [2022-08-23T13:39:00.396Z] #69 40.35 Need to get 460 kB of archives.
13:39:00 [2022-08-23T13:39:00.396Z] #69 40.35 After this operation, 1237 kB of additional disk space will be used.
13:39:00 [2022-08-23T13:39:00.396Z] #69 40.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
13:39:00 [2022-08-23T13:39:00.396Z] #69 40.36 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
13:39:00 [2022-08-23T13:39:00.396Z] #69 40.83 debconf: delaying package configuration, since apt-utils is not installed
13:39:00 [2022-08-23T13:39:00.396Z] #69 41.00 Fetched 460 kB in 0s (1631 kB/s)
13:39:00 [2022-08-23T13:39:00.396Z] #69 41.04 Selecting previously unselected package libbtrfs0:amd64.
13:39:00 [2022-08-23T13:39:00.396Z] #69 41.04 (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 ... 30255 files and directories currently installed.)
13:39:00 [2022-08-23T13:39:00.396Z] #69 41.08 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
13:39:00 [2022-08-23T13:39:00.396Z] #69 41.09 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
13:39:00 [2022-08-23T13:39:00.396Z] #69 41.17 Selecting previously unselected package libbtrfs-dev:amd64.
13:39:00 [2022-08-23T13:39:00.396Z] #69 41.17 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
13:39:00 [2022-08-23T13:39:00.396Z] #69 41.18 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
13:39:00 [2022-08-23T13:39:00.396Z] #69 41.37 Setting up libbtrfs0:amd64 (5.10.1-2) ...
13:39:00 [2022-08-23T13:39:00.396Z] #69 41.39 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
13:39:00 [2022-08-23T13:39:00.396Z] #69 41.40 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:39:00 [2022-08-23T13:39:00.396Z] #69 DONE 41.6s
13:39:00 [2022-08-23T13:39:00.396Z] 
13:39:00 [2022-08-23T13:39:00.396Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:39:00 [2022-08-23T13:39:00.396Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d
13:39:00 [2022-08-23T13:39:00.396Z] #49 41.50 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:39:00 [2022-08-23T13:39:00.396Z] #49 41.51 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:39:00 [2022-08-23T13:39:00.396Z] #49 ...
13:39:00 [2022-08-23T13:39:00.396Z] 
13:39:00 [2022-08-23T13:39:00.396Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
13:39:00 [2022-08-23T13:39:00.396Z] #70 sha256:0da14b82cbfdeb5fe6dbfe71b4f7b6e6a7a67aafada00fb653198228adc8144c
13:39:00 [2022-08-23T13:39:00.396Z] #70 DONE 0.1s
13:39:00 [2022-08-23T13:39:00.396Z] 
13:39:00 [2022-08-23T13:39:00.396Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:39:00 [2022-08-23T13:39:00.396Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d
13:39:00 [2022-08-23T13:39:00.396Z] #49 41.66 Selecting previously unselected package cmake-data.
13:39:00 [2022-08-23T13:39:00.396Z] #49 41.66 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
13:39:00 [2022-08-23T13:39:00.396Z] #49 41.68 Unpacking cmake-data (3.18.4-2+deb11u1) ...
13:39:00 [2022-08-23T13:39:00.797Z] #11 ...
13:39:00 [2022-08-23T13:39:00.797Z] 
13:39:00 [2022-08-23T13:39:00.797Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:39:00 [2022-08-23T13:39:00.797Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:39:00 [2022-08-23T13:39:00.797Z] #74 DONE 0.5s
13:39:00 [2022-08-23T13:39:00.797Z] 
13:39:00 [2022-08-23T13:39:00.797Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:39:00 [2022-08-23T13:39:00.797Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:39:00 [2022-08-23T13:39:00.797Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 141.86MB / 141.86MB 8.7s done
13:39:01 [2022-08-23T13:39:01.326Z] #49 42.63 Selecting previously unselected package libarchive13:amd64.
13:39:01 [2022-08-23T13:39:01.326Z] #49 42.64 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
13:39:01 [2022-08-23T13:39:01.326Z] #49 42.65 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
13:39:01 [2022-08-23T13:39:01.372Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 5.0s
13:39:01 [2022-08-23T13:39:01.583Z] #49 42.78 Selecting previously unselected package libjsoncpp24:amd64.
13:39:01 [2022-08-23T13:39:01.583Z] #49 42.79 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
13:39:01 [2022-08-23T13:39:01.583Z] #49 42.79 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
13:39:01 [2022-08-23T13:39:01.583Z] #49 42.84 Selecting previously unselected package librhash0:amd64.
13:39:01 [2022-08-23T13:39:01.583Z] #49 42.84 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
13:39:01 [2022-08-23T13:39:01.583Z] #49 42.85 Unpacking librhash0:amd64 (1.4.1-2) ...
13:39:01 [2022-08-23T13:39:01.839Z] #49 42.90 Selecting previously unselected package libuv1:amd64.
13:39:01 [2022-08-23T13:39:01.839Z] #49 42.90 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
13:39:01 [2022-08-23T13:39:01.839Z] #49 42.91 Unpacking libuv1:amd64 (1.40.0-2) ...
13:39:01 [2022-08-23T13:39:01.839Z] #49 42.95 Selecting previously unselected package cmake.
13:39:01 [2022-08-23T13:39:01.839Z] #49 42.95 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
13:39:01 [2022-08-23T13:39:01.839Z] #49 42.96 Unpacking cmake (3.18.4-2+deb11u1) ...
13:39:02 [2022-08-23T13:39:02.768Z] #49 43.94 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
13:39:02 [2022-08-23T13:39:02.768Z] #49 43.96 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:39:02 [2022-08-23T13:39:02.768Z] #49 43.98 Setting up libuv1:amd64 (1.40.0-2) ...
13:39:02 [2022-08-23T13:39:02.768Z] #49 43.99 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:39:02 [2022-08-23T13:39:02.768Z] #49 44.01 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
13:39:02 [2022-08-23T13:39:02.768Z] #49 44.02 Setting up librhash0:amd64 (1.4.1-2) ...
13:39:02 [2022-08-23T13:39:02.768Z] #49 44.03 Setting up cmake-data (3.18.4-2+deb11u1) ...
13:39:02 [2022-08-23T13:39:02.768Z] #49 44.05 Setting up cmake (3.18.4-2+deb11u1) ...
13:39:02 [2022-08-23T13:39:02.768Z] #49 44.06 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:39:03 [2022-08-23T13:39:03.024Z] #49 DONE 44.4s
13:39:03 [2022-08-23T13:39:03.024Z] 
13:39:03 [2022-08-23T13:39:03.024Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
13:39:03 [2022-08-23T13:39:03.024Z] #50 sha256:c0afe08a736694e6a79f58027ad03220e224645599bdd840708bce8fe9bb37d7
13:39:03 [2022-08-23T13:39:03.283Z] #50 DONE 0.1s
13:39:03 [2022-08-23T13:39:03.283Z] 
13:39:03 [2022-08-23T13:39:03.283Z] #51 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:39:03 [2022-08-23T13:39:03.283Z] #51 sha256:b668728159fff0763440a346c212cee7792e01c1f0de04f11c4bd61e5183798f
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.714 + RM_GOPATH=0
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.714 + TMP_GOPATH=
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.714 + : /build
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.714 + '[' -z '' ']'
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.714 ++ mktemp -d
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.716 + export GOPATH=/tmp/tmp.HgIJIJ7Hqo
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.716 + GOPATH=/tmp/tmp.HgIJIJ7Hqo
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.716 + RM_GOPATH=1
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.716 + case "$(go env GOARCH)" in
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.718 ++ go env GOARCH
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.730 + export GO_BUILDMODE=-buildmode=pie
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.730 + GO_BUILDMODE=-buildmode=pie
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.730 ++ dirname /install.sh
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.732 + dir=/
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.732 + bin=tini
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.732 + shift
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.732 + '[' '!' -f //tini.installer ']'
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.732 + . //tini.installer
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.732 ++ : v0.19.0
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.732 + install_tini
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.732 + echo 'Install tini version v0.19.0'
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.732 Install tini version v0.19.0
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.732 + git clone https://github.com/krallin/tini.git /tmp/tmp.HgIJIJ7Hqo/tini
13:39:03 [2022-08-23T13:39:03.860Z] #51 0.735 Cloning into '/tmp/tmp.HgIJIJ7Hqo/tini'...
13:39:04 [2022-08-23T13:39:04.218Z] ok  	github.com/docker/docker/cmd/dockerd	0.070s	coverage: 29.9% of statements
13:39:04 [2022-08-23T13:39:04.218Z] ok  	github.com/docker/docker/container	0.118s	coverage: 37.4% of statements
13:39:04 [2022-08-23T13:39:04.422Z] #51 1.093 + cd /tmp/tmp.HgIJIJ7Hqo/tini
13:39:04 [2022-08-23T13:39:04.422Z] #51 1.093 + git checkout -q v0.19.0
13:39:04 [2022-08-23T13:39:04.422Z] #51 1.103 + cmake .
13:39:04 [2022-08-23T13:39:04.422Z] #51 1.373 -- The C compiler identification is GNU 10.2.1
13:39:04 [2022-08-23T13:39:04.677Z] #11 ...
13:39:04 [2022-08-23T13:39:04.677Z] 
13:39:04 [2022-08-23T13:39:04.677Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
13:39:04 [2022-08-23T13:39:04.677Z] #28 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
13:39:04 [2022-08-23T13:39:04.677Z] #28 extracting sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 9.4s
13:39:04 [2022-08-23T13:39:04.677Z] #28 ...
13:39:04 [2022-08-23T13:39:04.677Z] 
13:39:04 [2022-08-23T13:39:04.677Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:39:04 [2022-08-23T13:39:04.677Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:39:04 [2022-08-23T13:39:04.679Z] #51 1.395 -- Detecting C compiler ABI info
13:39:04 [2022-08-23T13:39:04.786Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.436s	coverage: 0.0% of statements
13:39:04 [2022-08-23T13:39:04.786Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
13:39:04 [2022-08-23T13:39:04.786Z] ?   	github.com/docker/docker/container/stream	[no test files]
13:39:04 [2022-08-23T13:39:04.786Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
13:39:04 [2022-08-23T13:39:04.786Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
13:39:04 [2022-08-23T13:39:04.786Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
13:39:04 [2022-08-23T13:39:04.935Z] #51 1.605 -- Detecting C compiler ABI info - done
13:39:04 [2022-08-23T13:39:04.935Z] #51 1.664 -- Check for working C compiler: /usr/bin/cc - skipped
13:39:04 [2022-08-23T13:39:04.935Z] #51 1.665 -- Detecting C compile features
13:39:04 [2022-08-23T13:39:04.935Z] #51 1.666 -- Detecting C compile features - done
13:39:04 [2022-08-23T13:39:04.935Z] #51 1.682 -- Performing Test HAS_BUILTIN_FORTIFY
13:39:04 [2022-08-23T13:39:04.935Z] #51 1.786 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:39:05 [2022-08-23T13:39:05.192Z] #51 1.821 -- Configuring done
13:39:05 [2022-08-23T13:39:05.192Z] #51 1.826 -- Generating done
13:39:05 [2022-08-23T13:39:05.192Z] #51 1.828 -- Build files have been written to: /tmp/tmp.HgIJIJ7Hqo/tini
13:39:05 [2022-08-23T13:39:05.192Z] #51 1.831 + make tini-static
13:39:05 [2022-08-23T13:39:05.192Z] #51 1.907 Scanning dependencies of target tini-static
13:39:05 [2022-08-23T13:39:05.192Z] #51 1.940 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:39:05 [2022-08-23T13:39:05.192Z] #51 ...
13:39:05 [2022-08-23T13:39:05.192Z] 
13:39:05 [2022-08-23T13:39:05.192Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:39:05 [2022-08-23T13:39:05.192Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
13:39:05 [2022-08-23T13:39:05.192Z] #20 27.95 Reading package lists...
13:39:05 [2022-08-23T13:39:05.192Z] #20 36.55 Building dependency tree...
13:39:05 [2022-08-23T13:39:05.192Z] #20 38.16 Reading state information...
13:39:05 [2022-08-23T13:39:05.192Z] #20 39.72 The following additional packages will be installed:
13:39:05 [2022-08-23T13:39:05.192Z] #20 39.73   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:39:05 [2022-08-23T13:39:05.192Z] #20 39.73   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
13:39:05 [2022-08-23T13:39:05.192Z] #20 39.73   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
13:39:05 [2022-08-23T13:39:05.192Z] #20 39.73   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
13:39:05 [2022-08-23T13:39:05.192Z] #20 39.74   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
13:39:05 [2022-08-23T13:39:05.192Z] #20 39.74   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
13:39:05 [2022-08-23T13:39:05.192Z] #20 39.74   mingw-w64-common mingw-w64-x86-64-dev
13:39:05 [2022-08-23T13:39:05.192Z] #20 39.76 Suggested packages:
13:39:05 [2022-08-23T13:39:05.192Z] #20 39.76   gcc-10-locales seccomp wine64
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.21 The following NEW packages will be installed:
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.21   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.21   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.21   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.21   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.21   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.21   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.21   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.21   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.22   mingw-w64-x86-64-dev
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.52 0 upgraded, 30 newly installed, 0 to remove and 8 not upgraded.
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.52 Need to get 115 MB of archives.
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.52 After this operation, 645 MB of additional disk space will be used.
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.57 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.62 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.68 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.73 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.73 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 40.91 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 41.28 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 41.42 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 41.60 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.08 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.21 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.21 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.21 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.21 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.21 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.21 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.22 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.22 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.22 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.22 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.23 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.23 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.23 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.24 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.24 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.24 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.76 debconf: delaying package configuration, since apt-utils is not installed
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.90 Fetched 115 MB in 2s (57.6 MB/s)
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.93 Selecting previously unselected package binutils-mingw-w64-i686.
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.93 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30255 files and directories currently installed.)
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.95 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 42.95 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 43.51 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:39:05 [2022-08-23T13:39:05.192Z] #20 43.51 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 43.52 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 44.34 Selecting previously unselected package binutils-mingw-w64.
13:39:05 [2022-08-23T13:39:05.192Z] #20 44.34 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 44.36 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 44.42 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:39:05 [2022-08-23T13:39:05.192Z] #20 44.44 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 44.46 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 44.59 Selecting previously unselected package dmsetup.
13:39:05 [2022-08-23T13:39:05.192Z] #20 44.59 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 44.59 Unpacking dmsetup (2:1.02.175-2.1) ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 44.69 Selecting previously unselected package mingw-w64-common.
13:39:05 [2022-08-23T13:39:05.192Z] #20 44.69 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 44.70 Unpacking mingw-w64-common (8.0.0-1) ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 46.49 Selecting previously unselected package mingw-w64-x86-64-dev.
13:39:05 [2022-08-23T13:39:05.192Z] #20 46.49 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
13:39:05 [2022-08-23T13:39:05.192Z] #20 46.50 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
13:39:05 [2022-08-23T13:39:05.656Z] #11 ...
13:39:05 [2022-08-23T13:39:05.656Z] 
13:39:05 [2022-08-23T13:39:05.656Z] #24 [internal] load build context
13:39:05 [2022-08-23T13:39:05.656Z] #24 sha256:51125114c6947fcf35d2d0c7374212c7b16b95d3c75b4812c005c7d5c4918f44
13:39:05 [2022-08-23T13:39:05.656Z] #24 transferring context: 62.61MB 13.6s done
13:39:05 [2022-08-23T13:39:05.656Z] #24 DONE 13.9s
13:39:05 [2022-08-23T13:39:05.656Z] 
13:39:05 [2022-08-23T13:39:05.656Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:39:05 [2022-08-23T13:39:05.656Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:39:05 [2022-08-23T13:39:05.755Z] #20 ...
13:39:05 [2022-08-23T13:39:05.755Z] 
13:39:05 [2022-08-23T13:39:05.755Z] #51 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:39:05 [2022-08-23T13:39:05.755Z] #51 sha256:b668728159fff0763440a346c212cee7792e01c1f0de04f11c4bd61e5183798f
13:39:05 [2022-08-23T13:39:05.755Z] #51 2.458 [100%] Linking C executable tini-static
13:39:06 [2022-08-23T13:39:06.018Z] #51 2.676 [100%] Built target tini-static
13:39:06 [2022-08-23T13:39:06.018Z] #51 2.692 + mkdir -p /build
13:39:06 [2022-08-23T13:39:06.018Z] #51 2.694 + cp tini-static /build/docker-init
13:39:06 [2022-08-23T13:39:06.018Z] #51 DONE 3.0s
13:39:06 [2022-08-23T13:39:06.018Z] 
13:39:06 [2022-08-23T13:39:06.018Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:06 [2022-08-23T13:39:06.018Z] #71 sha256:1ed89b9fb308bfce805741ac6060f46d9be7076b8faed20069602b8d231c557c
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.837 + RM_GOPATH=0
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.837 + TMP_GOPATH=
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.837 + : /build
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.837 + '[' -z '' ']'
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.838 ++ mktemp -d
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.839 + export GOPATH=/tmp/tmp.rcctt5v9Wj
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.840 + GOPATH=/tmp/tmp.rcctt5v9Wj
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.840 + RM_GOPATH=1
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.840 + case "$(go env GOARCH)" in
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.841 ++ go env GOARCH
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.845 + export GO_BUILDMODE=-buildmode=pie
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.845 + GO_BUILDMODE=-buildmode=pie
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.846 ++ dirname /install.sh
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.847 + dir=/
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.847 + bin=containerd
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.847 + shift
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.847 + '[' '!' -f //containerd.installer ']'
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.848 + . //containerd.installer
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.848 ++ set -e
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.848 ++ : v1.6.7
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.848 + install_containerd
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.849 + echo 'Install containerd version v1.6.7'
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.849 Install containerd version v1.6.7
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.849 + git clone https://github.com/containerd/containerd.git /tmp/tmp.rcctt5v9Wj/src/github.com/containerd/containerd
13:39:06 [2022-08-23T13:39:06.018Z] #71 0.881 Cloning into '/tmp/tmp.rcctt5v9Wj/src/github.com/containerd/containerd'...
13:39:06 [2022-08-23T13:39:06.227Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 10.1s
13:39:07 [2022-08-23T13:39:07.385Z] #71 ...
13:39:07 [2022-08-23T13:39:07.385Z] 
13:39:07 [2022-08-23T13:39:07.385Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:39:07 [2022-08-23T13:39:07.385Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
13:39:07 [2022-08-23T13:39:07.385Z] #20 48.76 Selecting previously unselected package gcc-mingw-w64-base.
13:39:07 [2022-08-23T13:39:07.385Z] #20 48.76 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
13:39:07 [2022-08-23T13:39:07.641Z] #20 ...
13:39:07 [2022-08-23T13:39:07.641Z] 
13:39:07 [2022-08-23T13:39:07.641Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:39:07 [2022-08-23T13:39:07.641Z] #53 sha256:204f13c2ebd5f8cf12661cec9fb153ac610aee1fee87cef4ff4fdc3075d6a0dc
13:39:07 [2022-08-23T13:39:07.641Z] #53 CACHED
13:39:07 [2022-08-23T13:39:07.641Z] 
13:39:07 [2022-08-23T13:39:07.641Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:39:07 [2022-08-23T13:39:07.641Z] #54 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
13:39:07 [2022-08-23T13:39:07.641Z] #54 CACHED
13:39:07 [2022-08-23T13:39:07.641Z] 
13:39:07 [2022-08-23T13:39:07.641Z] #57 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
13:39:07 [2022-08-23T13:39:07.641Z] #57 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5
13:39:07 [2022-08-23T13:39:07.641Z] #57 CACHED
13:39:07 [2022-08-23T13:39:07.641Z] 
13:39:07 [2022-08-23T13:39:07.641Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
13:39:07 [2022-08-23T13:39:07.641Z] #58 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
13:39:07 [2022-08-23T13:39:07.641Z] #58 CACHED
13:39:07 [2022-08-23T13:39:07.641Z] 
13:39:07 [2022-08-23T13:39:07.641Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:39:07 [2022-08-23T13:39:07.641Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
13:39:07 [2022-08-23T13:39:07.641Z] #20 48.77 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:39:07 [2022-08-23T13:39:07.641Z] #20 48.86 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
13:39:07 [2022-08-23T13:39:07.641Z] #20 48.86 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
13:39:07 [2022-08-23T13:39:07.641Z] #20 48.86 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:39:07 [2022-08-23T13:39:07.897Z] #20 ...
13:39:07 [2022-08-23T13:39:07.897Z] 
13:39:07 [2022-08-23T13:39:07.898Z] #60 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
13:39:07 [2022-08-23T13:39:07.898Z] #60 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
13:39:07 [2022-08-23T13:39:07.898Z] #60 CACHED
13:39:07 [2022-08-23T13:39:07.975Z] #64 126.3 # github.com/containerd/containerd/cmd/containerd
13:39:07 [2022-08-23T13:39:07.975Z] #64 126.3 /usr/bin/ld: /tmp/go-link-4232613342/000019.o: in function `New':
13:39:07 [2022-08-23T13:39:07.975Z] #64 126.3 /tmp/tmp.Rl09OJRmZZ/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
13:39:07 [2022-08-23T13:39:07.975Z] #64 126.4 + bin/containerd-stress
13:39:07 [2022-08-23T13:39:07.975Z] #64 127.5 + bin/containerd-shim
13:39:08 [2022-08-23T13:39:08.154Z] 
13:39:08 [2022-08-23T13:39:08.154Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:08 [2022-08-23T13:39:08.154Z] #71 sha256:1ed89b9fb308bfce805741ac6060f46d9be7076b8faed20069602b8d231c557c
13:39:08 [2022-08-23T13:39:08.411Z] #71 ...
13:39:08 [2022-08-23T13:39:08.411Z] 
13:39:08 [2022-08-23T13:39:08.411Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:39:08 [2022-08-23T13:39:08.411Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:39:08 [2022-08-23T13:39:08.411Z] #62 CACHED
13:39:08 [2022-08-23T13:39:08.411Z] 
13:39:08 [2022-08-23T13:39:08.411Z] #64 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
13:39:08 [2022-08-23T13:39:08.411Z] #64 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
13:39:08 [2022-08-23T13:39:08.411Z] #64 CACHED
13:39:08 [2022-08-23T13:39:08.668Z] 
13:39:08 [2022-08-23T13:39:08.668Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:08 [2022-08-23T13:39:08.668Z] #71 sha256:1ed89b9fb308bfce805741ac6060f46d9be7076b8faed20069602b8d231c557c
13:39:10 [2022-08-23T13:39:10.034Z] #71 ...
13:39:10 [2022-08-23T13:39:10.034Z] 
13:39:10 [2022-08-23T13:39:10.034Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:39:10 [2022-08-23T13:39:10.034Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
13:39:10 [2022-08-23T13:39:10.034Z] #20 51.18 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
13:39:10 [2022-08-23T13:39:10.034Z] #20 51.19 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
13:39:10 [2022-08-23T13:39:10.034Z] #20 51.19 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:39:10 [2022-08-23T13:39:10.436Z] #11 ...
13:39:10 [2022-08-23T13:39:10.436Z] 
13:39:10 [2022-08-23T13:39:10.436Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
13:39:10 [2022-08-23T13:39:10.436Z] #28 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
13:39:10 [2022-08-23T13:39:10.436Z] #28 extracting sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 15.1s done
13:39:10 [2022-08-23T13:39:10.436Z] #28 DONE 18.3s
13:39:10 [2022-08-23T13:39:10.437Z] 
13:39:10 [2022-08-23T13:39:10.437Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:39:10 [2022-08-23T13:39:10.437Z] #29 sha256:cb1c10d3768b77ddcf0d3621b94e9595e441010936372a78aecbeca513be8755
13:39:11 [2022-08-23T13:39:11.384Z] #29 1.335 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:39:11 [2022-08-23T13:39:11.384Z] #29 1.359 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:39:11 [2022-08-23T13:39:11.384Z] #29 1.359 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:39:11 [2022-08-23T13:39:11.390Z] ok  	github.com/docker/docker/daemon/cluster	0.066s	coverage: 0.5% of statements
13:39:11 [2022-08-23T13:39:11.645Z] #29 1.529 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:39:11 [2022-08-23T13:39:11.649Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.021s	coverage: 65.3% of statements
13:39:12 [2022-08-23T13:39:12.222Z] #29 2.029 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
13:39:12 [2022-08-23T13:39:12.485Z] #29 2.393 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:39:13 [2022-08-23T13:39:13.027Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.012s	coverage: 36.9% of statements
13:39:13 [2022-08-23T13:39:13.427Z] #29 3.430 Fetched 8571 kB in 2s (3652 kB/s)
13:39:14 [2022-08-23T13:39:14.205Z] #20 55.29 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
13:39:14 [2022-08-23T13:39:14.205Z] #20 55.29 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
13:39:14 [2022-08-23T13:39:14.205Z] #20 55.30 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:39:14 [2022-08-23T13:39:14.368Z] #29 3.430 Reading package lists...
13:39:14 [2022-08-23T13:39:14.526Z] #64 138.7 + bin/containerd-shim-runc-v1
13:39:15 [2022-08-23T13:39:15.314Z] #29 4.218 Reading package lists...
13:39:15 [2022-08-23T13:39:15.314Z] #29 5.173 Building dependency tree...
13:39:15 [2022-08-23T13:39:15.574Z] #20 56.89 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
13:39:15 [2022-08-23T13:39:15.575Z] #29 5.561 The following additional packages will be installed:
13:39:15 [2022-08-23T13:39:15.575Z] #29 5.565   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
13:39:15 [2022-08-23T13:39:15.575Z] #29 5.565   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
13:39:15 [2022-08-23T13:39:15.575Z] #29 5.565 Recommended packages:
13:39:15 [2022-08-23T13:39:15.575Z] #29 5.565   libldap-common publicsuffix libsasl2-modules
13:39:15 [2022-08-23T13:39:15.831Z] #20 56.89 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
13:39:15 [2022-08-23T13:39:15.831Z] #20 56.90 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:39:15 [2022-08-23T13:39:15.836Z] #29 5.729 The following NEW packages will be installed:
13:39:15 [2022-08-23T13:39:15.836Z] #29 5.730   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
13:39:15 [2022-08-23T13:39:15.836Z] #29 5.730   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
13:39:15 [2022-08-23T13:39:15.836Z] #29 5.731   libssh2-1 openssl
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.012 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.012 Need to get 3047 kB of archives.
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.012 After this operation, 6661 kB of additional disk space will be used.
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.012 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.042 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.042 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.042 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.042 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.042 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.042 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.042 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.042 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.042 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.042 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u2 [345 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.049 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u2 [270 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.049 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.049 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
13:39:16 [2022-08-23T13:39:16.108Z] #29 6.053 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
13:39:16 [2022-08-23T13:39:16.368Z] #29 6.329 debconf: delaying package configuration, since apt-utils is not installed
13:39:16 [2022-08-23T13:39:16.368Z] #29 6.371 Fetched 3047 kB in 0s (9671 kB/s)
13:39:16 [2022-08-23T13:39:16.368Z] #29 6.463 Selecting previously unselected package openssl.
13:39:16 [2022-08-23T13:39:16.368Z] #29 6.463 (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 ... 6661 files and directories currently installed.)
13:39:16 [2022-08-23T13:39:16.368Z] #29 6.463 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
13:39:16 [2022-08-23T13:39:16.368Z] #29 6.467 Unpacking openssl (1.1.1n-0+deb11u3) ...
13:39:16 [2022-08-23T13:39:16.939Z] #29 6.788 Selecting previously unselected package ca-certificates.
13:39:16 [2022-08-23T13:39:16.939Z] #29 6.788 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
13:39:16 [2022-08-23T13:39:16.939Z] #29 6.793 Unpacking ca-certificates (20210119) ...
13:39:16 [2022-08-23T13:39:16.939Z] #29 6.937 Selecting previously unselected package libbrotli1:amd64.
13:39:16 [2022-08-23T13:39:16.939Z] #29 6.937 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
13:39:16 [2022-08-23T13:39:16.939Z] #29 6.944 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
13:39:17 [2022-08-23T13:39:17.198Z] #20 58.43 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
13:39:17 [2022-08-23T13:39:17.198Z] #20 58.44 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.198Z] #20 58.44 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:39:17 [2022-08-23T13:39:17.200Z] #29 7.087 Selecting previously unselected package libsasl2-modules-db:amd64.
13:39:17 [2022-08-23T13:39:17.200Z] #29 7.087 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.200Z] #29 7.101 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:39:17 [2022-08-23T13:39:17.200Z] #29 7.248 Selecting previously unselected package libsasl2-2:amd64.
13:39:17 [2022-08-23T13:39:17.200Z] #29 7.248 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.200Z] #29 7.252 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:39:17 [2022-08-23T13:39:17.200Z] #29 7.320 Selecting previously unselected package libldap-2.4-2:amd64.
13:39:17 [2022-08-23T13:39:17.200Z] #29 7.322 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.200Z] #29 7.334 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.418 Selecting previously unselected package libnghttp2-14:amd64.
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.418 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.418 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.470 Selecting previously unselected package libpsl5:amd64.
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.470 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.475 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.519 Selecting previously unselected package librtmp1:amd64.
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.522 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.525 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.573 Selecting previously unselected package libssh2-1:amd64.
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.573 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.576 Unpacking libssh2-1:amd64 (1.9.0-2) ...
13:39:17 [2022-08-23T13:39:17.460Z] #29 7.647 Selecting previously unselected package libcurl4:amd64.
13:39:17 [2022-08-23T13:39:17.461Z] #29 7.647 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u2_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.721Z] #29 7.652 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
13:39:17 [2022-08-23T13:39:17.721Z] #29 7.735 Selecting previously unselected package curl.
13:39:17 [2022-08-23T13:39:17.721Z] #29 7.737 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u2_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.721Z] #29 7.740 Unpacking curl (7.74.0-1.3+deb11u2) ...
13:39:17 [2022-08-23T13:39:17.721Z] #29 7.821 Selecting previously unselected package libonig5:amd64.
13:39:17 [2022-08-23T13:39:17.721Z] #29 7.821 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.721Z] #29 7.825 Unpacking libonig5:amd64 (6.9.6-1.1) ...
13:39:17 [2022-08-23T13:39:17.721Z] #29 7.906 Selecting previously unselected package libjq1:amd64.
13:39:17 [2022-08-23T13:39:17.721Z] #29 7.906 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 7.914 Unpacking libjq1:amd64 (1.6-2.1) ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 7.968 Selecting previously unselected package jq.
13:39:17 [2022-08-23T13:39:17.982Z] #29 7.968 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 7.974 Unpacking jq (1.6-2.1) ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 8.039 Setting up libpsl5:amd64 (0.21.0-1.2) ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 8.056 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 8.069 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 8.082 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 8.092 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 8.101 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 8.114 Setting up libssh2-1:amd64 (1.9.0-2) ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 8.123 Setting up openssl (1.1.1n-0+deb11u3) ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 8.138 Setting up libonig5:amd64 (6.9.6-1.1) ...
13:39:17 [2022-08-23T13:39:17.982Z] #29 8.148 Setting up libjq1:amd64 (1.6-2.1) ...
13:39:18 [2022-08-23T13:39:18.148Z] #20 ...
13:39:18 [2022-08-23T13:39:18.148Z] 
13:39:18 [2022-08-23T13:39:18.148Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:18 [2022-08-23T13:39:18.148Z] #71 sha256:1ed89b9fb308bfce805741ac6060f46d9be7076b8faed20069602b8d231c557c
13:39:18 [2022-08-23T13:39:18.148Z] #71 13.74 + cd /tmp/tmp.rcctt5v9Wj/src/github.com/containerd/containerd
13:39:18 [2022-08-23T13:39:18.148Z] #71 13.74 + git checkout -q v1.6.7
13:39:18 [2022-08-23T13:39:18.148Z] #71 14.61 + export 'BUILDTAGS=netgo osusergo static_build'
13:39:18 [2022-08-23T13:39:18.148Z] #71 14.61 + BUILDTAGS='netgo osusergo static_build'
13:39:18 [2022-08-23T13:39:18.148Z] #71 14.61 + export EXTRA_FLAGS=-buildmode=pie
13:39:18 [2022-08-23T13:39:18.148Z] #71 14.61 + EXTRA_FLAGS=-buildmode=pie
13:39:18 [2022-08-23T13:39:18.148Z] #71 14.61 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:39:18 [2022-08-23T13:39:18.148Z] #71 14.61 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:39:18 [2022-08-23T13:39:18.148Z] #71 14.61 + '[' '' = dynamic ']'
13:39:18 [2022-08-23T13:39:18.148Z] #71 14.61 + make
13:39:18 [2022-08-23T13:39:18.148Z] #71 15.15 + bin/ctr
13:39:18 [2022-08-23T13:39:18.242Z] #29 8.157 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
13:39:18 [2022-08-23T13:39:18.242Z] #29 8.166 Setting up ca-certificates (20210119) ...
13:39:19 [2022-08-23T13:39:19.186Z] #29 8.962 Updating certificates in /etc/ssl/certs...
13:39:19 [2022-08-23T13:39:19.594Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.447s	coverage: 13.4% of statements
13:39:19 [2022-08-23T13:39:19.759Z] #29 9.908 129 added, 0 removed; done.
13:39:19 [2022-08-23T13:39:19.759Z] #29 9.942 Setting up jq (1.6-2.1) ...
13:39:19 [2022-08-23T13:39:19.759Z] #29 9.951 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
13:39:19 [2022-08-23T13:39:19.771Z] #64 144.9 + bin/containerd-shim-runc-v2
13:39:20 [2022-08-23T13:39:20.019Z] #29 9.960 Setting up curl (7.74.0-1.3+deb11u2) ...
13:39:20 [2022-08-23T13:39:20.020Z] #29 9.971 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:39:20 [2022-08-23T13:39:20.020Z] #29 9.988 Processing triggers for ca-certificates (20210119) ...
13:39:20 [2022-08-23T13:39:20.020Z] #29 9.998 Updating certificates in /etc/ssl/certs...
13:39:20 [2022-08-23T13:39:20.282Z] #29 ...
13:39:20 [2022-08-23T13:39:20.282Z] 
13:39:20 [2022-08-23T13:39:20.282Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:39:20 [2022-08-23T13:39:20.282Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:39:20 [2022-08-23T13:39:20.282Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 14.0s done
13:39:20 [2022-08-23T13:39:20.282Z] #11 extracting sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 0.7s done
13:39:20 [2022-08-23T13:39:20.282Z] #11 extracting sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 1.5s done
13:39:20 [2022-08-23T13:39:20.282Z] #11 extracting sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 6.6s
13:39:20 [2022-08-23T13:39:20.699Z] #64 145.7 + binaries
13:39:20 [2022-08-23T13:39:20.699Z] #64 145.7 + install -D bin/containerd /build/containerd
13:39:20 [2022-08-23T13:39:20.699Z] #64 145.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:39:20 [2022-08-23T13:39:20.699Z] #64 145.7 + install -D bin/ctr /build/ctr
13:39:20 [2022-08-23T13:39:20.856Z] #11 ...
13:39:20 [2022-08-23T13:39:20.856Z] 
13:39:20 [2022-08-23T13:39:20.856Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:39:20 [2022-08-23T13:39:20.856Z] #29 sha256:cb1c10d3768b77ddcf0d3621b94e9595e441010936372a78aecbeca513be8755
13:39:20 [2022-08-23T13:39:20.856Z] #29 11.00 0 added, 0 removed; done.
13:39:20 [2022-08-23T13:39:20.856Z] #29 11.00 Running hooks in /etc/ca-certificates/update.d...
13:39:20 [2022-08-23T13:39:20.974Z] ok  	github.com/docker/docker/daemon/config	0.033s	coverage: 76.8% of statements
13:39:21 [2022-08-23T13:39:21.118Z] #29 11.01 done.
13:39:21 [2022-08-23T13:39:21.233Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
13:39:21 [2022-08-23T13:39:21.262Z] #64 DONE 146.2s
13:39:21 [2022-08-23T13:39:21.421Z] #71 ...
13:39:21 [2022-08-23T13:39:21.421Z] 
13:39:21 [2022-08-23T13:39:21.421Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:39:21 [2022-08-23T13:39:21.421Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
13:39:21 [2022-08-23T13:39:21.421Z] #20 62.39 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
13:39:21 [2022-08-23T13:39:21.421Z] #20 62.40 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
13:39:21 [2022-08-23T13:39:21.421Z] #20 62.41 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:39:21 [2022-08-23T13:39:21.824Z] 
13:39:21 [2022-08-23T13:39:21.824Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
13:39:21 [2022-08-23T13:39:21.824Z] #65 sha256:0359ab7d96bf6c3040e437dba8db14df3708e54453828bb5a932930d0b6a4396
13:39:22 [2022-08-23T13:39:22.058Z] #29 DONE 12.1s
13:39:22 [2022-08-23T13:39:22.058Z] 
13:39:22 [2022-08-23T13:39:22.058Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:39:22 [2022-08-23T13:39:22.058Z] #30 sha256:1ffb0d2cc22257d09f7cc965cb4746675979b73e5a878e6ddec33fc268b8d1b5
13:39:22 [2022-08-23T13:39:22.058Z] #30 DONE 0.1s
13:39:22 [2022-08-23T13:39:22.058Z] 
13:39:22 [2022-08-23T13:39:22.058Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:39:22 [2022-08-23T13:39:22.058Z] #31 sha256:aa4e2bb7e8fa81d101ff5bd63f61dac01f2d3208e3a17ae47058061b787c0cc4
13:39:22 [2022-08-23T13:39:22.079Z] #65 DONE 0.2s
13:39:22 [2022-08-23T13:39:22.079Z] 
13:39:22 [2022-08-23T13:39:22.079Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:39:22 [2022-08-23T13:39:22.079Z] #70 sha256:c8ec2e151caa0edac1991206f9ea95fb366d1a24b1b339e096a106fbb603e76f
13:39:22 [2022-08-23T13:39:22.079Z] #70 DONE 0.1s
13:39:22 [2022-08-23T13:39:22.079Z] 
13:39:22 [2022-08-23T13:39:22.079Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
13:39:22 [2022-08-23T13:39:22.079Z] #75 sha256:dfd5893b605f0f673344562d978173442c311dfbbf810c32e945197c646abdcf
13:39:22 [2022-08-23T13:39:22.170Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
13:39:22 [2022-08-23T13:39:22.170Z] ok  	github.com/docker/docker/daemon	10.154s	coverage: 16.6% of statements
13:39:22 [2022-08-23T13:39:22.170Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
13:39:22 [2022-08-23T13:39:22.170Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
13:39:22 [2022-08-23T13:39:22.170Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
13:39:22 [2022-08-23T13:39:22.170Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
13:39:22 [2022-08-23T13:39:22.170Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
13:39:22 [2022-08-23T13:39:22.640Z] #75 DONE 0.5s
13:39:22 [2022-08-23T13:39:22.641Z] 
13:39:22 [2022-08-23T13:39:22.641Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
13:39:22 [2022-08-23T13:39:22.641Z] #78 sha256:99ffbc236b8a56993ec25603468560f0b0f810f985b9a6527b00f9311c3ba8e0
13:39:22 [2022-08-23T13:39:22.641Z] #78 DONE 0.1s
13:39:22 [2022-08-23T13:39:22.641Z] 
13:39:22 [2022-08-23T13:39:22.641Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
13:39:22 [2022-08-23T13:39:22.641Z] #79 sha256:5f41f973e958ecb62c99ad87088f745d37e8cd2d17ca7d1d95b848b396f27c47
13:39:22 [2022-08-23T13:39:22.641Z] #79 DONE 0.0s
13:39:22 [2022-08-23T13:39:22.789Z] #20 64.03 Selecting previously unselected package g++-mingw-w64-x86-64.
13:39:22 [2022-08-23T13:39:22.789Z] #20 64.04 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
13:39:22 [2022-08-23T13:39:22.789Z] #20 64.05 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:39:22 [2022-08-23T13:39:22.789Z] #20 64.11 Selecting previously unselected package libapparmor1:amd64.
13:39:22 [2022-08-23T13:39:22.789Z] #20 64.12 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
13:39:22 [2022-08-23T13:39:22.789Z] #20 64.12 Unpacking libapparmor1:amd64 (2.13.6-10) ...
13:39:22 [2022-08-23T13:39:22.897Z] 
13:39:22 [2022-08-23T13:39:22.897Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
13:39:22 [2022-08-23T13:39:22.897Z] #80 sha256:488a264a5923b052d930e9b8c560fae297682765127c645f984a563854e5d94d
13:39:22 [2022-08-23T13:39:22.897Z] #80 DONE 0.0s
13:39:22 [2022-08-23T13:39:22.897Z] 
13:39:22 [2022-08-23T13:39:22.897Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
13:39:22 [2022-08-23T13:39:22.897Z] #81 sha256:f888a731f69100532be88b7359e9597abb9b1ad651a37e94b1ddcb8b1f6a4d82
13:39:23 [2022-08-23T13:39:23.046Z] #20 64.18 Selecting previously unselected package libapparmor-dev:amd64.
13:39:23 [2022-08-23T13:39:23.046Z] #20 64.19 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
13:39:23 [2022-08-23T13:39:23.046Z] #20 64.20 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
13:39:23 [2022-08-23T13:39:23.046Z] #20 64.27 Selecting previously unselected package libbtrfs0:amd64.
13:39:23 [2022-08-23T13:39:23.046Z] #20 64.27 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
13:39:23 [2022-08-23T13:39:23.046Z] #20 64.28 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
13:39:23 [2022-08-23T13:39:23.046Z] #20 64.35 Selecting previously unselected package libbtrfs-dev:amd64.
13:39:23 [2022-08-23T13:39:23.046Z] #20 64.35 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
13:39:23 [2022-08-23T13:39:23.046Z] #20 64.35 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
13:39:23 [2022-08-23T13:39:23.046Z] #20 64.43 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:39:23 [2022-08-23T13:39:23.046Z] #20 64.44 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:39:23 [2022-08-23T13:39:23.303Z] #20 64.44 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
13:39:23 [2022-08-23T13:39:23.303Z] #20 64.48 Selecting previously unselected package libudev-dev:amd64.
13:39:23 [2022-08-23T13:39:23.303Z] #20 64.48 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
13:39:23 [2022-08-23T13:39:23.303Z] #20 64.49 Unpacking libudev-dev:amd64 (247.3-7) ...
13:39:23 [2022-08-23T13:39:23.303Z] #20 64.56 Selecting previously unselected package libsepol1-dev:amd64.
13:39:23 [2022-08-23T13:39:23.303Z] #20 64.57 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
13:39:23 [2022-08-23T13:39:23.303Z] #20 64.58 Unpacking libsepol1-dev:amd64 (3.1-1) ...
13:39:23 [2022-08-23T13:39:23.303Z] #20 64.69 Selecting previously unselected package libpcre2-16-0:amd64.
13:39:23 [2022-08-23T13:39:23.550Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.574s	coverage: 74.8% of statements
13:39:23 [2022-08-23T13:39:23.559Z] #20 64.70 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
13:39:23 [2022-08-23T13:39:23.559Z] #20 64.70 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
13:39:23 [2022-08-23T13:39:23.559Z] #20 64.80 Selecting previously unselected package libpcre2-32-0:amd64.
13:39:23 [2022-08-23T13:39:23.559Z] #20 64.80 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
13:39:23 [2022-08-23T13:39:23.559Z] #20 64.80 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
13:39:23 [2022-08-23T13:39:23.559Z] #20 64.89 Selecting previously unselected package libpcre2-posix2:amd64.
13:39:23 [2022-08-23T13:39:23.559Z] #20 64.89 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
13:39:23 [2022-08-23T13:39:23.559Z] #20 64.90 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
13:39:23 [2022-08-23T13:39:23.559Z] #20 64.94 Selecting previously unselected package libpcre2-dev:amd64.
13:39:23 [2022-08-23T13:39:23.816Z] #20 64.94 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
13:39:23 [2022-08-23T13:39:23.816Z] #20 64.95 Unpacking libpcre2-dev:amd64 (10.36-2) ...
13:39:23 [2022-08-23T13:39:23.816Z] #20 65.14 Selecting previously unselected package libselinux1-dev:amd64.
13:39:23 [2022-08-23T13:39:23.816Z] #20 65.14 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
13:39:23 [2022-08-23T13:39:23.816Z] #20 65.15 Unpacking libselinux1-dev:amd64 (3.1-3) ...
13:39:23 [2022-08-23T13:39:23.824Z] #81 DONE 0.9s
13:39:23 [2022-08-23T13:39:23.824Z] 
13:39:23 [2022-08-23T13:39:23.824Z] #82 exporting to image
13:39:23 [2022-08-23T13:39:23.824Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:39:23 [2022-08-23T13:39:23.824Z] #82 exporting layers
13:39:24 [2022-08-23T13:39:24.073Z] #20 65.28 Selecting previously unselected package libdevmapper-dev:amd64.
13:39:24 [2022-08-23T13:39:24.073Z] #20 65.28 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
13:39:24 [2022-08-23T13:39:24.073Z] #20 65.29 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
13:39:24 [2022-08-23T13:39:24.073Z] #20 65.34 Selecting previously unselected package libseccomp-dev:amd64.
13:39:24 [2022-08-23T13:39:24.073Z] #20 65.34 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
13:39:24 [2022-08-23T13:39:24.073Z] #20 65.35 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:39:24 [2022-08-23T13:39:24.073Z] #20 65.42 Selecting previously unselected package libsystemd-dev:amd64.
13:39:24 [2022-08-23T13:39:24.073Z] #20 65.42 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
13:39:24 [2022-08-23T13:39:24.073Z] #20 65.42 Unpacking libsystemd-dev:amd64 (247.3-7) ...
13:39:24 [2022-08-23T13:39:24.329Z] #20 65.61 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:39:24 [2022-08-23T13:39:24.329Z] #20 65.63 Setting up libapparmor1:amd64 (2.13.6-10) ...
13:39:24 [2022-08-23T13:39:24.329Z] #20 65.64 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:39:24 [2022-08-23T13:39:24.329Z] #20 65.65 Setting up libsepol1-dev:amd64 (3.1-1) ...
13:39:24 [2022-08-23T13:39:24.329Z] #20 65.66 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:39:24 [2022-08-23T13:39:24.329Z] #20 65.67 Setting up libpcre2-16-0:amd64 (10.36-2) ...
13:39:24 [2022-08-23T13:39:24.329Z] #20 65.68 Setting up libbtrfs0:amd64 (5.10.1-2) ...
13:39:24 [2022-08-23T13:39:24.329Z] #20 65.69 Setting up libpcre2-32-0:amd64 (10.36-2) ...
13:39:24 [2022-08-23T13:39:24.329Z] #20 65.70 Setting up libudev-dev:amd64 (247.3-7) ...
13:39:24 [2022-08-23T13:39:24.329Z] #20 65.71 Setting up libpcre2-posix2:amd64 (10.36-2) ...
13:39:24 [2022-08-23T13:39:24.329Z] #20 65.72 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:39:24 [2022-08-23T13:39:24.488Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.305s	coverage: 60.7% of statements
13:39:24 [2022-08-23T13:39:24.488Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.009s	coverage: 3.0% of statements
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.74 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.75 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.76 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.77 Setting up mingw-w64-common (8.0.0-1) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.78 Setting up libsystemd-dev:amd64 (247.3-7) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.79 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.80 Setting up libpcre2-dev:amd64 (10.36-2) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.81 Setting up libselinux1-dev:amd64 (3.1-3) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.82 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.83 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.85 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.86 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.87 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.87 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.88 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.89 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.90 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:39:24 [2022-08-23T13:39:24.586Z] #20 65.92 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:39:24 [2022-08-23T13:39:24.598Z] #31 1.954 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
13:39:24 [2022-08-23T13:39:24.598Z] #31 2.323 
13:39:24 [2022-08-23T13:39:24.598Z] #31 2.552 #=#=#                                                                         

######################################################################## 100.0%
13:39:24 [2022-08-23T13:39:24.843Z] #20 65.93 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:39:24 [2022-08-23T13:39:24.844Z] #20 65.95 Setting up dmsetup (2:1.02.175-2.1) ...
13:39:24 [2022-08-23T13:39:24.844Z] #20 65.96 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
13:39:24 [2022-08-23T13:39:24.844Z] #20 65.97 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
13:39:24 [2022-08-23T13:39:24.844Z] #20 65.98 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:39:25 [2022-08-23T13:39:25.100Z] #20 DONE 66.3s
13:39:25 [2022-08-23T13:39:25.100Z] 
13:39:25 [2022-08-23T13:39:25.100Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:25 [2022-08-23T13:39:25.100Z] #71 sha256:1ed89b9fb308bfce805741ac6060f46d9be7076b8faed20069602b8d231c557c
13:39:25 [2022-08-23T13:39:25.100Z] #71 ...
13:39:25 [2022-08-23T13:39:25.100Z] 
13:39:25 [2022-08-23T13:39:25.100Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libapparmor-dev:arm64             libapparmor-dev:armel             libapparmor-dev:armhf             libapparmor-dev:ppc64el             libapparmor-dev:s390x             libseccomp-dev:arm64             libseccomp-dev:armel             libseccomp-dev:armhf             libseccomp-dev:ppc64el             libseccomp-dev:s390x
13:39:25 [2022-08-23T13:39:25.100Z] #21 sha256:bb76cfa785b6cc5930758dddc58939c15bbb037b7b997a83ff46b7c32ee35dbc
13:39:25 [2022-08-23T13:39:25.169Z] #31 2.819 
13:39:25 [2022-08-23T13:39:25.868Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.015s	coverage: 1.9% of statements
13:39:26 [2022-08-23T13:39:26.031Z] #21 1.043 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
13:39:26 [2022-08-23T13:39:26.110Z] #31 3.941 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
13:39:26 [2022-08-23T13:39:26.287Z] #21 1.264 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
13:39:26 [2022-08-23T13:39:26.287Z] #21 1.265 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
13:39:26 [2022-08-23T13:39:26.375Z] #31 4.228 
13:39:26 [2022-08-23T13:39:26.636Z] #31 4.453 #=#=#                                                                         

######################################################################## 100.0%
13:39:26 [2022-08-23T13:39:26.807Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.166s	coverage: 50.6% of statements
13:39:26 [2022-08-23T13:39:26.898Z] #31 4.863 
13:39:28 [2022-08-23T13:39:28.186Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.197s	coverage: 45.9% of statements
13:39:28 [2022-08-23T13:39:28.186Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
13:39:28 [2022-08-23T13:39:28.281Z] #31 6.004 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
13:39:28 [2022-08-23T13:39:28.542Z] #31 6.302 
13:39:28 [2022-08-23T13:39:28.542Z] #31 ...
13:39:28 [2022-08-23T13:39:28.542Z] 
13:39:28 [2022-08-23T13:39:28.542Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:39:28 [2022-08-23T13:39:28.542Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:39:28 [2022-08-23T13:39:28.542Z] #11 extracting sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 8.0s done
13:39:28 [2022-08-23T13:39:28.542Z] #11 extracting sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 6.7s
13:39:28 [2022-08-23T13:39:28.802Z] #11 ...
13:39:28 [2022-08-23T13:39:28.802Z] 
13:39:28 [2022-08-23T13:39:28.802Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:39:28 [2022-08-23T13:39:28.802Z] #31 sha256:aa4e2bb7e8fa81d101ff5bd63f61dac01f2d3208e3a17ae47058061b787c0cc4
13:39:29 [2022-08-23T13:39:29.062Z] #31 6.552 #=#=#                                                                         

##################                                                        25.8%
#########################################                                 57.5%
################################################################          89.6%
######################################################################## 100.0%
13:39:29 [2022-08-23T13:39:29.124Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.013s	coverage: 58.5% of statements
13:39:29 [2022-08-23T13:39:29.124Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.809s	coverage: 58.5% of statements
13:39:29 [2022-08-23T13:39:29.124Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
13:39:29 [2022-08-23T13:39:29.124Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
13:39:29 [2022-08-23T13:39:29.322Z] #31 7.133 
13:39:30 [2022-08-23T13:39:30.061Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.010s	coverage: 3.0% of statements
13:39:30 [2022-08-23T13:39:30.629Z] ok  	github.com/docker/docker/daemon/links	0.009s	coverage: 93.0% of statements
13:39:30 [2022-08-23T13:39:30.715Z] #31 8.308 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
13:39:30 [2022-08-23T13:39:30.715Z] #31 8.659 
13:39:30 [2022-08-23T13:39:30.975Z] #31 8.892 #=#=#                                                                         

######################################################################## 100.0%
13:39:31 [2022-08-23T13:39:31.197Z] ok  	github.com/docker/docker/daemon/images	0.039s	coverage: 6.9% of statements
13:39:31 [2022-08-23T13:39:31.197Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
13:39:31 [2022-08-23T13:39:31.197Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
13:39:31 [2022-08-23T13:39:31.236Z] #31 9.192 
13:39:31 [2022-08-23T13:39:31.792Z] #21 1.629 Reading package lists...
13:39:31 [2022-08-23T13:39:31.976Z] #82 exporting layers 7.8s done
13:39:31 [2022-08-23T13:39:31.976Z] #82 writing image sha256:d38f94155fb3ff1da08d2fdc9204f31446220126b16bde6aab4bd1992974790a done
13:39:31 [2022-08-23T13:39:31.976Z] #82 naming to docker.io/library/docker:4b84a3321723a849295d5cbf7342ec36077f9179 done
13:39:31 [2022-08-23T13:39:31.976Z] #82 DONE 7.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
13:39:32 [2022-08-23T13:39:32.135Z] ok  	github.com/docker/docker/daemon/logger	0.219s	coverage: 43.2% of statements
13:39:32 [2022-08-23T13:39:32.178Z] #31 9.981 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
13:39:32 [2022-08-23T13:39:32.343Z] + trap exit INT TERM
13:39:32 [2022-08-23T13:39:32.343Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
13:39:32 [2022-08-23T13:39:32.343Z] + CONTAINER_NAME=docker-pr44
13:39:32 [2022-08-23T13:39:32.343Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43739/.git:/go/src/github.com/docker/docker/.git --name docker-pr44-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/make.sh dynbinary
13:39:32 [2022-08-23T13:39:32.438Z] #31 10.38 
13:39:32 [2022-08-23T13:39:32.698Z] #31 10.59 #=#=#                                                                         

######################################################################## 100.0%
13:39:32 [2022-08-23T13:39:32.706Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.128s	coverage: 79.9% of statements
13:39:32 [2022-08-23T13:39:32.905Z] 
13:39:32 [2022-08-23T13:39:32.905Z] Removing bundles/
13:39:32 [2022-08-23T13:39:32.905Z] 
13:39:32 [2022-08-23T13:39:32.905Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:39:32 [2022-08-23T13:39:32.905Z] Building: bundles/dynbinary-daemon/dockerd
13:39:32 [2022-08-23T13:39:32.905Z] GOOS="" GOARCH="" GOARM=""
13:39:32 [2022-08-23T13:39:32.958Z] #31 10.87 
13:39:32 [2022-08-23T13:39:32.958Z] #31 10.92 Download of images into '/build' complete.
13:39:32 [2022-08-23T13:39:32.958Z] #31 10.92 Use something like the following to load the result into a Docker daemon:
13:39:32 [2022-08-23T13:39:32.958Z] #31 10.92   tar -cC '/build' . | docker load
13:39:32 [2022-08-23T13:39:32.965Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.022s	coverage: 53.6% of statements
13:39:32 [2022-08-23T13:39:32.965Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
13:39:33 [2022-08-23T13:39:33.225Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.008s	coverage: 68.2% of statements
13:39:33 [2022-08-23T13:39:33.793Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.007s	coverage: 88.2% of statements
13:39:34 [2022-08-23T13:39:34.339Z] #31 DONE 12.1s
13:39:34 [2022-08-23T13:39:34.339Z] 
13:39:34 [2022-08-23T13:39:34.339Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
13:39:34 [2022-08-23T13:39:34.339Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
13:39:34 [2022-08-23T13:39:34.339Z] #11 extracting sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 7.7s done
13:39:34 [2022-08-23T13:39:34.339Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 4.3s
13:39:34 [2022-08-23T13:39:34.731Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.153s	coverage: 76.8% of statements
13:39:34 [2022-08-23T13:39:34.990Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.003s	coverage: 87.2% of statements
13:39:35 [2022-08-23T13:39:35.559Z] ok  	github.com/docker/docker/daemon/logger/local	0.025s	coverage: 79.4% of statements
13:39:35 [2022-08-23T13:39:35.966Z] #21 6.277 Reading package lists...
13:39:36 [2022-08-23T13:39:36.497Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.015s	coverage: 63.5% of statements
13:39:37 [2022-08-23T13:39:37.065Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.020s	coverage: 31.5% of statements
13:39:37 [2022-08-23T13:39:37.154Z] #21 10.94 Building dependency tree...
13:39:37 [2022-08-23T13:39:37.154Z] #21 12.06 Reading state information...
13:39:38 [2022-08-23T13:39:38.004Z] ok  	github.com/docker/docker/daemon/logger/journald	3.615s	coverage: 74.3% of statements
13:39:38 [2022-08-23T13:39:38.004Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
13:39:38 [2022-08-23T13:39:38.004Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
13:39:38 [2022-08-23T13:39:38.004Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
13:39:38 [2022-08-23T13:39:38.004Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
13:39:38 [2022-08-23T13:39:38.523Z] #21 13.20 The following additional packages will be installed:
13:39:38 [2022-08-23T13:39:38.523Z] #21 13.20   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
13:39:38 [2022-08-23T13:39:38.523Z] #21 13.20   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
13:39:38 [2022-08-23T13:39:38.523Z] #21 13.20   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
13:39:38 [2022-08-23T13:39:38.523Z] #21 13.20   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.21   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.21   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.21   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.23 Suggested packages:
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.23   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.23   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.23   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.23   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.23   seccomp:ppc64el seccomp:s390x
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.23 Recommended packages:
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.23   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.23   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.23   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
13:39:38 [2022-08-23T13:39:38.524Z] #21 13.23   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
13:39:38 [2022-08-23T13:39:38.572Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.006s	coverage: 46.8% of statements
13:39:38 [2022-08-23T13:39:38.780Z] #21 13.66 The following NEW packages will be installed:
13:39:38 [2022-08-23T13:39:38.780Z] #21 13.66   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
13:39:38 [2022-08-23T13:39:38.780Z] #21 13.66   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
13:39:38 [2022-08-23T13:39:38.780Z] #21 13.66   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
13:39:38 [2022-08-23T13:39:38.780Z] #21 13.66   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
13:39:38 [2022-08-23T13:39:38.780Z] #21 13.66   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
13:39:38 [2022-08-23T13:39:38.780Z] #21 13.66   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
13:39:38 [2022-08-23T13:39:38.780Z] #21 13.66   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
13:39:38 [2022-08-23T13:39:38.780Z] #21 13.67   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
13:39:38 [2022-08-23T13:39:38.780Z] #21 13.67   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
13:39:38 [2022-08-23T13:39:38.780Z] #21 13.67   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
13:39:38 [2022-08-23T13:39:38.780Z] #21 13.67   libseccomp2:ppc64el libseccomp2:s390x
13:39:38 [2022-08-23T13:39:38.831Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
13:39:39 [2022-08-23T13:39:39.037Z] #21 14.02 0 upgraded, 40 newly installed, 0 to remove and 8 not upgraded.
13:39:39 [2022-08-23T13:39:39.037Z] #21 14.02 Need to get 15.9 MB of archives.
13:39:39 [2022-08-23T13:39:39.037Z] #21 14.02 After this operation, 73.0 MB of additional disk space will be used.
13:39:39 [2022-08-23T13:39:39.037Z] #21 14.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
13:39:39 [2022-08-23T13:39:39.037Z] #21 14.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
13:39:39 [2022-08-23T13:39:39.037Z] #21 14.03 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
13:39:39 [2022-08-23T13:39:39.037Z] #21 14.03 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
13:39:39 [2022-08-23T13:39:39.037Z] #21 14.04 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
13:39:39 [2022-08-23T13:39:39.037Z] #21 14.04 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
13:39:39 [2022-08-23T13:39:39.037Z] #21 14.04 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
13:39:39 [2022-08-23T13:39:39.293Z] #21 14.05 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB]
13:39:39 [2022-08-23T13:39:39.293Z] #21 14.09 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
13:39:39 [2022-08-23T13:39:39.293Z] #21 14.09 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
13:39:39 [2022-08-23T13:39:39.293Z] #21 14.09 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
13:39:39 [2022-08-23T13:39:39.293Z] #21 14.09 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
13:39:39 [2022-08-23T13:39:39.293Z] #21 14.10 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB]
13:39:39 [2022-08-23T13:39:39.293Z] #21 14.13 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
13:39:39 [2022-08-23T13:39:39.293Z] #21 14.13 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
13:39:39 [2022-08-23T13:39:39.293Z] #21 14.14 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
13:39:39 [2022-08-23T13:39:39.293Z] #21 14.14 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.14 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.17 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.18 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.18 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.18 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.18 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.21 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.21 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.21 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.21 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.22 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.25 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.25 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.25 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.25 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.25 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.26 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.26 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.26 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.26 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.26 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.26 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB]
13:39:39 [2022-08-23T13:39:39.294Z] #21 14.26 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
13:39:39 [2022-08-23T13:39:39.398Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
13:39:39 [2022-08-23T13:39:39.399Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.576s	coverage: 82.5% of statements
13:39:39 [2022-08-23T13:39:39.399Z] ?   	github.com/docker/docker/daemon/names	[no test files]
13:39:39 [2022-08-23T13:39:39.399Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
13:39:39 [2022-08-23T13:39:39.627Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 9.0s done
13:39:39 [2022-08-23T13:39:39.627Z] #11 extracting sha256:f3efab82b0e6781916704657c07fcd27f758c051a79c51966805759586275493 done
13:39:39 [2022-08-23T13:39:39.627Z] #11 DONE 47.6s
13:39:39 [2022-08-23T13:39:39.627Z] 
13:39:39 [2022-08-23T13:39:39.627Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:39:39 [2022-08-23T13:39:39.627Z] #12 sha256:fc1f9c6523b63e31cd6290c947a9bf9ef1e8accbd2728936630c3d6006fbceb7
13:39:39 [2022-08-23T13:39:39.857Z] #21 14.76 debconf: delaying package configuration, since apt-utils is not installed
13:39:40 [2022-08-23T13:39:40.114Z] #21 14.98 Fetched 15.9 MB in 1s (30.0 MB/s)
13:39:40 [2022-08-23T13:39:40.114Z] #21 15.02 Selecting previously unselected package gcc-10-base:armel.
13:39:40 [2022-08-23T13:39:40.114Z] #21 15.02 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 38556 files and directories currently installed.)
13:39:40 [2022-08-23T13:39:40.114Z] #21 15.05 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
13:39:40 [2022-08-23T13:39:40.114Z] #21 15.06 Unpacking gcc-10-base:armel (10.2.1-6) ...
13:39:40 [2022-08-23T13:39:40.114Z] #21 15.11 Selecting previously unselected package gcc-10-base:armhf.
13:39:40 [2022-08-23T13:39:40.114Z] #21 15.11 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
13:39:40 [2022-08-23T13:39:40.114Z] #21 15.12 Unpacking gcc-10-base:armhf (10.2.1-6) ...
13:39:40 [2022-08-23T13:39:40.335Z] ok  	github.com/docker/docker/distribution/metadata	0.034s	coverage: 44.4% of statements
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.17 Selecting previously unselected package gcc-10-base:ppc64el.
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.18 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.18 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.23 Selecting previously unselected package gcc-10-base:s390x.
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.24 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.24 Unpacking gcc-10-base:s390x (10.2.1-6) ...
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.28 Selecting previously unselected package gcc-10-base:arm64.
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.29 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.30 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.36 Selecting previously unselected package libgcc-s1:armel.
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.36 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.37 Unpacking libgcc-s1:armel (10.2.1-6) ...
13:39:40 [2022-08-23T13:39:40.371Z] #21 15.42 Selecting previously unselected package libcrypt1:armel.
13:39:40 [2022-08-23T13:39:40.570Z] #12 DONE 1.2s
13:39:40 [2022-08-23T13:39:40.570Z] 
13:39:40 [2022-08-23T13:39:40.570Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
13:39:40 [2022-08-23T13:39:40.570Z] #13 sha256:02df85f6f55037f38d4b8512b732964b6b0038a617afb265c78cc0b9daa000f6
13:39:40 [2022-08-23T13:39:40.628Z] #21 15.42 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
13:39:40 [2022-08-23T13:39:40.628Z] #21 15.43 Unpacking libcrypt1:armel (1:4.4.18-4) ...
13:39:40 [2022-08-23T13:39:40.628Z] #21 15.51 Selecting previously unselected package libc6:armel.
13:39:40 [2022-08-23T13:39:40.628Z] #21 15.51 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ...
13:39:40 [2022-08-23T13:39:40.628Z] #21 15.69 Unpacking libc6:armel (2.31-13+deb11u3) ...
13:39:41 [2022-08-23T13:39:41.141Z] #13 DONE 0.6s
13:39:41 [2022-08-23T13:39:41.141Z] 
13:39:41 [2022-08-23T13:39:41.141Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
13:39:41 [2022-08-23T13:39:41.141Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
13:39:41 [2022-08-23T13:39:41.191Z] #21 16.09 Selecting previously unselected package libapparmor1:armel.
13:39:41 [2022-08-23T13:39:41.191Z] #21 16.09 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
13:39:41 [2022-08-23T13:39:41.191Z] #21 16.10 Unpacking libapparmor1:armel (2.13.6-10) ...
13:39:41 [2022-08-23T13:39:41.191Z] #21 16.14 Selecting previously unselected package libapparmor-dev:armel.
13:39:41 [2022-08-23T13:39:41.191Z] #21 16.15 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
13:39:41 [2022-08-23T13:39:41.191Z] #21 16.15 Unpacking libapparmor-dev:armel (2.13.6-10) ...
13:39:41 [2022-08-23T13:39:41.191Z] #21 16.21 Selecting previously unselected package libgcc-s1:arm64.
13:39:41 [2022-08-23T13:39:41.403Z] #57 ...
13:39:41 [2022-08-23T13:39:41.403Z] 
13:39:41 [2022-08-23T13:39:41.403Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:39:41 [2022-08-23T13:39:41.403Z] #33 sha256:ea61007e71da38551d3dc16a23be5958ed650772f19a0ab118fe57e63b053cc9
13:39:41 [2022-08-23T13:39:41.403Z] #33 DONE 0.2s
13:39:41 [2022-08-23T13:39:41.403Z] 
13:39:41 [2022-08-23T13:39:41.403Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:39:41 [2022-08-23T13:39:41.403Z] #46 sha256:204f13c2ebd5f8cf12661cec9fb153ac610aee1fee87cef4ff4fdc3075d6a0dc
13:39:41 [2022-08-23T13:39:41.403Z] #46 DONE 0.2s
13:39:41 [2022-08-23T13:39:41.403Z] 
13:39:41 [2022-08-23T13:39:41.403Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
13:39:41 [2022-08-23T13:39:41.403Z] #50 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5
13:39:41 [2022-08-23T13:39:41.403Z] #50 DONE 0.2s
13:39:41 [2022-08-23T13:39:41.403Z] 
13:39:41 [2022-08-23T13:39:41.403Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
13:39:41 [2022-08-23T13:39:41.403Z] #25 sha256:fb4036e49f1ecf8949a5fd9662abae5947cdb9a7f5e1a91021fce58edf159abc
13:39:41 [2022-08-23T13:39:41.403Z] #25 DONE 0.3s
13:39:41 [2022-08-23T13:39:41.403Z] 
13:39:41 [2022-08-23T13:39:41.403Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
13:39:41 [2022-08-23T13:39:41.403Z] #66 sha256:ba15508ca0ce21ee9c678b1edcaabf39e6ed20bc413c76c84ef95780cb5201ef
13:39:41 [2022-08-23T13:39:41.403Z] #66 DONE 0.3s
13:39:41 [2022-08-23T13:39:41.403Z] 
13:39:41 [2022-08-23T13:39:41.403Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:39:41 [2022-08-23T13:39:41.403Z] #67 sha256:e1a61485726eb2cedfe3abe07e2375ef4c7b4d741761cd4901f649ce387d71c9
13:39:41 [2022-08-23T13:39:41.448Z] #21 16.22 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
13:39:41 [2022-08-23T13:39:41.448Z] #21 16.23 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
13:39:41 [2022-08-23T13:39:41.448Z] #21 16.27 Selecting previously unselected package libcrypt1:arm64.
13:39:41 [2022-08-23T13:39:41.448Z] #21 16.27 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
13:39:41 [2022-08-23T13:39:41.448Z] #21 16.28 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
13:39:41 [2022-08-23T13:39:41.448Z] #21 16.36 Selecting previously unselected package libc6:arm64.
13:39:41 [2022-08-23T13:39:41.448Z] #21 16.37 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ...
13:39:41 [2022-08-23T13:39:41.704Z] #21 16.56 Unpacking libc6:arm64 (2.31-13+deb11u3) ...
13:39:41 [2022-08-23T13:39:41.933Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:39:41 [2022-08-23T13:39:41.933Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:39:41 [2022-08-23T13:39:41.960Z] #21 16.98 Selecting previously unselected package libapparmor1:arm64.
13:39:41 [2022-08-23T13:39:41.961Z] #21 16.99 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
13:39:41 [2022-08-23T13:39:41.961Z] #21 17.00 Unpacking libapparmor1:arm64 (2.13.6-10) ...
13:39:41 [2022-08-23T13:39:41.961Z] #21 17.06 Selecting previously unselected package libapparmor-dev:arm64.
13:39:41 [2022-08-23T13:39:41.961Z] #21 17.06 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
13:39:42 [2022-08-23T13:39:42.217Z] #21 17.07 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
13:39:42 [2022-08-23T13:39:42.217Z] #21 17.13 Selecting previously unselected package libgcc-s1:s390x.
13:39:42 [2022-08-23T13:39:42.217Z] #21 17.13 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
13:39:42 [2022-08-23T13:39:42.217Z] #21 17.14 Unpacking libgcc-s1:s390x (10.2.1-6) ...
13:39:42 [2022-08-23T13:39:42.217Z] #21 17.19 Selecting previously unselected package libcrypt1:s390x.
13:39:42 [2022-08-23T13:39:42.238Z] ok  	github.com/docker/docker/distribution	1.488s	coverage: 28.0% of statements
13:39:42 [2022-08-23T13:39:42.238Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
13:39:42 [2022-08-23T13:39:42.474Z] #21 17.19 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
13:39:42 [2022-08-23T13:39:42.474Z] #21 17.20 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
13:39:42 [2022-08-23T13:39:42.474Z] #21 17.28 Selecting previously unselected package libc6:s390x.
13:39:42 [2022-08-23T13:39:42.474Z] #21 17.28 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ...
13:39:42 [2022-08-23T13:39:42.474Z] #21 17.49 Unpacking libc6:s390x (2.31-13+deb11u3) ...
13:39:42 [2022-08-23T13:39:42.806Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
13:39:43 [2022-08-23T13:39:43.038Z] #21 17.97 Selecting previously unselected package libapparmor1:s390x.
13:39:43 [2022-08-23T13:39:43.038Z] #21 17.98 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
13:39:43 [2022-08-23T13:39:43.038Z] #21 17.99 Unpacking libapparmor1:s390x (2.13.6-10) ...
13:39:43 [2022-08-23T13:39:43.038Z] #21 18.03 Selecting previously unselected package libapparmor-dev:s390x.
13:39:43 [2022-08-23T13:39:43.038Z] #21 18.04 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
13:39:43 [2022-08-23T13:39:43.064Z] ok  	github.com/docker/docker/distribution/xfer	1.886s	coverage: 84.9% of statements
13:39:43 [2022-08-23T13:39:43.064Z] ?   	github.com/docker/docker/dockerversion	[no test files]
13:39:43 [2022-08-23T13:39:43.295Z] #21 18.04 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
13:39:43 [2022-08-23T13:39:43.295Z] #21 18.11 Selecting previously unselected package libgcc-s1:armhf.
13:39:43 [2022-08-23T13:39:43.296Z] #21 18.12 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
13:39:43 [2022-08-23T13:39:43.296Z] #21 18.12 Unpacking libgcc-s1:armhf (10.2.1-6) ...
13:39:43 [2022-08-23T13:39:43.296Z] #21 18.17 Selecting previously unselected package libcrypt1:armhf.
13:39:43 [2022-08-23T13:39:43.296Z] #21 18.18 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
13:39:43 [2022-08-23T13:39:43.296Z] #21 18.19 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
13:39:43 [2022-08-23T13:39:43.296Z] #21 18.26 Selecting previously unselected package libc6:armhf.
13:39:43 [2022-08-23T13:39:43.324Z] ok  	github.com/docker/docker/image	0.044s	coverage: 86.9% of statements
13:39:43 [2022-08-23T13:39:43.553Z] #21 18.27 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ...
13:39:43 [2022-08-23T13:39:43.553Z] #21 18.47 Unpacking libc6:armhf (2.31-13+deb11u3) ...
13:39:43 [2022-08-23T13:39:43.893Z] ok  	github.com/docker/docker/image/cache	0.014s	coverage: 19.2% of statements
13:39:44 [2022-08-23T13:39:44.116Z] #21 18.90 Selecting previously unselected package libapparmor1:armhf.
13:39:44 [2022-08-23T13:39:44.116Z] #21 18.91 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
13:39:44 [2022-08-23T13:39:44.116Z] #21 18.92 Unpacking libapparmor1:armhf (2.13.6-10) ...
13:39:44 [2022-08-23T13:39:44.116Z] #21 18.97 Selecting previously unselected package libapparmor-dev:armhf.
13:39:44 [2022-08-23T13:39:44.116Z] #21 18.97 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
13:39:44 [2022-08-23T13:39:44.116Z] #21 18.97 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
13:39:44 [2022-08-23T13:39:44.116Z] #21 19.04 Selecting previously unselected package libgcc-s1:ppc64el.
13:39:44 [2022-08-23T13:39:44.116Z] #21 19.04 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
13:39:44 [2022-08-23T13:39:44.116Z] #21 19.05 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
13:39:44 [2022-08-23T13:39:44.116Z] #21 19.09 Selecting previously unselected package libcrypt1:ppc64el.
13:39:44 [2022-08-23T13:39:44.116Z] #21 19.09 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
13:39:44 [2022-08-23T13:39:44.116Z] #21 19.10 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
13:39:44 [2022-08-23T13:39:44.116Z] #21 19.17 Selecting previously unselected package libc6:ppc64el.
13:39:44 [2022-08-23T13:39:44.152Z] ok  	github.com/docker/docker/image/tarexport	0.019s	coverage: 0.7% of statements
13:39:44 [2022-08-23T13:39:44.152Z] ?   	github.com/docker/docker/image/v1	[no test files]
13:39:44 [2022-08-23T13:39:44.152Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
13:39:44 [2022-08-23T13:39:44.373Z] #21 19.18 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ...
13:39:44 [2022-08-23T13:39:44.373Z] #21 19.34 Unpacking libc6:ppc64el (2.31-13+deb11u3) ...
13:39:44 [2022-08-23T13:39:44.411Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
13:39:45 [2022-08-23T13:39:45.303Z] #21 19.93 Selecting previously unselected package libapparmor1:ppc64el.
13:39:45 [2022-08-23T13:39:45.303Z] #21 19.94 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
13:39:45 [2022-08-23T13:39:45.303Z] #21 19.94 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.00 Selecting previously unselected package libapparmor-dev:ppc64el.
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.00 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.00 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.07 Selecting previously unselected package libseccomp2:s390x.
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.07 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ...
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.08 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ...
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.13 Selecting previously unselected package libseccomp-dev:s390x.
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.13 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ...
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.14 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.21 Selecting previously unselected package libseccomp2:ppc64el.
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.21 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ...
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.21 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.26 Selecting previously unselected package libseccomp-dev:ppc64el.
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.27 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ...
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.28 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
13:39:45 [2022-08-23T13:39:45.303Z] #21 20.34 Selecting previously unselected package libseccomp2:armhf.
13:39:45 [2022-08-23T13:39:45.349Z] ok  	github.com/docker/docker/oci	0.009s	coverage: 46.0% of statements
13:39:45 [2022-08-23T13:39:45.560Z] #21 20.35 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ...
13:39:45 [2022-08-23T13:39:45.560Z] #21 20.35 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ...
13:39:45 [2022-08-23T13:39:45.560Z] #21 20.40 Selecting previously unselected package libseccomp-dev:armhf.
13:39:45 [2022-08-23T13:39:45.560Z] #21 20.41 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
13:39:45 [2022-08-23T13:39:45.560Z] #21 20.41 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
13:39:45 [2022-08-23T13:39:45.560Z] #21 20.48 Selecting previously unselected package libseccomp2:armel.
13:39:45 [2022-08-23T13:39:45.560Z] #21 20.49 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ...
13:39:45 [2022-08-23T13:39:45.560Z] #21 20.49 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ...
13:39:45 [2022-08-23T13:39:45.560Z] #21 20.59 Selecting previously unselected package libseccomp-dev:armel.
13:39:45 [2022-08-23T13:39:45.560Z] #21 20.59 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ...
13:39:45 [2022-08-23T13:39:45.816Z] #21 20.59 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ...
13:39:45 [2022-08-23T13:39:45.816Z] #21 20.70 Selecting previously unselected package libseccomp2:arm64.
13:39:45 [2022-08-23T13:39:45.816Z] #21 20.70 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ...
13:39:45 [2022-08-23T13:39:45.816Z] #21 20.71 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ...
13:39:45 [2022-08-23T13:39:45.816Z] #21 20.79 Selecting previously unselected package libseccomp-dev:arm64.
13:39:45 [2022-08-23T13:39:45.816Z] #21 20.80 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
13:39:45 [2022-08-23T13:39:45.816Z] #21 20.81 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:39:45 [2022-08-23T13:39:45.917Z] ok  	github.com/docker/docker/opts	0.022s	coverage: 66.0% of statements
13:39:45 [2022-08-23T13:39:45.917Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
13:39:46 [2022-08-23T13:39:46.073Z] #21 20.91 Setting up gcc-10-base:arm64 (10.2.1-6) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 20.92 Setting up gcc-10-base:armel (10.2.1-6) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 20.93 Setting up gcc-10-base:armhf (10.2.1-6) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 20.94 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 20.95 Setting up gcc-10-base:s390x (10.2.1-6) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 20.97 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 20.98 Setting up libcrypt1:armel (1:4.4.18-4) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 20.99 Setting up libcrypt1:armhf (1:4.4.18-4) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 21.00 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 21.01 Setting up libcrypt1:s390x (1:4.4.18-4) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 21.02 Setting up libgcc-s1:arm64 (10.2.1-6) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 21.03 Setting up libgcc-s1:armel (10.2.1-6) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 21.05 Setting up libgcc-s1:armhf (10.2.1-6) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 21.06 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 21.07 Setting up libgcc-s1:s390x (10.2.1-6) ...
13:39:46 [2022-08-23T13:39:46.073Z] #21 21.08 Setting up libc6:arm64 (2.31-13+deb11u3) ...
13:39:47 [2022-08-23T13:39:47.441Z] #21 22.35 Setting up libc6:armel (2.31-13+deb11u3) ...
13:39:47 [2022-08-23T13:39:47.823Z] ok  	github.com/docker/docker/pkg/archive	0.290s	coverage: 82.3% of statements
13:39:47 [2022-08-23T13:39:47.990Z] #67 ...
13:39:47 [2022-08-23T13:39:47.990Z] 
13:39:47 [2022-08-23T13:39:47.990Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:39:47 [2022-08-23T13:39:47.990Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:39:47 [2022-08-23T13:39:47.990Z] #55 5.676 go: downloading github.com/golangci/golangci-lint v1.46.2
13:39:47 [2022-08-23T13:39:47.990Z] #55 ...
13:39:47 [2022-08-23T13:39:47.990Z] 
13:39:47 [2022-08-23T13:39:47.990Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:39:47 [2022-08-23T13:39:47.990Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:39:47 [2022-08-23T13:39:47.990Z] #42 5.907 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:39:47 [2022-08-23T13:39:47.990Z] #42 5.935 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:39:47 [2022-08-23T13:39:47.990Z] #42 5.935 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:39:47 [2022-08-23T13:39:47.990Z] #42 ...
13:39:47 [2022-08-23T13:39:47.990Z] 
13:39:47 [2022-08-23T13:39:47.990Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:39:47 [2022-08-23T13:39:47.990Z] #26 sha256:43122f087998ed46094474dc4db0c9159416eecf515088039eb2387059871a75
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.814 + RM_GOPATH=0
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.814 + TMP_GOPATH=
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.814 + : /build
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.814 + '[' -z '' ']'
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.814 ++ mktemp -d
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.814 + export GOPATH=/tmp/tmp.KYkOQfKe6D
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.814 + GOPATH=/tmp/tmp.KYkOQfKe6D
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.814 + RM_GOPATH=1
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.814 + case "$(go env GOARCH)" in
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.814 ++ go env GOARCH
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.837 + export GO_BUILDMODE=-buildmode=pie
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.837 + GO_BUILDMODE=-buildmode=pie
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.838 ++ dirname /install.sh
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.845 Install docker/cli version 17.06.2-ce from stable
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.846 + dir=/
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.846 + bin=dockercli
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.846 + shift
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.846 + '[' '!' -f //dockercli.installer ']'
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.846 + . //dockercli.installer
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.846 ++ : stable
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.846 ++ : 17.06.2-ce
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.846 + install_dockercli
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.846 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.846 ++ uname -m
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.861 + arch=x86_64
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.861 + '[' x86_64 '!=' x86_64 ']'
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.861 + url=https://download.docker.com/linux/static
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.861 + tar -xz docker/docker
13:39:47 [2022-08-23T13:39:47.990Z] #26 5.861 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
13:39:47 [2022-08-23T13:39:47.990Z] #26 ...
13:39:47 [2022-08-23T13:39:47.990Z] 
13:39:47 [2022-08-23T13:39:47.990Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:39:47 [2022-08-23T13:39:47.990Z] #67 sha256:e1a61485726eb2cedfe3abe07e2375ef4c7b4d741761cd4901f649ce387d71c9
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.439 + RM_GOPATH=0
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.444 + TMP_GOPATH=
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.444 + : /build
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.444 + '[' -z '' ']'
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.445 ++ mktemp -d
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.456 + export GOPATH=/tmp/tmp.EsbzxX5cih
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.456 + GOPATH=/tmp/tmp.EsbzxX5cih
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.456 + RM_GOPATH=1
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.456 + case "$(go env GOARCH)" in
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.465 ++ go env GOARCH
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.498 + export GO_BUILDMODE=-buildmode=pie
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.498 + GO_BUILDMODE=-buildmode=pie
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.498 ++ dirname /install.sh
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.506 + dir=/
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.506 + bin=rootlesskit
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.506 + shift
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.506 + '[' '!' -f //rootlesskit.installer ']'
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.506 + . //rootlesskit.installer
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.506 ++ : 1920341cd41e047834a21007424162a2dc946315
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.506 + install_rootlesskit
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.506 + case "$1" in
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.506 + export CGO_ENABLED=0
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.506 + CGO_ENABLED=0
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.506 + _install_rootlesskit
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.511 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.511 + for f in rootlesskit rootlesskit-docker-proxy
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.511 + GOBIN=/build
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.511 + GO111MODULE=on
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.511 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:39:47 [2022-08-23T13:39:47.990Z] #67 6.511 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:39:48 [2022-08-23T13:39:48.821Z] #21 23.58 Setting up libc6:armhf (2.31-13+deb11u3) ...
13:39:48 [2022-08-23T13:39:48.930Z] #67 7.293 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:39:49 [2022-08-23T13:39:49.202Z] ok  	github.com/docker/docker/pkg/authorization	1.231s	coverage: 68.3% of statements
13:39:49 [2022-08-23T13:39:49.461Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
13:39:49 [2022-08-23T13:39:49.720Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
13:39:50 [2022-08-23T13:39:50.187Z] #21 24.84 Setting up libc6:ppc64el (2.31-13+deb11u3) ...
13:39:51 [2022-08-23T13:39:51.116Z] #21 26.09 Setting up libc6:s390x (2.31-13+deb11u3) ...
13:39:51 [2022-08-23T13:39:51.475Z] #67 ...
13:39:51 [2022-08-23T13:39:51.475Z] 
13:39:51 [2022-08-23T13:39:51.475Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:39:51 [2022-08-23T13:39:51.475Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
13:39:51 [2022-08-23T13:39:51.475Z] #76 7.157 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:39:51 [2022-08-23T13:39:51.475Z] #76 7.266 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:39:51 [2022-08-23T13:39:51.475Z] #76 7.266 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:39:51 [2022-08-23T13:39:51.475Z] #76 8.470 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:39:51 [2022-08-23T13:39:51.475Z] #76 ...
13:39:51 [2022-08-23T13:39:51.475Z] 
13:39:51 [2022-08-23T13:39:51.475Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:39:51 [2022-08-23T13:39:51.475Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
13:39:51 [2022-08-23T13:39:51.475Z] #40 7.469 go: downloading github.com/tc-hib/go-winres v0.2.3
13:39:51 [2022-08-23T13:39:51.475Z] #40 8.748 go: downloading github.com/tc-hib/winres v0.1.5
13:39:51 [2022-08-23T13:39:51.475Z] #40 10.30 go: downloading github.com/urfave/cli/v2 v2.3.0
13:39:51 [2022-08-23T13:39:51.475Z] #40 ...
13:39:51 [2022-08-23T13:39:51.475Z] 
13:39:51 [2022-08-23T13:39:51.475Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:39:51 [2022-08-23T13:39:51.475Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:39:51 [2022-08-23T13:39:51.475Z] #14 6.890 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:39:51 [2022-08-23T13:39:51.475Z] #14 6.987 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:39:51 [2022-08-23T13:39:51.475Z] #14 6.993 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:39:51 [2022-08-23T13:39:51.475Z] #14 8.626 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:39:51 [2022-08-23T13:39:51.735Z] #14 ...
13:39:51 [2022-08-23T13:39:51.735Z] 
13:39:51 [2022-08-23T13:39:51.735Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
13:39:51 [2022-08-23T13:39:51.735Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
13:39:51 [2022-08-23T13:39:51.735Z] #53 6.338 go: downloading gotest.tools/gotestsum v1.8.1
13:39:51 [2022-08-23T13:39:51.735Z] #53 8.235 go: downloading github.com/fatih/color v1.10.0
13:39:51 [2022-08-23T13:39:51.735Z] #53 8.236 go: downloading github.com/dnephin/pflag v1.0.7
13:39:51 [2022-08-23T13:39:51.735Z] #53 8.552 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:39:51 [2022-08-23T13:39:51.735Z] #53 9.005 go: downloading github.com/mattn/go-colorable v0.1.8
13:39:51 [2022-08-23T13:39:51.735Z] #53 9.043 go: downloading github.com/mattn/go-isatty v0.0.12
13:39:51 [2022-08-23T13:39:51.735Z] #53 9.343 go: downloading github.com/fsnotify/fsnotify v1.4.9
13:39:51 [2022-08-23T13:39:51.735Z] #53 9.573 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
13:39:51 [2022-08-23T13:39:51.735Z] #53 9.652 go: downloading github.com/jonboulle/clockwork v0.2.2
13:39:51 [2022-08-23T13:39:51.735Z] #53 9.829 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
13:39:51 [2022-08-23T13:39:51.735Z] #53 9.987 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:39:51 [2022-08-23T13:39:51.735Z] #53 10.32 go: downloading golang.org/x/tools v0.1.0
13:39:51 [2022-08-23T13:39:51.735Z] #53 ...
13:39:51 [2022-08-23T13:39:51.735Z] 
13:39:51 [2022-08-23T13:39:51.735Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:39:51 [2022-08-23T13:39:51.735Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
13:39:51 [2022-08-23T13:39:51.735Z] #34 5.858 + git clone https://github.com/kolyshkin/go-swagger.git .
13:39:51 [2022-08-23T13:39:51.735Z] #34 5.858 Cloning into '.'...
13:39:51 [2022-08-23T13:39:51.995Z] #34 ...
13:39:51 [2022-08-23T13:39:51.995Z] 
13:39:51 [2022-08-23T13:39:51.995Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:39:51 [2022-08-23T13:39:51.995Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
13:39:51 [2022-08-23T13:39:51.995Z] #47 5.846 + git clone https://github.com/docker/distribution.git .
13:39:51 [2022-08-23T13:39:51.995Z] #47 5.866 Cloning into '.'...
13:39:52 [2022-08-23T13:39:52.256Z] #47 ...
13:39:52 [2022-08-23T13:39:52.256Z] 
13:39:52 [2022-08-23T13:39:52.256Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
13:39:52 [2022-08-23T13:39:52.256Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
13:39:52 [2022-08-23T13:39:52.256Z] #36 6.735 go: downloading github.com/go-delve/delve v1.8.1
13:39:52 [2022-08-23T13:39:52.256Z] #36 ...
13:39:52 [2022-08-23T13:39:52.256Z] 
13:39:52 [2022-08-23T13:39:52.256Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
13:39:52 [2022-08-23T13:39:52.256Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
13:39:52 [2022-08-23T13:39:52.256Z] #38 6.184 go: downloading github.com/pelletier/go-toml v1.8.1
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.33 Setting up libapparmor1:arm64 (2.13.6-10) ...
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.34 Setting up libapparmor1:armel (2.13.6-10) ...
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.35 Setting up libapparmor1:armhf (2.13.6-10) ...
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.37 Setting up libapparmor1:ppc64el (2.13.6-10) ...
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.38 Setting up libapparmor1:s390x (2.13.6-10) ...
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.39 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ...
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.40 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.42 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ...
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.43 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.44 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ...
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.45 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.46 Setting up libapparmor-dev:armel (2.13.6-10) ...
13:39:52 [2022-08-23T13:39:52.484Z] #21 27.47 Setting up libapparmor-dev:armhf (2.13.6-10) ...
13:39:52 [2022-08-23T13:39:52.485Z] #21 27.48 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
13:39:52 [2022-08-23T13:39:52.485Z] #21 27.50 Setting up libapparmor-dev:s390x (2.13.6-10) ...
13:39:52 [2022-08-23T13:39:52.485Z] #21 27.51 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:39:52 [2022-08-23T13:39:52.517Z] #38 ...
13:39:52 [2022-08-23T13:39:52.517Z] 
13:39:52 [2022-08-23T13:39:52.517Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:39:52 [2022-08-23T13:39:52.517Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
13:39:52 [2022-08-23T13:39:52.517Z] #62 7.089 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:39:52 [2022-08-23T13:39:52.517Z] #62 7.139 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:39:52 [2022-08-23T13:39:52.517Z] #62 7.139 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:39:52 [2022-08-23T13:39:52.517Z] #62 8.460 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:39:52 [2022-08-23T13:39:52.517Z] #62 ...
13:39:52 [2022-08-23T13:39:52.517Z] 
13:39:52 [2022-08-23T13:39:52.517Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
13:39:52 [2022-08-23T13:39:52.517Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
13:39:52 [2022-08-23T13:39:52.517Z] #51 7.033 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:39:52 [2022-08-23T13:39:52.517Z] #51 7.084 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:39:52 [2022-08-23T13:39:52.517Z] #51 7.084 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:39:52 [2022-08-23T13:39:52.517Z] #51 8.198 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
13:39:52 [2022-08-23T13:39:52.517Z] #51 8.839 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:39:52 [2022-08-23T13:39:52.744Z] #21 27.52 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ...
13:39:52 [2022-08-23T13:39:52.744Z] #21 27.53 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
13:39:52 [2022-08-23T13:39:52.744Z] #21 27.55 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
13:39:52 [2022-08-23T13:39:52.744Z] #21 27.56 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
13:39:52 [2022-08-23T13:39:52.744Z] #21 27.57 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:39:52 [2022-08-23T13:39:52.744Z] #21 DONE 27.8s
13:39:52 [2022-08-23T13:39:52.744Z] 
13:39:52 [2022-08-23T13:39:52.744Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:52 [2022-08-23T13:39:52.744Z] #71 sha256:1ed89b9fb308bfce805741ac6060f46d9be7076b8faed20069602b8d231c557c
13:39:52 [2022-08-23T13:39:52.777Z] #51 ...
13:39:52 [2022-08-23T13:39:52.777Z] 
13:39:52 [2022-08-23T13:39:52.777Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:39:52 [2022-08-23T13:39:52.777Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:39:52 [2022-08-23T13:39:52.777Z] #14 11.46 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
13:39:53 [2022-08-23T13:39:53.001Z] #71 ...
13:39:53 [2022-08-23T13:39:53.001Z] 
13:39:53 [2022-08-23T13:39:53.001Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
13:39:53 [2022-08-23T13:39:53.001Z] #66 sha256:73cfb625b03f064110c92ca68cfb3d37e36a89bbddf978fe953e49961b466b8e
13:39:53 [2022-08-23T13:39:53.001Z] #66 DONE 0.1s
13:39:53 [2022-08-23T13:39:53.001Z] 
13:39:53 [2022-08-23T13:39:53.001Z] #22 [dev-systemd-false  1/28] RUN groupadd -r docker
13:39:53 [2022-08-23T13:39:53.001Z] #22 sha256:b4b0e38cb982b6838d989466b55e2a317fb4968bad7b01f6bcf5cc5f0e10a442
13:39:53 [2022-08-23T13:39:53.020Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.532s	coverage: 42.7% of statements
13:39:53 [2022-08-23T13:39:53.020Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
13:39:53 [2022-08-23T13:39:53.020Z] ok  	github.com/docker/docker/layer	7.833s	coverage: 68.9% of statements
13:39:53 [2022-08-23T13:39:53.020Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
13:39:53 [2022-08-23T13:39:53.020Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
13:39:53 [2022-08-23T13:39:53.020Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
13:39:53 [2022-08-23T13:39:53.020Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
13:39:53 [2022-08-23T13:39:53.020Z] ?   	github.com/docker/docker/oci/caps	[no test files]
13:39:53 [2022-08-23T13:39:53.279Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
13:39:53 [2022-08-23T13:39:53.279Z] ok  	github.com/docker/docker/pkg/directory	0.012s	coverage: 80.0% of statements
13:39:53 [2022-08-23T13:39:53.539Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
13:39:53 [2022-08-23T13:39:53.799Z] ok  	github.com/docker/docker/pkg/fileutils	0.010s	coverage: 87.2% of statements
13:39:53 [2022-08-23T13:39:53.930Z] #22 DONE 1.2s
13:39:53 [2022-08-23T13:39:53.930Z] 
13:39:53 [2022-08-23T13:39:53.930Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:39:53 [2022-08-23T13:39:53.930Z] #67 sha256:168df3a60c3476a9988f1cbbd69ad91e6961d5cf25628db8aafa5c58f661755d
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.950 + RM_GOPATH=0
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.950 + TMP_GOPATH=
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.951 + : /build
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.951 + '[' -z '' ']'
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.952 ++ mktemp -d
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.954 + export GOPATH=/tmp/tmp.uKAyTZeGFH
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.954 + GOPATH=/tmp/tmp.uKAyTZeGFH
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.954 + RM_GOPATH=1
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.955 + case "$(go env GOARCH)" in
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.955 ++ go env GOARCH
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.965 + export GO_BUILDMODE=-buildmode=pie
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.965 + GO_BUILDMODE=-buildmode=pie
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.966 ++ dirname /install.sh
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.967 + dir=/
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.967 + bin=runc
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.967 + shift
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.967 + '[' '!' -f //runc.installer ']'
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.967 + . //runc.installer
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.967 ++ set -e
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.968 ++ : v1.1.3
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.968 + install_runc
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.968 + RUNC_BUILDTAGS=seccomp
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.968 Install runc version v1.1.3 (build tags: seccomp)
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.968 + echo 'Install runc version v1.1.3 (build tags: seccomp)'
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.968 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.uKAyTZeGFH/src/github.com/opencontainers/runc
13:39:53 [2022-08-23T13:39:53.930Z] #67 0.971 Cloning into '/tmp/tmp.uKAyTZeGFH/src/github.com/opencontainers/runc'...
13:39:54 [2022-08-23T13:39:54.058Z] ok  	github.com/docker/docker/pkg/fsutils	0.199s	coverage: 85.1% of statements
13:39:54 [2022-08-23T13:39:54.058Z] ok  	github.com/docker/docker/pkg/homedir	0.004s	coverage: 11.4% of statements
13:39:54 [2022-08-23T13:39:54.996Z] ok  	github.com/docker/docker/pkg/idtools	0.438s	coverage: 69.3% of statements
13:39:54 [2022-08-23T13:39:54.996Z] ok  	github.com/docker/docker/pkg/ioutils	0.371s	coverage: 71.5% of statements
13:39:55 [2022-08-23T13:39:55.255Z] ok  	github.com/docker/docker/pkg/longpath	0.006s	coverage: 100.0% of statements
13:39:55 [2022-08-23T13:39:55.255Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
13:39:55 [2022-08-23T13:39:55.255Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
13:39:55 [2022-08-23T13:39:55.301Z] #67 ...
13:39:55 [2022-08-23T13:39:55.301Z] 
13:39:55 [2022-08-23T13:39:55.301Z] #23 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:39:55 [2022-08-23T13:39:55.301Z] #23 sha256:e15bcc7067f86bcfad3ee74946bac736dedf08af442c45ad394e135a11879f13
13:39:55 [2022-08-23T13:39:55.301Z] #23 DONE 1.0s
13:39:55 [2022-08-23T13:39:55.301Z] 
13:39:55 [2022-08-23T13:39:55.301Z] #24 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:39:55 [2022-08-23T13:39:55.301Z] #24 sha256:ca0200f4f6b3db6adf6df5ddd3eb22cd5b2cccbb2090378aa26cf135949c045e
13:39:55 [2022-08-23T13:39:55.514Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.007s	coverage: 85.7% of statements
13:39:55 [2022-08-23T13:39:55.774Z] ok  	github.com/docker/docker/pkg/parsers	0.016s	coverage: 97.0% of statements
13:39:55 [2022-08-23T13:39:55.774Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
13:39:55 [2022-08-23T13:39:55.864Z] #24 0.809 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:39:55 [2022-08-23T13:39:55.864Z] #24 DONE 0.9s
13:39:55 [2022-08-23T13:39:55.864Z] 
13:39:55 [2022-08-23T13:39:55.864Z] #25 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:39:55 [2022-08-23T13:39:55.864Z] #25 sha256:f914172291988a167cf82d7cbb0d44d02f3406aec8e3ec88b28a3db79ccdeb0b
13:39:56 [2022-08-23T13:39:56.033Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.006s	coverage: 90.5% of statements
13:39:56 [2022-08-23T13:39:56.033Z] ok  	github.com/docker/docker/pkg/pidfile	0.004s	coverage: 82.4% of statements
13:39:56 [2022-08-23T13:39:56.033Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
13:39:56 [2022-08-23T13:39:56.033Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
13:39:56 [2022-08-23T13:39:56.074Z] #14 14.30 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:39:56 [2022-08-23T13:39:56.602Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.007s	coverage: 56.8% of statements
13:39:56 [2022-08-23T13:39:56.794Z] #25 DONE 0.9s
13:39:56 [2022-08-23T13:39:56.794Z] 
13:39:56 [2022-08-23T13:39:56.795Z] #26 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:39:56 [2022-08-23T13:39:56.795Z] #26 sha256:2b77314a577ecf5ea59b6828ac277e34cf85a8fd5ebd730fc2115d4119f236e7
13:39:57 [2022-08-23T13:39:57.170Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
13:39:57 [2022-08-23T13:39:57.170Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
13:39:57 [2022-08-23T13:39:57.429Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
13:39:57 [2022-08-23T13:39:57.723Z] #26 DONE 0.9s
13:39:57 [2022-08-23T13:39:57.723Z] 
13:39:57 [2022-08-23T13:39:57.723Z] #27 [dev-systemd-false  6/28] RUN ldconfig
13:39:57 [2022-08-23T13:39:57.723Z] #27 sha256:4e7201ea34eaa6bff2791a8b633d584621f8f6b1a7718b29e03a74e0ed0467ba
13:39:58 [2022-08-23T13:39:58.045Z] #14 ...
13:39:58 [2022-08-23T13:39:58.045Z] 
13:39:58 [2022-08-23T13:39:58.045Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:39:58 [2022-08-23T13:39:58.045Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:39:58 [2022-08-23T13:39:58.045Z] #55 7.397 go: downloading github.com/fatih/color v1.13.0
13:39:58 [2022-08-23T13:39:58.045Z] #55 7.467 go: downloading github.com/gofrs/flock v0.8.1
13:39:58 [2022-08-23T13:39:58.045Z] #55 7.633 go: downloading github.com/pkg/errors v0.9.1
13:39:58 [2022-08-23T13:39:58.045Z] #55 7.664 go: downloading github.com/spf13/cobra v1.4.0
13:39:58 [2022-08-23T13:39:58.045Z] #55 7.785 go: downloading github.com/spf13/pflag v1.0.5
13:39:58 [2022-08-23T13:39:58.045Z] #55 8.310 go: downloading github.com/spf13/viper v1.11.0
13:39:58 [2022-08-23T13:39:58.045Z] #55 8.395 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:39:58 [2022-08-23T13:39:58.045Z] #55 9.372 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
13:39:58 [2022-08-23T13:39:58.046Z] #55 9.485 go: downloading github.com/go-critic/go-critic v0.6.3
13:39:58 [2022-08-23T13:39:58.046Z] #55 11.80 go: downloading github.com/hashicorp/go-version v1.4.0
13:39:58 [2022-08-23T13:39:58.046Z] #55 12.06 go: downloading github.com/ldez/gomoddirectives v0.2.3
13:39:58 [2022-08-23T13:39:58.046Z] #55 12.22 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:39:58 [2022-08-23T13:39:58.046Z] #55 12.51 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:39:58 [2022-08-23T13:39:58.390Z] #55 ...
13:39:58 [2022-08-23T13:39:58.390Z] 
13:39:58 [2022-08-23T13:39:58.390Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
13:39:58 [2022-08-23T13:39:58.390Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
13:39:58 [2022-08-23T13:39:58.390Z] #57 7.098 go: downloading mvdan.cc/sh/v3 v3.0.2
13:39:58 [2022-08-23T13:39:58.390Z] #57 12.77 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:39:58 [2022-08-23T13:39:58.390Z] #57 12.78 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:39:58 [2022-08-23T13:39:58.390Z] #57 12.83 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:39:58 [2022-08-23T13:39:58.390Z] #57 15.85 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:39:58 [2022-08-23T13:39:58.657Z] #27 DONE 1.0s
13:39:58 [2022-08-23T13:39:58.657Z] 
13:39:58 [2022-08-23T13:39:58.657Z] #28 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:39:58 [2022-08-23T13:39:58.657Z] #28 sha256:42bc05b1a7b01aa6a55bb55ce06c349607013fa5223c796f15cfacd0450039b0
13:39:58 [2022-08-23T13:39:58.669Z] #57 ...
13:39:58 [2022-08-23T13:39:58.669Z] 
13:39:58 [2022-08-23T13:39:58.669Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:39:58 [2022-08-23T13:39:58.669Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:39:58 [2022-08-23T13:39:58.669Z] #42 7.063 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:39:58 [2022-08-23T13:39:58.669Z] #42 9.910 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
13:39:58 [2022-08-23T13:39:58.669Z] #42 13.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:39:58 [2022-08-23T13:39:58.669Z] #42 ...
13:39:58 [2022-08-23T13:39:58.669Z] 
13:39:58 [2022-08-23T13:39:58.669Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:39:58 [2022-08-23T13:39:58.669Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
13:39:58 [2022-08-23T13:39:58.669Z] #40 10.80 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
13:39:58 [2022-08-23T13:39:58.669Z] #40 10.95 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
13:39:58 [2022-08-23T13:39:58.669Z] #40 15.91 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:39:58 [2022-08-23T13:39:58.669Z] #40 16.22 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:39:58 [2022-08-23T13:39:58.806Z] ok  	github.com/docker/docker/pkg/pubsub	1.046s	coverage: 75.0% of statements
13:39:59 [2022-08-23T13:39:59.065Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
13:39:59 [2022-08-23T13:39:59.325Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
13:39:59 [2022-08-23T13:39:59.325Z] ok  	github.com/docker/docker/pkg/stdcopy	0.005s	coverage: 100.0% of statements
13:39:59 [2022-08-23T13:39:59.894Z] ok  	github.com/docker/docker/pkg/streamformatter	0.005s	coverage: 66.2% of statements
13:39:59 [2022-08-23T13:39:59.894Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
13:40:00 [2022-08-23T13:40:00.025Z] #28 1.114 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
13:40:00 [2022-08-23T13:40:00.025Z] #28 1.116 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
13:40:00 [2022-08-23T13:40:00.025Z] #28 1.336 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
13:40:00 [2022-08-23T13:40:00.025Z] #28 1.357 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
13:40:00 [2022-08-23T13:40:00.282Z] #28 1.536 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
13:40:00 [2022-08-23T13:40:00.462Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 53.6% of statements
13:40:00 [2022-08-23T13:40:00.538Z] #28 1.754 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
13:40:00 [2022-08-23T13:40:00.721Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
13:40:00 [2022-08-23T13:40:00.795Z] #28 2.071 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
13:40:01 [2022-08-23T13:40:01.051Z] #28 2.375 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
13:40:01 [2022-08-23T13:40:01.230Z] #40 ...
13:40:01 [2022-08-23T13:40:01.230Z] 
13:40:01 [2022-08-23T13:40:01.230Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
13:40:01 [2022-08-23T13:40:01.230Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
13:40:01 [2022-08-23T13:40:01.230Z] #53 19.91 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:40:01 [2022-08-23T13:40:01.230Z] #53 20.01 go: downloading golang.org/x/mod v0.3.0
13:40:01 [2022-08-23T13:40:01.290Z] ok  	github.com/docker/docker/pkg/tailfile	0.044s	coverage: 88.6% of statements
13:40:01 [2022-08-23T13:40:01.549Z] ok  	github.com/docker/docker/pkg/tarsum	0.042s	coverage: 89.3% of statements
13:40:01 [2022-08-23T13:40:01.614Z] #28 2.632 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
13:40:01 [2022-08-23T13:40:01.614Z] #28 2.633 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
13:40:01 [2022-08-23T13:40:01.614Z] #28 2.635 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
13:40:01 [2022-08-23T13:40:01.614Z] #28 2.639 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [160 kB]
13:40:01 [2022-08-23T13:40:01.614Z] #28 2.644 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [174 kB]
13:40:01 [2022-08-23T13:40:01.614Z] #28 2.799 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
13:40:01 [2022-08-23T13:40:01.614Z] #28 2.801 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
13:40:01 [2022-08-23T13:40:01.614Z] #28 2.802 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
13:40:01 [2022-08-23T13:40:01.614Z] #28 2.802 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
13:40:01 [2022-08-23T13:40:01.614Z] #28 2.803 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
13:40:01 [2022-08-23T13:40:01.809Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
13:40:02 [2022-08-23T13:40:02.181Z] #53 ...
13:40:02 [2022-08-23T13:40:02.181Z] 
13:40:02 [2022-08-23T13:40:02.181Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:40:02 [2022-08-23T13:40:02.181Z] #26 sha256:43122f087998ed46094474dc4db0c9159416eecf515088039eb2387059871a75
13:40:02 [2022-08-23T13:40:02.181Z] #26 19.54 + mkdir -p /build
13:40:02 [2022-08-23T13:40:02.181Z] #26 19.54 + mv docker/docker /build/
13:40:02 [2022-08-23T13:40:02.181Z] #26 19.57 + rmdir docker
13:40:02 [2022-08-23T13:40:02.181Z] #26 DONE 20.7s
13:40:02 [2022-08-23T13:40:02.441Z] 
13:40:02 [2022-08-23T13:40:02.441Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:40:02 [2022-08-23T13:40:02.441Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:40:02 [2022-08-23T13:40:02.441Z] #55 20.45 go: downloading github.com/mattn/go-colorable v0.1.12
13:40:02 [2022-08-23T13:40:02.441Z] #55 20.50 go: downloading github.com/sirupsen/logrus v1.8.1
13:40:02 [2022-08-23T13:40:02.441Z] #55 20.97 go: downloading github.com/stretchr/testify v1.7.1
13:40:02 [2022-08-23T13:40:02.441Z] #55 21.32 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
13:40:02 [2022-08-23T13:40:02.716Z] #55 21.60 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
13:40:02 [2022-08-23T13:40:02.976Z] #55 21.60 go: downloading github.com/mattn/go-isatty v0.0.14
13:40:03 [2022-08-23T13:40:03.235Z] #55 21.93 go: downloading github.com/fsnotify/fsnotify v1.5.4
13:40:03 [2022-08-23T13:40:03.235Z] #55 ...
13:40:03 [2022-08-23T13:40:03.235Z] 
13:40:03 [2022-08-23T13:40:03.235Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:40:03 [2022-08-23T13:40:03.235Z] #67 sha256:e1a61485726eb2cedfe3abe07e2375ef4c7b4d741761cd4901f649ce387d71c9
13:40:03 [2022-08-23T13:40:03.235Z] #67 11.86 go: downloading github.com/sirupsen/logrus v1.8.1
13:40:03 [2022-08-23T13:40:03.235Z] #67 11.86 go: downloading github.com/urfave/cli/v2 v2.4.0
13:40:03 [2022-08-23T13:40:03.235Z] #67 12.43 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:40:03 [2022-08-23T13:40:03.235Z] #67 19.73 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:40:03 [2022-08-23T13:40:03.235Z] #67 20.94 go: downloading github.com/google/uuid v1.3.0
13:40:03 [2022-08-23T13:40:03.235Z] #67 20.97 go: downloading github.com/moby/vpnkit v0.5.0
13:40:03 [2022-08-23T13:40:03.235Z] #67 21.20 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:40:03 [2022-08-23T13:40:03.235Z] #67 21.51 go: downloading github.com/gofrs/flock v0.8.1
13:40:03 [2022-08-23T13:40:03.235Z] #67 21.67 go: downloading github.com/gorilla/mux v1.8.0
13:40:03 [2022-08-23T13:40:03.496Z] #67 21.95 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:40:03 [2022-08-23T13:40:03.496Z] #67 ...
13:40:03 [2022-08-23T13:40:03.496Z] 
13:40:03 [2022-08-23T13:40:03.496Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:40:03 [2022-08-23T13:40:03.496Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
13:40:03 [2022-08-23T13:40:03.496Z] #62 12.44 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
13:40:03 [2022-08-23T13:40:03.496Z] #62 15.31 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:40:03 [2022-08-23T13:40:03.716Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
13:40:03 [2022-08-23T13:40:03.757Z] #62 ...
13:40:03 [2022-08-23T13:40:03.757Z] 
13:40:03 [2022-08-23T13:40:03.757Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:40:03 [2022-08-23T13:40:03.757Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:40:03 [2022-08-23T13:40:03.757Z] #55 22.40 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:40:03 [2022-08-23T13:40:03.757Z] #55 22.44 go: downloading github.com/spf13/afero v1.8.2
13:40:03 [2022-08-23T13:40:03.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
13:40:03 [2022-08-23T13:40:03.975Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.4% of statements
13:40:04 [2022-08-23T13:40:04.019Z] #55 22.79 go: downloading github.com/spf13/cast v1.4.1
13:40:04 [2022-08-23T13:40:04.019Z] #55 ...
13:40:04 [2022-08-23T13:40:04.019Z] 
13:40:04 [2022-08-23T13:40:04.019Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:40:04 [2022-08-23T13:40:04.019Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
13:40:04 [2022-08-23T13:40:04.019Z] #76 12.80 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
13:40:04 [2022-08-23T13:40:04.019Z] #76 15.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:40:04 [2022-08-23T13:40:04.234Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 86.0% of statements
13:40:04 [2022-08-23T13:40:04.279Z] #76 ...
13:40:04 [2022-08-23T13:40:04.279Z] 
13:40:04 [2022-08-23T13:40:04.279Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:40:04 [2022-08-23T13:40:04.279Z] #67 sha256:e1a61485726eb2cedfe3abe07e2375ef4c7b4d741761cd4901f649ce387d71c9
13:40:04 [2022-08-23T13:40:04.279Z] #67 22.75 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:40:04 [2022-08-23T13:40:04.279Z] #67 22.86 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:40:04 [2022-08-23T13:40:04.540Z] #67 ...
13:40:04 [2022-08-23T13:40:04.540Z] 
13:40:04 [2022-08-23T13:40:04.540Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
13:40:04 [2022-08-23T13:40:04.540Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
13:40:04 [2022-08-23T13:40:04.540Z] #51 13.04 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
13:40:04 [2022-08-23T13:40:04.540Z] #51 16.56 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:40:04 [2022-08-23T13:40:04.540Z] #51 21.29 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
13:40:04 [2022-08-23T13:40:04.800Z] #51 ...
13:40:04 [2022-08-23T13:40:04.800Z] 
13:40:04 [2022-08-23T13:40:04.800Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:40:04 [2022-08-23T13:40:04.800Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:40:04 [2022-08-23T13:40:04.800Z] #55 23.19 go: downloading github.com/spf13/jwalterweatherman v1.1.0
13:40:04 [2022-08-23T13:40:04.800Z] #55 23.29 go: downloading github.com/go-toolsmith/astcast v1.0.0
13:40:04 [2022-08-23T13:40:04.800Z] #55 23.34 go: downloading github.com/go-toolsmith/astcopy v1.0.0
13:40:04 [2022-08-23T13:40:04.800Z] #55 23.57 go: downloading github.com/go-toolsmith/astequal v1.0.1
13:40:04 [2022-08-23T13:40:04.800Z] #55 23.70 go: downloading github.com/go-toolsmith/astfmt v1.0.0
13:40:04 [2022-08-23T13:40:04.894Z] #28 ...
13:40:04 [2022-08-23T13:40:04.894Z] 
13:40:04 [2022-08-23T13:40:04.894Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:40:04 [2022-08-23T13:40:04.894Z] #67 sha256:168df3a60c3476a9988f1cbbd69ad91e6961d5cf25628db8aafa5c58f661755d
13:40:04 [2022-08-23T13:40:04.894Z] #67 5.365 + cd /tmp/tmp.uKAyTZeGFH/src/github.com/opencontainers/runc
13:40:04 [2022-08-23T13:40:04.894Z] #67 5.365 + git checkout -q v1.1.3
13:40:04 [2022-08-23T13:40:04.894Z] #67 5.735 + '[' -z '' ']'
13:40:04 [2022-08-23T13:40:04.894Z] #67 5.736 + target=static
13:40:04 [2022-08-23T13:40:04.894Z] #67 5.738 + make BUILDTAGS=seccomp static
13:40:04 [2022-08-23T13:40:04.894Z] #67 6.175 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-0-g6724737f -X main.version=1.1.3 " -o runc .
13:40:04 [2022-08-23T13:40:04.894Z] #67 11.23 + mkdir -p /build
13:40:04 [2022-08-23T13:40:04.894Z] #67 11.23 + cp runc /build/runc
13:40:04 [2022-08-23T13:40:04.894Z] #67 DONE 11.5s
13:40:04 [2022-08-23T13:40:04.894Z] 
13:40:04 [2022-08-23T13:40:04.894Z] #28 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:40:04 [2022-08-23T13:40:04.894Z] #28 sha256:42bc05b1a7b01aa6a55bb55ce06c349607013fa5223c796f15cfacd0450039b0
13:40:05 [2022-08-23T13:40:05.081Z] #55 23.78 go: downloading github.com/go-toolsmith/astp v1.0.0
13:40:05 [2022-08-23T13:40:05.081Z] #55 23.79 go: downloading github.com/go-toolsmith/strparse v1.0.0
13:40:05 [2022-08-23T13:40:05.081Z] #55 23.93 go: downloading github.com/go-toolsmith/typep v1.0.2
13:40:05 [2022-08-23T13:40:05.081Z] #55 23.98 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
13:40:05 [2022-08-23T13:40:05.343Z] #55 24.11 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
13:40:05 [2022-08-23T13:40:05.605Z] #55 24.45 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
13:40:05 [2022-08-23T13:40:05.613Z] ok  	github.com/docker/docker/quota	0.175s	coverage: 71.4% of statements
13:40:05 [2022-08-23T13:40:05.873Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
13:40:06 [2022-08-23T13:40:06.548Z] #55 25.34 go: downloading github.com/hashicorp/errwrap v1.0.0
13:40:06 [2022-08-23T13:40:06.808Z] #55 25.63 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
13:40:06 [2022-08-23T13:40:06.810Z] ok  	github.com/docker/docker/registry	0.080s	coverage: 58.6% of statements
13:40:07 [2022-08-23T13:40:07.069Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
13:40:07 [2022-08-23T13:40:07.069Z] #55 25.91 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
13:40:07 [2022-08-23T13:40:07.328Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
13:40:07 [2022-08-23T13:40:07.329Z] #55 26.06 go: downloading 4d63.com/gochecknoglobals v0.1.0
13:40:07 [2022-08-23T13:40:07.589Z] #55 26.48 go: downloading github.com/Antonboom/errname v0.1.6
13:40:07 [2022-08-23T13:40:07.849Z] #55 26.70 go: downloading github.com/Antonboom/nilnil v0.1.1
13:40:07 [2022-08-23T13:40:07.897Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 64.5% of statements
13:40:08 [2022-08-23T13:40:08.156Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
13:40:08 [2022-08-23T13:40:08.420Z] #55 27.05 go: downloading github.com/BurntSushi/toml v1.1.0
13:40:09 [2022-08-23T13:40:09.804Z] #55 ...
13:40:09 [2022-08-23T13:40:09.804Z] 
13:40:09 [2022-08-23T13:40:09.804Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:40:09 [2022-08-23T13:40:09.804Z] #67 sha256:e1a61485726eb2cedfe3abe07e2375ef4c7b4d741761cd4901f649ce387d71c9
13:40:09 [2022-08-23T13:40:09.804Z] #67 28.31 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:40:10 [2022-08-23T13:40:10.063Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
13:40:10 [2022-08-23T13:40:10.148Z] #28 10.88 Fetched 40.6 MB in 10s (4054 kB/s)
13:40:10 [2022-08-23T13:40:10.331Z] ok  	github.com/docker/docker/volume/local	0.079s	coverage: 76.8% of statements
13:40:10 [2022-08-23T13:40:10.376Z] #67 28.85 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:40:10 [2022-08-23T13:40:10.900Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 67.7% of statements
13:40:12 [2022-08-23T13:40:12.277Z] ok  	github.com/docker/docker/volume/service	0.017s	coverage: 72.3% of statements
13:40:12 [2022-08-23T13:40:12.921Z] #67 ...
13:40:12 [2022-08-23T13:40:12.921Z] 
13:40:12 [2022-08-23T13:40:12.921Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
13:40:12 [2022-08-23T13:40:12.921Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
13:40:12 [2022-08-23T13:40:12.921Z] #38 30.96 tomll can be used in two ways:
13:40:12 [2022-08-23T13:40:12.921Z] #38 30.96 Writing to STDIN and reading from STDOUT:
13:40:12 [2022-08-23T13:40:12.921Z] #38 30.96   cat file.toml | tomll > file.toml
13:40:12 [2022-08-23T13:40:12.921Z] #38 30.96 
13:40:12 [2022-08-23T13:40:12.921Z] #38 30.96 Reading and updating a list of files:
13:40:12 [2022-08-23T13:40:12.921Z] #38 30.96   tomll a.toml b.toml c.toml
13:40:12 [2022-08-23T13:40:12.921Z] #38 30.96 
13:40:12 [2022-08-23T13:40:12.921Z] #38 30.96 When given a list of files, tomll will modify all files in place without asking.
13:40:12 [2022-08-23T13:40:12.921Z] #38 DONE 31.4s
13:40:12 [2022-08-23T13:40:12.921Z] 
13:40:12 [2022-08-23T13:40:12.921Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:40:12 [2022-08-23T13:40:12.921Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:40:12 [2022-08-23T13:40:12.921Z] #55 29.00 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
13:40:12 [2022-08-23T13:40:12.921Z] #55 29.26 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
13:40:12 [2022-08-23T13:40:12.921Z] #55 29.63 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
13:40:12 [2022-08-23T13:40:12.921Z] #55 29.87 go: downloading github.com/alexkohler/prealloc v1.0.0
13:40:12 [2022-08-23T13:40:12.921Z] #55 30.16 go: downloading github.com/ashanbrown/forbidigo v1.3.0
13:40:12 [2022-08-23T13:40:12.921Z] #55 30.65 go: downloading github.com/ashanbrown/makezero v1.1.1
13:40:12 [2022-08-23T13:40:12.921Z] #55 31.04 go: downloading github.com/bkielbasa/cyclop v1.2.0
13:40:12 [2022-08-23T13:40:12.921Z] #55 31.16 go: downloading github.com/blizzy78/varnamelen v0.8.0
13:40:13 [2022-08-23T13:40:13.182Z] #55 32.06 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
13:40:13 [2022-08-23T13:40:13.444Z] #55 32.19 go: downloading github.com/breml/bidichk v0.2.3
13:40:13 [2022-08-23T13:40:13.704Z] #55 32.47 go: downloading github.com/breml/errchkjson v0.3.0
13:40:13 [2022-08-23T13:40:13.966Z] #55 32.62 go: downloading github.com/butuzov/ireturn v0.1.1
13:40:14 [2022-08-23T13:40:14.225Z] #55 32.91 go: downloading github.com/charithe/durationcheck v0.0.9
13:40:14 [2022-08-23T13:40:14.225Z] #55 32.91 go: downloading github.com/daixiang0/gci v0.3.3
13:40:14 [2022-08-23T13:40:14.225Z] #55 33.14 go: downloading github.com/denis-tingaikin/go-header v0.4.3
13:40:14 [2022-08-23T13:40:14.317Z] #28 10.88 Reading package lists...
13:40:14 [2022-08-23T13:40:14.486Z] #55 33.43 go: downloading github.com/esimonov/ifshort v1.0.4
13:40:15 [2022-08-23T13:40:15.056Z] #55 33.66 go: downloading github.com/firefart/nonamedreturns v1.0.1
13:40:15 [2022-08-23T13:40:15.056Z] #55 33.67 go: downloading github.com/fzipp/gocyclo v0.5.1
13:40:15 [2022-08-23T13:40:15.056Z] #55 33.92 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:40:15 [2022-08-23T13:40:15.316Z] #55 33.95 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:40:15 [2022-08-23T13:40:15.316Z] #55 33.95 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
13:40:15 [2022-08-23T13:40:15.316Z] #55 34.19 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:40:15 [2022-08-23T13:40:15.576Z] #55 ...
13:40:15 [2022-08-23T13:40:15.576Z] 
13:40:15 [2022-08-23T13:40:15.576Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
13:40:15 [2022-08-23T13:40:15.576Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
13:40:15 [2022-08-23T13:40:15.576Z] #36 24.34 go: downloading github.com/spf13/cobra v1.1.3
13:40:15 [2022-08-23T13:40:15.576Z] #36 24.39 go: downloading github.com/sirupsen/logrus v1.6.0
13:40:15 [2022-08-23T13:40:15.576Z] #36 25.26 go: downloading github.com/mattn/go-isatty v0.0.3
13:40:15 [2022-08-23T13:40:15.576Z] #36 25.66 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
13:40:15 [2022-08-23T13:40:15.576Z] #36 26.12 go: downloading gopkg.in/yaml.v2 v2.4.0
13:40:15 [2022-08-23T13:40:15.576Z] #36 26.58 go: downloading github.com/cosiner/argv v0.1.0
13:40:15 [2022-08-23T13:40:15.576Z] #36 26.70 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
13:40:15 [2022-08-23T13:40:15.576Z] #36 26.80 go: downloading github.com/peterh/liner v1.2.2
13:40:15 [2022-08-23T13:40:15.576Z] #36 27.33 go: downloading github.com/google/go-dap v0.6.0
13:40:15 [2022-08-23T13:40:15.576Z] #36 27.96 go: downloading github.com/russross/blackfriday/v2 v2.0.1
13:40:15 [2022-08-23T13:40:15.576Z] #36 28.54 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
13:40:15 [2022-08-23T13:40:15.576Z] #36 29.55 go: downloading github.com/mattn/go-runewidth v0.0.3
13:40:15 [2022-08-23T13:40:15.576Z] #36 29.99 go: downloading github.com/hashicorp/golang-lru v0.5.4
13:40:15 [2022-08-23T13:40:15.576Z] #36 30.15 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
13:40:15 [2022-08-23T13:40:15.576Z] #36 33.21 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
13:40:15 [2022-08-23T13:40:15.576Z] #36 33.35 go: downloading github.com/cilium/ebpf v0.7.0
13:40:15 [2022-08-23T13:40:15.836Z] #36 ...
13:40:15 [2022-08-23T13:40:15.836Z] 
13:40:15 [2022-08-23T13:40:15.836Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:40:15 [2022-08-23T13:40:15.836Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:40:15 [2022-08-23T13:40:15.836Z] #55 34.52 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:40:15 [2022-08-23T13:40:15.836Z] #55 34.64 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:40:15 [2022-08-23T13:40:15.836Z] #55 34.73 go: downloading github.com/golangci/misspell v0.3.5
13:40:16 [2022-08-23T13:40:16.010Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:40:16 [2022-08-23T13:40:16.096Z] #55 34.97 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:40:16 [2022-08-23T13:40:16.096Z] #55 35.00 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
13:40:16 [2022-08-23T13:40:16.096Z] #55 35.06 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
13:40:16 [2022-08-23T13:40:16.356Z] #55 35.15 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
13:40:16 [2022-08-23T13:40:16.616Z] #55 35.40 go: downloading github.com/jgautheron/goconst v1.5.1
13:40:16 [2022-08-23T13:40:16.616Z] #55 35.43 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
13:40:16 [2022-08-23T13:40:16.617Z] #55 35.57 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
13:40:16 [2022-08-23T13:40:16.617Z] #55 35.62 go: downloading github.com/julz/importas v0.1.0
13:40:16 [2022-08-23T13:40:16.836Z] #28 15.57 Reading package lists...
13:40:16 [2022-08-23T13:40:16.836Z] #28 ...
13:40:16 [2022-08-23T13:40:16.836Z] 
13:40:16 [2022-08-23T13:40:16.836Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:40:16 [2022-08-23T13:40:16.836Z] #71 sha256:1ed89b9fb308bfce805741ac6060f46d9be7076b8faed20069602b8d231c557c
13:40:16 [2022-08-23T13:40:16.836Z] #71 76.46 + bin/containerd
13:40:16 [2022-08-23T13:40:16.876Z] #55 35.69 go: downloading github.com/kisielk/errcheck v1.6.0
13:40:16 [2022-08-23T13:40:16.876Z] #55 35.76 go: downloading github.com/kulti/thelper v0.6.2
13:40:17 [2022-08-23T13:40:17.153Z] #55 35.82 go: downloading github.com/kunwardeep/paralleltest v1.0.3
13:40:17 [2022-08-23T13:40:17.153Z] #55 35.97 go: downloading github.com/kyoh86/exportloopref v0.1.8
13:40:17 [2022-08-23T13:40:17.153Z] #55 36.16 go: downloading github.com/ldez/tagliatelle v0.3.1
13:40:17 [2022-08-23T13:40:17.413Z] #55 36.27 go: downloading github.com/leonklingele/grouper v1.1.0
13:40:17 [2022-08-23T13:40:17.673Z] #55 36.44 go: downloading github.com/lufeee/execinquery v1.2.1
13:40:17 [2022-08-23T13:40:17.673Z] #55 36.57 go: downloading github.com/maratori/testpackage v1.0.1
13:40:17 [2022-08-23T13:40:17.934Z] #55 36.75 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
13:40:17 [2022-08-23T13:40:17.934Z] #55 36.82 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
13:40:18 [2022-08-23T13:40:18.194Z] #55 36.90 go: downloading github.com/mgechev/revive v1.2.1
13:40:19 [2022-08-23T13:40:19.137Z] #55 38.13 go: downloading github.com/moricho/tparallel v0.2.1
13:40:19 [2022-08-23T13:40:19.397Z] #55 38.17 go: downloading github.com/nakabonne/nestif v0.3.1
13:40:19 [2022-08-23T13:40:19.398Z] #55 38.34 go: downloading github.com/nishanths/exhaustive v0.7.11
13:40:19 [2022-08-23T13:40:19.398Z] #55 38.40 go: downloading github.com/nishanths/predeclared v0.2.2
13:40:19 [2022-08-23T13:40:19.657Z] #55 ...
13:40:19 [2022-08-23T13:40:19.658Z] 
13:40:19 [2022-08-23T13:40:19.658Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:40:19 [2022-08-23T13:40:19.658Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:40:19 [2022-08-23T13:40:19.658Z] #42 28.52 Fetched 8571 kB in 23s (375 kB/s)
13:40:19 [2022-08-23T13:40:19.658Z] #42 28.52 Reading package lists...
13:40:19 [2022-08-23T13:40:19.918Z] #42 38.26 Reading package lists...
13:40:19 [2022-08-23T13:40:19.918Z] #42 ...
13:40:19 [2022-08-23T13:40:19.918Z] 
13:40:19 [2022-08-23T13:40:19.918Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:40:19 [2022-08-23T13:40:19.918Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:40:19 [2022-08-23T13:40:19.918Z] #55 38.68 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
13:40:20 [2022-08-23T13:40:20.203Z] #55 38.89 go: downloading github.com/ryancurrah/gomodguard v1.2.3
13:40:20 [2022-08-23T13:40:20.203Z] #55 38.90 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
13:40:20 [2022-08-23T13:40:20.203Z] #55 39.10 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
13:40:20 [2022-08-23T13:40:20.471Z] #55 39.16 go: downloading github.com/securego/gosec/v2 v2.11.0
13:40:20 [2022-08-23T13:40:20.731Z] #55 39.62 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
13:40:20 [2022-08-23T13:40:20.991Z] #55 39.67 go: downloading github.com/sivchari/containedctx v1.0.2
13:40:20 [2022-08-23T13:40:20.991Z] #55 39.72 go: downloading github.com/sivchari/tenv v1.5.0
13:40:20 [2022-08-23T13:40:20.991Z] #55 39.79 go: downloading github.com/sonatard/noctx v0.0.1
13:40:20 [2022-08-23T13:40:20.991Z] #55 39.92 go: downloading github.com/sourcegraph/go-diff v0.6.1
13:40:20 [2022-08-23T13:40:20.991Z] #55 ...
13:40:20 [2022-08-23T13:40:20.991Z] 
13:40:20 [2022-08-23T13:40:20.991Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:40:20 [2022-08-23T13:40:20.991Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:40:20 [2022-08-23T13:40:20.991Z] #14 29.84 Fetched 8571 kB in 23s (369 kB/s)
13:40:20 [2022-08-23T13:40:20.991Z] #14 29.84 Reading package lists...
13:40:21 [2022-08-23T13:40:21.252Z] #14 39.66 Reading package lists...
13:40:21 [2022-08-23T13:40:21.252Z] #14 ...
13:40:21 [2022-08-23T13:40:21.252Z] 
13:40:21 [2022-08-23T13:40:21.252Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:40:21 [2022-08-23T13:40:21.252Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
13:40:21 [2022-08-23T13:40:21.252Z] #62 30.40 Fetched 8571 kB in 24s (364 kB/s)
13:40:21 [2022-08-23T13:40:21.252Z] #62 30.40 Reading package lists...
13:40:21 [2022-08-23T13:40:21.252Z] #62 39.84 Reading package lists...
13:40:21 [2022-08-23T13:40:21.252Z] #62 ...
13:40:21 [2022-08-23T13:40:21.252Z] 
13:40:21 [2022-08-23T13:40:21.252Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:40:21 [2022-08-23T13:40:21.252Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:40:21 [2022-08-23T13:40:21.252Z] #55 40.17 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
13:40:21 [2022-08-23T13:40:21.512Z] #55 40.24 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
13:40:21 [2022-08-23T13:40:21.512Z] #55 40.32 go: downloading github.com/sylvia7788/contextcheck v1.0.4
13:40:21 [2022-08-23T13:40:21.773Z] #55 40.39 go: downloading github.com/tdakkota/asciicheck v0.1.1
13:40:21 [2022-08-23T13:40:21.773Z] #55 40.42 go: downloading github.com/tetafro/godot v1.4.11
13:40:21 [2022-08-23T13:40:21.773Z] #55 40.61 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
13:40:21 [2022-08-23T13:40:21.773Z] #55 40.61 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
13:40:21 [2022-08-23T13:40:21.773Z] #55 ...
13:40:21 [2022-08-23T13:40:21.773Z] 
13:40:21 [2022-08-23T13:40:21.773Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:40:21 [2022-08-23T13:40:21.773Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
13:40:21 [2022-08-23T13:40:21.773Z] #76 30.63 Fetched 8571 kB in 24s (362 kB/s)
13:40:21 [2022-08-23T13:40:21.773Z] #76 30.63 Reading package lists...
13:40:22 [2022-08-23T13:40:22.033Z] #76 40.46 Reading package lists...
13:40:22 [2022-08-23T13:40:22.033Z] #76 ...
13:40:22 [2022-08-23T13:40:22.033Z] 
13:40:22 [2022-08-23T13:40:22.033Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:40:22 [2022-08-23T13:40:22.033Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:40:22 [2022-08-23T13:40:22.033Z] #55 40.73 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
13:40:22 [2022-08-23T13:40:22.081Z] #71 ...
13:40:22 [2022-08-23T13:40:22.081Z] 
13:40:22 [2022-08-23T13:40:22.081Z] #28 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:40:22 [2022-08-23T13:40:22.081Z] #28 sha256:42bc05b1a7b01aa6a55bb55ce06c349607013fa5223c796f15cfacd0450039b0
13:40:22 [2022-08-23T13:40:22.081Z] #28 15.57 Reading package lists...
13:40:22 [2022-08-23T13:40:22.081Z] #28 19.97 Building dependency tree...
13:40:22 [2022-08-23T13:40:22.081Z] #28 21.09 Reading state information...
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.05 bzip2 is already the newest version (1.0.8-4).
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.05 patch is already the newest version (2.7.6-7).
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.05 xz-utils is already the newest version (5.2.5-2.1~deb11u1).
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.05 The following additional packages will be installed:
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.05   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libinih1
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.05   libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.06   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libxtables12
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.06   python-pip-whl python3-distutils python3-lib2to3 python3-pkg-resources
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.06   systemd vim-runtime xxd
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.08 Suggested packages:
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.08   apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.08   python-setuptools-doc systemd-container policykit-1 ctags vim-doc
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.08   vim-scripts xfsdump acl attr quota
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.08 Recommended packages:
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.08   libatm1 nftables libpam-cap build-essential python3-dev dbus
13:40:22 [2022-08-23T13:40:22.081Z] #28 22.08   systemd-timesyncd | time-daemon unzip
13:40:22 [2022-08-23T13:40:22.081Z] #28 23.22 The following NEW packages will be installed:
13:40:22 [2022-08-23T13:40:22.081Z] #28 23.22   apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1
13:40:22 [2022-08-23T13:40:22.081Z] #28 23.23   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
13:40:22 [2022-08-23T13:40:22.081Z] #28 23.23   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
13:40:22 [2022-08-23T13:40:22.081Z] #28 23.23   libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200
13:40:22 [2022-08-23T13:40:22.081Z] #28 23.23   libonig5 libprotobuf-c1 libxtables12 libyajl2 net-tools pigz python-pip-whl
13:40:22 [2022-08-23T13:40:22.081Z] #28 23.23   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
13:40:22 [2022-08-23T13:40:22.081Z] #28 23.23   python3-setuptools python3-wheel sudo systemd systemd-journal-remote
13:40:22 [2022-08-23T13:40:22.082Z] #28 23.23   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd zip
13:40:22 [2022-08-23T13:40:22.082Z] #28 23.23   zstd
13:40:22 [2022-08-23T13:40:22.293Z] #55 41.09 go: downloading github.com/ultraware/funlen v0.0.3
13:40:22 [2022-08-23T13:40:22.293Z] #55 41.17 go: downloading github.com/ultraware/whitespace v0.0.5
13:40:22 [2022-08-23T13:40:22.338Z] #28 23.59 0 upgraded, 52 newly installed, 0 to remove and 8 not upgraded.
13:40:22 [2022-08-23T13:40:22.338Z] #28 23.59 Need to get 23.8 MB of archives.
13:40:22 [2022-08-23T13:40:22.338Z] #28 23.59 After this operation, 89.3 MB of additional disk space will be used.
13:40:22 [2022-08-23T13:40:22.338Z] #28 23.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
13:40:22 [2022-08-23T13:40:22.338Z] #28 23.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
13:40:22 [2022-08-23T13:40:22.338Z] #28 23.60 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
13:40:22 [2022-08-23T13:40:22.338Z] #28 23.60 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
13:40:22 [2022-08-23T13:40:22.338Z] #28 23.61 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
13:40:22 [2022-08-23T13:40:22.338Z] #28 23.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
13:40:22 [2022-08-23T13:40:22.338Z] #28 23.61 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
13:40:22 [2022-08-23T13:40:22.554Z] #55 41.33 go: downloading github.com/uudashr/gocognit v1.0.5
13:40:22 [2022-08-23T13:40:22.554Z] #55 41.45 go: downloading github.com/yagipy/maintidx v1.0.0
13:40:22 [2022-08-23T13:40:22.554Z] #55 41.51 go: downloading github.com/yeya24/promlinter v0.2.0
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.68 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.68 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.68 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.69 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.69 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.70 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.70 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.71 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.71 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.72 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.72 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.73 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.73 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.74 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.74 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.74 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.74 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.75 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.75 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.75 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.76 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.76 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.76 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.76 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmicrohttpd12 amd64 0.9.72-2 [109 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.77 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.77 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.77 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.77 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.77 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.78 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.80 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.80 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.81 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.82 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.83 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.83 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.83 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.84 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-journal-remote amd64 247.3-7 [165 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.84 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.85 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.85 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
13:40:22 [2022-08-23T13:40:22.595Z] #28 23.92 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
13:40:22 [2022-08-23T13:40:22.852Z] #28 23.93 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
13:40:22 [2022-08-23T13:40:22.852Z] #28 23.94 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
13:40:22 [2022-08-23T13:40:22.852Z] #28 23.94 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
13:40:23 [2022-08-23T13:40:23.108Z] #28 24.39 debconf: delaying package configuration, since apt-utils is not installed
13:40:23 [2022-08-23T13:40:23.365Z] #28 24.61 Fetched 23.8 MB in 1s (36.7 MB/s)
13:40:23 [2022-08-23T13:40:23.365Z] #28 24.65 Selecting previously unselected package libcap2:amd64.
13:40:23 [2022-08-23T13:40:23.365Z] #28 24.65 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 40116 files and directories currently installed.)
13:40:23 [2022-08-23T13:40:23.365Z] #28 24.70 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
13:40:23 [2022-08-23T13:40:23.365Z] #28 24.72 Unpacking libcap2:amd64 (1:2.44-1) ...
13:40:23 [2022-08-23T13:40:23.495Z] #55 42.15 go: downloading gitlab.com/bosi/decorder v0.2.1
13:40:23 [2022-08-23T13:40:23.621Z] #28 24.76 Selecting previously unselected package libargon2-1:amd64.
13:40:23 [2022-08-23T13:40:23.621Z] #28 24.77 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_amd64.deb ...
13:40:23 [2022-08-23T13:40:23.621Z] #28 24.77 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
13:40:23 [2022-08-23T13:40:23.621Z] #28 24.83 Selecting previously unselected package libjson-c5:amd64.
13:40:23 [2022-08-23T13:40:23.621Z] #28 24.83 Preparing to unpack .../02-libjson-c5_0.15-2_amd64.deb ...
13:40:23 [2022-08-23T13:40:23.621Z] #28 24.83 Unpacking libjson-c5:amd64 (0.15-2) ...
13:40:23 [2022-08-23T13:40:23.621Z] #28 24.89 Selecting previously unselected package libcryptsetup12:amd64.
13:40:23 [2022-08-23T13:40:23.621Z] #28 24.89 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
13:40:23 [2022-08-23T13:40:23.621Z] #28 24.90 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
13:40:23 [2022-08-23T13:40:23.757Z] #55 42.65 go: downloading honnef.co/go/tools v0.3.1
13:40:23 [2022-08-23T13:40:23.884Z] #28 25.00 Selecting previously unselected package libip4tc2:amd64.
13:40:23 [2022-08-23T13:40:23.884Z] #28 25.00 Preparing to unpack .../04-libip4tc2_1.8.7-1_amd64.deb ...
13:40:23 [2022-08-23T13:40:23.884Z] #28 25.00 Unpacking libip4tc2:amd64 (1.8.7-1) ...
13:40:23 [2022-08-23T13:40:23.884Z] #28 25.04 Selecting previously unselected package libkmod2:amd64.
13:40:23 [2022-08-23T13:40:23.884Z] #28 25.07 Preparing to unpack .../05-libkmod2_28-1_amd64.deb ...
13:40:23 [2022-08-23T13:40:23.884Z] #28 25.08 Unpacking libkmod2:amd64 (28-1) ...
13:40:23 [2022-08-23T13:40:23.884Z] #28 25.18 Selecting previously unselected package systemd.
13:40:23 [2022-08-23T13:40:23.884Z] #28 25.19 Preparing to unpack .../06-systemd_247.3-7_amd64.deb ...
13:40:23 [2022-08-23T13:40:23.884Z] #28 25.27 Unpacking systemd (247.3-7) ...
13:40:24 [2022-08-23T13:40:24.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
13:40:24 [2022-08-23T13:40:24.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:40:24 [2022-08-23T13:40:24.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:40:24 [2022-08-23T13:40:24.697Z] #55 ...
13:40:24 [2022-08-23T13:40:24.697Z] 
13:40:24 [2022-08-23T13:40:24.697Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
13:40:24 [2022-08-23T13:40:24.697Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
13:40:24 [2022-08-23T13:40:24.697Z] #51 32.94 Fetched 8575 kB in 26s (327 kB/s)
13:40:24 [2022-08-23T13:40:24.697Z] #51 32.94 Reading package lists...
13:40:24 [2022-08-23T13:40:24.697Z] #51 42.78 Reading package lists...
13:40:24 [2022-08-23T13:40:24.697Z] #51 ...
13:40:24 [2022-08-23T13:40:24.697Z] 
13:40:24 [2022-08-23T13:40:24.698Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:40:24 [2022-08-23T13:40:24.698Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
13:40:24 [2022-08-23T13:40:24.698Z] #47 41.18 Updating files:  52% (1132/2176)
Updating files:  53% (1154/2176)
Updating files:  54% (1176/2176)
Updating files:  55% (1197/2176)
Updating files:  56% (1219/2176)
Updating files:  57% (1241/2176)
Updating files:  58% (1263/2176)
Updating files:  59% (1284/2176)
Updating files:  60% (1306/2176)
Updating files:  61% (1328/2176)
Updating files:  62% (1350/2176)
Updating files:  63% (1371/2176)
Updating files:  64% (1393/2176)
Updating files:  65% (1415/2176)
Updating files:  66% (1437/2176)
Updating files:  67% (1458/2176)
Updating files:  68% (1480/2176)
Updating files:  69% (1502/2176)
Updating files:  70% (1524/2176)
Updating files:  71% (1545/2176)
Updating files:  72% (1567/2176)
Updating files:  73% (1589/2176)
Updating files:  74% (1611/2176)
Updating files:  75% (1632/2176)
Updating files:  76% (1654/2176)
Updating files:  77% (1676/2176)
Updating files:  78% (1698/2176)
Updating files:  79% (1720/2176)
Updating files:  80% (1741/2176)
Updating files:  81% (1763/2176)
Updating files:  82% (1785/2176)
Updating files:  82% (1792/2176)
Updating files:  83% (1807/2176)
Updating files:  84% (1828/2176)
Updating files:  85% (1850/2176)
Updating files:  86% (1872/2176)
Updating files:  87% (1894/2176)
Updating files:  88% (1915/2176)
Updating files:  89% (1937/2176)
Updating files:  90% (1959/2176)
Updating files:  91% (1981/2176)
Updating files:  92% (2002/2176)
Updating files:  93% (2024/2176)
Updating files:  94% (2046/2176)
Updating files:  95% (2068/2176)
Updating files:  96% (2089/2176)
Updating files:  97% (2111/2176)
Updating files:  98% (2133/2176)
Updating files:  99% (2155/2176)
Updating files: 100% (2176/2176)
Updating files: 100% (2176/2176), done.
13:40:24 [2022-08-23T13:40:24.698Z] #47 42.79 + git checkout -q v2.3.0
13:40:24 [2022-08-23T13:40:24.816Z] #28 26.04 Selecting previously unselected package pigz.
13:40:24 [2022-08-23T13:40:24.816Z] #28 26.04 Preparing to unpack .../07-pigz_2.6-1_amd64.deb ...
13:40:24 [2022-08-23T13:40:24.816Z] #28 26.05 Unpacking pigz (2.6-1) ...
13:40:24 [2022-08-23T13:40:24.816Z] #28 26.11 Selecting previously unselected package libelf1:amd64.
13:40:24 [2022-08-23T13:40:24.816Z] #28 26.11 Preparing to unpack .../08-libelf1_0.183-1_amd64.deb ...
13:40:24 [2022-08-23T13:40:24.816Z] #28 26.11 Unpacking libelf1:amd64 (0.183-1) ...
13:40:25 [2022-08-23T13:40:25.087Z] #28 26.19 Selecting previously unselected package libbpf0:amd64.
13:40:25 [2022-08-23T13:40:25.087Z] #28 26.20 Preparing to unpack .../09-libbpf0_1%3a0.3-2_amd64.deb ...
13:40:25 [2022-08-23T13:40:25.087Z] #28 26.20 Unpacking libbpf0:amd64 (1:0.3-2) ...
13:40:25 [2022-08-23T13:40:25.087Z] #28 26.28 Selecting previously unselected package libmnl0:amd64.
13:40:25 [2022-08-23T13:40:25.087Z] #28 26.28 Preparing to unpack .../10-libmnl0_1.0.4-3_amd64.deb ...
13:40:25 [2022-08-23T13:40:25.087Z] #28 26.29 Unpacking libmnl0:amd64 (1.0.4-3) ...
13:40:25 [2022-08-23T13:40:25.087Z] #28 26.33 Selecting previously unselected package libxtables12:amd64.
13:40:25 [2022-08-23T13:40:25.087Z] #28 26.33 Preparing to unpack .../11-libxtables12_1.8.7-1_amd64.deb ...
13:40:25 [2022-08-23T13:40:25.087Z] #28 26.34 Unpacking libxtables12:amd64 (1.8.7-1) ...
13:40:25 [2022-08-23T13:40:25.087Z] #28 26.39 Selecting previously unselected package libcap2-bin.
13:40:25 [2022-08-23T13:40:25.344Z] #28 26.40 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_amd64.deb ...
13:40:25 [2022-08-23T13:40:25.344Z] #28 26.40 Unpacking libcap2-bin (1:2.44-1) ...
13:40:25 [2022-08-23T13:40:25.344Z] #28 26.48 Selecting previously unselected package iproute2.
13:40:25 [2022-08-23T13:40:25.344Z] #28 26.49 Preparing to unpack .../13-iproute2_5.10.0-4_amd64.deb ...
13:40:25 [2022-08-23T13:40:25.344Z] #28 26.49 Unpacking iproute2 (5.10.0-4) ...
13:40:25 [2022-08-23T13:40:25.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:40:25 [2022-08-23T13:40:25.599Z] #28 26.72 Selecting previously unselected package xxd.
13:40:25 [2022-08-23T13:40:25.599Z] #28 26.73 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
13:40:25 [2022-08-23T13:40:25.599Z] #28 26.73 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:40:25 [2022-08-23T13:40:25.599Z] #28 26.81 Selecting previously unselected package vim-common.
13:40:25 [2022-08-23T13:40:25.599Z] #28 26.81 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:40:25 [2022-08-23T13:40:25.599Z] #28 26.83 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:40:25 [2022-08-23T13:40:25.599Z] #28 26.92 Selecting previously unselected package bash-completion.
13:40:25 [2022-08-23T13:40:25.855Z] #28 26.92 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
13:40:26 [2022-08-23T13:40:26.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:40:26 [2022-08-23T13:40:26.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:40:26 [2022-08-23T13:40:26.783Z] #28 27.84 Unpacking bash-completion (1:2.11-2) ...
13:40:26 [2022-08-23T13:40:26.783Z] #28 28.03 Selecting previously unselected package apparmor.
13:40:26 [2022-08-23T13:40:26.783Z] #28 28.03 Preparing to unpack .../17-apparmor_2.13.6-10_amd64.deb ...
13:40:26 [2022-08-23T13:40:26.783Z] #28 28.06 Unpacking apparmor (2.13.6-10) ...
13:40:27 [2022-08-23T13:40:27.039Z] #28 28.25 Selecting previously unselected package inetutils-ping.
13:40:27 [2022-08-23T13:40:27.039Z] #28 28.25 Preparing to unpack .../18-inetutils-ping_2%3a2.0-1_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.039Z] #28 28.26 Unpacking inetutils-ping (2:2.0-1) ...
13:40:27 [2022-08-23T13:40:27.039Z] #28 28.33 Selecting previously unselected package libip6tc2:amd64.
13:40:27 [2022-08-23T13:40:27.039Z] #28 28.33 Preparing to unpack .../19-libip6tc2_1.8.7-1_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.039Z] #28 28.34 Unpacking libip6tc2:amd64 (1.8.7-1) ...
13:40:27 [2022-08-23T13:40:27.039Z] #28 28.38 Selecting previously unselected package libnfnetlink0:amd64.
13:40:27 [2022-08-23T13:40:27.295Z] #28 28.38 Preparing to unpack .../20-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.295Z] #28 28.39 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:40:27 [2022-08-23T13:40:27.295Z] #28 28.42 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:40:27 [2022-08-23T13:40:27.295Z] #28 28.43 Preparing to unpack .../21-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.295Z] #28 28.44 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
13:40:27 [2022-08-23T13:40:27.295Z] #28 28.48 Selecting previously unselected package libnftnl11:amd64.
13:40:27 [2022-08-23T13:40:27.295Z] #28 28.49 Preparing to unpack .../22-libnftnl11_1.1.9-1_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.295Z] #28 28.49 Unpacking libnftnl11:amd64 (1.1.9-1) ...
13:40:27 [2022-08-23T13:40:27.295Z] #28 28.55 Selecting previously unselected package iptables.
13:40:27 [2022-08-23T13:40:27.295Z] #28 28.55 Preparing to unpack .../23-iptables_1.8.7-1_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.295Z] #28 28.56 Unpacking iptables (1.8.7-1) ...
13:40:27 [2022-08-23T13:40:27.338Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:40:27 [2022-08-23T13:40:27.551Z] #28 28.70 Selecting previously unselected package libonig5:amd64.
13:40:27 [2022-08-23T13:40:27.551Z] #28 28.71 Preparing to unpack .../24-libonig5_6.9.6-1.1_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.551Z] #28 28.71 Unpacking libonig5:amd64 (6.9.6-1.1) ...
13:40:27 [2022-08-23T13:40:27.551Z] #28 28.80 Selecting previously unselected package libjq1:amd64.
13:40:27 [2022-08-23T13:40:27.551Z] #28 28.80 Preparing to unpack .../25-libjq1_1.6-2.1_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.551Z] #28 28.80 Unpacking libjq1:amd64 (1.6-2.1) ...
13:40:27 [2022-08-23T13:40:27.551Z] #28 28.86 Selecting previously unselected package jq.
13:40:27 [2022-08-23T13:40:27.551Z] #28 28.87 Preparing to unpack .../26-jq_1.6-2.1_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.551Z] #28 28.87 Unpacking jq (1.6-2.1) ...
13:40:27 [2022-08-23T13:40:27.551Z] #28 28.92 Selecting previously unselected package libaio1:amd64.
13:40:27 [2022-08-23T13:40:27.807Z] #28 28.92 Preparing to unpack .../27-libaio1_0.3.112-9_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.807Z] #28 28.93 Unpacking libaio1:amd64 (0.3.112-9) ...
13:40:27 [2022-08-23T13:40:27.807Z] #28 28.97 Selecting previously unselected package libgpm2:amd64.
13:40:27 [2022-08-23T13:40:27.807Z] #28 28.97 Preparing to unpack .../28-libgpm2_1.20.7-8_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.807Z] #28 28.98 Unpacking libgpm2:amd64 (1.20.7-8) ...
13:40:27 [2022-08-23T13:40:27.807Z] #28 29.03 Selecting previously unselected package libinih1:amd64.
13:40:27 [2022-08-23T13:40:27.807Z] #28 29.03 Preparing to unpack .../29-libinih1_53-1+b2_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.807Z] #28 29.04 Unpacking libinih1:amd64 (53-1+b2) ...
13:40:27 [2022-08-23T13:40:27.807Z] #28 29.08 Selecting previously unselected package libmicrohttpd12:amd64.
13:40:27 [2022-08-23T13:40:27.807Z] #28 29.09 Preparing to unpack .../30-libmicrohttpd12_0.9.72-2_amd64.deb ...
13:40:27 [2022-08-23T13:40:27.807Z] #28 29.09 Unpacking libmicrohttpd12:amd64 (0.9.72-2) ...
13:40:27 [2022-08-23T13:40:27.807Z] #28 29.16 Selecting previously unselected package libnet1:amd64.
13:40:27 [2022-08-23T13:40:27.997Z] #47 46.12 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
13:40:28 [2022-08-23T13:40:28.063Z] #28 29.17 Preparing to unpack .../31-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:40:28 [2022-08-23T13:40:28.063Z] #28 29.17 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:40:28 [2022-08-23T13:40:28.064Z] #28 29.22 Selecting previously unselected package libnl-3-200:amd64.
13:40:28 [2022-08-23T13:40:28.064Z] #28 29.24 Preparing to unpack .../32-libnl-3-200_3.4.0-1+b1_amd64.deb ...
13:40:28 [2022-08-23T13:40:28.064Z] #28 29.24 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
13:40:28 [2022-08-23T13:40:28.064Z] #28 29.29 Selecting previously unselected package libprotobuf-c1:amd64.
13:40:28 [2022-08-23T13:40:28.064Z] #28 29.30 Preparing to unpack .../33-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
13:40:28 [2022-08-23T13:40:28.064Z] #28 29.30 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
13:40:28 [2022-08-23T13:40:28.064Z] #28 29.34 Selecting previously unselected package libyajl2:amd64.
13:40:28 [2022-08-23T13:40:28.064Z] #28 29.35 Preparing to unpack .../34-libyajl2_2.1.0-3_amd64.deb ...
13:40:28 [2022-08-23T13:40:28.064Z] #28 29.36 Unpacking libyajl2:amd64 (2.1.0-3) ...
13:40:28 [2022-08-23T13:40:28.064Z] #28 29.40 Selecting previously unselected package net-tools.
13:40:28 [2022-08-23T13:40:28.320Z] #28 29.40 Preparing to unpack .../35-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
13:40:28 [2022-08-23T13:40:28.320Z] #28 29.41 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
13:40:28 [2022-08-23T13:40:28.320Z] #28 29.50 Selecting previously unselected package python-pip-whl.
13:40:28 [2022-08-23T13:40:28.320Z] #28 29.51 Preparing to unpack .../36-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
13:40:28 [2022-08-23T13:40:28.320Z] #28 29.52 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
13:40:28 [2022-08-23T13:40:28.576Z] #28 29.75 Selecting previously unselected package python3-lib2to3.
13:40:28 [2022-08-23T13:40:28.576Z] #28 29.76 Preparing to unpack .../37-python3-lib2to3_3.9.2-1_all.deb ...
13:40:28 [2022-08-23T13:40:28.576Z] #28 29.77 Unpacking python3-lib2to3 (3.9.2-1) ...
13:40:28 [2022-08-23T13:40:28.576Z] #28 29.84 Selecting previously unselected package python3-distutils.
13:40:28 [2022-08-23T13:40:28.576Z] #28 29.85 Preparing to unpack .../38-python3-distutils_3.9.2-1_all.deb ...
13:40:28 [2022-08-23T13:40:28.576Z] #28 29.85 Unpacking python3-distutils (3.9.2-1) ...
13:40:28 [2022-08-23T13:40:28.833Z] #28 29.94 Selecting previously unselected package python3-pkg-resources.
13:40:28 [2022-08-23T13:40:28.833Z] #28 29.95 Preparing to unpack .../39-python3-pkg-resources_52.0.0-4_all.deb ...
13:40:28 [2022-08-23T13:40:28.833Z] #28 29.95 Unpacking python3-pkg-resources (52.0.0-4) ...
13:40:28 [2022-08-23T13:40:28.833Z] #28 30.03 Selecting previously unselected package python3-setuptools.
13:40:28 [2022-08-23T13:40:28.833Z] #28 30.03 Preparing to unpack .../40-python3-setuptools_52.0.0-4_all.deb ...
13:40:28 [2022-08-23T13:40:28.833Z] #28 30.04 Unpacking python3-setuptools (52.0.0-4) ...
13:40:28 [2022-08-23T13:40:28.833Z] #28 30.15 Selecting previously unselected package python3-wheel.
13:40:29 [2022-08-23T13:40:29.089Z] #28 30.16 Preparing to unpack .../41-python3-wheel_0.34.2-1_all.deb ...
13:40:29 [2022-08-23T13:40:29.089Z] #28 30.17 Unpacking python3-wheel (0.34.2-1) ...
13:40:29 [2022-08-23T13:40:29.089Z] #28 30.20 Selecting previously unselected package python3-pip.
13:40:29 [2022-08-23T13:40:29.089Z] #28 30.21 Preparing to unpack .../42-python3-pip_20.3.4-4+deb11u1_all.deb ...
13:40:29 [2022-08-23T13:40:29.089Z] #28 30.22 Unpacking python3-pip (20.3.4-4+deb11u1) ...
13:40:29 [2022-08-23T13:40:29.089Z] #28 30.35 Selecting previously unselected package sudo.
13:40:29 [2022-08-23T13:40:29.089Z] #28 30.36 Preparing to unpack .../43-sudo_1.9.5p2-3_amd64.deb ...
13:40:29 [2022-08-23T13:40:29.089Z] #28 30.37 Unpacking sudo (1.9.5p2-3) ...
13:40:29 [2022-08-23T13:40:29.346Z] #28 30.59 Selecting previously unselected package systemd-journal-remote.
13:40:29 [2022-08-23T13:40:29.346Z] #28 30.60 Preparing to unpack .../44-systemd-journal-remote_247.3-7_amd64.deb ...
13:40:29 [2022-08-23T13:40:29.346Z] #28 30.61 Unpacking systemd-journal-remote (247.3-7) ...
13:40:29 [2022-08-23T13:40:29.346Z] #28 30.67 Selecting previously unselected package thin-provisioning-tools.
13:40:29 [2022-08-23T13:40:29.346Z] #28 30.67 Preparing to unpack .../45-thin-provisioning-tools_0.9.0-1_amd64.deb ...
13:40:29 [2022-08-23T13:40:29.346Z] #28 30.68 Unpacking thin-provisioning-tools (0.9.0-1) ...
13:40:29 [2022-08-23T13:40:29.602Z] #28 30.81 Selecting previously unselected package uidmap.
13:40:29 [2022-08-23T13:40:29.602Z] #28 30.81 Preparing to unpack .../46-uidmap_1%3a4.8.1-1_amd64.deb ...
13:40:29 [2022-08-23T13:40:29.602Z] #28 30.82 Unpacking uidmap (1:4.8.1-1) ...
13:40:29 [2022-08-23T13:40:29.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:40:29 [2022-08-23T13:40:29.859Z] #28 30.90 Selecting previously unselected package vim-runtime.
13:40:29 [2022-08-23T13:40:29.859Z] #28 30.91 Preparing to unpack .../47-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
13:40:29 [2022-08-23T13:40:29.859Z] #28 30.93 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
13:40:29 [2022-08-23T13:40:29.859Z] #28 30.94 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
13:40:29 [2022-08-23T13:40:29.859Z] #28 30.95 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
13:40:30 [2022-08-23T13:40:30.540Z] #47 ...
13:40:30 [2022-08-23T13:40:30.540Z] 
13:40:30 [2022-08-23T13:40:30.540Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:40:30 [2022-08-23T13:40:30.540Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:40:30 [2022-08-23T13:40:30.540Z] #14 39.66 Reading package lists...
13:40:30 [2022-08-23T13:40:30.788Z] #28 32.07 Selecting previously unselected package vim.
13:40:31 [2022-08-23T13:40:31.046Z] #28 32.08 Preparing to unpack .../48-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
13:40:31 [2022-08-23T13:40:31.046Z] #28 32.09 Unpacking vim (2:8.2.2434-3+deb11u1) ...
13:40:31 [2022-08-23T13:40:31.225Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:40:31 [2022-08-23T13:40:31.302Z] #28 32.34 Selecting previously unselected package xfsprogs.
13:40:31 [2022-08-23T13:40:31.302Z] #28 32.35 Preparing to unpack .../49-xfsprogs_5.10.0-4_amd64.deb ...
13:40:31 [2022-08-23T13:40:31.302Z] #28 32.35 Unpacking xfsprogs (5.10.0-4) ...
13:40:31 [2022-08-23T13:40:31.302Z] #28 32.58 Selecting previously unselected package zip.
13:40:31 [2022-08-23T13:40:31.302Z] #28 32.58 Preparing to unpack .../50-zip_3.0-12_amd64.deb ...
13:40:31 [2022-08-23T13:40:31.302Z] #28 32.59 Unpacking zip (3.0-12) ...
13:40:31 [2022-08-23T13:40:31.302Z] #28 32.68 Selecting previously unselected package zstd.
13:40:31 [2022-08-23T13:40:31.302Z] #28 32.68 Preparing to unpack .../51-zstd_1.4.8+dfsg-2.1_amd64.deb ...
13:40:31 [2022-08-23T13:40:31.559Z] #28 32.69 Unpacking zstd (1.4.8+dfsg-2.1) ...
13:40:31 [2022-08-23T13:40:31.816Z] #28 32.89 Setting up python3-pkg-resources (52.0.0-4) ...
13:40:32 [2022-08-23T13:40:32.072Z] #28 33.30 Setting up libip4tc2:amd64 (1.8.7-1) ...
13:40:32 [2022-08-23T13:40:32.072Z] #28 33.31 Setting up net-tools (1.60+git20181103.0eebece-1) ...
13:40:32 [2022-08-23T13:40:32.072Z] #28 33.32 Setting up libgpm2:amd64 (1.20.7-8) ...
13:40:32 [2022-08-23T13:40:32.072Z] #28 33.33 Setting up libip6tc2:amd64 (1.8.7-1) ...
13:40:32 [2022-08-23T13:40:32.072Z] #28 33.34 Setting up libinih1:amd64 (53-1+b2) ...
13:40:32 [2022-08-23T13:40:32.072Z] #28 33.36 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
13:40:32 [2022-08-23T13:40:32.072Z] #28 33.37 Setting up uidmap (1:4.8.1-1) ...
13:40:32 [2022-08-23T13:40:32.072Z] #28 33.38 Setting up libyajl2:amd64 (2.1.0-3) ...
13:40:32 [2022-08-23T13:40:32.072Z] #28 33.39 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:40:32 [2022-08-23T13:40:32.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:40:32 [2022-08-23T13:40:32.328Z] #28 33.40 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
13:40:32 [2022-08-23T13:40:32.329Z] #28 33.42 Setting up python3-wheel (0.34.2-1) ...
13:40:32 [2022-08-23T13:40:32.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:40:32 [2022-08-23T13:40:32.455Z] #14 49.12 Building dependency tree...
13:40:32 [2022-08-23T13:40:32.586Z] #28 33.70 Setting up libmicrohttpd12:amd64 (0.9.72-2) ...
13:40:32 [2022-08-23T13:40:32.586Z] #28 33.71 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:40:32 [2022-08-23T13:40:32.586Z] #28 33.73 Setting up libcap2:amd64 (1:2.44-1) ...
13:40:32 [2022-08-23T13:40:32.586Z] #28 33.74 Setting up libcap2-bin (1:2.44-1) ...
13:40:32 [2022-08-23T13:40:32.586Z] #28 33.75 Setting up apparmor (2.13.6-10) ...
13:40:33 [2022-08-23T13:40:33.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:40:33 [2022-08-23T13:40:33.515Z] #28 34.72 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
13:40:33 [2022-08-23T13:40:33.515Z] #28 34.75 Setting up zip (3.0-12) ...
13:40:33 [2022-08-23T13:40:33.515Z] #28 34.76 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:40:33 [2022-08-23T13:40:33.515Z] #28 34.79 Setting up bash-completion (1:2.11-2) ...
13:40:34 [2022-08-23T13:40:34.208Z] ok  	github.com/docker/docker/pkg/plugins	33.638s	coverage: 76.3% of statements
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/rootless	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/testutil/request	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/volume	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === Skipped
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     network_proxy_test.go:208: No support for dual stack yet
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver btrfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver btrfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver btrfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver btrfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver btrfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:71: No driver to put!
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z] time="2022-08-23T13:39:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: driver not supported
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z] time="2022-08-23T13:39:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: driver not supported
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z] time="2022-08-23T13:39:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: driver not supported
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z] time="2022-08-23T13:39:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: driver not supported
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z] time="2022-08-23T13:39:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: driver not supported
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:71: No driver to put!
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     overlay_test.go:50: Fails to compute changes intermittently
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     overlay_test.go:65: Cannot run test with naive change algorithm
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver zfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver zfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver zfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver zfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:44: Driver zfs not supported
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     graphtest_unix.go:71: No driver to put!
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
13:40:34 [2022-08-23T13:40:34.209Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
13:40:34 [2022-08-23T13:40:34.209Z] 
13:40:34 [2022-08-23T13:40:34.209Z] DONE 2874 tests, 28 skipped in 215.334s
13:40:34 [2022-08-23T13:40:34.209Z] + '[' -n 'github.com/docker/docker/libnetwork
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/bitseq
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/cluster
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/cmd/ovrouter
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/config
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/datastore
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/diagnostic
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/discoverapi
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/driverapi
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/bridge
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/host
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/null
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/overlay
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/remote
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/windows
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/drvregistry
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/etchosts
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/idm
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/internal/caller
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/ipam
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/ipamapi
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/ipams/builtin
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/ipams/null
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/ipams/remote
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/ipamutils
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/iptables
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/netlabel
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/netutils
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/networkdb
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/ns
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/options
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/osl
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/osl/kernel
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/portallocator
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/portmapper
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/resolvconf
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/testutils
13:40:34 [2022-08-23T13:40:34.209Z] github.com/docker/docker/libnetwork/types' ']'
13:40:34 [2022-08-23T13:40:34.209Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
13:40:34 [2022-08-23T13:40:34.263Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:40:34 [2022-08-23T13:40:34.444Z] #28 35.86 Setting up libmnl0:amd64 (1.0.4-3) ...
13:40:34 [2022-08-23T13:40:34.700Z] #28 35.87 Setting up sudo (1.9.5p2-3) ...
13:40:34 [2022-08-23T13:40:34.700Z] #28 35.93 invoke-rc.d: could not determine current runlevel
13:40:34 [2022-08-23T13:40:34.700Z] #28 35.94 invoke-rc.d: policy-rc.d denied execution of start.
13:40:34 [2022-08-23T13:40:34.700Z] #28 35.95 Setting up xfsprogs (5.10.0-4) ...
13:40:34 [2022-08-23T13:40:34.700Z] #28 35.96 System has not been booted with systemd as init system (PID 1). Can't operate.
13:40:34 [2022-08-23T13:40:34.700Z] #28 35.96 Failed to connect to bus: Host is down
13:40:34 [2022-08-23T13:40:34.700Z] #28 35.96 Setting up libxtables12:amd64 (1.8.7-1) ...
13:40:34 [2022-08-23T13:40:34.700Z] #28 35.97 Setting up inetutils-ping (2:2.0-1) ...
13:40:34 [2022-08-23T13:40:34.700Z] #28 35.99 Setting up pigz (2.6-1) ...
13:40:34 [2022-08-23T13:40:34.700Z] #28 36.00 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:40:34 [2022-08-23T13:40:34.700Z] #28 36.02 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
13:40:34 [2022-08-23T13:40:34.700Z] #28 36.04 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
13:40:34 [2022-08-23T13:40:34.700Z] #28 36.06 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
13:40:35 [2022-08-23T13:40:35.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:40:35 [2022-08-23T13:40:35.262Z] #28 36.39 Setting up libaio1:amd64 (0.3.112-9) ...
13:40:35 [2022-08-23T13:40:35.263Z] #28 36.41 Setting up python3-lib2to3 (3.9.2-1) ...
13:40:35 [2022-08-23T13:40:35.263Z] #28 36.63 Setting up libelf1:amd64 (0.183-1) ...
13:40:35 [2022-08-23T13:40:35.263Z] #28 36.64 Setting up libjson-c5:amd64 (0.15-2) ...
13:40:35 [2022-08-23T13:40:35.519Z] #28 36.67 Setting up zstd (1.4.8+dfsg-2.1) ...
13:40:35 [2022-08-23T13:40:35.519Z] #28 36.69 Setting up libonig5:amd64 (6.9.6-1.1) ...
13:40:35 [2022-08-23T13:40:35.519Z] #28 36.70 Setting up libkmod2:amd64 (28-1) ...
13:40:35 [2022-08-23T13:40:35.519Z] #28 36.71 Setting up python3-distutils (3.9.2-1) ...
13:40:35 [2022-08-23T13:40:35.762Z] #14 ...
13:40:35 [2022-08-23T13:40:35.762Z] 
13:40:35 [2022-08-23T13:40:35.762Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:40:35 [2022-08-23T13:40:35.762Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:40:35 [2022-08-23T13:40:35.762Z] #42 38.26 Reading package lists...
13:40:35 [2022-08-23T13:40:35.762Z] #42 47.45 Building dependency tree...
13:40:35 [2022-08-23T13:40:35.762Z] #42 53.89 The following additional packages will be installed:
13:40:35 [2022-08-23T13:40:35.762Z] #42 53.91   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
13:40:35 [2022-08-23T13:40:35.762Z] #42 53.93 Suggested packages:
13:40:35 [2022-08-23T13:40:35.762Z] #42 53.98   cmake-doc ninja-build lrzip
13:40:35 [2022-08-23T13:40:35.762Z] #42 53.98 Recommended packages:
13:40:35 [2022-08-23T13:40:35.762Z] #42 53.98   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:40:35 [2022-08-23T13:40:35.780Z] #28 36.94 Setting up vim (2:8.2.2434-3+deb11u1) ...
13:40:35 [2022-08-23T13:40:35.780Z] #28 36.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:40:35 [2022-08-23T13:40:35.780Z] #28 36.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:40:35 [2022-08-23T13:40:35.780Z] #28 37.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:40:35 [2022-08-23T13:40:35.780Z] #28 37.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:40:35 [2022-08-23T13:40:35.780Z] #28 37.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:40:35 [2022-08-23T13:40:35.780Z] #28 37.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:40:35 [2022-08-23T13:40:35.780Z] #28 37.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:40:35 [2022-08-23T13:40:35.780Z] #28 37.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:40:35 [2022-08-23T13:40:35.780Z] #28 37.04 Setting up python3-setuptools (52.0.0-4) ...
13:40:36 [2022-08-23T13:40:36.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:40:36 [2022-08-23T13:40:36.333Z] #42 ...
13:40:36 [2022-08-23T13:40:36.333Z] 
13:40:36 [2022-08-23T13:40:36.333Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:40:36 [2022-08-23T13:40:36.333Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:40:36 [2022-08-23T13:40:36.333Z] #14 55.02 The following additional packages will be installed:
13:40:36 [2022-08-23T13:40:36.333Z] #14 55.03   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:40:36 [2022-08-23T13:40:36.333Z] #14 55.03   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
13:40:36 [2022-08-23T13:40:36.333Z] #14 55.03   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
13:40:36 [2022-08-23T13:40:36.333Z] #14 55.03   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
13:40:36 [2022-08-23T13:40:36.333Z] #14 55.04   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
13:40:36 [2022-08-23T13:40:36.333Z] #14 55.04   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
13:40:36 [2022-08-23T13:40:36.333Z] #14 55.04   mingw-w64-common mingw-w64-x86-64-dev
13:40:36 [2022-08-23T13:40:36.333Z] #14 55.06 Suggested packages:
13:40:36 [2022-08-23T13:40:36.333Z] #14 55.06   gcc-10-locales seccomp wine64
13:40:36 [2022-08-23T13:40:36.708Z] #28 37.69 Setting up libjq1:amd64 (1.6-2.1) ...
13:40:36 [2022-08-23T13:40:36.708Z] #28 37.71 Setting up libnftnl11:amd64 (1.1.9-1) ...
13:40:36 [2022-08-23T13:40:36.708Z] #28 37.72 Setting up thin-provisioning-tools (0.9.0-1) ...
13:40:36 [2022-08-23T13:40:36.708Z] #28 37.73 Setting up python3-pip (20.3.4-4+deb11u1) ...
13:40:36 [2022-08-23T13:40:36.931Z] #14 ...
13:40:36 [2022-08-23T13:40:36.932Z] 
13:40:36 [2022-08-23T13:40:36.932Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:40:36 [2022-08-23T13:40:36.932Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:40:36 [2022-08-23T13:40:36.932Z] #55 45.53 go: downloading mvdan.cc/gofumpt v0.3.1
13:40:36 [2022-08-23T13:40:36.932Z] #55 45.57 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:40:36 [2022-08-23T13:40:36.932Z] #55 45.96 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
13:40:36 [2022-08-23T13:40:36.932Z] #55 46.10 go: downloading github.com/davecgh/go-spew v1.1.1
13:40:36 [2022-08-23T13:40:36.932Z] #55 46.19 go: downloading github.com/pmezard/go-difflib v1.0.0
13:40:36 [2022-08-23T13:40:36.932Z] #55 46.30 go: downloading github.com/stretchr/objx v0.1.1
13:40:36 [2022-08-23T13:40:36.932Z] #55 46.60 go: downloading golang.org/x/text v0.3.7
13:40:36 [2022-08-23T13:40:36.932Z] #55 ...
13:40:36 [2022-08-23T13:40:36.932Z] 
13:40:36 [2022-08-23T13:40:36.932Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:40:36 [2022-08-23T13:40:36.932Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:40:36 [2022-08-23T13:40:36.932Z] #42 55.55 The following NEW packages will be installed:
13:40:36 [2022-08-23T13:40:36.932Z] #42 55.56   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
13:40:36 [2022-08-23T13:40:36.932Z] #42 55.56   vim-common xxd
13:40:36 [2022-08-23T13:40:36.964Z] #28 38.27 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
13:40:36 [2022-08-23T13:40:36.964Z] #28 38.28 Setting up jq (1.6-2.1) ...
13:40:36 [2022-08-23T13:40:36.964Z] #28 38.29 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
13:40:36 [2022-08-23T13:40:36.964Z] #28 38.30 Setting up libbpf0:amd64 (1:0.3-2) ...
13:40:36 [2022-08-23T13:40:36.964Z] #28 38.32 Setting up iptables (1.8.7-1) ...
13:40:37 [2022-08-23T13:40:37.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:40:37 [2022-08-23T13:40:37.221Z] #28 38.39 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:40:37 [2022-08-23T13:40:37.221Z] #28 38.40 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:40:37 [2022-08-23T13:40:37.221Z] #28 38.41 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:40:37 [2022-08-23T13:40:37.221Z] #28 38.41 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:40:37 [2022-08-23T13:40:37.221Z] #28 38.42 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:40:37 [2022-08-23T13:40:37.221Z] #28 38.42 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:40:37 [2022-08-23T13:40:37.221Z] #28 38.43 Setting up iproute2 (5.10.0-4) ...
13:40:37 [2022-08-23T13:40:37.478Z] #28 38.63 Setting up systemd (247.3-7) ...
13:40:37 [2022-08-23T13:40:37.478Z] #28 38.68 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:40:37 [2022-08-23T13:40:37.478Z] #28 38.68 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:40:37 [2022-08-23T13:40:37.478Z] #28 38.69 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:40:37 [2022-08-23T13:40:37.478Z] #28 38.71 Initializing machine ID from KVM UUID.
13:40:37 [2022-08-23T13:40:37.523Z] #42 56.38 0 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
13:40:37 [2022-08-23T13:40:37.523Z] #42 56.38 Need to get 17.7 MB of archives.
13:40:37 [2022-08-23T13:40:37.523Z] #42 56.38 After this operation, 70.7 MB of additional disk space will be used.
13:40:37 [2022-08-23T13:40:37.523Z] #42 56.38 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
13:40:37 [2022-08-23T13:40:37.523Z] #42 56.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:40:37 [2022-08-23T13:40:37.523Z] #42 56.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
13:40:37 [2022-08-23T13:40:37.610Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:40:37 [2022-08-23T13:40:37.610Z] Using test binary docker
13:40:37 [2022-08-23T13:40:37.788Z] #42 56.56 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
13:40:37 [2022-08-23T13:40:37.935Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:40:37 [2022-08-23T13:40:37.935Z] Starting apparmor (via systemctl): apparmor.service.
13:40:37 [2022-08-23T13:40:37.935Z] INFO: Waiting for daemon to start...
13:40:37 [2022-08-23T13:40:37.935Z] Starting dockerd
13:40:38 [2022-08-23T13:40:38.041Z] #28 39.29 Setting up systemd-journal-remote (247.3-7) ...
13:40:38 [2022-08-23T13:40:38.298Z] #28 39.44 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:40:38 [2022-08-23T13:40:38.372Z] #42 57.27 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
13:40:38 [2022-08-23T13:40:38.372Z] #42 57.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
13:40:38 [2022-08-23T13:40:38.372Z] #42 57.38 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
13:40:38 [2022-08-23T13:40:38.631Z] #42 57.40 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
13:40:38 [2022-08-23T13:40:38.631Z] #42 57.41 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
13:40:38 [2022-08-23T13:40:38.631Z] #42 57.41 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
13:40:38 [2022-08-23T13:40:38.862Z] #28 DONE 40.2s
13:40:38 [2022-08-23T13:40:38.862Z] 
13:40:38 [2022-08-23T13:40:38.862Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:40:38 [2022-08-23T13:40:38.862Z] #71 sha256:1ed89b9fb308bfce805741ac6060f46d9be7076b8faed20069602b8d231c557c
13:40:39 [2022-08-23T13:40:39.119Z] #71 ...
13:40:39 [2022-08-23T13:40:39.119Z] 
13:40:39 [2022-08-23T13:40:39.119Z] #29 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
13:40:39 [2022-08-23T13:40:39.119Z] #29 sha256:98dc7d0d38ca0fea8dcf12f06e5b363a0c33aa3672c45fb76569fbec70e0fe6a
13:40:39 [2022-08-23T13:40:39.843Z] .
13:40:39 [2022-08-23T13:40:39.843Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:40:39 [2022-08-23T13:40:39.843Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:40:39 [2022-08-23T13:40:39.843Z] Error: No such image: emptyfs
13:40:39 [2022-08-23T13:40:39.940Z] #29 0.894 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:40:39 [2022-08-23T13:40:39.940Z] #29 0.900 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:40:39 [2022-08-23T13:40:39.940Z] #29 0.905 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:40:39 [2022-08-23T13:40:39.940Z] #29 DONE 1.0s
13:40:39 [2022-08-23T13:40:39.940Z] 
13:40:39 [2022-08-23T13:40:39.940Z] #30 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
13:40:39 [2022-08-23T13:40:39.940Z] #30 sha256:8919d89a3e191054757dbaa5e3b88f9804c9f75a80e639626fbb0e16d1506039
13:40:40 [2022-08-23T13:40:40.099Z] Loaded image: emptyfs:latest
13:40:40 [2022-08-23T13:40:40.099Z] Running integration-test (iteration 1)
13:40:40 [2022-08-23T13:40:40.099Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:40:40 [2022-08-23T13:40:40.356Z] Loaded image: busybox:latest
13:40:40 [2022-08-23T13:40:40.356Z] Loaded image: busybox:glibc
13:40:40 [2022-08-23T13:40:40.539Z] #42 ...
13:40:40 [2022-08-23T13:40:40.539Z] 
13:40:40 [2022-08-23T13:40:40.539Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:40:40 [2022-08-23T13:40:40.539Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
13:40:40 [2022-08-23T13:40:40.539Z] #62 39.84 Reading package lists...
13:40:40 [2022-08-23T13:40:40.539Z] #62 49.28 Building dependency tree...
13:40:40 [2022-08-23T13:40:40.539Z] #62 55.19 The following additional packages will be installed:
13:40:40 [2022-08-23T13:40:40.539Z] #62 55.23   libbtrfs0
13:40:40 [2022-08-23T13:40:40.539Z] #62 55.62 The following NEW packages will be installed:
13:40:40 [2022-08-23T13:40:40.539Z] #62 55.68   libbtrfs-dev libbtrfs0
13:40:40 [2022-08-23T13:40:40.539Z] #62 56.40 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
13:40:40 [2022-08-23T13:40:40.539Z] #62 56.40 Need to get 460 kB of archives.
13:40:40 [2022-08-23T13:40:40.539Z] #62 56.40 After this operation, 1237 kB of additional disk space will be used.
13:40:40 [2022-08-23T13:40:40.539Z] #62 56.40 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
13:40:40 [2022-08-23T13:40:40.539Z] #62 56.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
13:40:40 [2022-08-23T13:40:40.539Z] #62 58.09 debconf: delaying package configuration, since apt-utils is not installed
13:40:40 [2022-08-23T13:40:40.539Z] #62 58.93 Fetched 460 kB in 1s (894 kB/s)
13:40:40 [2022-08-23T13:40:40.539Z] #62 59.21 Selecting previously unselected package libbtrfs0:amd64.
13:40:40 [2022-08-23T13:40:40.539Z] #62 59.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%
13:40:40 [2022-08-23T13:40:40.539Z] #62 ...
13:40:40 [2022-08-23T13:40:40.539Z] 
13:40:40 [2022-08-23T13:40:40.539Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:40:40 [2022-08-23T13:40:40.539Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:40:40 [2022-08-23T13:40:40.539Z] #14 57.53 The following NEW packages will be installed:
13:40:40 [2022-08-23T13:40:40.539Z] #14 57.56   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:40:40 [2022-08-23T13:40:40.539Z] #14 57.56   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
13:40:40 [2022-08-23T13:40:40.539Z] #14 57.56   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
13:40:40 [2022-08-23T13:40:40.539Z] #14 57.56   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
13:40:40 [2022-08-23T13:40:40.539Z] #14 57.56   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
13:40:40 [2022-08-23T13:40:40.539Z] #14 57.56   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:40 [2022-08-23T13:40:40.539Z] #14 57.56   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
13:40:40 [2022-08-23T13:40:40.539Z] #14 57.57   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
13:40:40 [2022-08-23T13:40:40.539Z] #14 57.58   mingw-w64-x86-64-dev
13:40:40 [2022-08-23T13:40:40.539Z] #14 58.08 0 upgraded, 30 newly installed, 0 to remove and 8 not upgraded.
13:40:40 [2022-08-23T13:40:40.539Z] #14 58.08 Need to get 115 MB of archives.
13:40:40 [2022-08-23T13:40:40.539Z] #14 58.08 After this operation, 645 MB of additional disk space will be used.
13:40:40 [2022-08-23T13:40:40.539Z] #14 58.08 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
13:40:40 [2022-08-23T13:40:40.539Z] #14 58.28 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
13:40:40 [2022-08-23T13:40:40.539Z] #14 58.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
13:40:40 [2022-08-23T13:40:40.539Z] #14 58.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
13:40:40 [2022-08-23T13:40:40.539Z] #14 58.70 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
13:40:40 [2022-08-23T13:40:40.539Z] #14 58.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
13:40:40 [2022-08-23T13:40:40.539Z] #14 59.24 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
13:40:40 [2022-08-23T13:40:40.798Z] #14 59.61 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
13:40:40 [2022-08-23T13:40:40.798Z] #14 59.63 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
13:40:40 [2022-08-23T13:40:40.798Z] #14 ...
13:40:40 [2022-08-23T13:40:40.798Z] 
13:40:40 [2022-08-23T13:40:40.798Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:40:40 [2022-08-23T13:40:40.798Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
13:40:40 [2022-08-23T13:40:40.798Z] #76 40.46 Reading package lists...
13:40:40 [2022-08-23T13:40:40.798Z] #76 49.92 Building dependency tree...
13:40:40 [2022-08-23T13:40:40.798Z] #76 56.23 python3 is already the newest version (3.9.2-3).
13:40:40 [2022-08-23T13:40:40.798Z] #76 56.23 The following additional packages will be installed:
13:40:40 [2022-08-23T13:40:40.798Z] #76 56.28   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
13:40:40 [2022-08-23T13:40:40.798Z] #76 56.28   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
13:40:40 [2022-08-23T13:40:40.798Z] #76 56.29 Suggested packages:
13:40:40 [2022-08-23T13:40:40.798Z] #76 56.29   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
13:40:40 [2022-08-23T13:40:40.798Z] #76 56.29   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
13:40:40 [2022-08-23T13:40:40.798Z] #76 56.29   m4-doc ed diffutils-doc
13:40:40 [2022-08-23T13:40:40.798Z] #76 56.29 Recommended packages:
13:40:40 [2022-08-23T13:40:40.798Z] #76 56.29   fakeroot libalgorithm-merge-perl libltdl-dev
13:40:40 [2022-08-23T13:40:40.798Z] #76 58.85 The following NEW packages will be installed:
13:40:40 [2022-08-23T13:40:40.798Z] #76 58.87   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
13:40:40 [2022-08-23T13:40:40.798Z] #76 58.88   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
13:40:40 [2022-08-23T13:40:40.798Z] #76 58.89   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
13:40:40 [2022-08-23T13:40:40.798Z] #76 58.89   libyajl2 m4 patch xz-utils
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.50 0 upgraded, 23 newly installed, 0 to remove and 8 not upgraded.
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.50 Need to get 5940 kB of archives.
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.50 After this operation, 18.7 MB of additional disk space will be used.
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.50 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.50 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.51 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.53 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.56 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.57 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.60 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.63 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
13:40:40 [2022-08-23T13:40:40.798Z] #76 59.64 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
13:40:41 [2022-08-23T13:40:41.060Z] #76 59.77 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
13:40:41 [2022-08-23T13:40:41.060Z] #76 59.77 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
13:40:41 [2022-08-23T13:40:41.060Z] #76 ...
13:40:41 [2022-08-23T13:40:41.060Z] 
13:40:41 [2022-08-23T13:40:41.060Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:40:41 [2022-08-23T13:40:41.060Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
13:40:41 [2022-08-23T13:40:41.060Z] #62 59.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 ... 15717 files and directories currently installed.)
13:40:41 [2022-08-23T13:40:41.060Z] #62 59.36 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
13:40:41 [2022-08-23T13:40:41.060Z] #62 59.38 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
13:40:41 [2022-08-23T13:40:41.060Z] #62 59.93 Selecting previously unselected package libbtrfs-dev:amd64.
13:40:41 [2022-08-23T13:40:41.060Z] #62 59.93 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
13:40:41 [2022-08-23T13:40:41.060Z] #62 59.95 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
13:40:41 [2022-08-23T13:40:41.723Z] Loaded image: debian:bullseye-slim
13:40:41 [2022-08-23T13:40:41.723Z] Loaded image: hello-world:latest
13:40:41 [2022-08-23T13:40:41.723Z] Loaded image: arm32v7/hello-world:latest
13:40:41 [2022-08-23T13:40:41.979Z] INFO: Testing against a local daemon
13:40:41 [2022-08-23T13:40:41.979Z] === RUN   TestCgroupNamespacesBuild
13:40:42 [2022-08-23T13:40:42.001Z] #62 60.60 Setting up libbtrfs0:amd64 (5.10.1-2) ...
13:40:42 [2022-08-23T13:40:42.001Z] #62 60.66 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
13:40:42 [2022-08-23T13:40:42.001Z] #62 60.70 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:40:42 [2022-08-23T13:40:42.943Z] #62 DONE 61.7s
13:40:42 [2022-08-23T13:40:42.943Z] 
13:40:42 [2022-08-23T13:40:42.943Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:40:42 [2022-08-23T13:40:42.943Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:40:42 [2022-08-23T13:40:42.943Z] #42 60.12 debconf: delaying package configuration, since apt-utils is not installed
13:40:42 [2022-08-23T13:40:42.943Z] #42 60.55 Fetched 17.7 MB in 2s (8887 kB/s)
13:40:42 [2022-08-23T13:40:42.943Z] #42 60.84 Selecting previously unselected package xxd.
13:40:42 [2022-08-23T13:40:42.943Z] #42 60.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 ... 15717 files and directories currently installed.)
13:40:42 [2022-08-23T13:40:42.943Z] #42 60.99 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
13:40:42 [2022-08-23T13:40:42.943Z] #42 61.00 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:40:42 [2022-08-23T13:40:42.943Z] #42 61.64 Selecting previously unselected package vim-common.
13:40:42 [2022-08-23T13:40:42.943Z] #42 61.65 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:40:42 [2022-08-23T13:40:42.943Z] #42 61.68 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:40:43 [2022-08-23T13:40:43.204Z] #42 ...
13:40:43 [2022-08-23T13:40:43.204Z] 
13:40:43 [2022-08-23T13:40:43.204Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
13:40:43 [2022-08-23T13:40:43.204Z] #63 sha256:78994436140c2ceae6195b47db1b9a938adb9991e11cbee6c3abc0987a028c0a
13:40:43 [2022-08-23T13:40:43.204Z] #63 DONE 0.2s
13:40:43 [2022-08-23T13:40:43.204Z] 
13:40:43 [2022-08-23T13:40:43.204Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:40:43 [2022-08-23T13:40:43.204Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
13:40:43 [2022-08-23T13:40:43.204Z] #76 59.96 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
13:40:43 [2022-08-23T13:40:43.204Z] #76 59.98 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
13:40:43 [2022-08-23T13:40:43.204Z] #76 59.99 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
13:40:43 [2022-08-23T13:40:43.204Z] #76 59.99 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
13:40:43 [2022-08-23T13:40:43.204Z] #76 60.00 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
13:40:43 [2022-08-23T13:40:43.204Z] #76 60.02 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
13:40:43 [2022-08-23T13:40:43.204Z] #76 60.02 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
13:40:43 [2022-08-23T13:40:43.204Z] #76 60.03 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
13:40:43 [2022-08-23T13:40:43.204Z] #76 60.10 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
13:40:43 [2022-08-23T13:40:43.204Z] #76 60.14 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
13:40:43 [2022-08-23T13:40:43.204Z] #76 60.15 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
13:40:43 [2022-08-23T13:40:43.204Z] #76 62.09 debconf: delaying package configuration, since apt-utils is not installed
13:40:43 [2022-08-23T13:40:43.345Z] --- PASS: TestCgroupNamespacesBuild (1.28s)
13:40:43 [2022-08-23T13:40:43.345Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:40:43 [2022-08-23T13:40:43.465Z] #76 ...
13:40:43 [2022-08-23T13:40:43.465Z] 
13:40:43 [2022-08-23T13:40:43.465Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
13:40:43 [2022-08-23T13:40:43.465Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
13:40:43 [2022-08-23T13:40:43.465Z] #51 42.78 Reading package lists...
13:40:43 [2022-08-23T13:40:43.465Z] #51 52.27 Building dependency tree...
13:40:43 [2022-08-23T13:40:43.465Z] #51 58.50 The following additional packages will be installed:
13:40:43 [2022-08-23T13:40:43.465Z] #51 58.51   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
13:40:43 [2022-08-23T13:40:43.465Z] #51 58.52   python3-protobuf python3-six
13:40:43 [2022-08-23T13:40:43.465Z] #51 58.56 Suggested packages:
13:40:43 [2022-08-23T13:40:43.465Z] #51 58.56   python3-setuptools
13:40:43 [2022-08-23T13:40:43.465Z] #51 58.56 Recommended packages:
13:40:43 [2022-08-23T13:40:43.465Z] #51 58.56   iproute2 | iproute
13:40:43 [2022-08-23T13:40:43.465Z] #51 59.87 The following NEW packages will be installed:
13:40:43 [2022-08-23T13:40:43.465Z] #51 59.91   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
13:40:43 [2022-08-23T13:40:43.465Z] #51 59.94   python3-protobuf python3-six
13:40:43 [2022-08-23T13:40:43.465Z] #51 60.60 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
13:40:43 [2022-08-23T13:40:43.465Z] #51 60.60 Need to get 2315 kB of archives.
13:40:43 [2022-08-23T13:40:43.465Z] #51 60.60 After this operation, 11.1 MB of additional disk space will be used.
13:40:43 [2022-08-23T13:40:43.465Z] #51 60.60 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
13:40:43 [2022-08-23T13:40:43.465Z] #51 60.65 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
13:40:43 [2022-08-23T13:40:43.465Z] #51 60.68 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
13:40:43 [2022-08-23T13:40:43.465Z] #51 60.70 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
13:40:43 [2022-08-23T13:40:43.465Z] #51 60.75 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:40:43 [2022-08-23T13:40:43.465Z] #51 60.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
13:40:43 [2022-08-23T13:40:43.465Z] #51 60.77 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
13:40:43 [2022-08-23T13:40:43.725Z] #51 ...
13:40:43 [2022-08-23T13:40:43.725Z] 
13:40:43 [2022-08-23T13:40:43.725Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:40:43 [2022-08-23T13:40:43.725Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:40:43 [2022-08-23T13:40:43.725Z] #42 62.31 Selecting previously unselected package cmake-data.
13:40:43 [2022-08-23T13:40:43.725Z] #42 62.32 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
13:40:43 [2022-08-23T13:40:43.725Z] #42 62.36 Unpacking cmake-data (3.18.4-2+deb11u1) ...
13:40:44 [2022-08-23T13:40:44.712Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.27s)
13:40:44 [2022-08-23T13:40:44.712Z] === RUN   TestBuildWithSession
13:40:44 [2022-08-23T13:40:44.712Z]     build_session_test.go:25: TODO: BuildKit
13:40:44 [2022-08-23T13:40:44.712Z] --- SKIP: TestBuildWithSession (0.00s)
13:40:44 [2022-08-23T13:40:44.712Z] === RUN   TestBuildSquashParent
13:40:48 [2022-08-23T13:40:48.034Z] #30 6.856 Collecting yamllint==1.26.1
13:40:48 [2022-08-23T13:40:48.034Z] #30 7.901   Downloading yamllint-1.26.1.tar.gz (126 kB)
13:40:48 [2022-08-23T13:40:48.291Z] #30 8.404 Collecting pathspec>=0.5.3
13:40:48 [2022-08-23T13:40:48.291Z] #30 8.411   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
13:40:48 [2022-08-23T13:40:48.548Z] #30 8.608 Collecting pyyaml
13:40:48 [2022-08-23T13:40:48.548Z] #30 8.613   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
13:40:48 [2022-08-23T13:40:48.548Z] #30 8.646 Building wheels for collected packages: yamllint
13:40:48 [2022-08-23T13:40:48.548Z] #30 8.647   Building wheel for yamllint (setup.py): started
13:40:48 [2022-08-23T13:40:48.880Z] --- PASS: TestBuildSquashParent (3.97s)
13:40:48 [2022-08-23T13:40:48.880Z] === RUN   TestBuildWithRemoveAndForceRemove
13:40:48 [2022-08-23T13:40:48.880Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:40:48 [2022-08-23T13:40:48.880Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:40:48 [2022-08-23T13:40:48.880Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:40:48 [2022-08-23T13:40:48.880Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:40:48 [2022-08-23T13:40:48.880Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:40:48 [2022-08-23T13:40:48.880Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:40:48 [2022-08-23T13:40:48.880Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:40:48 [2022-08-23T13:40:48.880Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:40:48 [2022-08-23T13:40:48.880Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:40:48 [2022-08-23T13:40:48.880Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:40:48 [2022-08-23T13:40:48.880Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:40:48 [2022-08-23T13:40:48.880Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:40:48 [2022-08-23T13:40:48.880Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:40:48 [2022-08-23T13:40:48.880Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:40:49 [2022-08-23T13:40:49.020Z] #42 ...
13:40:49 [2022-08-23T13:40:49.020Z] 
13:40:49 [2022-08-23T13:40:49.020Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
13:40:49 [2022-08-23T13:40:49.020Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
13:40:49 [2022-08-23T13:40:49.020Z] #57 66.65 v3.0.2
13:40:49 [2022-08-23T13:40:49.020Z] #57 DONE 67.0s
13:40:49 [2022-08-23T13:40:49.020Z] 
13:40:49 [2022-08-23T13:40:49.020Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:40:49 [2022-08-23T13:40:49.020Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
13:40:49 [2022-08-23T13:40:49.020Z] #76 62.68 Fetched 5940 kB in 1s (5863 kB/s)
13:40:49 [2022-08-23T13:40:49.020Z] #76 62.97 Selecting previously unselected package bzip2.
13:40:49 [2022-08-23T13:40:49.020Z] #76 62.97 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
13:40:49 [2022-08-23T13:40:49.020Z] #76 62.98 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 62.99 Unpacking bzip2 (1.0.8-4) ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 63.28 Selecting previously unselected package libmagic-mgc.
13:40:49 [2022-08-23T13:40:49.020Z] #76 63.28 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 63.29 Unpacking libmagic-mgc (1:5.39-3) ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 64.20 Selecting previously unselected package libmagic1:amd64.
13:40:49 [2022-08-23T13:40:49.020Z] #76 64.20 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 64.21 Unpacking libmagic1:amd64 (1:5.39-3) ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 64.52 Selecting previously unselected package file.
13:40:49 [2022-08-23T13:40:49.020Z] #76 64.59 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 64.60 Unpacking file (1:5.39-3) ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 65.15 Selecting previously unselected package xz-utils.
13:40:49 [2022-08-23T13:40:49.020Z] #76 65.16 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 65.21 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 65.99 Selecting previously unselected package libsigsegv2:amd64.
13:40:49 [2022-08-23T13:40:49.020Z] #76 65.99 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 66.01 Unpacking libsigsegv2:amd64 (2.13-1) ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 66.21 Selecting previously unselected package m4.
13:40:49 [2022-08-23T13:40:49.020Z] #76 66.21 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 66.22 Unpacking m4 (1.4.18-5) ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 66.93 Selecting previously unselected package autoconf.
13:40:49 [2022-08-23T13:40:49.020Z] #76 67.00 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 67.02 Unpacking autoconf (2.69-14) ...
13:40:49 [2022-08-23T13:40:49.020Z] #76 ...
13:40:49 [2022-08-23T13:40:49.020Z] 
13:40:49 [2022-08-23T13:40:49.020Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:40:49 [2022-08-23T13:40:49.020Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02 NAME:
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02    go-winres - A tool for embedding resources in Windows executables
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02 
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02 USAGE:
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02    go-winres [global options] command [command options] [arguments...]
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02 
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02 COMMANDS:
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02    init     Create an initial ./winres/winres.json
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02    make     Make syso files for the "go build" command
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02    simply   Make syso files for the "go build" command (simplified)
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02    extract  Extract all resources from an executable
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02    patch    Replace resources in an executable file (exe, dll)
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02    help, h  Shows a list of commands or help for one command
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02 
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02 GLOBAL OPTIONS:
13:40:49 [2022-08-23T13:40:49.020Z] #40 67.02    --help, -h  show help (default: false)
13:40:49 [2022-08-23T13:40:49.020Z] #40 DONE 67.2s
13:40:49 [2022-08-23T13:40:49.020Z] 
13:40:49 [2022-08-23T13:40:49.020Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
13:40:49 [2022-08-23T13:40:49.020Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
13:40:49 [2022-08-23T13:40:49.020Z] #51 63.80 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
13:40:49 [2022-08-23T13:40:49.020Z] #51 65.83 debconf: delaying package configuration, since apt-utils is not installed
13:40:49 [2022-08-23T13:40:49.020Z] #51 66.27 Fetched 2315 kB in 4s (582 kB/s)
13:40:49 [2022-08-23T13:40:49.020Z] #51 66.49 Selecting previously unselected package libprotobuf23:amd64.
13:40:49 [2022-08-23T13:40:49.020Z] #51 66.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 ... 15717 files and directories currently installed.)
13:40:49 [2022-08-23T13:40:49.020Z] #51 66.56 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
13:40:49 [2022-08-23T13:40:49.020Z] #51 66.68 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
13:40:49 [2022-08-23T13:40:49.112Z] #30 9.100   Building wheel for yamllint (setup.py): finished with status 'done'
13:40:49 [2022-08-23T13:40:49.112Z] #30 9.101   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=eae5b3dcccc5416cad97eed387d09834bf15f09aa45e12aa3fca35c96042f650
13:40:49 [2022-08-23T13:40:49.112Z] #30 9.101   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
13:40:49 [2022-08-23T13:40:49.112Z] #30 9.104 Successfully built yamllint
13:40:49 [2022-08-23T13:40:49.112Z] #30 9.113 Installing collected packages: pyyaml, pathspec, yamllint
13:40:49 [2022-08-23T13:40:49.112Z] #30 9.304 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
13:40:49 [2022-08-23T13:40:49.592Z] #51 ...
13:40:49 [2022-08-23T13:40:49.592Z] 
13:40:49 [2022-08-23T13:40:49.592Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:40:49 [2022-08-23T13:40:49.592Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:40:49 [2022-08-23T13:40:49.592Z] #55 58.28 go: downloading github.com/subosito/gotenv v1.2.0
13:40:49 [2022-08-23T13:40:49.592Z] #55 58.40 go: downloading github.com/hashicorp/hcl v1.0.0
13:40:49 [2022-08-23T13:40:49.592Z] #55 58.79 go: downloading gopkg.in/ini.v1 v1.66.4
13:40:49 [2022-08-23T13:40:49.592Z] #55 58.88 go: downloading github.com/magiconair/properties v1.8.6
13:40:49 [2022-08-23T13:40:49.592Z] #55 59.14 go: downloading github.com/pelletier/go-toml v1.9.5
13:40:49 [2022-08-23T13:40:49.592Z] #55 59.49 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
13:40:49 [2022-08-23T13:40:49.592Z] #55 60.00 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
13:40:49 [2022-08-23T13:40:49.592Z] #55 60.07 go: downloading github.com/gobwas/glob v0.2.3
13:40:49 [2022-08-23T13:40:49.592Z] #55 60.23 go: downloading github.com/kisielk/gotool v1.0.0
13:40:49 [2022-08-23T13:40:49.592Z] #55 60.36 go: downloading github.com/gostaticanalysis/comment v1.4.2
13:40:49 [2022-08-23T13:40:49.592Z] #55 60.54 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
13:40:49 [2022-08-23T13:40:49.592Z] #55 60.55 go: downloading github.com/ettle/strcase v0.1.1
13:40:49 [2022-08-23T13:40:49.592Z] #55 60.74 go: downloading github.com/fatih/structtag v1.2.0
13:40:49 [2022-08-23T13:40:49.592Z] #55 60.75 go: downloading github.com/Masterminds/semver v1.5.0
13:40:49 [2022-08-23T13:40:49.592Z] #55 60.99 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
13:40:49 [2022-08-23T13:40:49.592Z] #55 61.05 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
13:40:49 [2022-08-23T13:40:49.592Z] #55 61.13 go: downloading github.com/prometheus/client_golang v1.12.1
13:40:49 [2022-08-23T13:40:49.592Z] #55 62.26 go: downloading github.com/prometheus/client_model v0.2.0
13:40:49 [2022-08-23T13:40:49.592Z] #55 62.33 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
13:40:49 [2022-08-23T13:40:49.592Z] #55 62.79 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:40:49 [2022-08-23T13:40:49.592Z] #55 62.83 go: downloading github.com/google/go-cmp v0.5.7
13:40:49 [2022-08-23T13:40:49.592Z] #55 63.50 go: downloading github.com/hexops/gotextdiff v1.0.3
13:40:49 [2022-08-23T13:40:49.593Z] #55 63.67 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
13:40:49 [2022-08-23T13:40:49.593Z] #55 63.67 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
13:40:49 [2022-08-23T13:40:49.593Z] #55 63.75 go: downloading github.com/olekukonko/tablewriter v0.0.5
13:40:49 [2022-08-23T13:40:49.593Z] #55 64.06 go: downloading github.com/beorn7/perks v1.0.1
13:40:49 [2022-08-23T13:40:49.593Z] #55 64.11 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:40:49 [2022-08-23T13:40:49.593Z] #55 64.24 go: downloading github.com/golang/protobuf v1.5.2
13:40:49 [2022-08-23T13:40:49.593Z] #55 64.26 go: downloading github.com/prometheus/common v0.32.1
13:40:49 [2022-08-23T13:40:49.593Z] #55 65.29 go: downloading github.com/prometheus/procfs v0.7.3
13:40:49 [2022-08-23T13:40:49.593Z] #55 65.29 go: downloading google.golang.org/protobuf v1.28.0
13:40:49 [2022-08-23T13:40:49.593Z] #55 67.25 go: downloading github.com/mattn/go-runewidth v0.0.9
13:40:49 [2022-08-23T13:40:49.593Z] #55 ...
13:40:49 [2022-08-23T13:40:49.593Z] 
13:40:49 [2022-08-23T13:40:49.593Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:40:49 [2022-08-23T13:40:49.593Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
13:40:49 [2022-08-23T13:40:49.593Z] #76 67.73 Selecting previously unselected package autotools-dev.
13:40:49 [2022-08-23T13:40:49.593Z] #76 67.81 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
13:40:49 [2022-08-23T13:40:49.593Z] #76 67.83 Unpacking autotools-dev (20180224.1+nmu1) ...
13:40:49 [2022-08-23T13:40:49.593Z] #76 68.17 Selecting previously unselected package automake.
13:40:49 [2022-08-23T13:40:49.593Z] #76 68.17 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
13:40:49 [2022-08-23T13:40:49.593Z] #76 68.20 Unpacking automake (1:1.16.3-2) ...
13:40:49 [2022-08-23T13:40:49.676Z] #30 DONE 9.5s
13:40:49 [2022-08-23T13:40:49.676Z] 
13:40:49 [2022-08-23T13:40:49.676Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
13:40:49 [2022-08-23T13:40:49.676Z] #34 sha256:6e95fe5112b191adb4ecc92d1a88b1ec319c409c8708df6da06c4ae8c6e8b41a
13:40:49 [2022-08-23T13:40:49.676Z] #34 DONE 0.2s
13:40:49 [2022-08-23T13:40:49.676Z] 
13:40:49 [2022-08-23T13:40:49.676Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
13:40:49 [2022-08-23T13:40:49.676Z] #39 sha256:133710d79fe5c0c19c1702f4216f9efda8180e43563eb39da9c7edd57e4299c0
13:40:49 [2022-08-23T13:40:49.932Z] #39 DONE 0.3s
13:40:49 [2022-08-23T13:40:49.932Z] 
13:40:49 [2022-08-23T13:40:49.932Z] #42 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
13:40:49 [2022-08-23T13:40:49.932Z] #42 sha256:48499f5e5d84b617c1af86ebd5b7b1d4826c094bf439eaf20c7d0224b3096b9a
13:40:50 [2022-08-23T13:40:50.189Z] #42 DONE 0.2s
13:40:50 [2022-08-23T13:40:50.189Z] 
13:40:50 [2022-08-23T13:40:50.189Z] #44 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
13:40:50 [2022-08-23T13:40:50.189Z] #44 sha256:61213d0401fb1e99403620a1029737f90ee3965dc18ac78f8323336ade3228c8
13:40:50 [2022-08-23T13:40:50.189Z] #44 DONE 0.2s
13:40:50 [2022-08-23T13:40:50.189Z] 
13:40:50 [2022-08-23T13:40:50.189Z] #46 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
13:40:50 [2022-08-23T13:40:50.189Z] #46 sha256:cd1ee0d70a2fa6aeb95cf06be7ca14c32f28f6dc2a136db23b1c3074330f4d10
13:40:50 [2022-08-23T13:40:50.246Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:40:50 [2022-08-23T13:40:50.446Z] #46 DONE 0.1s
13:40:50 [2022-08-23T13:40:50.446Z] 
13:40:50 [2022-08-23T13:40:50.446Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
13:40:50 [2022-08-23T13:40:50.446Z] #48 sha256:a35802a4103d619a6bcdea80831cf411a6fb5b072ad3f383472d3d4524fc98fa
13:40:50 [2022-08-23T13:40:50.446Z] #48 DONE 0.1s
13:40:50 [2022-08-23T13:40:50.446Z] 
13:40:50 [2022-08-23T13:40:50.446Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:40:50 [2022-08-23T13:40:50.446Z] #71 sha256:1ed89b9fb308bfce805741ac6060f46d9be7076b8faed20069602b8d231c557c
13:40:50 [2022-08-23T13:40:50.446Z] #71 ...
13:40:50 [2022-08-23T13:40:50.446Z] 
13:40:50 [2022-08-23T13:40:50.446Z] #52 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
13:40:50 [2022-08-23T13:40:50.446Z] #52 sha256:e1f071cb8e831777541879f40ea4ce7ce3aefd1132efbfadb2b519bdbc6d332f
13:40:50 [2022-08-23T13:40:50.446Z] #52 DONE 0.1s
13:40:50 [2022-08-23T13:40:50.446Z] 
13:40:50 [2022-08-23T13:40:50.446Z] #55 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
13:40:50 [2022-08-23T13:40:50.446Z] #55 sha256:aba3c41448db7c8500200abbf6ccbafcae189260aaff5661b574e66d1be81478
13:40:50 [2022-08-23T13:40:50.501Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:40:50 [2022-08-23T13:40:50.587Z] #76 69.18 Selecting previously unselected package patch.
13:40:50 [2022-08-23T13:40:50.587Z] #76 69.20 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
13:40:50 [2022-08-23T13:40:50.587Z] #76 69.22 Unpacking patch (2.7.6-7) ...
13:40:50 [2022-08-23T13:40:50.847Z] #76 69.69 Selecting previously unselected package dpkg-dev.
13:40:50 [2022-08-23T13:40:50.847Z] #76 69.72 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
13:40:50 [2022-08-23T13:40:50.847Z] #76 69.72 Unpacking dpkg-dev (1.20.11) ...
13:40:51 [2022-08-23T13:40:51.010Z] #55 DONE 0.2s
13:40:51 [2022-08-23T13:40:51.010Z] 
13:40:51 [2022-08-23T13:40:51.010Z] #59 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
13:40:51 [2022-08-23T13:40:51.010Z] #59 sha256:9f7c3c838c911d19534b1ab2475e041e5b3fd8a3f280568fc0b838f54f3be177
13:40:51 [2022-08-23T13:40:51.010Z] #59 DONE 0.1s
13:40:51 [2022-08-23T13:40:51.010Z] 
13:40:51 [2022-08-23T13:40:51.010Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
13:40:51 [2022-08-23T13:40:51.010Z] #61 sha256:b7aa1f105fbc2f9f758e74cf0011ee50effec4d09a5f41e49bf0dd0609fb9a10
13:40:51 [2022-08-23T13:40:51.010Z] #61 DONE 0.1s
13:40:51 [2022-08-23T13:40:51.010Z] 
13:40:51 [2022-08-23T13:40:51.010Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
13:40:51 [2022-08-23T13:40:51.010Z] #63 sha256:6d0dddbf243afb599e553316a46a454e73334e45fb4d55dc79e61f56f1da16e4
13:40:51 [2022-08-23T13:40:51.267Z] #63 DONE 0.3s
13:40:51 [2022-08-23T13:40:51.267Z] 
13:40:51 [2022-08-23T13:40:51.267Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
13:40:51 [2022-08-23T13:40:51.267Z] #65 sha256:5da52bd2e3267986f1e99f8b50e5d615cae370ca8c665c7ed9f52983afa0fbcd
13:40:51 [2022-08-23T13:40:51.267Z] #65 DONE 0.1s
13:40:51 [2022-08-23T13:40:51.267Z] 
13:40:51 [2022-08-23T13:40:51.267Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:40:51 [2022-08-23T13:40:51.267Z] #71 sha256:1ed89b9fb308bfce805741ac6060f46d9be7076b8faed20069602b8d231c557c
13:40:51 [2022-08-23T13:40:51.524Z] #71 ...
13:40:51 [2022-08-23T13:40:51.524Z] 
13:40:51 [2022-08-23T13:40:51.524Z] #68 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
13:40:51 [2022-08-23T13:40:51.524Z] #68 sha256:e4cce32afa12f53128e8f09bf1a92e728f63cc9d1fbafad9a707d0c6da435c19
13:40:51 [2022-08-23T13:40:51.524Z] #68 DONE 0.1s
13:40:51 [2022-08-23T13:40:51.524Z] 
13:40:51 [2022-08-23T13:40:51.524Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:40:51 [2022-08-23T13:40:51.524Z] #71 sha256:1ed89b9fb308bfce805741ac6060f46d9be7076b8faed20069602b8d231c557c
13:40:51 [2022-08-23T13:40:51.869Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:40:51 [2022-08-23T13:40:51.869Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:40:52 [2022-08-23T13:40:52.228Z] #76 ...
13:40:52 [2022-08-23T13:40:52.228Z] 
13:40:52 [2022-08-23T13:40:52.228Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:40:52 [2022-08-23T13:40:52.228Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:40:52 [2022-08-23T13:40:52.228Z] #14 60.69 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 63.05 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 64.01 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 65.32 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 67.89 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 68.95 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 68.95 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 68.95 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 68.97 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 68.98 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 69.03 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 69.03 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 69.03 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 69.11 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 69.20 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 69.26 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 69.26 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 69.37 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 69.37 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 69.43 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 69.43 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
13:40:52 [2022-08-23T13:40:52.228Z] #14 ...
13:40:52 [2022-08-23T13:40:52.228Z] 
13:40:52 [2022-08-23T13:40:52.228Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
13:40:52 [2022-08-23T13:40:52.228Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
13:40:52 [2022-08-23T13:40:52.228Z] #51 68.34 Selecting previously unselected package python3-pkg-resources.
13:40:52 [2022-08-23T13:40:52.228Z] #51 68.42 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
13:40:52 [2022-08-23T13:40:52.228Z] #51 68.46 Unpacking python3-pkg-resources (52.0.0-4) ...
13:40:52 [2022-08-23T13:40:52.228Z] #51 68.93 Selecting previously unselected package python3-six.
13:40:52 [2022-08-23T13:40:52.228Z] #51 68.93 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
13:40:52 [2022-08-23T13:40:52.228Z] #51 68.93 Unpacking python3-six (1.16.0-2) ...
13:40:52 [2022-08-23T13:40:52.228Z] #51 69.17 Selecting previously unselected package python3-protobuf.
13:40:52 [2022-08-23T13:40:52.228Z] #51 69.17 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
13:40:52 [2022-08-23T13:40:52.228Z] #51 69.21 Unpacking python3-protobuf (3.12.4-1) ...
13:40:52 [2022-08-23T13:40:52.228Z] #51 70.11 Selecting previously unselected package libnet1:amd64.
13:40:52 [2022-08-23T13:40:52.228Z] #51 70.12 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:40:52 [2022-08-23T13:40:52.228Z] #51 70.17 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:40:52 [2022-08-23T13:40:52.228Z] #51 70.64 Selecting previously unselected package libnl-3-200:amd64.
13:40:52 [2022-08-23T13:40:52.228Z] #51 70.68 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
13:40:52 [2022-08-23T13:40:52.228Z] #51 70.68 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
13:40:52 [2022-08-23T13:40:52.228Z] #51 70.92 Selecting previously unselected package libprotobuf-c1:amd64.
13:40:52 [2022-08-23T13:40:52.228Z] #51 70.92 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
13:40:52 [2022-08-23T13:40:52.228Z] #51 70.93 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
13:40:52 [2022-08-23T13:40:52.807Z] #51 71.19 Selecting previously unselected package criu.
13:40:52 [2022-08-23T13:40:52.807Z] #51 71.19 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
13:40:52 [2022-08-23T13:40:52.807Z] #51 71.21 Unpacking criu (3.17.1-1) ...
13:40:53 [2022-08-23T13:40:53.068Z] #51 ...
13:40:53 [2022-08-23T13:40:53.068Z] 
13:40:53 [2022-08-23T13:40:53.068Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:40:53 [2022-08-23T13:40:53.068Z] #64 sha256:fb09cc2b769051877469ac03134a0e3bf72d0eed4290b6de4fb709b93991a097
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.468 + RM_GOPATH=0
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.468 + TMP_GOPATH=
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.468 + : /build
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.468 + '[' -z '' ']'
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.469 ++ mktemp -d
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.471 + export GOPATH=/tmp/tmp.wHttJf4Lpp
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.471 + GOPATH=/tmp/tmp.wHttJf4Lpp
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.472 + RM_GOPATH=1
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.472 + case "$(go env GOARCH)" in
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.476 ++ go env GOARCH
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.517 + export GO_BUILDMODE=-buildmode=pie
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.517 + GO_BUILDMODE=-buildmode=pie
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.517 ++ dirname /install.sh
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.517 + dir=/
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.517 + bin=containerd
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.517 + shift
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.517 + '[' '!' -f //containerd.installer ']'
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.517 + . //containerd.installer
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.518 ++ set -e
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.518 ++ : v1.6.7
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.518 + install_containerd
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.522 + echo 'Install containerd version v1.6.7'
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.522 Install containerd version v1.6.7
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.523 + git clone https://github.com/containerd/containerd.git /tmp/tmp.wHttJf4Lpp/src/github.com/containerd/containerd
13:40:53 [2022-08-23T13:40:53.068Z] #64 1.539 Cloning into '/tmp/tmp.wHttJf4Lpp/src/github.com/containerd/containerd'...
13:40:53 [2022-08-23T13:40:53.328Z] #64 ...
13:40:53 [2022-08-23T13:40:53.328Z] 
13:40:53 [2022-08-23T13:40:53.328Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:40:53 [2022-08-23T13:40:53.328Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
13:40:53 [2022-08-23T13:40:53.328Z] #76 71.55 Selecting previously unselected package build-essential.
13:40:53 [2022-08-23T13:40:53.328Z] #76 71.55 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
13:40:53 [2022-08-23T13:40:53.328Z] #76 71.57 Unpacking build-essential (12.9) ...
13:40:53 [2022-08-23T13:40:53.328Z] #76 71.69 Selecting previously unselected package libcap2:amd64.
13:40:53 [2022-08-23T13:40:53.328Z] #76 71.70 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
13:40:53 [2022-08-23T13:40:53.328Z] #76 71.70 Unpacking libcap2:amd64 (1:2.44-1) ...
13:40:53 [2022-08-23T13:40:53.328Z] #76 71.91 Selecting previously unselected package libcap-dev:amd64.
13:40:53 [2022-08-23T13:40:53.328Z] #76 71.91 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
13:40:53 [2022-08-23T13:40:53.328Z] #76 71.92 Unpacking libcap-dev:amd64 (1:2.44-1) ...
13:40:53 [2022-08-23T13:40:53.328Z] #76 72.20 Selecting previously unselected package libprotobuf-c1:amd64.
13:40:53 [2022-08-23T13:40:53.328Z] #76 72.20 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
13:40:53 [2022-08-23T13:40:53.589Z] #76 72.24 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
13:40:53 [2022-08-23T13:40:53.589Z] #76 72.47 Selecting previously unselected package libprotobuf-c-dev:amd64.
13:40:53 [2022-08-23T13:40:53.758Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s)
13:40:53 [2022-08-23T13:40:53.759Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.76s)
13:40:53 [2022-08-23T13:40:53.759Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.10s)
13:40:53 [2022-08-23T13:40:53.759Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.47s)
13:40:53 [2022-08-23T13:40:53.759Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.46s)
13:40:53 [2022-08-23T13:40:53.759Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.46s)
13:40:53 [2022-08-23T13:40:53.759Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.39s)
13:40:53 [2022-08-23T13:40:53.759Z] === RUN   TestBuildMultiStageCopy
13:40:53 [2022-08-23T13:40:53.759Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:40:53 [2022-08-23T13:40:53.849Z] #76 72.48 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
13:40:53 [2022-08-23T13:40:53.849Z] #76 72.51 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
13:40:54 [2022-08-23T13:40:54.110Z] #76 72.82 Selecting previously unselected package libseccomp-dev:amd64.
13:40:54 [2022-08-23T13:40:54.110Z] #76 72.83 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
13:40:54 [2022-08-23T13:40:54.110Z] #76 72.84 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:40:54 [2022-08-23T13:40:54.370Z] #76 73.11 Selecting previously unselected package libsystemd-dev:amd64.
13:40:54 [2022-08-23T13:40:54.370Z] #76 73.15 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
13:40:54 [2022-08-23T13:40:54.370Z] #76 73.17 Unpacking libsystemd-dev:amd64 (247.3-7) ...
13:40:55 [2022-08-23T13:40:55.125Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:40:55 [2022-08-23T13:40:55.125Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:40:55 [2022-08-23T13:40:55.311Z] #76 74.04 Selecting previously unselected package libtool.
13:40:55 [2022-08-23T13:40:55.311Z] #76 74.04 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
13:40:55 [2022-08-23T13:40:55.311Z] #76 74.05 Unpacking libtool (2.4.6-15) ...
13:40:55 [2022-08-23T13:40:55.382Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:40:55 [2022-08-23T13:40:55.638Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:40:55 [2022-08-23T13:40:55.894Z] --- PASS: TestBuildMultiStageCopy (2.43s)
13:40:55 [2022-08-23T13:40:55.894Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.53s)
13:40:55 [2022-08-23T13:40:55.894Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s)
13:40:55 [2022-08-23T13:40:55.894Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
13:40:55 [2022-08-23T13:40:55.894Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
13:40:55 [2022-08-23T13:40:55.894Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
13:40:55 [2022-08-23T13:40:55.894Z] === RUN   TestBuildMultiStageParentConfig
13:40:56 [2022-08-23T13:40:56.253Z] #76 74.77 Selecting previously unselected package libudev-dev:amd64.
13:40:56 [2022-08-23T13:40:56.253Z] #76 74.79 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
13:40:56 [2022-08-23T13:40:56.253Z] #76 74.83 Unpacking libudev-dev:amd64 (247.3-7) ...
13:40:56 [2022-08-23T13:40:56.253Z] #76 75.15 Selecting previously unselected package libyajl2:amd64.
13:40:56 [2022-08-23T13:40:56.253Z] #76 75.15 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
13:40:56 [2022-08-23T13:40:56.253Z] #76 75.16 Unpacking libyajl2:amd64 (2.1.0-3) ...
13:40:56 [2022-08-23T13:40:56.463Z] --- PASS: TestBuildMultiStageParentConfig (0.69s)
13:40:56 [2022-08-23T13:40:56.463Z] === RUN   TestBuildLabelWithTargets
13:40:56 [2022-08-23T13:40:56.514Z] #76 75.35 Selecting previously unselected package libyajl-dev:amd64.
13:40:56 [2022-08-23T13:40:56.514Z] #76 75.35 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
13:40:56 [2022-08-23T13:40:56.514Z] #76 75.35 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
13:40:57 [2022-08-23T13:40:57.043Z] #76 75.72 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:40:57 [2022-08-23T13:40:57.043Z] #76 75.80 Setting up libmagic-mgc (1:5.39-3) ...
13:40:57 [2022-08-23T13:40:57.043Z] #76 75.82 Setting up libyajl2:amd64 (2.1.0-3) ...
13:40:57 [2022-08-23T13:40:57.043Z] #76 75.83 Setting up libmagic1:amd64 (1:5.39-3) ...
13:40:57 [2022-08-23T13:40:57.043Z] #76 75.86 Setting up file (1:5.39-3) ...
13:40:57 [2022-08-23T13:40:57.043Z] #76 75.91 Setting up bzip2 (1.0.8-4) ...
13:40:57 [2022-08-23T13:40:57.043Z] #76 75.92 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
13:40:57 [2022-08-23T13:40:57.043Z] #76 75.94 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
13:40:57 [2022-08-23T13:40:57.043Z] #76 75.97 Setting up libcap2:amd64 (1:2.44-1) ...
13:40:57 [2022-08-23T13:40:57.043Z] #76 75.99 Setting up autotools-dev (20180224.1+nmu1) ...
13:40:57 [2022-08-23T13:40:57.043Z] #76 76.02 Setting up libsigsegv2:amd64 (2.13-1) ...
13:40:57 [2022-08-23T13:40:57.303Z] #76 76.03 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:40:57 [2022-08-23T13:40:57.303Z] #76 76.06 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:57 [2022-08-23T13:40:57.303Z] #76 76.12 Setting up patch (2.7.6-7) ...
13:40:57 [2022-08-23T13:40:57.389Z] --- PASS: TestBuildLabelWithTargets (1.00s)
13:40:57 [2022-08-23T13:40:57.389Z] === RUN   TestBuildWithEmptyLayers
13:40:57 [2022-08-23T13:40:57.564Z] #76 76.20 Setting up libudev-dev:amd64 (247.3-7) ...
13:40:57 [2022-08-23T13:40:57.564Z] #76 76.27 Setting up libyajl-dev:amd64 (2.1.0-3) ...
13:40:57 [2022-08-23T13:40:57.564Z] #76 76.33 Setting up libcap-dev:amd64 (1:2.44-1) ...
13:40:57 [2022-08-23T13:40:57.564Z] #76 76.42 Setting up libsystemd-dev:amd64 (247.3-7) ...
13:40:57 [2022-08-23T13:40:57.831Z] #76 76.50 Setting up libtool (2.4.6-15) ...
13:40:57 [2022-08-23T13:40:57.831Z] #76 76.62 Setting up m4 (1.4.18-5) ...
13:40:57 [2022-08-23T13:40:57.831Z] #76 76.65 Setting up dpkg-dev (1.20.11) ...
13:40:57 [2022-08-23T13:40:57.831Z] #76 76.69 Setting up autoconf (2.69-14) ...
13:40:57 [2022-08-23T13:40:57.831Z] #76 76.71 Setting up build-essential (12.9) ...
13:40:57 [2022-08-23T13:40:57.831Z] #76 76.76 Setting up automake (1:1.16.3-2) ...
13:40:57 [2022-08-23T13:40:57.951Z] --- PASS: TestBuildWithEmptyLayers (0.45s)
13:40:57 [2022-08-23T13:40:57.952Z] === RUN   TestBuildMultiStageOnBuild
13:40:58 [2022-08-23T13:40:58.092Z] #76 76.77 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:40:58 [2022-08-23T13:40:58.092Z] #76 76.82 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:40:58 [2022-08-23T13:40:58.663Z] #76 DONE 77.5s
13:40:58 [2022-08-23T13:40:58.663Z] 
13:40:58 [2022-08-23T13:40:58.663Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:40:58 [2022-08-23T13:40:58.663Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
13:40:58 [2022-08-23T13:40:58.663Z] #34 73.63 Updating files:  85% (1298/1521)
Updating files:  86% (1309/1521)
Updating files:  87% (1324/1521)
Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
13:40:58 [2022-08-23T13:40:58.663Z] #34 74.47 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
13:40:58 [2022-08-23T13:40:58.663Z] #34 74.96 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:40:59 [2022-08-23T13:40:59.840Z] --- PASS: TestBuildMultiStageOnBuild (1.77s)
13:40:59 [2022-08-23T13:40:59.840Z] === RUN   TestBuildUncleanTarFilenames
13:41:00 [2022-08-23T13:41:00.047Z] #34 ...
13:41:00 [2022-08-23T13:41:00.047Z] 
13:41:00 [2022-08-23T13:41:00.047Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:41:00 [2022-08-23T13:41:00.047Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:41:00 [2022-08-23T13:41:00.047Z] #42 68.59 Selecting previously unselected package libicu67:amd64.
13:41:00 [2022-08-23T13:41:00.048Z] #42 68.59 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
13:41:00 [2022-08-23T13:41:00.048Z] #42 68.60 Unpacking libicu67:amd64 (67.1-7) ...
13:41:00 [2022-08-23T13:41:00.048Z] #42 ...
13:41:00 [2022-08-23T13:41:00.048Z] 
13:41:00 [2022-08-23T13:41:00.048Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:41:00 [2022-08-23T13:41:00.048Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:41:00 [2022-08-23T13:41:00.048Z] #14 71.22 debconf: delaying package configuration, since apt-utils is not installed
13:41:00 [2022-08-23T13:41:00.048Z] #14 71.60 Fetched 115 MB in 12s (9696 kB/s)
13:41:00 [2022-08-23T13:41:00.048Z] #14 71.84 Selecting previously unselected package binutils-mingw-w64-i686.
13:41:00 [2022-08-23T13:41:00.048Z] #14 71.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
13:41:00 [2022-08-23T13:41:00.048Z] #14 71.97 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
13:41:00 [2022-08-23T13:41:00.048Z] #14 71.99 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:41:00 [2022-08-23T13:41:00.048Z] #14 76.10 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:41:00 [2022-08-23T13:41:00.048Z] #14 76.13 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
13:41:00 [2022-08-23T13:41:00.048Z] #14 76.18 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:41:00 [2022-08-23T13:41:00.309Z] #14 ...
13:41:00 [2022-08-23T13:41:00.309Z] 
13:41:00 [2022-08-23T13:41:00.309Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:41:00 [2022-08-23T13:41:00.309Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:41:00 [2022-08-23T13:41:00.309Z] #55 69.22 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
13:41:00 [2022-08-23T13:41:00.401Z] --- PASS: TestBuildUncleanTarFilenames (0.63s)
13:41:00 [2022-08-23T13:41:00.401Z] === RUN   TestBuildMultiStageLayerLeak
13:41:00 [2022-08-23T13:41:00.570Z] #55 ...
13:41:00 [2022-08-23T13:41:00.571Z] 
13:41:00 [2022-08-23T13:41:00.571Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
13:41:00 [2022-08-23T13:41:00.571Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
13:41:00 [2022-08-23T13:41:00.571Z] #51 72.72 Setting up python3-pkg-resources (52.0.0-4) ...
13:41:00 [2022-08-23T13:41:00.571Z] #51 75.32 Setting up libprotobuf23:amd64 (3.12.4-1) ...
13:41:00 [2022-08-23T13:41:00.571Z] #51 75.33 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:41:00 [2022-08-23T13:41:00.571Z] #51 75.35 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
13:41:00 [2022-08-23T13:41:00.571Z] #51 75.38 Setting up python3-six (1.16.0-2) ...
13:41:00 [2022-08-23T13:41:00.571Z] #51 77.31 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
13:41:00 [2022-08-23T13:41:00.571Z] #51 77.37 Setting up python3-protobuf (3.12.4-1) ...
13:41:01 [2022-08-23T13:41:01.512Z] #51 ...
13:41:01 [2022-08-23T13:41:01.512Z] 
13:41:01 [2022-08-23T13:41:01.512Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:41:01 [2022-08-23T13:41:01.512Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:41:01 [2022-08-23T13:41:01.512Z] #42 80.35 Selecting previously unselected package libxml2:amd64.
13:41:01 [2022-08-23T13:41:01.512Z] #42 80.36 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
13:41:01 [2022-08-23T13:41:01.512Z] #42 80.38 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
13:41:02 [2022-08-23T13:41:02.289Z] --- PASS: TestBuildMultiStageLayerLeak (1.69s)
13:41:02 [2022-08-23T13:41:02.289Z] === RUN   TestBuildWithHugeFile
13:41:02 [2022-08-23T13:41:02.895Z] #42 81.47 Selecting previously unselected package libarchive13:amd64.
13:41:02 [2022-08-23T13:41:02.895Z] #42 81.47 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
13:41:02 [2022-08-23T13:41:02.895Z] #42 81.48 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
13:41:03 [2022-08-23T13:41:03.467Z] #42 82.07 Selecting previously unselected package libjsoncpp24:amd64.
13:41:03 [2022-08-23T13:41:03.467Z] #42 82.07 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
13:41:03 [2022-08-23T13:41:03.467Z] #42 82.08 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
13:41:03 [2022-08-23T13:41:03.467Z] #42 82.24 Selecting previously unselected package librhash0:amd64.
13:41:03 [2022-08-23T13:41:03.467Z] #42 82.26 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
13:41:03 [2022-08-23T13:41:03.467Z] #42 82.27 Unpacking librhash0:amd64 (1.4.1-2) ...
13:41:03 [2022-08-23T13:41:03.728Z] #42 82.46 Selecting previously unselected package libuv1:amd64.
13:41:03 [2022-08-23T13:41:03.728Z] #42 82.49 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
13:41:03 [2022-08-23T13:41:03.728Z] #42 82.55 Unpacking libuv1:amd64 (1.40.0-2) ...
13:41:04 [2022-08-23T13:41:04.299Z] #42 82.88 Selecting previously unselected package cmake.
13:41:04 [2022-08-23T13:41:04.299Z] #42 82.91 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
13:41:04 [2022-08-23T13:41:04.299Z] #42 82.93 Unpacking cmake (3.18.4-2+deb11u1) ...
13:41:08 [2022-08-23T13:41:08.504Z] #42 ...
13:41:08 [2022-08-23T13:41:08.504Z] 
13:41:08 [2022-08-23T13:41:08.504Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:41:08 [2022-08-23T13:41:08.504Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:41:08 [2022-08-23T13:41:08.504Z] #77 1.281 Cloning into '/tmp/crun-build'...
13:41:08 [2022-08-23T13:41:08.767Z] #77 ...
13:41:08 [2022-08-23T13:41:08.767Z] 
13:41:08 [2022-08-23T13:41:08.767Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:41:08 [2022-08-23T13:41:08.767Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:41:08 [2022-08-23T13:41:08.767Z] #14 81.36 Selecting previously unselected package binutils-mingw-w64.
13:41:08 [2022-08-23T13:41:08.767Z] #14 81.37 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
13:41:08 [2022-08-23T13:41:08.767Z] #14 81.37 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
13:41:08 [2022-08-23T13:41:08.767Z] #14 81.84 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:41:08 [2022-08-23T13:41:08.767Z] #14 81.84 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:41:08 [2022-08-23T13:41:08.767Z] #14 81.88 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:41:08 [2022-08-23T13:41:08.767Z] #14 82.18 Selecting previously unselected package dmsetup.
13:41:08 [2022-08-23T13:41:08.767Z] #14 82.20 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
13:41:08 [2022-08-23T13:41:08.767Z] #14 82.20 Unpacking dmsetup (2:1.02.175-2.1) ...
13:41:08 [2022-08-23T13:41:08.767Z] #14 82.43 Selecting previously unselected package mingw-w64-common.
13:41:08 [2022-08-23T13:41:08.767Z] #14 82.43 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
13:41:08 [2022-08-23T13:41:08.767Z] #14 82.46 Unpacking mingw-w64-common (8.0.0-1) ...
13:41:09 [2022-08-23T13:41:09.713Z] #14 ...
13:41:09 [2022-08-23T13:41:09.713Z] 
13:41:09 [2022-08-23T13:41:09.713Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
13:41:09 [2022-08-23T13:41:09.713Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
13:41:09 [2022-08-23T13:41:09.713Z] #51 84.28 Setting up criu (3.17.1-1) ...
13:41:09 [2022-08-23T13:41:09.713Z] #51 87.47 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:41:09 [2022-08-23T13:41:09.713Z] #51 DONE 88.3s
13:41:09 [2022-08-23T13:41:09.713Z] 
13:41:09 [2022-08-23T13:41:09.713Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:41:09 [2022-08-23T13:41:09.713Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
13:41:10 [2022-08-23T13:41:10.656Z] #34 ...
13:41:10 [2022-08-23T13:41:10.656Z] 
13:41:10 [2022-08-23T13:41:10.656Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:41:10 [2022-08-23T13:41:10.656Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:41:10 [2022-08-23T13:41:10.656Z] #77 11.83 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
13:41:10 [2022-08-23T13:41:10.656Z] #77 11.91 Cloning into '/tmp/crun-build/libocispec'...
13:41:12 [2022-08-23T13:41:12.573Z] #77 ...
13:41:12 [2022-08-23T13:41:12.573Z] 
13:41:12 [2022-08-23T13:41:12.573Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:41:12 [2022-08-23T13:41:12.573Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
13:41:12 [2022-08-23T13:41:12.573Z] #42 90.66 Setting up libicu67:amd64 (67.1-7) ...
13:41:12 [2022-08-23T13:41:12.573Z] #42 90.72 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:41:12 [2022-08-23T13:41:12.573Z] #42 90.75 Setting up libuv1:amd64 (1.40.0-2) ...
13:41:12 [2022-08-23T13:41:12.573Z] #42 90.78 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:41:12 [2022-08-23T13:41:12.573Z] #42 90.91 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
13:41:12 [2022-08-23T13:41:12.573Z] #42 90.98 Setting up librhash0:amd64 (1.4.1-2) ...
13:41:12 [2022-08-23T13:41:12.573Z] #42 90.99 Setting up cmake-data (3.18.4-2+deb11u1) ...
13:41:12 [2022-08-23T13:41:12.573Z] #42 91.02 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
13:41:12 [2022-08-23T13:41:12.573Z] #42 91.03 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
13:41:12 [2022-08-23T13:41:12.573Z] #42 91.04 Setting up cmake (3.18.4-2+deb11u1) ...
13:41:12 [2022-08-23T13:41:12.573Z] #42 91.06 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:41:12 [2022-08-23T13:41:12.573Z] #42 DONE 91.4s
13:41:12 [2022-08-23T13:41:12.573Z] 
13:41:12 [2022-08-23T13:41:12.573Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:41:12 [2022-08-23T13:41:12.573Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:41:12 [2022-08-23T13:41:12.573Z] #77 13.92 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
13:41:12 [2022-08-23T13:41:12.573Z] #77 ...
13:41:12 [2022-08-23T13:41:12.573Z] 
13:41:12 [2022-08-23T13:41:12.573Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
13:41:12 [2022-08-23T13:41:12.573Z] #43 sha256:8d10e8586534ade7a0d3567af621cac43c4c566373ce461f5c50346275fcdda6
13:41:12 [2022-08-23T13:41:12.573Z] #43 DONE 0.1s
13:41:12 [2022-08-23T13:41:12.573Z] 
13:41:12 [2022-08-23T13:41:12.573Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:41:12 [2022-08-23T13:41:12.573Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:41:12 [2022-08-23T13:41:12.573Z] #77 13.95 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
13:41:12 [2022-08-23T13:41:12.573Z] #77 13.95 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
13:41:12 [2022-08-23T13:41:12.573Z] #77 13.95 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
13:41:12 [2022-08-23T13:41:12.573Z] #77 13.99 Cloning into '/tmp/crun-build/libocispec/image-spec'...
13:41:16 [2022-08-23T13:41:16.776Z] #77 17.38 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
13:41:18 [2022-08-23T13:41:18.048Z] #71 137.5 # github.com/containerd/containerd/cmd/containerd
13:41:18 [2022-08-23T13:41:18.049Z] #71 137.5 /usr/bin/ld: /tmp/go-link-3413552769/000019.o: in function `New':
13:41:18 [2022-08-23T13:41:18.049Z] #71 137.5 /tmp/tmp.rcctt5v9Wj/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
13:41:18 [2022-08-23T13:41:18.049Z] #71 137.6 + bin/containerd-stress
13:41:19 [2022-08-23T13:41:19.313Z] #77 20.45 Cloning into '/tmp/crun-build/libocispec/yajl'...
13:41:19 [2022-08-23T13:41:19.414Z] #71 138.7 + bin/containerd-shim
13:41:20 [2022-08-23T13:41:20.885Z] ok  	github.com/docker/docker/libnetwork	37.340s	coverage: 40.6% of statements
13:41:20 [2022-08-23T13:41:20.885Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.144s	coverage: 84.4% of statements
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ok  	github.com/docker/docker/libnetwork/config	0.016s	coverage: 22.4% of statements
13:41:20 [2022-08-23T13:41:20.885Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 21.9% of statements
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
13:41:20 [2022-08-23T13:41:20.885Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.489s	coverage: 59.9% of statements
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 34.8% of statements
13:41:20 [2022-08-23T13:41:20.885Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.040s	coverage: 5.2% of statements
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.016s	coverage: 4.7% of statements
13:41:20 [2022-08-23T13:41:20.885Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
13:41:20 [2022-08-23T13:41:20.885Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
13:41:21 [2022-08-23T13:41:21.850Z] #77 ...
13:41:21 [2022-08-23T13:41:21.850Z] 
13:41:21 [2022-08-23T13:41:21.850Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:41:21 [2022-08-23T13:41:21.850Z] #44 sha256:1c801ddb3771d8c3f87f10eaaa00f127aa035856e3c6d58d0ffe59023808037a
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.551 + RM_GOPATH=0
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.551 + TMP_GOPATH=
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.551 + : /build
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.551 + '[' -z '' ']'
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.551 ++ mktemp -d
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.551 + export GOPATH=/tmp/tmp.BJfxduHGoc
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.551 + GOPATH=/tmp/tmp.BJfxduHGoc
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.551 + RM_GOPATH=1
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.551 + case "$(go env GOARCH)" in
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.551 ++ go env GOARCH
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.704 + export GO_BUILDMODE=-buildmode=pie
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.704 + GO_BUILDMODE=-buildmode=pie
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.704 ++ dirname /install.sh
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.704 + dir=/
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.704 + bin=tini
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.704 + shift
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.704 + '[' '!' -f //tini.installer ']'
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.704 + . //tini.installer
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.704 ++ : v0.19.0
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.708 + install_tini
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.708 + echo 'Install tini version v0.19.0'
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.708 Install tini version v0.19.0
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.708 + git clone https://github.com/krallin/tini.git /tmp/tmp.BJfxduHGoc/tini
13:41:21 [2022-08-23T13:41:21.850Z] #44 1.721 Cloning into '/tmp/tmp.BJfxduHGoc/tini'...
13:41:21 [2022-08-23T13:41:21.850Z] #44 2.956 + cd /tmp/tmp.BJfxduHGoc/tini
13:41:21 [2022-08-23T13:41:21.850Z] #44 2.968 + git checkout -q v0.19.0
13:41:21 [2022-08-23T13:41:21.850Z] #44 3.020 + cmake .
13:41:21 [2022-08-23T13:41:21.850Z] #44 4.144 -- The C compiler identification is GNU 10.2.1
13:41:21 [2022-08-23T13:41:21.850Z] #44 4.292 -- Detecting C compiler ABI info
13:41:21 [2022-08-23T13:41:21.851Z] #44 5.153 -- Detecting C compiler ABI info - done
13:41:21 [2022-08-23T13:41:21.851Z] #44 5.401 -- Check for working C compiler: /usr/bin/cc - skipped
13:41:21 [2022-08-23T13:41:21.851Z] #44 5.416 -- Detecting C compile features
13:41:21 [2022-08-23T13:41:21.851Z] #44 5.420 -- Detecting C compile features - done
13:41:21 [2022-08-23T13:41:21.851Z] #44 5.477 -- Performing Test HAS_BUILTIN_FORTIFY
13:41:21 [2022-08-23T13:41:21.851Z] #44 5.697 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:41:21 [2022-08-23T13:41:21.851Z] #44 5.798 -- Configuring done
13:41:21 [2022-08-23T13:41:21.851Z] #44 5.824 -- Generating done
13:41:21 [2022-08-23T13:41:21.851Z] #44 5.833 -- Build files have been written to: /tmp/tmp.BJfxduHGoc/tini
13:41:21 [2022-08-23T13:41:21.851Z] #44 5.852 + make tini-static
13:41:21 [2022-08-23T13:41:21.851Z] #44 6.342 Scanning dependencies of target tini-static
13:41:21 [2022-08-23T13:41:21.851Z] #44 6.413 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:41:21 [2022-08-23T13:41:21.851Z] #44 8.380 [100%] Linking C executable tini-static
13:41:21 [2022-08-23T13:41:21.851Z] #44 ...
13:41:21 [2022-08-23T13:41:21.851Z] 
13:41:21 [2022-08-23T13:41:21.851Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:41:21 [2022-08-23T13:41:21.851Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:41:21 [2022-08-23T13:41:21.851Z] #77 23.00 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
13:41:22 [2022-08-23T13:41:22.423Z] #77 23.68 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
13:41:22 [2022-08-23T13:41:22.685Z] #77 ...
13:41:22 [2022-08-23T13:41:22.685Z] 
13:41:22 [2022-08-23T13:41:22.685Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:41:22 [2022-08-23T13:41:22.685Z] #44 sha256:1c801ddb3771d8c3f87f10eaaa00f127aa035856e3c6d58d0ffe59023808037a
13:41:22 [2022-08-23T13:41:22.685Z] #44 9.413 [100%] Built target tini-static
13:41:22 [2022-08-23T13:41:22.685Z] #44 9.632 + mkdir -p /build
13:41:22 [2022-08-23T13:41:22.685Z] #44 9.636 + cp tini-static /build/docker-init
13:41:22 [2022-08-23T13:41:22.685Z] #44 DONE 10.0s
13:41:22 [2022-08-23T13:41:22.946Z] 
13:41:22 [2022-08-23T13:41:22.946Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:41:22 [2022-08-23T13:41:22.946Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:41:22 [2022-08-23T13:41:22.946Z] #14 92.16 Selecting previously unselected package mingw-w64-x86-64-dev.
13:41:22 [2022-08-23T13:41:22.946Z] #14 92.18 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
13:41:22 [2022-08-23T13:41:22.946Z] #14 92.18 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
13:41:22 [2022-08-23T13:41:22.946Z] #14 ...
13:41:22 [2022-08-23T13:41:22.946Z] 
13:41:22 [2022-08-23T13:41:22.946Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:41:22 [2022-08-23T13:41:22.946Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:41:22 [2022-08-23T13:41:22.946Z] #77 24.32 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
13:41:23 [2022-08-23T13:41:23.569Z] #77 ...
13:41:23 [2022-08-23T13:41:23.569Z] 
13:41:23 [2022-08-23T13:41:23.569Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
13:41:23 [2022-08-23T13:41:23.569Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
13:41:23 [2022-08-23T13:41:23.569Z] #53 102.2 gotestsum version dev
13:41:23 [2022-08-23T13:41:23.569Z] #53 DONE 102.4s
13:41:23 [2022-08-23T13:41:23.854Z] 
13:41:23 [2022-08-23T13:41:23.854Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:41:23 [2022-08-23T13:41:23.854Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:41:23 [2022-08-23T13:41:23.854Z] #14 102.0 Selecting previously unselected package gcc-mingw-w64-base.
13:41:23 [2022-08-23T13:41:23.854Z] #14 102.0 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
13:41:23 [2022-08-23T13:41:23.854Z] #14 102.0 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:41:23 [2022-08-23T13:41:23.854Z] #14 102.3 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
13:41:23 [2022-08-23T13:41:23.854Z] #14 102.3 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
13:41:23 [2022-08-23T13:41:23.854Z] #14 102.3 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:41:30 [2022-08-23T13:41:30.861Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.332s	coverage: 6.6% of statements
13:41:30 [2022-08-23T13:41:30.861Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
13:41:30 [2022-08-23T13:41:30.861Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
13:41:30 [2022-08-23T13:41:30.861Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.4% of statements
13:41:30 [2022-08-23T13:41:30.861Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
13:41:30 [2022-08-23T13:41:30.861Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
13:41:30 [2022-08-23T13:41:30.861Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
13:41:30 [2022-08-23T13:41:30.861Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.017s	coverage: 82.4% of statements
13:41:31 [2022-08-23T13:41:31.120Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.011s	coverage: 81.2% of statements
13:41:31 [2022-08-23T13:41:31.378Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
13:41:31 [2022-08-23T13:41:31.590Z] #71 149.8 + bin/containerd-shim-runc-v1
13:41:31 [2022-08-23T13:41:31.638Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
13:41:36 [2022-08-23T13:41:36.843Z] #71 156.1 + bin/containerd-shim-runc-v2
13:41:37 [2022-08-23T13:41:37.405Z] #71 156.9 + binaries
13:41:37 [2022-08-23T13:41:37.405Z] #71 156.9 + install -D bin/containerd /build/containerd
13:41:37 [2022-08-23T13:41:37.405Z] #71 156.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:41:37 [2022-08-23T13:41:37.405Z] #71 156.9 + install -D bin/ctr /build/ctr
13:41:37 [2022-08-23T13:41:37.969Z] #71 DONE 157.4s
13:41:38 [2022-08-23T13:41:38.795Z] #14 115.3 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
13:41:38 [2022-08-23T13:41:38.795Z] #14 115.3 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
13:41:38 [2022-08-23T13:41:38.795Z] #14 115.3 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:41:38 [2022-08-23T13:41:38.897Z] 
13:41:38 [2022-08-23T13:41:38.897Z] #72 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
13:41:38 [2022-08-23T13:41:38.897Z] #72 sha256:61be0d8267b391a4e95d1299b585eaed5ef3c50dd0103b2ecb6cfb204fc5364b
13:41:39 [2022-08-23T13:41:39.153Z] #72 DONE 0.2s
13:41:39 [2022-08-23T13:41:39.153Z] 
13:41:39 [2022-08-23T13:41:39.153Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:41:39 [2022-08-23T13:41:39.153Z] #77 sha256:0a9ceac9688b1c1099ffe41eb2aed813ee7ee5f7b2121dd4cefc3b1dca73dd37
13:41:39 [2022-08-23T13:41:39.153Z] #77 DONE 0.1s
13:41:39 [2022-08-23T13:41:39.153Z] 
13:41:39 [2022-08-23T13:41:39.153Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
13:41:39 [2022-08-23T13:41:39.153Z] #82 sha256:4380b19f1f522d8b1e34e8f4165649db5d7024c91bfff12ff3cace0d2ef640ca
13:41:39 [2022-08-23T13:41:39.331Z] Created binary: bundles/dynbinary-daemon/dockerd
13:41:39 [2022-08-23T13:41:39.331Z] Building: bundles/dynbinary-daemon/docker-proxy
13:41:39 [2022-08-23T13:41:39.331Z] GOOS="" GOARCH="" GOARM=""
13:41:39 [2022-08-23T13:41:39.331Z] Created binary: bundles/dynbinary-daemon/docker-proxy
13:41:39 [2022-08-23T13:41:39.331Z] 
13:41:39 [2022-08-23T13:41:39.331Z] + TEST_INTEGRATION_DEST=1
13:41:39 [2022-08-23T13:41:39.331Z] + CONTAINER_NAME=docker-pr44-1
13:41:39 [2022-08-23T13:41:39.331Z] + TEST_SKIP_INTEGRATION_CLI=1
13:41:39 [2022-08-23T13:41:39.331Z] + run_tests test-integration-flaky
13:41:39 [2022-08-23T13:41:39.331Z] + c=0
13:41:39 [2022-08-23T13:41:39.331Z] + '[' -n 0 ']'
13:41:39 [2022-08-23T13:41:39.331Z] + rm=
13:41:39 [2022-08-23T13:41:39.331Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43739/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43739/.git:/go/src/github.com/docker/docker/.git --name docker-pr44-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/make.sh test-integration-flaky test-integration
13:41:39 [2022-08-23T13:41:39.331Z] + TEST_INTEGRATION_DEST=2
13:41:39 [2022-08-23T13:41:39.331Z] + CONTAINER_NAME=docker-pr44-2
13:41:39 [2022-08-23T13:41:39.331Z] + TEST_SKIP_INTEGRATION=1
13:41:39 [2022-08-23T13:41:39.331Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
13:41:39 [2022-08-23T13:41:39.331Z] + run_tests
13:41:39 [2022-08-23T13:41:39.331Z] + '[' -n 0 ']'
13:41:39 [2022-08-23T13:41:39.331Z] + rm=
13:41:39 [2022-08-23T13:41:39.331Z] + TEST_INTEGRATION_DEST=3
13:41:39 [2022-08-23T13:41:39.331Z] + CONTAINER_NAME=docker-pr44-3
13:41:39 [2022-08-23T13:41:39.331Z] + TEST_SKIP_INTEGRATION=1
13:41:39 [2022-08-23T13:41:39.331Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
13:41:39 [2022-08-23T13:41:39.331Z] + run_tests
13:41:39 [2022-08-23T13:41:39.331Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43739/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43739/.git:/go/src/github.com/docker/docker/.git --name docker-pr44-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/make.sh '' test-integration
13:41:39 [2022-08-23T13:41:39.331Z] + '[' -n 0 ']'
13:41:39 [2022-08-23T13:41:39.331Z] + rm=
13:41:39 [2022-08-23T13:41:39.331Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43739/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43739/.git:/go/src/github.com/docker/docker/.git --name docker-pr44-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/make.sh '' test-integration
13:41:39 [2022-08-23T13:41:39.331Z] ++ jobs -p
13:41:39 [2022-08-23T13:41:39.331Z] + for job in $(jobs -p)
13:41:39 [2022-08-23T13:41:39.331Z] + wait 10756
13:41:39 [2022-08-23T13:41:39.331Z] 
13:41:39 [2022-08-23T13:41:39.331Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:41:39 [2022-08-23T13:41:39.331Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:41:39 [2022-08-23T13:41:39.331Z] HOSTNAME=a170e5189c4c
13:41:39 [2022-08-23T13:41:39.331Z] TEST_SKIP_INTEGRATION=1
13:41:39 [2022-08-23T13:41:39.331Z] TESTDEBUG=0
13:41:39 [2022-08-23T13:41:39.331Z] DEST=bundles/test-integration
13:41:39 [2022-08-23T13:41:39.331Z] PWD=/go/src/github.com/docker/docker
13:41:39 [2022-08-23T13:41:39.332Z] KEEPBUNDLE=1
13:41:39 [2022-08-23T13:41:39.332Z] DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179
13:41:39 [2022-08-23T13:41:39.332Z] container=docker
13:41:39 [2022-08-23T13:41:39.332Z] HOME=/root
13:41:39 [2022-08-23T13:41:39.332Z] GOLANG_VERSION=1.18.5
13:41:39 [2022-08-23T13:41:39.332Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:41:39 [2022-08-23T13:41:39.332Z] VALIDATE_BRANCH=master
13:41:39 [2022-08-23T13:41:39.332Z] TERM=xterm
13:41:39 [2022-08-23T13:41:39.332Z] DOCKER_PKG=github.com/docker/docker
13:41:39 [2022-08-23T13:41:39.332Z] SHLVL=1
13:41:39 [2022-08-23T13:41:39.332Z] TIMEOUT=120m
13:41:39 [2022-08-23T13:41:39.332Z] DOCKER_BUILDTAGS= journald
13:41:39 [2022-08-23T13:41:39.332Z] DOCKER_GRAPHDRIVER=overlay2
13:41:39 [2022-08-23T13:41:39.332Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
13:41:39 [2022-08-23T13:41:39.332Z] GO111MODULE=off
13:41:39 [2022-08-23T13:41:39.332Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:41:39 [2022-08-23T13:41:39.332Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:41:39 [2022-08-23T13:41:39.332Z] GOPATH=/go
13:41:39 [2022-08-23T13:41:39.332Z] PKG_CONFIG=pkg-config
13:41:39 [2022-08-23T13:41:39.332Z] _=/usr/bin/env
13:41:39 [2022-08-23T13:41:39.332Z] Building test suite binary ./integration-cli/test.main
13:41:39 [2022-08-23T13:41:39.332Z] 
13:41:39 [2022-08-23T13:41:39.332Z] 
13:41:39 [2022-08-23T13:41:39.332Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
13:41:39 [2022-08-23T13:41:39.332Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:41:39 [2022-08-23T13:41:39.332Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:41:39 [2022-08-23T13:41:39.332Z] HOSTNAME=ef064b45f745
13:41:39 [2022-08-23T13:41:39.332Z] TEST_SKIP_INTEGRATION=1
13:41:39 [2022-08-23T13:41:39.332Z] TESTDEBUG=0
13:41:39 [2022-08-23T13:41:39.332Z] DEST=bundles/test-integration
13:41:39 [2022-08-23T13:41:39.332Z] PWD=/go/src/github.com/docker/docker
13:41:39 [2022-08-23T13:41:39.332Z] KEEPBUNDLE=1
13:41:39 [2022-08-23T13:41:39.332Z] DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179
13:41:39 [2022-08-23T13:41:39.332Z] container=docker
13:41:39 [2022-08-23T13:41:39.332Z] HOME=/root
13:41:39 [2022-08-23T13:41:39.332Z] GOLANG_VERSION=1.18.5
13:41:39 [2022-08-23T13:41:39.332Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:41:39 [2022-08-23T13:41:39.332Z] VALIDATE_BRANCH=master
13:41:39 [2022-08-23T13:41:39.332Z] TERM=xterm
13:41:39 [2022-08-23T13:41:39.332Z] DOCKER_PKG=github.com/docker/docker
13:41:39 [2022-08-23T13:41:39.332Z] SHLVL=1
13:41:39 [2022-08-23T13:41:39.332Z] TIMEOUT=120m
13:41:39 [2022-08-23T13:41:39.332Z] DOCKER_BUILDTAGS= journald
13:41:39 [2022-08-23T13:41:39.332Z] DOCKER_GRAPHDRIVER=overlay2
13:41:39 [2022-08-23T13:41:39.332Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
13:41:39 [2022-08-23T13:41:39.332Z] GO111MODULE=off
13:41:39 [2022-08-23T13:41:39.332Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:41:39 [2022-08-23T13:41:39.332Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:41:39 [2022-08-23T13:41:39.332Z] GOPATH=/go
13:41:39 [2022-08-23T13:41:39.332Z] PKG_CONFIG=pkg-config
13:41:39 [2022-08-23T13:41:39.332Z] _=/usr/bin/env
13:41:39 [2022-08-23T13:41:39.332Z] Building test suite binary ./integration-cli/test.main
13:41:39 [2022-08-23T13:41:39.332Z] 
13:41:39 [2022-08-23T13:41:39.332Z] Found new integrations tests:
13:41:39 [2022-08-23T13:41:39.332Z] +func TestHealthCheckProcessKilled(t *testing.T) {
13:41:39 [2022-08-23T13:41:39.332Z] Running stress test for them.
13:41:39 [2022-08-23T13:41:39.332Z] Using test flags: -test.count 5 -test.run TestHealthCheckProcessKilled
13:41:39 [2022-08-23T13:41:39.332Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:41:39 [2022-08-23T13:41:39.332Z] HOSTNAME=095a4f794310
13:41:39 [2022-08-23T13:41:39.332Z] TESTDEBUG=0
13:41:39 [2022-08-23T13:41:39.332Z] DEST=bundles/test-integration-flaky
13:41:39 [2022-08-23T13:41:39.332Z] PWD=/go/src/github.com/docker/docker
13:41:39 [2022-08-23T13:41:39.332Z] KEEPBUNDLE=1
13:41:39 [2022-08-23T13:41:39.332Z] DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179
13:41:39 [2022-08-23T13:41:39.332Z] container=docker
13:41:39 [2022-08-23T13:41:39.332Z] HOME=/root
13:41:39 [2022-08-23T13:41:39.332Z] GOLANG_VERSION=1.18.5
13:41:39 [2022-08-23T13:41:39.332Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:41:39 [2022-08-23T13:41:39.332Z] VALIDATE_BRANCH=master
13:41:39 [2022-08-23T13:41:39.332Z] TERM=xterm
13:41:39 [2022-08-23T13:41:39.332Z] DOCKER_PKG=github.com/docker/docker
13:41:39 [2022-08-23T13:41:39.332Z] SHLVL=1
13:41:39 [2022-08-23T13:41:39.332Z] TIMEOUT=120m
13:41:39 [2022-08-23T13:41:39.332Z] DOCKER_BUILDTAGS= journald
13:41:39 [2022-08-23T13:41:39.332Z] DOCKER_GRAPHDRIVER=overlay2
13:41:39 [2022-08-23T13:41:39.332Z] TESTFLAGS=-test.count 5 -test.run TestHealthCheckProcessKilled
13:41:39 [2022-08-23T13:41:39.332Z] GO111MODULE=off
13:41:39 [2022-08-23T13:41:39.332Z] TEST_SKIP_INTEGRATION_CLI=1
13:41:39 [2022-08-23T13:41:39.332Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:41:39 [2022-08-23T13:41:39.332Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:41:39 [2022-08-23T13:41:39.332Z] TEST_REPEAT=5
13:41:39 [2022-08-23T13:41:39.332Z] GOPATH=/go
13:41:39 [2022-08-23T13:41:39.332Z] PKG_CONFIG=pkg-config
13:41:39 [2022-08-23T13:41:39.332Z] _=/usr/bin/env
13:41:39 [2022-08-23T13:41:39.332Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:41:39 [2022-08-23T13:41:39.409Z] #82 DONE 0.4s
13:41:39 [2022-08-23T13:41:39.409Z] 
13:41:39 [2022-08-23T13:41:39.409Z] #85 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
13:41:39 [2022-08-23T13:41:39.409Z] #85 sha256:7f9afbf0ccab1b6909f1b365cea8c2c41d1231b9fe339f86406e7be5aab42c55
13:41:39 [2022-08-23T13:41:39.409Z] #85 DONE 0.1s
13:41:39 [2022-08-23T13:41:39.669Z] 
13:41:39 [2022-08-23T13:41:39.669Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
13:41:39 [2022-08-23T13:41:39.669Z] #86 sha256:d7fc4d1c95420abf11dae00b87de772a8a9a69db292031e56792121098475b19
13:41:39 [2022-08-23T13:41:39.669Z] #86 DONE 0.0s
13:41:39 [2022-08-23T13:41:39.669Z] 
13:41:39 [2022-08-23T13:41:39.669Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
13:41:39 [2022-08-23T13:41:39.669Z] #87 sha256:997d4ccb8373ec5b291bc80847258bad4c4cf363cdaf30c1e61ff802ff154eb4
13:41:39 [2022-08-23T13:41:39.669Z] #87 DONE 0.0s
13:41:39 [2022-08-23T13:41:39.669Z] 
13:41:39 [2022-08-23T13:41:39.669Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker
13:41:39 [2022-08-23T13:41:39.669Z] #88 sha256:419eff7c19135ec3118732fbc408631b87fb87a3a435ad2aa9b174eaba6f0d14
13:41:41 [2022-08-23T13:41:41.562Z] #88 DONE 1.7s
13:41:41 [2022-08-23T13:41:41.562Z] 
13:41:41 [2022-08-23T13:41:41.562Z] #89 exporting to image
13:41:41 [2022-08-23T13:41:41.562Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:41 [2022-08-23T13:41:41.562Z] #89 exporting layers
13:41:43 [2022-08-23T13:41:43.854Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
13:41:46 [2022-08-23T13:41:46.930Z] #14 ...
13:41:46 [2022-08-23T13:41:46.930Z] 
13:41:46 [2022-08-23T13:41:46.930Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:41:46 [2022-08-23T13:41:46.930Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:41:46 [2022-08-23T13:41:46.930Z] #77 46.95 aclocal: warning: couldn't open directory 'm4': No such file or directory
13:41:56 [2022-08-23T13:41:56.944Z] #77 ...
13:41:56 [2022-08-23T13:41:56.944Z] 
13:41:56 [2022-08-23T13:41:56.944Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:41:56 [2022-08-23T13:41:56.944Z] #64 sha256:fb09cc2b769051877469ac03134a0e3bf72d0eed4290b6de4fb709b93991a097
13:41:57 [2022-08-23T13:41:57.985Z] #64 72.15 Updating files:  27% (1358/4961)
Updating files:  28% (1390/4961)
Updating files:  29% (1439/4961)
Updating files:  30% (1489/4961)
Updating files:  31% (1538/4961)
Updating files:  32% (1588/4961)
Updating files:  33% (1638/4961)
Updating files:  34% (1687/4961)
Updating files:  35% (1737/4961)
Updating files:  36% (1786/4961)
Updating files:  37% (1836/4961)
Updating files:  38% (1886/4961)
Updating files:  39% (1935/4961)
Updating files:  40% (1985/4961)
Updating files:  41% (2035/4961)
Updating files:  42% (2084/4961)
Updating files:  43% (2134/4961)
Updating files:  44% (2183/4961)
Updating files:  45% (2233/4961)
Updating files:  46% (2283/4961)
Updating files:  47% (2332/4961)
Updating files:  48% (2382/4961)
Updating files:  49% (2431/4961)
Updating files:  50% (2481/4961)
Updating files:  51% (2531/4961)
Updating files:  52% (2580/4961)
Updating files:  53% (2630/4961)
Updating files:  54% (2679/4961)
Updating files:  55% (2729/4961)
Updating files:  56% (2779/4961)
Updating files:  57% (2828/4961)
Updating files:  58% (2878/4961)
Updating files:  59% (2927/4961)
Updating files:  60% (2977/4961)
Updating files:  61% (3027/4961)
Updating files:  61% (3036/4961)
Updating files:  62% (3076/4961)
Updating files:  63% (3126/4961)
Updating files:  64% (3176/4961)
Updating files:  65% (3225/4961)
Updating files:  66% (3275/4961)
Updating files:  67% (3324/4961)
Updating files:  68% (3374/4961)
Updating files:  69% (3424/4961)
Updating files:  70% (3473/4961)
Updating files:  71% (3523/4961)
Updating files:  72% (3572/4961)
Updating files:  73% (3622/4961)
Updating files:  74% (3672/4961)
Updating files:  75% (3721/4961)
Updating files:  76% (3771/4961)
Updating files:  77% (3820/4961)
Updating files:  78% (3870/4961)
Updating files:  79% (3920/4961)
Updating files:  80% (3969/4961)
Updating files:  81% (4019/4961)
Updating files:  82% (4069/4961)
Updating files:  83% (4118/4961)
Updating files:  84% (4168/4961)
Updating files:  85% (4217/4961)
Updating files:  85% (4225/4961)
Updating files:  86% (4267/4961)
Updating files:  87% (4317/4961)
Updating files:  88% (4366/4961)
Updating files:  89% (4416/4961)
Updating files:  90% (4465/4961)
Updating files:  91% (4515/4961)
Updating files:  92% (4565/4961)
Updating files:  93% (4614/4961)
Updating files:  94% (4664/4961)
Updating files:  95% (4713/4961)
Updating files:  96% (4763/4961)
Updating files:  97% (4813/4961)
Updating files:  98% (4862/4961)
Updating files:  99% (4912/4961)
Updating files: 100% (4961/4961)
Updating files: 100% (4961/4961), done.
13:41:58 [2022-08-23T13:41:58.245Z] #64 75.03 + cd /tmp/tmp.wHttJf4Lpp/src/github.com/containerd/containerd
13:41:58 [2022-08-23T13:41:58.245Z] #64 75.03 + git checkout -q v1.6.7
13:41:58 [2022-08-23T13:41:58.462Z] --- PASS: TestBuildWithHugeFile (49.41s)
13:41:58 [2022-08-23T13:41:58.462Z] === RUN   TestBuildWCOWSandboxSize
13:41:58 [2022-08-23T13:41:58.462Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:41:58 [2022-08-23T13:41:58.462Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:41:58 [2022-08-23T13:41:58.462Z] === RUN   TestBuildWithEmptyDockerfile
13:41:58 [2022-08-23T13:41:58.462Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:41:58 [2022-08-23T13:41:58.462Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:41:58 [2022-08-23T13:41:58.462Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:41:58 [2022-08-23T13:41:58.462Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:41:58 [2022-08-23T13:41:58.462Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:41:58 [2022-08-23T13:41:58.462Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:41:58 [2022-08-23T13:41:58.462Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:41:58 [2022-08-23T13:41:58.462Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:41:58 [2022-08-23T13:41:58.462Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:41:58 [2022-08-23T13:41:58.462Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
13:41:58 [2022-08-23T13:41:58.462Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
13:41:58 [2022-08-23T13:41:58.462Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
13:41:58 [2022-08-23T13:41:58.462Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
13:41:58 [2022-08-23T13:41:58.462Z] === RUN   TestBuildPreserveOwnership
13:41:58 [2022-08-23T13:41:58.462Z] === RUN   TestBuildPreserveOwnership/copy_from
13:41:58 [2022-08-23T13:41:58.462Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:41:58 [2022-08-23T13:41:58.462Z] --- PASS: TestBuildPreserveOwnership (3.69s)
13:41:58 [2022-08-23T13:41:58.462Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.45s)
13:41:58 [2022-08-23T13:41:58.462Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.23s)
13:41:58 [2022-08-23T13:41:58.462Z] === RUN   TestBuildPlatformInvalid
13:41:58 [2022-08-23T13:41:58.462Z] --- PASS: TestBuildPlatformInvalid (0.07s)
13:41:58 [2022-08-23T13:41:58.462Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:41:58 [2022-08-23T13:41:58.462Z] Loaded image: busybox:latest
13:41:58 [2022-08-23T13:41:58.462Z] Loaded image: busybox:glibc
13:41:58 [2022-08-23T13:41:58.462Z] Loaded image: debian:bullseye-slim
13:41:58 [2022-08-23T13:41:58.462Z] Loaded image: hello-world:latest
13:41:58 [2022-08-23T13:41:58.462Z] Loaded image: arm32v7/hello-world:latest
13:42:00 [2022-08-23T13:42:00.787Z] #64 77.73 + export 'BUILDTAGS=netgo osusergo static_build'
13:42:00 [2022-08-23T13:42:00.787Z] #64 77.73 + BUILDTAGS='netgo osusergo static_build'
13:42:00 [2022-08-23T13:42:00.787Z] #64 77.73 + export EXTRA_FLAGS=-buildmode=pie
13:42:00 [2022-08-23T13:42:00.787Z] #64 77.73 + EXTRA_FLAGS=-buildmode=pie
13:42:00 [2022-08-23T13:42:00.787Z] #64 77.73 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:42:00 [2022-08-23T13:42:00.787Z] #64 77.73 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:42:00 [2022-08-23T13:42:00.787Z] #64 77.73 + '[' '' = dynamic ']'
13:42:00 [2022-08-23T13:42:00.787Z] #64 77.74 + make
13:42:00 [2022-08-23T13:42:00.787Z] #64 ...
13:42:00 [2022-08-23T13:42:00.787Z] 
13:42:00 [2022-08-23T13:42:00.787Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:42:00 [2022-08-23T13:42:00.787Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:42:00 [2022-08-23T13:42:00.787Z] #14 139.7 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
13:42:01 [2022-08-23T13:42:01.048Z] #14 139.7 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
13:42:01 [2022-08-23T13:42:01.048Z] #14 139.7 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:42:01 [2022-08-23T13:42:01.945Z] ok  	github.com/docker/docker/libnetwork/ipam	16.555s	coverage: 85.3% of statements
13:42:01 [2022-08-23T13:42:01.945Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
13:42:01 [2022-08-23T13:42:01.945Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
13:42:01 [2022-08-23T13:42:01.945Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 57.1% of statements
13:42:01 [2022-08-23T13:42:01.945Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.009s	coverage: 47.4% of statements
13:42:01 [2022-08-23T13:42:01.945Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
13:42:01 [2022-08-23T13:42:01.945Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 71.4% of statements
13:42:01 [2022-08-23T13:42:01.945Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.284s	coverage: 74.0% of statements
13:42:01 [2022-08-23T13:42:01.945Z] ok  	github.com/docker/docker/libnetwork/iptables	0.174s	coverage: 45.0% of statements
13:42:01 [2022-08-23T13:42:01.945Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
13:42:01 [2022-08-23T13:42:01.945Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 44.1% of statements
13:42:06 [2022-08-23T13:42:06.548Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.95s)
13:42:06 [2022-08-23T13:42:06.548Z] PASS
13:42:06 [2022-08-23T13:42:06.548Z] 
13:42:06 [2022-08-23T13:42:06.548Z] === Skipped
13:42:06 [2022-08-23T13:42:06.548Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:42:06 [2022-08-23T13:42:06.548Z]     build_session_test.go:25: TODO: BuildKit
13:42:06 [2022-08-23T13:42:06.548Z] 
13:42:06 [2022-08-23T13:42:06.548Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:42:06 [2022-08-23T13:42:06.548Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:42:06 [2022-08-23T13:42:06.548Z] 
13:42:06 [2022-08-23T13:42:06.548Z] DONE 34 tests, 2 skipped in 86.348s
13:42:06 [2022-08-23T13:42:06.548Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:42:06 [2022-08-23T13:42:06.548Z] INFO: Testing against a local daemon
13:42:06 [2022-08-23T13:42:06.548Z] === RUN   TestConfigInspect
13:42:08 [2022-08-23T13:42:08.069Z] #89 exporting layers 23.4s done
13:42:08 [2022-08-23T13:42:08.069Z] #89 writing image sha256:66e8e23c9dd634bc6052cd60149bfe649c53e76e085a78982938993ffd835f3c
13:42:08 [2022-08-23T13:42:08.069Z] #89 writing image sha256:66e8e23c9dd634bc6052cd60149bfe649c53e76e085a78982938993ffd835f3c done
13:42:08 [2022-08-23T13:42:08.069Z] #89 naming to docker.io/library/docker:4b84a3321723a849295d5cbf7342ec36077f9179 done
13:42:08 [2022-08-23T13:42:08.069Z] #89 DONE 23.4s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
13:42:08 [2022-08-23T13:42:08.386Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43739/.git:/go/src/github.com/docker/docker/.git --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/validate/default
13:42:08 [2022-08-23T13:42:08.949Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:42:08 [2022-08-23T13:42:08.949Z] No api/types/ or api/swagger.yaml changes in diff.
13:42:08 [2022-08-23T13:42:08.949Z] Congratulations!  All TOML source files changed here have valid syntax.
13:42:08 [2022-08-23T13:42:08.949Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:42:08 [2022-08-23T13:42:08.949Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:42:08 [2022-08-23T13:42:08.949Z] 
13:42:08 [2022-08-23T13:42:08.949Z] INFO Start validation with golang-ci-lint
13:42:09 [2022-08-23T13:42:09.063Z] --- PASS: TestConfigInspect (2.22s)
13:42:09 [2022-08-23T13:42:09.063Z] === RUN   TestConfigList
13:42:09 [2022-08-23T13:42:09.878Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:42:09 [2022-08-23T13:42:09.878Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
13:42:09 [2022-08-23T13:42:09.878Z] INFO [loader] Using build tags: [ journald]       
13:42:10 [2022-08-23T13:42:10.992Z] --- PASS: TestConfigList (2.18s)
13:42:10 [2022-08-23T13:42:10.992Z] === RUN   TestConfigsCreateAndDelete
13:42:12 [2022-08-23T13:42:12.881Z] --- PASS: TestConfigsCreateAndDelete (2.18s)
13:42:12 [2022-08-23T13:42:12.881Z] === RUN   TestConfigsUpdate
13:42:13 [2022-08-23T13:42:13.276Z] #14 151.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
13:42:13 [2022-08-23T13:42:13.276Z] #14 151.6 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
13:42:13 [2022-08-23T13:42:13.276Z] #14 151.6 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:42:13 [2022-08-23T13:42:13.276Z] #14 ...
13:42:13 [2022-08-23T13:42:13.276Z] 
13:42:13 [2022-08-23T13:42:13.276Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:42:13 [2022-08-23T13:42:13.276Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:42:13 [2022-08-23T13:42:13.276Z] #77 64.34 libtoolize: putting auxiliary files in '.'.
13:42:13 [2022-08-23T13:42:13.276Z] #77 64.34 libtoolize: copying file './ltmain.sh'
13:42:13 [2022-08-23T13:42:13.276Z] #77 66.20 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
13:42:13 [2022-08-23T13:42:13.276Z] #77 66.20 libtoolize: and rerunning libtoolize and aclocal.
13:42:13 [2022-08-23T13:42:13.276Z] #77 66.20 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
13:42:13 [2022-08-23T13:42:13.847Z] #77 ...
13:42:13 [2022-08-23T13:42:13.847Z] 
13:42:13 [2022-08-23T13:42:13.847Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:42:13 [2022-08-23T13:42:13.847Z] #64 sha256:fb09cc2b769051877469ac03134a0e3bf72d0eed4290b6de4fb709b93991a097
13:42:13 [2022-08-23T13:42:13.847Z] #64 80.70 + bin/ctr
13:42:15 [2022-08-23T13:42:15.396Z] --- PASS: TestConfigsUpdate (2.17s)
13:42:15 [2022-08-23T13:42:15.396Z] === RUN   TestTemplatedConfig
13:42:17 [2022-08-23T13:42:17.297Z] --- PASS: TestTemplatedConfig (2.19s)
13:42:17 [2022-08-23T13:42:17.297Z] === RUN   TestConfigCreateResolve
13:42:19 [2022-08-23T13:42:19.831Z] --- PASS: TestConfigCreateResolve (2.19s)
13:42:19 [2022-08-23T13:42:19.831Z] PASS
13:42:19 [2022-08-23T13:42:19.831Z] 
13:42:19 [2022-08-23T13:42:19.831Z] DONE 6 tests in 13.145s
13:42:19 [2022-08-23T13:42:19.831Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:42:19 [2022-08-23T13:42:19.831Z] INFO: Testing against a local daemon
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestAttachWithTTY
13:42:19 [2022-08-23T13:42:19.831Z] --- PASS: TestAttachWithTTY (0.07s)
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestAttachWithoutTTy
13:42:19 [2022-08-23T13:42:19.831Z] --- PASS: TestAttachWithoutTTy (0.04s)
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestCheckpoint
13:42:19 [2022-08-23T13:42:19.831Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:42:19 [2022-08-23T13:42:19.831Z] --- SKIP: TestCheckpoint (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/commit
13:42:19 [2022-08-23T13:42:19.831Z] === PAUSE TestContainerInvalidJSON/commit
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/create
13:42:19 [2022-08-23T13:42:19.831Z] === PAUSE TestContainerInvalidJSON/containers/create
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
13:42:19 [2022-08-23T13:42:19.831Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
13:42:19 [2022-08-23T13:42:19.831Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
13:42:19 [2022-08-23T13:42:19.831Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:42:19 [2022-08-23T13:42:19.831Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
13:42:19 [2022-08-23T13:42:19.831Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
13:42:19 [2022-08-23T13:42:19.831Z] === CONT  TestContainerInvalidJSON/commit
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
13:42:19 [2022-08-23T13:42:19.831Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/commit/empty_body
13:42:19 [2022-08-23T13:42:19.831Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
13:42:19 [2022-08-23T13:42:19.831Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
13:42:19 [2022-08-23T13:42:19.831Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
13:42:19 [2022-08-23T13:42:19.831Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === CONT  TestContainerInvalidJSON/containers/create
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
13:42:19 [2022-08-23T13:42:19.831Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:42:19 [2022-08-23T13:42:19.831Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:42:19 [2022-08-23T13:42:19.831Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestCopyFromContainerPathIsNotDir
13:42:19 [2022-08-23T13:42:19.831Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestCopyToContainerPathDoesNotExist
13:42:19 [2022-08-23T13:42:19.831Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
13:42:19 [2022-08-23T13:42:19.831Z] === RUN   TestCopyEmptyFile
13:42:20 [2022-08-23T13:42:20.087Z] --- PASS: TestCopyEmptyFile (0.21s)
13:42:20 [2022-08-23T13:42:20.087Z] === RUN   TestCopyToContainerPathIsNotDir
13:42:20 [2022-08-23T13:42:20.087Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
13:42:20 [2022-08-23T13:42:20.087Z] === RUN   TestCopyFromContainer
13:42:21 [2022-08-23T13:42:21.452Z] === RUN   TestCopyFromContainer//
13:42:21 [2022-08-23T13:42:21.452Z] === RUN   TestCopyFromContainer//bar/root
13:42:21 [2022-08-23T13:42:21.452Z] === RUN   TestCopyFromContainer//bar/root/
13:42:21 [2022-08-23T13:42:21.452Z] === RUN   TestCopyFromContainer/bar/quux
13:42:21 [2022-08-23T13:42:21.452Z] === RUN   TestCopyFromContainer/bar/quux/
13:42:21 [2022-08-23T13:42:21.452Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:42:21 [2022-08-23T13:42:21.452Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:42:21 [2022-08-23T13:42:21.708Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:42:21 [2022-08-23T13:42:21.708Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:42:21 [2022-08-23T13:42:21.708Z] === RUN   TestCopyFromContainer/bar/notarget
13:42:21 [2022-08-23T13:42:21.708Z] --- PASS: TestCopyFromContainer (1.69s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCopyFromContainer// (0.06s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
13:42:21 [2022-08-23T13:42:21.708Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:42:21 [2022-08-23T13:42:21.708Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:42:21 [2022-08-23T13:42:21.708Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:42:21 [2022-08-23T13:42:21.708Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:42:21 [2022-08-23T13:42:21.708Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:42:21 [2022-08-23T13:42:21.708Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:42:21 [2022-08-23T13:42:21.708Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:42:21 [2022-08-23T13:42:21.708Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:42:21 [2022-08-23T13:42:21.708Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:42:21 [2022-08-23T13:42:21.708Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:42:21 [2022-08-23T13:42:21.708Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:42:21 [2022-08-23T13:42:21.708Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:42:21 [2022-08-23T13:42:21.708Z] === RUN   TestCreateLinkToNonExistingContainer
13:42:21 [2022-08-23T13:42:21.964Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
13:42:21 [2022-08-23T13:42:21.964Z] === RUN   TestCreateWithInvalidEnv
13:42:21 [2022-08-23T13:42:21.964Z] === RUN   TestCreateWithInvalidEnv/0
13:42:21 [2022-08-23T13:42:21.964Z] === PAUSE TestCreateWithInvalidEnv/0
13:42:21 [2022-08-23T13:42:21.964Z] === RUN   TestCreateWithInvalidEnv/1
13:42:21 [2022-08-23T13:42:21.964Z] === PAUSE TestCreateWithInvalidEnv/1
13:42:21 [2022-08-23T13:42:21.964Z] === RUN   TestCreateWithInvalidEnv/2
13:42:21 [2022-08-23T13:42:21.964Z] === PAUSE TestCreateWithInvalidEnv/2
13:42:21 [2022-08-23T13:42:21.964Z] === CONT  TestCreateWithInvalidEnv/0
13:42:21 [2022-08-23T13:42:21.964Z] === CONT  TestCreateWithInvalidEnv/2
13:42:21 [2022-08-23T13:42:21.964Z] === CONT  TestCreateWithInvalidEnv/1
13:42:21 [2022-08-23T13:42:21.964Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:42:21 [2022-08-23T13:42:21.964Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:42:21 [2022-08-23T13:42:21.964Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:42:21 [2022-08-23T13:42:21.964Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:42:21 [2022-08-23T13:42:21.964Z] === RUN   TestCreateTmpfsMountsTarget
13:42:21 [2022-08-23T13:42:21.964Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
13:42:21 [2022-08-23T13:42:21.964Z] === RUN   TestCreateWithCustomMaskedPaths
13:42:21 [2022-08-23T13:42:21.980Z] #64 ...
13:42:21 [2022-08-23T13:42:21.980Z] 
13:42:21 [2022-08-23T13:42:21.980Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:42:21 [2022-08-23T13:42:21.980Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:42:21 [2022-08-23T13:42:21.980Z] #77 82.41 configure.ac:7: installing './compile'
13:42:21 [2022-08-23T13:42:21.980Z] #77 82.42 configure.ac:11: installing './config.guess'
13:42:21 [2022-08-23T13:42:21.980Z] #77 82.44 configure.ac:11: installing './config.sub'
13:42:21 [2022-08-23T13:42:21.980Z] #77 82.46 configure.ac:8: installing './install-sh'
13:42:21 [2022-08-23T13:42:21.980Z] #77 82.47 configure.ac:8: installing './missing'
13:42:21 [2022-08-23T13:42:21.980Z] #77 82.69 Makefile.am: installing './depcomp'
13:42:23 [2022-08-23T13:42:23.330Z] --- PASS: TestCreateWithCustomMaskedPaths (1.56s)
13:42:23 [2022-08-23T13:42:23.330Z] === RUN   TestCreateWithCustomReadonlyPaths
13:42:23 [2022-08-23T13:42:23.892Z] #77 85.17 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
13:42:23 [2022-08-23T13:42:23.892Z] #77 85.17 libtoolize: copying file 'build-aux/ltmain.sh'
13:42:24 [2022-08-23T13:42:24.463Z] #77 85.62 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
13:42:24 [2022-08-23T13:42:24.463Z] #77 85.62 libtoolize: copying file 'm4/libtool.m4'
13:42:24 [2022-08-23T13:42:24.724Z] #77 85.95 libtoolize: copying file 'm4/ltoptions.m4'
13:42:24 [2022-08-23T13:42:24.984Z] #77 86.21 libtoolize: copying file 'm4/ltsugar.m4'
13:42:25 [2022-08-23T13:42:25.218Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.62s)
13:42:25 [2022-08-23T13:42:25.218Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:42:25 [2022-08-23T13:42:25.218Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:42:25 [2022-08-23T13:42:25.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:42:25 [2022-08-23T13:42:25.218Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:42:25 [2022-08-23T13:42:25.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:42:25 [2022-08-23T13:42:25.218Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:42:25 [2022-08-23T13:42:25.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:42:25 [2022-08-23T13:42:25.218Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:42:25 [2022-08-23T13:42:25.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:42:25 [2022-08-23T13:42:25.218Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:42:25 [2022-08-23T13:42:25.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:42:25 [2022-08-23T13:42:25.218Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:42:25 [2022-08-23T13:42:25.218Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:42:25 [2022-08-23T13:42:25.218Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:42:25 [2022-08-23T13:42:25.218Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:42:25 [2022-08-23T13:42:25.218Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:42:25 [2022-08-23T13:42:25.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:42:25 [2022-08-23T13:42:25.218Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:42:25 [2022-08-23T13:42:25.218Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
13:42:25 [2022-08-23T13:42:25.218Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
13:42:25 [2022-08-23T13:42:25.218Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
13:42:25 [2022-08-23T13:42:25.218Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
13:42:25 [2022-08-23T13:42:25.218Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:42:25 [2022-08-23T13:42:25.245Z] #77 86.57 libtoolize: copying file 'm4/ltversion.m4'
13:42:25 [2022-08-23T13:42:25.505Z] #77 86.95 libtoolize: copying file 'm4/lt~obsolete.m4'
13:42:25 [2022-08-23T13:42:25.780Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s)
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestCreateDifferentPlatform
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestCreateDifferentPlatform/different_os
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:42:25 [2022-08-23T13:42:25.780Z] --- PASS: TestCreateDifferentPlatform (0.02s)
13:42:25 [2022-08-23T13:42:25.780Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:42:25 [2022-08-23T13:42:25.780Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:42:25 [2022-08-23T13:42:25.780Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:42:25 [2022-08-23T13:42:25.780Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestCreateInvalidHostConfig
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
13:42:25 [2022-08-23T13:42:25.780Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
13:42:25 [2022-08-23T13:42:25.780Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:42:25 [2022-08-23T13:42:25.780Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
13:42:25 [2022-08-23T13:42:25.780Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
13:42:25 [2022-08-23T13:42:25.780Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
13:42:25 [2022-08-23T13:42:25.780Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
13:42:25 [2022-08-23T13:42:25.780Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:42:25 [2022-08-23T13:42:25.780Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
13:42:25 [2022-08-23T13:42:25.780Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
13:42:25 [2022-08-23T13:42:25.780Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
13:42:25 [2022-08-23T13:42:25.780Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
13:42:25 [2022-08-23T13:42:25.780Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
13:42:25 [2022-08-23T13:42:25.780Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestContainerStartOnDaemonRestart
13:42:25 [2022-08-23T13:42:25.780Z] === PAUSE TestContainerStartOnDaemonRestart
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestDaemonRestartIpcMode
13:42:25 [2022-08-23T13:42:25.780Z] === PAUSE TestDaemonRestartIpcMode
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestDaemonHostGatewayIP
13:42:25 [2022-08-23T13:42:25.780Z] === PAUSE TestDaemonHostGatewayIP
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestRestartDaemonWithRestartingContainer
13:42:25 [2022-08-23T13:42:25.780Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestContainerKillOnDaemonStart
13:42:25 [2022-08-23T13:42:25.780Z] === PAUSE TestContainerKillOnDaemonStart
13:42:25 [2022-08-23T13:42:25.780Z] === RUN   TestDiff
13:42:26 [2022-08-23T13:42:26.080Z] #77 87.29 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
13:42:26 [2022-08-23T13:42:26.341Z] --- PASS: TestDiff (0.59s)
13:42:26 [2022-08-23T13:42:26.341Z] === RUN   TestExecConsoleSize
13:42:27 [2022-08-23T13:42:27.269Z] --- PASS: TestExecConsoleSize (0.66s)
13:42:27 [2022-08-23T13:42:27.269Z] === RUN   TestExecWithCloseStdin
13:42:27 [2022-08-23T13:42:27.831Z] --- PASS: TestExecWithCloseStdin (0.63s)
13:42:27 [2022-08-23T13:42:27.831Z] === RUN   TestExec
13:42:28 [2022-08-23T13:42:28.392Z] --- PASS: TestExec (0.60s)
13:42:28 [2022-08-23T13:42:28.392Z] === RUN   TestExecUser
13:42:28 [2022-08-23T13:42:28.953Z] --- PASS: TestExecUser (0.65s)
13:42:28 [2022-08-23T13:42:28.953Z] === RUN   TestExportContainerAndImportImage
13:42:29 [2022-08-23T13:42:29.515Z] --- PASS: TestExportContainerAndImportImage (0.66s)
13:42:29 [2022-08-23T13:42:29.515Z] === RUN   TestExportContainerAfterDaemonRestart
13:42:30 [2022-08-23T13:42:30.878Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
13:42:30 [2022-08-23T13:42:30.878Z] === RUN   TestHealthCheckWorkdir
13:42:31 [2022-08-23T13:42:31.804Z] --- PASS: TestHealthCheckWorkdir (0.72s)
13:42:31 [2022-08-23T13:42:31.804Z] === RUN   TestHealthKillContainer
13:42:36 [2022-08-23T13:42:36.096Z] #77 ...
13:42:36 [2022-08-23T13:42:36.096Z] 
13:42:36 [2022-08-23T13:42:36.096Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:42:36 [2022-08-23T13:42:36.096Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:42:36 [2022-08-23T13:42:36.096Z] #14 163.9 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
13:42:36 [2022-08-23T13:42:36.096Z] #14 163.9 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
13:42:36 [2022-08-23T13:42:36.096Z] #14 163.9 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:42:39 [2022-08-23T13:42:39.884Z] --- PASS: TestHealthKillContainer (8.21s)
13:42:39 [2022-08-23T13:42:39.884Z] === RUN   TestHealthCheckProcessKilled
13:42:40 [2022-08-23T13:42:40.810Z] --- PASS: TestHealthCheckProcessKilled (0.81s)
13:42:40 [2022-08-23T13:42:40.810Z] === RUN   TestInspectCpusetInConfigPre120
13:42:41 [2022-08-23T13:42:41.066Z] --- PASS: TestInspectCpusetInConfigPre120 (0.50s)
13:42:41 [2022-08-23T13:42:41.066Z] === RUN   TestIpcModeNone
13:42:41 [2022-08-23T13:42:41.627Z] --- PASS: TestIpcModeNone (0.60s)
13:42:41 [2022-08-23T13:42:41.627Z] === RUN   TestIpcModePrivate
13:42:42 [2022-08-23T13:42:42.189Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false
13:42:42 [2022-08-23T13:42:42.456Z] --- PASS: TestIpcModePrivate (0.64s)
13:42:42 [2022-08-23T13:42:42.456Z] === RUN   TestIpcModeShareable
13:42:42 [2022-08-23T13:42:42.725Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true
13:42:42 [2022-08-23T13:42:42.980Z] --- PASS: TestIpcModeShareable (0.64s)
13:42:42 [2022-08-23T13:42:42.980Z] === RUN   TestAPIIpcModeShareableAndContainer
13:42:44 [2022-08-23T13:42:44.868Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.80s)
13:42:44 [2022-08-23T13:42:44.868Z] === RUN   TestAPIIpcModeHost
13:42:45 [2022-08-23T13:42:45.124Z] --- PASS: TestAPIIpcModeHost (0.40s)
13:42:45 [2022-08-23T13:42:45.124Z] === RUN   TestDaemonIpcModeShareable
13:42:46 [2022-08-23T13:42:46.489Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
13:42:46 [2022-08-23T13:42:46.489Z] --- PASS: TestDaemonIpcModeShareable (1.20s)
13:42:46 [2022-08-23T13:42:46.489Z] === RUN   TestDaemonIpcModePrivate
13:42:47 [2022-08-23T13:42:47.415Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
13:42:47 [2022-08-23T13:42:47.671Z] --- PASS: TestDaemonIpcModePrivate (1.18s)
13:42:47 [2022-08-23T13:42:47.671Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:42:48 [2022-08-23T13:42:48.372Z] #14 ...
13:42:48 [2022-08-23T13:42:48.373Z] 
13:42:48 [2022-08-23T13:42:48.373Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:42:48 [2022-08-23T13:42:48.373Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:42:48 [2022-08-23T13:42:48.373Z] #77 109.9 configure.ac:7: installing 'build-aux/compile'
13:42:48 [2022-08-23T13:42:48.597Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
13:42:48 [2022-08-23T13:42:48.633Z] #77 109.9 configure.ac:9: installing 'build-aux/config.guess'
13:42:48 [2022-08-23T13:42:48.633Z] #77 109.9 configure.ac:9: installing 'build-aux/config.sub'
13:42:48 [2022-08-23T13:42:48.633Z] #77 109.9 configure.ac:11: installing 'build-aux/install-sh'
13:42:48 [2022-08-23T13:42:48.633Z] #77 109.9 configure.ac:11: installing 'build-aux/missing'
13:42:48 [2022-08-23T13:42:48.853Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.21s)
13:42:48 [2022-08-23T13:42:48.853Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:42:49 [2022-08-23T13:42:49.204Z] #77 110.4 Makefile.am: installing 'build-aux/depcomp'
13:42:49 [2022-08-23T13:42:49.464Z] #77 110.8 parallel-tests: installing 'build-aux/test-driver'
13:42:49 [2022-08-23T13:42:49.780Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
13:42:50 [2022-08-23T13:42:50.036Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.20s)
13:42:50 [2022-08-23T13:42:50.036Z] === RUN   TestIpcModeOlderClient
13:42:50 [2022-08-23T13:42:50.036Z] === PAUSE TestIpcModeOlderClient
13:42:50 [2022-08-23T13:42:50.036Z] === RUN   TestKillContainerInvalidSignal
13:42:50 [2022-08-23T13:42:50.598Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
13:42:50 [2022-08-23T13:42:50.598Z] === RUN   TestKillContainer
13:42:50 [2022-08-23T13:42:50.598Z] === RUN   TestKillContainer/no_signal
13:42:50 [2022-08-23T13:42:50.855Z] === RUN   TestKillContainer/non_killing_signal
13:42:51 [2022-08-23T13:42:51.110Z] === RUN   TestKillContainer/killing_signal
13:42:51 [2022-08-23T13:42:51.673Z] --- PASS: TestKillContainer (1.33s)
13:42:51 [2022-08-23T13:42:51.673Z]     --- PASS: TestKillContainer/no_signal (0.41s)
13:42:51 [2022-08-23T13:42:51.673Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
13:42:51 [2022-08-23T13:42:51.673Z]     --- PASS: TestKillContainer/killing_signal (0.44s)
13:42:51 [2022-08-23T13:42:51.673Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:42:51 [2022-08-23T13:42:51.673Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:42:52 [2022-08-23T13:42:52.236Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:42:53 [2022-08-23T13:42:53.163Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.24s)
13:42:53 [2022-08-23T13:42:53.163Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s)
13:42:53 [2022-08-23T13:42:53.163Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s)
13:42:53 [2022-08-23T13:42:53.163Z] === RUN   TestKillStoppedContainer
13:42:53 [2022-08-23T13:42:53.163Z] --- PASS: TestKillStoppedContainer (0.04s)
13:42:53 [2022-08-23T13:42:53.163Z] === RUN   TestKillStoppedContainerAPIPre120
13:42:53 [2022-08-23T13:42:53.163Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
13:42:53 [2022-08-23T13:42:53.163Z] === RUN   TestKillDifferentUserContainer
13:42:53 [2022-08-23T13:42:53.420Z] --- PASS: TestKillDifferentUserContainer (0.43s)
13:42:53 [2022-08-23T13:42:53.420Z] === RUN   TestInspectOomKilledTrue
13:42:53 [2022-08-23T13:42:53.420Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:42:53 [2022-08-23T13:42:53.420Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
13:42:53 [2022-08-23T13:42:53.420Z] === RUN   TestInspectOomKilledFalse
13:42:53 [2022-08-23T13:42:53.789Z] #77 114.8 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
13:42:53 [2022-08-23T13:42:53.789Z] #77 114.8 libtoolize: copying file 'build-aux/ltmain.sh'
13:42:53 [2022-08-23T13:42:53.982Z] --- PASS: TestInspectOomKilledFalse (0.40s)
13:42:53 [2022-08-23T13:42:53.982Z] === RUN   TestLinksEtcHostsContentMatch
13:42:54 [2022-08-23T13:42:54.238Z] --- PASS: TestLinksEtcHostsContentMatch (0.34s)
13:42:54 [2022-08-23T13:42:54.238Z] === RUN   TestLinksContainerNames
13:42:55 [2022-08-23T13:42:55.167Z] --- PASS: TestLinksContainerNames (0.86s)
13:42:55 [2022-08-23T13:42:55.167Z] === RUN   TestLogsFollowTailEmpty
13:42:55 [2022-08-23T13:42:55.181Z] #77 116.2 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
13:42:55 [2022-08-23T13:42:55.181Z] #77 116.2 libtoolize: copying file 'm4/libtool.m4'
13:42:55 [2022-08-23T13:42:55.181Z] #77 116.5 libtoolize: copying file 'm4/ltoptions.m4'
13:42:55 [2022-08-23T13:42:55.441Z] #77 116.8 libtoolize: copying file 'm4/ltsugar.m4'
13:42:55 [2022-08-23T13:42:55.701Z] #77 117.0 libtoolize: copying file 'm4/ltversion.m4'
13:42:55 [2022-08-23T13:42:55.701Z] #77 117.2 libtoolize: copying file 'm4/lt~obsolete.m4'
13:42:55 [2022-08-23T13:42:55.701Z] #77 ...
13:42:55 [2022-08-23T13:42:55.701Z] 
13:42:55 [2022-08-23T13:42:55.701Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:42:55 [2022-08-23T13:42:55.701Z] #67 sha256:e1a61485726eb2cedfe3abe07e2375ef4c7b4d741761cd4901f649ce387d71c9
13:42:55 [2022-08-23T13:42:55.701Z] #67 194.3 + for f in rootlesskit rootlesskit-docker-proxy
13:42:55 [2022-08-23T13:42:55.701Z] #67 194.3 + GOBIN=/build
13:42:55 [2022-08-23T13:42:55.701Z] #67 194.3 + GO111MODULE=on
13:42:55 [2022-08-23T13:42:55.701Z] #67 194.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:42:55 [2022-08-23T13:42:55.728Z] --- PASS: TestLogsFollowTailEmpty (0.44s)
13:42:55 [2022-08-23T13:42:55.728Z] === RUN   TestLogs
13:42:55 [2022-08-23T13:42:55.728Z] === RUN   TestLogs/driver_local
13:42:55 [2022-08-23T13:42:55.728Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
13:42:55 [2022-08-23T13:42:55.728Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
13:42:55 [2022-08-23T13:42:55.728Z] === RUN   TestLogs/driver_local/tty/only_stdout
13:42:55 [2022-08-23T13:42:55.728Z] === PAUSE TestLogs/driver_local/tty/only_stdout
13:42:55 [2022-08-23T13:42:55.728Z] === RUN   TestLogs/driver_local/tty/only_stderr
13:42:55 [2022-08-23T13:42:55.728Z] === PAUSE TestLogs/driver_local/tty/only_stderr
13:42:55 [2022-08-23T13:42:55.728Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
13:42:55 [2022-08-23T13:42:55.728Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
13:42:55 [2022-08-23T13:42:55.728Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
13:42:55 [2022-08-23T13:42:55.728Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
13:42:55 [2022-08-23T13:42:55.728Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
13:42:55 [2022-08-23T13:42:55.728Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
13:42:55 [2022-08-23T13:42:55.728Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
13:42:55 [2022-08-23T13:42:55.728Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
13:42:56 [2022-08-23T13:42:56.289Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
13:42:56 [2022-08-23T13:42:56.289Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
13:42:56 [2022-08-23T13:42:56.851Z] === CONT  TestLogs/driver_local/tty/only_stderr
13:42:56 [2022-08-23T13:42:56.851Z] === CONT  TestLogs/driver_local/tty/only_stdout
13:42:57 [2022-08-23T13:42:57.412Z] === RUN   TestLogs/driver_json-file
13:42:57 [2022-08-23T13:42:57.412Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
13:42:57 [2022-08-23T13:42:57.412Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
13:42:57 [2022-08-23T13:42:57.412Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
13:42:57 [2022-08-23T13:42:57.412Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
13:42:57 [2022-08-23T13:42:57.412Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
13:42:57 [2022-08-23T13:42:57.412Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
13:42:57 [2022-08-23T13:42:57.412Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:42:57 [2022-08-23T13:42:57.412Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:42:57 [2022-08-23T13:42:57.412Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
13:42:57 [2022-08-23T13:42:57.412Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
13:42:57 [2022-08-23T13:42:57.412Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
13:42:57 [2022-08-23T13:42:57.412Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
13:42:57 [2022-08-23T13:42:57.412Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
13:42:57 [2022-08-23T13:42:57.412Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
13:42:57 [2022-08-23T13:42:57.973Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
13:42:57 [2022-08-23T13:42:57.973Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:42:58 [2022-08-23T13:42:58.535Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
13:42:58 [2022-08-23T13:42:58.535Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
13:42:59 [2022-08-23T13:42:59.097Z] --- PASS: TestLogs (3.66s)
13:42:59 [2022-08-23T13:42:59.097Z]     --- PASS: TestLogs/driver_local (0.01s)
13:42:59 [2022-08-23T13:42:59.097Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.65s)
13:42:59 [2022-08-23T13:42:59.097Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.68s)
13:42:59 [2022-08-23T13:42:59.097Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.60s)
13:42:59 [2022-08-23T13:42:59.097Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.61s)
13:42:59 [2022-08-23T13:42:59.097Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.61s)
13:42:59 [2022-08-23T13:42:59.097Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.59s)
13:42:59 [2022-08-23T13:42:59.097Z]     --- PASS: TestLogs/driver_json-file (0.01s)
13:42:59 [2022-08-23T13:42:59.097Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.55s)
13:42:59 [2022-08-23T13:42:59.097Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.60s)
13:42:59 [2022-08-23T13:42:59.097Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.58s)
13:42:59 [2022-08-23T13:42:59.097Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.58s)
13:42:59 [2022-08-23T13:42:59.097Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.53s)
13:42:59 [2022-08-23T13:42:59.097Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.58s)
13:42:59 [2022-08-23T13:42:59.097Z] === RUN   TestContainerNetworkMountsNoChown
13:42:59 [2022-08-23T13:42:59.660Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s)
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/default
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/default
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/private
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/private
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rprivate
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rprivate
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/slave
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/slave
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rslave
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rslave
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/shared
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/shared
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rshared
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rshared
13:42:59 [2022-08-23T13:42:59.660Z] === CONT  TestMountDaemonRoot/default
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/default/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/default/mount_root
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === CONT  TestMountDaemonRoot/default/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === CONT  TestMountDaemonRoot/rshared
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:42:59 [2022-08-23T13:42:59.660Z] === CONT  TestMountDaemonRoot/rprivate
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === CONT  TestMountDaemonRoot/shared
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === CONT  TestMountDaemonRoot/rslave
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === CONT  TestMountDaemonRoot/slave
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:42:59 [2022-08-23T13:42:59.660Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:42:59 [2022-08-23T13:42:59.661Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:42:59 [2022-08-23T13:42:59.661Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:42:59 [2022-08-23T13:42:59.661Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:42:59 [2022-08-23T13:42:59.661Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:42:59 [2022-08-23T13:42:59.661Z] === CONT  TestMountDaemonRoot/private
13:42:59 [2022-08-23T13:42:59.661Z] === CONT  TestMountDaemonRoot/default/mount_root
13:42:59 [2022-08-23T13:42:59.661Z] === RUN   TestMountDaemonRoot/private/bind_root
13:42:59 [2022-08-23T13:42:59.661Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:42:59 [2022-08-23T13:42:59.661Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:42:59 [2022-08-23T13:42:59.661Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:42:59 [2022-08-23T13:42:59.661Z] === RUN   TestMountDaemonRoot/private/mount_root
13:42:59 [2022-08-23T13:42:59.661Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:42:59 [2022-08-23T13:42:59.661Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:42:59 [2022-08-23T13:42:59.661Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:42:59 [2022-08-23T13:42:59.661Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:42:59 [2022-08-23T13:42:59.661Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:42:59 [2022-08-23T13:42:59.661Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:42:59 [2022-08-23T13:42:59.661Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:42:59 [2022-08-23T13:42:59.661Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:42:59 [2022-08-23T13:42:59.909Z] #67 ...
13:42:59 [2022-08-23T13:42:59.909Z] 
13:42:59 [2022-08-23T13:42:59.909Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:42:59 [2022-08-23T13:42:59.909Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:42:59 [2022-08-23T13:42:59.909Z] #14 188.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
13:42:59 [2022-08-23T13:42:59.909Z] #14 188.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
13:42:59 [2022-08-23T13:42:59.909Z] #14 188.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:42:59 [2022-08-23T13:42:59.916Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:42:59 [2022-08-23T13:42:59.916Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:42:59 [2022-08-23T13:42:59.916Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:42:59 [2022-08-23T13:42:59.916Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:42:59 [2022-08-23T13:42:59.916Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:42:59 [2022-08-23T13:42:59.916Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:42:59 [2022-08-23T13:42:59.916Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:42:59 [2022-08-23T13:42:59.916Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:42:59 [2022-08-23T13:42:59.916Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:42:59 [2022-08-23T13:42:59.916Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:42:59 [2022-08-23T13:42:59.916Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:42:59 [2022-08-23T13:42:59.916Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:43:00 [2022-08-23T13:43:00.173Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:43:00 [2022-08-23T13:43:00.173Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:43:00 [2022-08-23T13:43:00.173Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:43:00 [2022-08-23T13:43:00.173Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:43:00 [2022-08-23T13:43:00.173Z] === CONT  TestMountDaemonRoot/private/bind_root
13:43:00 [2022-08-23T13:43:00.173Z] === CONT  TestMountDaemonRoot/private/mount_root
13:43:00 [2022-08-23T13:43:00.173Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:43:00 [2022-08-23T13:43:00.173Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:43:00 [2022-08-23T13:43:00.173Z] --- PASS: TestMountDaemonRoot (0.01s)
13:43:00 [2022-08-23T13:43:00.173Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
13:43:00 [2022-08-23T13:43:00.173Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
13:43:00 [2022-08-23T13:43:00.173Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
13:43:00 [2022-08-23T13:43:00.173Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
13:43:00 [2022-08-23T13:43:00.173Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
13:43:00 [2022-08-23T13:43:00.173Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
13:43:00 [2022-08-23T13:43:00.173Z] === RUN   TestContainerBindMountNonRecursive
13:43:01 [2022-08-23T13:43:01.538Z] --- PASS: TestContainerBindMountNonRecursive (1.38s)
13:43:01 [2022-08-23T13:43:01.538Z] === RUN   TestContainerVolumesMountedAsShared
13:43:01 [2022-08-23T13:43:01.820Z] #14 200.6 Selecting previously unselected package g++-mingw-w64-x86-64.
13:43:01 [2022-08-23T13:43:01.820Z] #14 200.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
13:43:01 [2022-08-23T13:43:01.820Z] #14 200.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:43:02 [2022-08-23T13:43:02.080Z] #14 200.9 Selecting previously unselected package libapparmor1:amd64.
13:43:02 [2022-08-23T13:43:02.080Z] #14 200.9 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
13:43:02 [2022-08-23T13:43:02.080Z] #14 200.9 Unpacking libapparmor1:amd64 (2.13.6-10) ...
13:43:02 [2022-08-23T13:43:02.099Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s)
13:43:02 [2022-08-23T13:43:02.099Z] === RUN   TestContainerVolumesMountedAsSlave
13:43:02 [2022-08-23T13:43:02.340Z] #14 201.2 Selecting previously unselected package libapparmor-dev:amd64.
13:43:02 [2022-08-23T13:43:02.340Z] #14 201.2 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
13:43:02 [2022-08-23T13:43:02.340Z] #14 201.2 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
13:43:02 [2022-08-23T13:43:02.355Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s)
13:43:02 [2022-08-23T13:43:02.355Z] === RUN   TestNetworkNat
13:43:02 [2022-08-23T13:43:02.600Z] #14 201.5 Selecting previously unselected package libbtrfs0:amd64.
13:43:02 [2022-08-23T13:43:02.600Z] #14 201.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
13:43:02 [2022-08-23T13:43:02.600Z] #14 201.5 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
13:43:02 [2022-08-23T13:43:02.860Z] #14 201.9 Selecting previously unselected package libbtrfs-dev:amd64.
13:43:02 [2022-08-23T13:43:02.918Z] --- PASS: TestNetworkNat (0.48s)
13:43:02 [2022-08-23T13:43:02.918Z] === RUN   TestNetworkLocalhostTCPNat
13:43:03 [2022-08-23T13:43:03.120Z] #14 201.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
13:43:03 [2022-08-23T13:43:03.120Z] #14 201.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
13:43:03 [2022-08-23T13:43:03.176Z] --- PASS: TestNetworkLocalhostTCPNat (0.48s)
13:43:03 [2022-08-23T13:43:03.176Z] === RUN   TestNetworkLoopbackNat
13:43:03 [2022-08-23T13:43:03.381Z] #14 202.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:43:03 [2022-08-23T13:43:03.642Z] #14 202.3 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:43:03 [2022-08-23T13:43:03.642Z] #14 202.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
13:43:03 [2022-08-23T13:43:03.642Z] #14 202.5 Selecting previously unselected package libudev-dev:amd64.
13:43:03 [2022-08-23T13:43:03.902Z] #14 202.5 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
13:43:03 [2022-08-23T13:43:03.902Z] #14 202.6 Unpacking libudev-dev:amd64 (247.3-7) ...
13:43:03 [2022-08-23T13:43:03.902Z] #14 202.8 Selecting previously unselected package libsepol1-dev:amd64.
13:43:03 [2022-08-23T13:43:03.902Z] #14 202.8 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
13:43:03 [2022-08-23T13:43:03.902Z] #14 202.8 Unpacking libsepol1-dev:amd64 (3.1-1) ...
13:43:04 [2022-08-23T13:43:04.472Z] #14 203.4 Selecting previously unselected package libpcre2-16-0:amd64.
13:43:04 [2022-08-23T13:43:04.732Z] #14 203.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
13:43:04 [2022-08-23T13:43:04.732Z] #14 203.4 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
13:43:04 [2022-08-23T13:43:04.993Z] #14 203.7 Selecting previously unselected package libpcre2-32-0:amd64.
13:43:04 [2022-08-23T13:43:04.994Z] #14 203.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
13:43:04 [2022-08-23T13:43:04.994Z] #14 203.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
13:43:05 [2022-08-23T13:43:05.254Z] #14 204.1 Selecting previously unselected package libpcre2-posix2:amd64.
13:43:05 [2022-08-23T13:43:05.254Z] #14 204.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
13:43:05 [2022-08-23T13:43:05.254Z] #14 204.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
13:43:05 [2022-08-23T13:43:05.514Z] #14 204.3 Selecting previously unselected package libpcre2-dev:amd64.
13:43:05 [2022-08-23T13:43:05.514Z] #14 204.3 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
13:43:05 [2022-08-23T13:43:05.514Z] #14 204.3 Unpacking libpcre2-dev:amd64 (10.36-2) ...
13:43:06 [2022-08-23T13:43:06.440Z] --- PASS: TestNetworkLoopbackNat (2.61s)
13:43:06 [2022-08-23T13:43:06.440Z] === RUN   TestPause
13:43:06 [2022-08-23T13:43:06.440Z] --- PASS: TestPause (0.46s)
13:43:06 [2022-08-23T13:43:06.440Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:43:06 [2022-08-23T13:43:06.440Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:43:06 [2022-08-23T13:43:06.440Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:43:06 [2022-08-23T13:43:06.440Z] === RUN   TestPauseStopPausedContainer
13:43:06 [2022-08-23T13:43:06.452Z] #14 205.3 Selecting previously unselected package libselinux1-dev:amd64.
13:43:06 [2022-08-23T13:43:06.452Z] #14 205.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
13:43:06 [2022-08-23T13:43:06.452Z] #14 205.3 Unpacking libselinux1-dev:amd64 (3.1-3) ...
13:43:06 [2022-08-23T13:43:06.696Z] --- PASS: TestPauseStopPausedContainer (0.48s)
13:43:06 [2022-08-23T13:43:06.696Z] === RUN   TestPidHost
13:43:07 [2022-08-23T13:43:07.022Z] #14 ...
13:43:07 [2022-08-23T13:43:07.022Z] 
13:43:07 [2022-08-23T13:43:07.022Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
13:43:07 [2022-08-23T13:43:07.022Z] #67 sha256:e1a61485726eb2cedfe3abe07e2375ef4c7b4d741761cd4901f649ce387d71c9
13:43:07 [2022-08-23T13:43:07.022Z] #67 205.6 rootlesskit version 1.0.0
13:43:07 [2022-08-23T13:43:07.022Z] #67 205.6 Usage of /build/rootlesskit-docker-proxy:
13:43:07 [2022-08-23T13:43:07.022Z] #67 205.6   -container-ip string
13:43:07 [2022-08-23T13:43:07.022Z] #67 205.6     	container ip
13:43:07 [2022-08-23T13:43:07.022Z] #67 205.6   -container-port int
13:43:07 [2022-08-23T13:43:07.022Z] #67 205.6     	container port (default -1)
13:43:07 [2022-08-23T13:43:07.022Z] #67 205.6   -host-ip string
13:43:07 [2022-08-23T13:43:07.022Z] #67 205.6     	host ip
13:43:07 [2022-08-23T13:43:07.022Z] #67 205.6   -host-port int
13:43:07 [2022-08-23T13:43:07.022Z] #67 205.6     	host port (default -1)
13:43:07 [2022-08-23T13:43:07.022Z] #67 205.6   -proto string
13:43:07 [2022-08-23T13:43:07.022Z] #67 205.6     	proxy protocol (default "tcp")
13:43:07 [2022-08-23T13:43:07.281Z] #67 DONE 205.9s
13:43:07 [2022-08-23T13:43:07.281Z] 
13:43:07 [2022-08-23T13:43:07.281Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:43:07 [2022-08-23T13:43:07.281Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:43:07 [2022-08-23T13:43:07.281Z] #14 206.1 Selecting previously unselected package libdevmapper-dev:amd64.
13:43:07 [2022-08-23T13:43:07.281Z] #14 206.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
13:43:07 [2022-08-23T13:43:07.281Z] #14 206.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
13:43:07 [2022-08-23T13:43:07.281Z] #14 ...
13:43:07 [2022-08-23T13:43:07.281Z] 
13:43:07 [2022-08-23T13:43:07.281Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
13:43:07 [2022-08-23T13:43:07.281Z] #68 sha256:4aa0c94c373483ea448203dc8fff5289e18c11b00760023482458de8612317ed
13:43:07 [2022-08-23T13:43:07.281Z] #68 DONE 0.1s
13:43:07 [2022-08-23T13:43:07.281Z] 
13:43:07 [2022-08-23T13:43:07.281Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:43:07 [2022-08-23T13:43:07.281Z] #69 sha256:bdd1093a756ccee4306494f6a27af840b3731d73c5dd933cf90c7b346bc34c4c
13:43:07 [2022-08-23T13:43:07.281Z] #69 DONE 0.0s
13:43:07 [2022-08-23T13:43:07.281Z] 
13:43:07 [2022-08-23T13:43:07.281Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
13:43:07 [2022-08-23T13:43:07.281Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
13:43:07 [2022-08-23T13:43:07.281Z] #14 206.2 Selecting previously unselected package libseccomp-dev:amd64.
13:43:07 [2022-08-23T13:43:07.281Z] #14 206.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
13:43:07 [2022-08-23T13:43:07.541Z] #14 206.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:43:07 [2022-08-23T13:43:07.801Z] #14 206.6 Selecting previously unselected package libsystemd-dev:amd64.
13:43:07 [2022-08-23T13:43:07.801Z] #14 206.6 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
13:43:07 [2022-08-23T13:43:07.801Z] #14 206.6 Unpacking libsystemd-dev:amd64 (247.3-7) ...
13:43:08 [2022-08-23T13:43:08.061Z] --- PASS: TestPidHost (0.98s)
13:43:08 [2022-08-23T13:43:08.062Z] === RUN   TestPsFilter
13:43:08 [2022-08-23T13:43:08.062Z] --- PASS: TestPsFilter (0.11s)
13:43:08 [2022-08-23T13:43:08.062Z] === RUN   TestRemoveContainerWithRemovedVolume
13:43:08 [2022-08-23T13:43:08.318Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.48s)
13:43:08 [2022-08-23T13:43:08.318Z] === RUN   TestRemoveContainerWithVolume
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.4 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.5 Setting up libapparmor1:amd64 (2.13.6-10) ...
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.5 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.5 Setting up libsepol1-dev:amd64 (3.1-1) ...
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.5 Setting up libpcre2-16-0:amd64 (10.36-2) ...
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.6 Setting up libbtrfs0:amd64 (5.10.1-2) ...
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.6 Setting up libpcre2-32-0:amd64 (10.36-2) ...
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.6 Setting up libudev-dev:amd64 (247.3-7) ...
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.6 Setting up libpcre2-posix2:amd64 (10.36-2) ...
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.6 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
13:43:08 [2022-08-23T13:43:08.742Z] #14 207.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:43:08 [2022-08-23T13:43:08.879Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
13:43:08 [2022-08-23T13:43:08.879Z] === RUN   TestRemoveContainerRunning
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.7 Setting up mingw-w64-common (8.0.0-1) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.7 Setting up libsystemd-dev:amd64 (247.3-7) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.8 Setting up libpcre2-dev:amd64 (10.36-2) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.8 Setting up libselinux1-dev:amd64 (3.1-3) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.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
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.8 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.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
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.8 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.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
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.9 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 207.9 Setting up dmsetup (2:1.02.175-2.1) ...
13:43:09 [2022-08-23T13:43:09.002Z] #14 208.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
13:43:09 [2022-08-23T13:43:09.134Z] --- PASS: TestRemoveContainerRunning (0.44s)
13:43:09 [2022-08-23T13:43:09.135Z] === RUN   TestRemoveContainerForceRemoveRunning
13:43:09 [2022-08-23T13:43:09.263Z] #14 208.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
13:43:09 [2022-08-23T13:43:09.263Z] #14 208.0 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:43:09 [2022-08-23T13:43:09.697Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
13:43:09 [2022-08-23T13:43:09.697Z] === RUN   TestRemoveInvalidContainer
13:43:09 [2022-08-23T13:43:09.697Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:43:09 [2022-08-23T13:43:09.697Z] === RUN   TestRenameLinkedContainer
13:43:09 [2022-08-23T13:43:09.833Z] #14 DONE 208.5s
13:43:09 [2022-08-23T13:43:09.833Z] 
13:43:09 [2022-08-23T13:43:09.833Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
13:43:09 [2022-08-23T13:43:09.833Z] #59 sha256:810222a5da7ad9dcc89639a7a1d9f128642fb258cb34038b6c4c1134a5f10a43
13:43:09 [2022-08-23T13:43:09.833Z] #59 DONE 0.2s
13:43:09 [2022-08-23T13:43:09.833Z] 
13:43:09 [2022-08-23T13:43:09.833Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:43:09 [2022-08-23T13:43:09.833Z] #60 sha256:91237f66c31bb2bb414a4437d52af482ec8e497aa7ed25a0fc3b45cacb25a240
13:43:11 [2022-08-23T13:43:11.588Z] --- PASS: TestRenameLinkedContainer (1.78s)
13:43:11 [2022-08-23T13:43:11.588Z] === RUN   TestRenameStoppedContainer
13:43:11 [2022-08-23T13:43:11.746Z] #60 ...
13:43:11 [2022-08-23T13:43:11.746Z] 
13:43:11 [2022-08-23T13:43:11.746Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
13:43:11 [2022-08-23T13:43:11.746Z] #15 sha256:077d7a259b0ad1112d80cac59b099c071f493e65cdf7318685176c5e35269c62
13:43:11 [2022-08-23T13:43:11.746Z] #15 DONE 2.0s
13:43:11 [2022-08-23T13:43:11.746Z] 
13:43:11 [2022-08-23T13:43:11.746Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:43:11 [2022-08-23T13:43:11.746Z] #60 sha256:91237f66c31bb2bb414a4437d52af482ec8e497aa7ed25a0fc3b45cacb25a240
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.876 + RM_GOPATH=0
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.876 + TMP_GOPATH=
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.876 + : /build
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.876 + '[' -z '' ']'
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.876 ++ mktemp -d
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.881 + export GOPATH=/tmp/tmp.5x8AJfA1pf
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.881 + GOPATH=/tmp/tmp.5x8AJfA1pf
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.881 + RM_GOPATH=1
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.881 + case "$(go env GOARCH)" in
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.881 ++ go env GOARCH
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 + export GO_BUILDMODE=-buildmode=pie
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 + GO_BUILDMODE=-buildmode=pie
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 ++ dirname /install.sh
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 + dir=/
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 + bin=runc
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 + shift
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 + '[' '!' -f //runc.installer ']'
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 + . //runc.installer
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 ++ set -e
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 ++ : v1.1.3
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 + install_runc
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 + RUNC_BUILDTAGS=seccomp
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 + echo 'Install runc version v1.1.3 (build tags: seccomp)'
13:43:11 [2022-08-23T13:43:11.746Z] #60 1.921 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.5x8AJfA1pf/src/github.com/opencontainers/runc
13:43:11 [2022-08-23T13:43:11.747Z] #60 1.926 Cloning into '/tmp/tmp.5x8AJfA1pf/src/github.com/opencontainers/runc'...
13:43:11 [2022-08-23T13:43:11.747Z] #60 1.928 Install runc version v1.1.3 (build tags: seccomp)
13:43:11 [2022-08-23T13:43:11.844Z] --- PASS: TestRenameStoppedContainer (0.42s)
13:43:11 [2022-08-23T13:43:11.844Z] === RUN   TestRenameRunningContainerAndReuse
13:43:12 [2022-08-23T13:43:12.775Z] --- PASS: TestRenameRunningContainerAndReuse (0.86s)
13:43:12 [2022-08-23T13:43:12.775Z] === RUN   TestRenameInvalidName
13:43:13 [2022-08-23T13:43:13.337Z] --- PASS: TestRenameInvalidName (0.46s)
13:43:13 [2022-08-23T13:43:13.337Z] === RUN   TestRenameAnonymousContainer
13:43:13 [2022-08-23T13:43:13.662Z] #60 ...
13:43:13 [2022-08-23T13:43:13.662Z] 
13:43:13 [2022-08-23T13:43:13.662Z] #16 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:43:13 [2022-08-23T13:43:13.662Z] #16 sha256:d8e9851bb51fee408bb8b157f4bd569212be21f9947a8084c3a9e555b911b33b
13:43:13 [2022-08-23T13:43:13.662Z] #16 DONE 1.6s
13:43:13 [2022-08-23T13:43:13.662Z] 
13:43:13 [2022-08-23T13:43:13.662Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:43:13 [2022-08-23T13:43:13.662Z] #17 sha256:ccea2b62b67916b9b6892a4436109863b264b12fec2310ab94dd75b537f5d229
13:43:14 [2022-08-23T13:43:14.602Z] #17 1.244 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:43:14 [2022-08-23T13:43:14.602Z] #17 DONE 1.4s
13:43:14 [2022-08-23T13:43:14.602Z] 
13:43:14 [2022-08-23T13:43:14.602Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:43:14 [2022-08-23T13:43:14.602Z] #18 sha256:9b7f580850957ad0bb8f9ef2bad01882bcaa115ae2dcd7208636b5b7ad2c9dc6
13:43:14 [2022-08-23T13:43:14.703Z] --- PASS: TestRenameAnonymousContainer (1.53s)
13:43:14 [2022-08-23T13:43:14.703Z] === RUN   TestRenameContainerWithSameName
13:43:15 [2022-08-23T13:43:15.264Z] --- PASS: TestRenameContainerWithSameName (0.42s)
13:43:15 [2022-08-23T13:43:15.264Z] === RUN   TestRenameContainerWithLinkedContainer
13:43:16 [2022-08-23T13:43:16.190Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s)
13:43:16 [2022-08-23T13:43:16.190Z] === RUN   TestResize
13:43:16 [2022-08-23T13:43:16.446Z] --- PASS: TestResize (0.42s)
13:43:16 [2022-08-23T13:43:16.446Z] === RUN   TestResizeWithInvalidSize
13:43:16 [2022-08-23T13:43:16.513Z] #18 DONE 1.7s
13:43:16 [2022-08-23T13:43:16.513Z] 
13:43:16 [2022-08-23T13:43:16.513Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:43:16 [2022-08-23T13:43:16.513Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
13:43:16 [2022-08-23T13:43:16.513Z] #34 ...
13:43:16 [2022-08-23T13:43:16.513Z] 
13:43:16 [2022-08-23T13:43:16.513Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:43:16 [2022-08-23T13:43:16.513Z] #19 sha256:c435b6f0c56a8a1282389e932e75e2d2d70ae1f088d27b64596099b09def9eba
13:43:17 [2022-08-23T13:43:17.007Z] --- PASS: TestResizeWithInvalidSize (0.42s)
13:43:17 [2022-08-23T13:43:17.007Z] === RUN   TestResizeWhenContainerNotStarted
13:43:17 [2022-08-23T13:43:17.263Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s)
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:43:17 [2022-08-23T13:43:17.263Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:43:18 [2022-08-23T13:43:18.425Z] #19 DONE 1.9s
13:43:18 [2022-08-23T13:43:18.425Z] 
13:43:18 [2022-08-23T13:43:18.425Z] #20 [dev-systemd-false  6/28] RUN ldconfig
13:43:18 [2022-08-23T13:43:18.425Z] #20 sha256:6a9eb29723672f54f61b1d381cbab2a47cf50514d165fbb1724e889f37a865ad
13:43:18 [2022-08-23T13:43:18.631Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:43:18 [2022-08-23T13:43:18.888Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:43:19 [2022-08-23T13:43:19.810Z] #20 DONE 1.5s
13:43:19 [2022-08-23T13:43:19.810Z] 
13:43:19 [2022-08-23T13:43:19.810Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:43:19 [2022-08-23T13:43:19.810Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
13:43:19 [2022-08-23T13:43:19.810Z] #47 ...
13:43:19 [2022-08-23T13:43:19.810Z] 
13:43:19 [2022-08-23T13:43:19.810Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:43:19 [2022-08-23T13:43:19.810Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
13:43:19 [2022-08-23T13:43:19.816Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:43:20 [2022-08-23T13:43:20.378Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:43:21 [2022-08-23T13:43:21.305Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:43:21 [2022-08-23T13:43:21.720Z] #21 2.070 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:43:21 [2022-08-23T13:43:21.980Z] #21 2.274 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:43:22 [2022-08-23T13:43:22.240Z] #21 2.373 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:43:23 [2022-08-23T13:43:23.180Z] #21 3.161 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:43:23 [2022-08-23T13:43:23.819Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:43:24 [2022-08-23T13:43:24.382Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:43:25 [2022-08-23T13:43:25.722Z] #21 5.560 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
13:43:26 [2022-08-23T13:43:26.295Z] #21 ...
13:43:26 [2022-08-23T13:43:26.295Z] 
13:43:26 [2022-08-23T13:43:26.295Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:43:26 [2022-08-23T13:43:26.295Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:43:26 [2022-08-23T13:43:26.295Z] #77 143.1 configure.ac:11: installing 'build-aux/compile'
13:43:26 [2022-08-23T13:43:26.295Z] #77 143.1 configure.ac:11: installing 'build-aux/config.guess'
13:43:26 [2022-08-23T13:43:26.295Z] #77 143.1 configure.ac:11: installing 'build-aux/config.sub'
13:43:26 [2022-08-23T13:43:26.295Z] #77 143.1 configure.ac:13: installing 'build-aux/install-sh'
13:43:26 [2022-08-23T13:43:26.295Z] #77 143.1 configure.ac:13: installing 'build-aux/missing'
13:43:26 [2022-08-23T13:43:26.295Z] #77 143.1 configure.ac:8: installing 'build-aux/tap-driver.sh'
13:43:26 [2022-08-23T13:43:26.295Z] #77 143.4 Makefile.am: installing 'build-aux/depcomp'
13:43:26 [2022-08-23T13:43:26.295Z] #77 146.6 checking build system type... x86_64-pc-linux-gnu
13:43:26 [2022-08-23T13:43:26.295Z] #77 147.2 checking host system type... x86_64-pc-linux-gnu
13:43:26 [2022-08-23T13:43:26.295Z] #77 147.2 checking how to print strings... printf
13:43:26 [2022-08-23T13:43:26.295Z] #77 147.2 checking for gcc... gcc
13:43:26 [2022-08-23T13:43:26.295Z] #77 147.3 checking whether the C compiler works... yes
13:43:26 [2022-08-23T13:43:26.295Z] #77 147.7 checking for C compiler default output file name... a.out
13:43:26 [2022-08-23T13:43:26.865Z] #77 147.7 checking for suffix of executables... 
13:43:27 [2022-08-23T13:43:27.126Z] #77 148.2 checking whether we are cross compiling... no
13:43:27 [2022-08-23T13:43:27.126Z] #77 148.5 checking for suffix of object files... o
13:43:27 [2022-08-23T13:43:27.389Z] #77 148.6 checking whether we are using the GNU C compiler... yes
13:43:27 [2022-08-23T13:43:27.389Z] #77 148.7 checking whether gcc accepts -g... yes
13:43:27 [2022-08-23T13:43:27.664Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:43:27 [2022-08-23T13:43:27.910Z] #77 148.9 checking for gcc option to accept ISO C89... none needed
13:43:27 [2022-08-23T13:43:27.910Z] #77 149.1 checking whether gcc understands -c and -o together... yes
13:43:27 [2022-08-23T13:43:27.910Z] #77 149.3 checking for a sed that does not truncate output... /bin/sed
13:43:27 [2022-08-23T13:43:27.910Z] #77 149.3 checking for grep that handles long lines and -e... /bin/grep
13:43:27 [2022-08-23T13:43:27.910Z] #77 149.3 checking for egrep... /bin/grep -E
13:43:27 [2022-08-23T13:43:27.910Z] #77 149.4 checking for fgrep... /bin/grep -F
13:43:27 [2022-08-23T13:43:27.910Z] #77 149.4 checking for ld used by gcc... /usr/bin/ld
13:43:28 [2022-08-23T13:43:28.171Z] #77 149.4 checking if the linker (/usr/bin/ld) is GNU ld... yes
13:43:28 [2022-08-23T13:43:28.171Z] #77 149.4 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
13:43:28 [2022-08-23T13:43:28.435Z] #77 149.4 checking the name lister (/usr/bin/nm -B) interface... BSD nm
13:43:28 [2022-08-23T13:43:28.435Z] #77 149.6 checking whether ln -s works... yes
13:43:28 [2022-08-23T13:43:28.435Z] #77 149.6 checking the maximum length of command line arguments... 1572864
13:43:28 [2022-08-23T13:43:28.435Z] #77 149.6 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
13:43:28 [2022-08-23T13:43:28.435Z] #77 149.6 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
13:43:28 [2022-08-23T13:43:28.435Z] #77 149.6 checking for /usr/bin/ld option to reload object files... -r
13:43:28 [2022-08-23T13:43:28.435Z] #77 149.6 checking for objdump... objdump
13:43:28 [2022-08-23T13:43:28.435Z] #77 149.6 checking how to recognize dependent libraries... pass_all
13:43:28 [2022-08-23T13:43:28.435Z] #77 149.6 checking for dlltool... no
13:43:28 [2022-08-23T13:43:28.435Z] #77 149.6 checking how to associate runtime and link libraries... printf %s\n
13:43:28 [2022-08-23T13:43:28.435Z] #77 149.6 checking for ar... ar
13:43:28 [2022-08-23T13:43:28.435Z] #77 149.6 checking for archiver @FILE support... @
13:43:28 [2022-08-23T13:43:28.591Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:43:28 [2022-08-23T13:43:28.696Z] #77 149.9 checking for strip... strip
13:43:28 [2022-08-23T13:43:28.696Z] #77 149.9 checking for ranlib... ranlib
13:43:28 [2022-08-23T13:43:28.696Z] #77 149.9 checking for gawk... no
13:43:28 [2022-08-23T13:43:28.696Z] #77 149.9 checking for mawk... mawk
13:43:28 [2022-08-23T13:43:28.956Z] #77 149.9 checking command to parse /usr/bin/nm -B output from gcc object... ok
13:43:28 [2022-08-23T13:43:28.956Z] #77 150.4 checking for sysroot... no
13:43:28 [2022-08-23T13:43:28.956Z] #77 150.4 checking for a working dd... /bin/dd
13:43:29 [2022-08-23T13:43:29.216Z] #77 150.5 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
13:43:29 [2022-08-23T13:43:29.216Z] #77 150.5 checking for mt... no
13:43:29 [2022-08-23T13:43:29.216Z] #77 150.6 checking if : is a manifest tool... no
13:43:29 [2022-08-23T13:43:29.476Z] #77 150.6 checking how to run the C preprocessor... gcc -E
13:43:29 [2022-08-23T13:43:29.519Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:43:30 [2022-08-23T13:43:30.083Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:43:30 [2022-08-23T13:43:30.677Z] #77 151.0 checking for ANSI C header files... yes
13:43:30 [2022-08-23T13:43:30.938Z] #77 152.2 checking for sys/types.h... yes
13:43:31 [2022-08-23T13:43:31.011Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:43:31 [2022-08-23T13:43:31.508Z] #77 152.6 checking for sys/stat.h... yes
13:43:32 [2022-08-23T13:43:32.079Z] #77 153.0 checking for stdlib.h... yes
13:43:32 [2022-08-23T13:43:32.339Z] #77 153.4 checking for string.h... yes
13:43:32 [2022-08-23T13:43:32.377Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:43:32 [2022-08-23T13:43:32.600Z] #77 153.8 checking for memory.h... yes
13:43:32 [2022-08-23T13:43:32.860Z] #77 154.1 checking for strings.h... yes
13:43:32 [2022-08-23T13:43:32.939Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:43:33 [2022-08-23T13:43:33.430Z] #77 154.4 checking for inttypes.h... yes
13:43:34 [2022-08-23T13:43:34.004Z] #77 154.7 checking for stdint.h... yes
13:43:34 [2022-08-23T13:43:34.577Z] #77 155.4 checking for unistd.h... yes
13:43:34 [2022-08-23T13:43:34.828Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.41s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.72s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.38s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.32s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.91s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.89s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.73s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.80s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.84s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.08s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.91s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.83s)
13:43:34 [2022-08-23T13:43:34.828Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.65s)
13:43:34 [2022-08-23T13:43:34.828Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
13:43:34 [2022-08-23T13:43:34.828Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
13:43:34 [2022-08-23T13:43:34.838Z] #77 155.8 checking for dlfcn.h... yes
13:43:34 [2022-08-23T13:43:34.838Z] #77 156.1 checking for objdir... .libs
13:43:35 [2022-08-23T13:43:35.392Z] #77 156.5 checking if gcc supports -fno-rtti -fno-exceptions... no
13:43:35 [2022-08-23T13:43:35.392Z] #77 156.8 checking for gcc option to produce PIC... -fPIC -DPIC
13:43:35 [2022-08-23T13:43:35.755Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
13:43:35 [2022-08-23T13:43:35.988Z] #77 156.8 checking if gcc PIC flag -fPIC -DPIC works... yes
13:43:36 [2022-08-23T13:43:36.581Z] #77 157.1 checking if gcc static flag -static works... yes
13:43:36 [2022-08-23T13:43:36.683Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.90s)
13:43:36 [2022-08-23T13:43:36.683Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.96s)
13:43:36 [2022-08-23T13:43:36.683Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.93s)
13:43:36 [2022-08-23T13:43:36.683Z] === RUN   TestCgroupNamespacesRun
13:43:37 [2022-08-23T13:43:37.150Z] #77 158.0 checking if gcc supports -c -o file.o... yes
13:43:37 [2022-08-23T13:43:37.150Z] #77 158.4 checking if gcc supports -c -o file.o... (cached) yes
13:43:37 [2022-08-23T13:43:37.150Z] #77 158.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
13:43:37 [2022-08-23T13:43:37.150Z] #77 158.5 checking dynamic linker characteristics... 
13:43:37 [2022-08-23T13:43:37.150Z] #77 ...
13:43:37 [2022-08-23T13:43:37.150Z] 
13:43:37 [2022-08-23T13:43:37.150Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:43:37 [2022-08-23T13:43:37.150Z] #60 sha256:91237f66c31bb2bb414a4437d52af482ec8e497aa7ed25a0fc3b45cacb25a240
13:43:37 [2022-08-23T13:43:37.150Z] #60 17.21 + cd /tmp/tmp.5x8AJfA1pf/src/github.com/opencontainers/runc
13:43:37 [2022-08-23T13:43:37.150Z] #60 17.21 + git checkout -q v1.1.3
13:43:37 [2022-08-23T13:43:37.150Z] #60 18.05 + '[' -z '' ']'
13:43:37 [2022-08-23T13:43:37.150Z] #60 18.05 + target=static
13:43:37 [2022-08-23T13:43:37.150Z] #60 18.05 + make BUILDTAGS=seccomp static
13:43:37 [2022-08-23T13:43:37.150Z] #60 18.40 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-0-g6724737f -X main.version=1.1.3 " -o runc .
13:43:37 [2022-08-23T13:43:37.410Z] #60 ...
13:43:37 [2022-08-23T13:43:37.410Z] 
13:43:37 [2022-08-23T13:43:37.410Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:43:37 [2022-08-23T13:43:37.410Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
13:43:37 [2022-08-23T13:43:37.410Z] #21 7.468 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:43:37 [2022-08-23T13:43:37.410Z] #21 13.90 Fetched 8571 kB in 12s (700 kB/s)
13:43:37 [2022-08-23T13:43:37.980Z] #21 13.90 Reading package lists...
13:43:37 [2022-08-23T13:43:37.980Z] #21 ...
13:43:37 [2022-08-23T13:43:37.980Z] 
13:43:37 [2022-08-23T13:43:37.980Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:43:37 [2022-08-23T13:43:37.980Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:43:37 [2022-08-23T13:43:37.980Z] #77 158.5 checking dynamic linker characteristics... GNU/Linux ld.so
13:43:37 [2022-08-23T13:43:37.980Z] #77 159.3 checking how to hardcode library paths into programs... immediate
13:43:37 [2022-08-23T13:43:37.980Z] #77 159.3 checking whether stripping libraries is possible... yes
13:43:37 [2022-08-23T13:43:37.980Z] #77 159.3 checking if libtool supports shared libraries... yes
13:43:37 [2022-08-23T13:43:37.980Z] #77 159.3 checking whether to build shared libraries... no
13:43:37 [2022-08-23T13:43:37.980Z] #77 159.4 checking whether to build static libraries... yes
13:43:38 [2022-08-23T13:43:38.047Z] --- PASS: TestCgroupNamespacesRun (1.23s)
13:43:38 [2022-08-23T13:43:38.047Z] === RUN   TestCgroupNamespacesRunPrivileged
13:43:38 [2022-08-23T13:43:38.047Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:43:38 [2022-08-23T13:43:38.047Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
13:43:38 [2022-08-23T13:43:38.047Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:43:38 [2022-08-23T13:43:38.240Z] #77 159.4 checking for a BSD-compatible install... /usr/bin/install -c
13:43:38 [2022-08-23T13:43:38.240Z] #77 159.5 checking whether build environment is sane... yes
13:43:38 [2022-08-23T13:43:38.240Z] #77 159.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
13:43:38 [2022-08-23T13:43:38.501Z] #77 159.6 checking whether make sets $(MAKE)... yes
13:43:38 [2022-08-23T13:43:38.501Z] #77 159.8 checking whether make supports the include directive... yes (GNU style)
13:43:38 [2022-08-23T13:43:38.761Z] #77 160.0 checking whether make supports nested variables... yes
13:43:38 [2022-08-23T13:43:38.761Z] #77 160.1 checking whether UID '0' is supported by ustar format... yes
13:43:38 [2022-08-23T13:43:38.761Z] #77 160.1 checking whether GID '0' is supported by ustar format... yes
13:43:38 [2022-08-23T13:43:38.974Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.21s)
13:43:38 [2022-08-23T13:43:38.975Z] === RUN   TestCgroupNamespacesRunHostMode
13:43:39 [2022-08-23T13:43:39.021Z] #77 160.1 checking how to create a ustar tar archive... gnutar
13:43:39 [2022-08-23T13:43:39.591Z] #77 160.4 checking dependency style of gcc... gcc3
13:43:39 [2022-08-23T13:43:39.591Z] #77 160.7 checking whether to enable maintainer-specific portions of Makefiles... yes
13:43:39 [2022-08-23T13:43:39.591Z] #77 160.7 checking whether make supports nested variables... (cached) yes
13:43:39 [2022-08-23T13:43:39.591Z] #77 160.7 checking for gawk... (cached) mawk
13:43:39 [2022-08-23T13:43:39.591Z] #77 160.7 checking for a sed that does not truncate output... (cached) /bin/sed
13:43:39 [2022-08-23T13:43:39.591Z] #77 160.7 checking for gcc... (cached) gcc
13:43:39 [2022-08-23T13:43:39.591Z] #77 160.8 checking whether we are using the GNU C compiler... (cached) yes
13:43:39 [2022-08-23T13:43:39.591Z] #77 160.8 checking whether gcc accepts -g... (cached) yes
13:43:39 [2022-08-23T13:43:39.591Z] #77 160.8 checking for gcc option to accept ISO C89... (cached) none needed
13:43:39 [2022-08-23T13:43:39.591Z] #77 160.8 checking whether gcc understands -c and -o together... (cached) yes
13:43:39 [2022-08-23T13:43:39.591Z] #77 160.8 checking for a Python interpreter with version >= 3... python3
13:43:39 [2022-08-23T13:43:39.851Z] #77 161.1 checking for python3... /usr/bin/python3
13:43:40 [2022-08-23T13:43:40.110Z] #77 161.1 checking for python3 version... 3.9
13:43:40 [2022-08-23T13:43:40.110Z] #77 161.3 checking for python3 platform... linux
13:43:40 [2022-08-23T13:43:40.110Z] #77 161.3 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
13:43:40 [2022-08-23T13:43:40.339Z] --- PASS: TestCgroupNamespacesRunHostMode (1.21s)
13:43:40 [2022-08-23T13:43:40.339Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:43:40 [2022-08-23T13:43:40.370Z] #77 161.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
13:43:40 [2022-08-23T13:43:40.632Z] #77 161.8 checking for go-md2man... no
13:43:40 [2022-08-23T13:43:40.892Z] #77 161.9 checking error.h usability... yes
13:43:40 [2022-08-23T13:43:40.892Z] #77 162.2 checking error.h presence... yes
13:43:40 [2022-08-23T13:43:40.892Z] #77 162.3 checking for error.h... yes
13:43:41 [2022-08-23T13:43:41.473Z] #77 162.3 checking linux/openat2.h usability... yes
13:43:41 [2022-08-23T13:43:41.704Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s)
13:43:41 [2022-08-23T13:43:41.704Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:43:41 [2022-08-23T13:43:41.732Z] #77 162.8 checking linux/openat2.h presence... yes
13:43:41 [2022-08-23T13:43:41.732Z] #77 162.9 checking for linux/openat2.h... yes
13:43:41 [2022-08-23T13:43:41.993Z] #77 163.0 checking for copy_file_range... yes
13:43:42 [2022-08-23T13:43:42.253Z] #77 163.3 checking for fgetxattr... yes
13:43:42 [2022-08-23T13:43:42.630Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s)
13:43:42 [2022-08-23T13:43:42.630Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:43:42 [2022-08-23T13:43:42.823Z] #77 163.6 checking for statx... yes
13:43:43 [2022-08-23T13:43:43.192Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s)
13:43:43 [2022-08-23T13:43:43.192Z] === RUN   TestCgroupNamespacesRunOlderClient
13:43:43 [2022-08-23T13:43:43.343Z] #77 164.4 checking for fgetpwent_r... yes
13:43:43 [2022-08-23T13:43:43.864Z] #77 164.8 checking for issetugid... no
13:43:44 [2022-08-23T13:43:44.124Z] #77 165.4 checking for pkg-config... /usr/bin/pkg-config
13:43:44 [2022-08-23T13:43:44.124Z] #77 165.4 checking pkg-config is at least version 0.9.0... yes
13:43:44 [2022-08-23T13:43:44.557Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s)
13:43:44 [2022-08-23T13:43:44.557Z] === RUN   TestNISDomainname
13:43:45 [2022-08-23T13:43:45.064Z] #77 165.4 checking for library containing yajl_tree_get... -lyajl
13:43:45 [2022-08-23T13:43:45.064Z] #77 166.3 checking for yajl >= 2.0.0... yes
13:43:45 [2022-08-23T13:43:45.119Z] --- PASS: TestNISDomainname (0.56s)
13:43:45 [2022-08-23T13:43:45.119Z] === RUN   TestHostnameDnsResolution
13:43:45 [2022-08-23T13:43:45.324Z] #77 166.4 checking sys/capability.h usability... yes
13:43:45 [2022-08-23T13:43:45.324Z] #77 166.6 checking sys/capability.h presence... yes
13:43:45 [2022-08-23T13:43:45.324Z] #77 166.6 checking for sys/capability.h... yes
13:43:45 [2022-08-23T13:43:45.680Z] --- PASS: TestHostnameDnsResolution (0.66s)
13:43:45 [2022-08-23T13:43:45.681Z] === RUN   TestUnprivilegedPortsAndPing
13:43:45 [2022-08-23T13:43:45.895Z] #77 166.6 checking for library containing cap_from_name... -lcap
13:43:46 [2022-08-23T13:43:46.243Z] --- PASS: TestUnprivilegedPortsAndPing (0.56s)
13:43:46 [2022-08-23T13:43:46.243Z] === RUN   TestPrivilegedHostDevices
13:43:46 [2022-08-23T13:43:46.467Z] #77 167.2 checking for library containing dlopen... -ldl
13:43:46 [2022-08-23T13:43:46.728Z] #77 167.8 checking seccomp.h usability... yes
13:43:46 [2022-08-23T13:43:46.728Z] #77 168.1 checking seccomp.h presence... yes
13:43:46 [2022-08-23T13:43:46.728Z] #77 168.1 checking for seccomp.h... yes
13:43:46 [2022-08-23T13:43:46.804Z] --- PASS: TestPrivilegedHostDevices (0.50s)
13:43:46 [2022-08-23T13:43:46.804Z] === RUN   TestRunConsoleSize
13:43:47 [2022-08-23T13:43:47.060Z] --- PASS: TestRunConsoleSize (0.40s)
13:43:47 [2022-08-23T13:43:47.060Z] === RUN   TestRunWithAlternativeContainerdShim
13:43:47 [2022-08-23T13:43:47.298Z] #77 168.2 checking for library containing seccomp_rule_add... -lseccomp
13:43:47 [2022-08-23T13:43:47.870Z] #77 168.7 checking for library containing seccomp_arch_resolve_name... none required
13:43:47 [2022-08-23T13:43:47.870Z] #77 169.0 checking systemd/sd-bus.h usability... yes
13:43:48 [2022-08-23T13:43:48.130Z] #77 169.2 checking systemd/sd-bus.h presence... yes
13:43:48 [2022-08-23T13:43:48.130Z] #77 169.4 checking for systemd/sd-bus.h... yes
13:43:48 [2022-08-23T13:43:48.700Z] #77 169.4 checking for library containing sd_bus_match_signal_async... -lsystemd
13:43:48 [2022-08-23T13:43:48.960Z] #77 170.0 checking for sd_notify_barrier... yes
13:43:48 [2022-08-23T13:43:48.960Z] #77 ...
13:43:48 [2022-08-23T13:43:48.960Z] 
13:43:48 [2022-08-23T13:43:48.960Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:43:48 [2022-08-23T13:43:48.960Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
13:43:48 [2022-08-23T13:43:48.960Z] #21 13.90 Reading package lists...
13:43:48 [2022-08-23T13:43:48.960Z] #21 19.26 Reading package lists...
13:43:48 [2022-08-23T13:43:48.960Z] #21 24.91 Building dependency tree...
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.42 The following additional packages will be installed:
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.43   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libicu67
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.43   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.43   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.43   libxtables12 python-pip-whl python3-distutils python3-lib2to3
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.43   python3-pkg-resources systemd vim-runtime xxd
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.44 Suggested packages:
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.44   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.44   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.44   ctags vim-doc vim-scripts xfsdump acl attr quota
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.44 Recommended packages:
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.44   libatm1 nftables libpam-cap build-essential python3-dev dbus
13:43:48 [2022-08-23T13:43:48.960Z] #21 27.44   systemd-timesyncd | time-daemon unzip
13:43:48 [2022-08-23T13:43:48.960Z] #21 ...
13:43:48 [2022-08-23T13:43:48.960Z] 
13:43:48 [2022-08-23T13:43:48.960Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:43:48 [2022-08-23T13:43:48.960Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:43:49 [2022-08-23T13:43:49.221Z] #77 170.2 checking linux/bpf.h usability... yes
13:43:49 [2022-08-23T13:43:49.221Z] #77 170.5 checking linux/bpf.h presence... yes
13:43:49 [2022-08-23T13:43:49.221Z] #77 170.5 checking for linux/bpf.h... yes
13:43:49 [2022-08-23T13:43:49.221Z] #77 170.5 checking compilation for eBPF... yes
13:43:49 [2022-08-23T13:43:49.481Z] #77 170.7 checking for criu >= 3.15... no
13:43:49 [2022-08-23T13:43:49.481Z] #77 170.7 configure: CRIU headers not found, building without CRIU support
13:43:49 [2022-08-23T13:43:49.481Z] #77 170.7 checking for criu > 3.16... no
13:43:49 [2022-08-23T13:43:49.481Z] #77 170.7 configure: CRIU version doesn't support join-ns API
13:43:49 [2022-08-23T13:43:49.481Z] #77 170.7 checking for criu > 3.16.1... no
13:43:49 [2022-08-23T13:43:49.481Z] #77 170.7 configure: CRIU version doesn't support for pre-dumping
13:43:49 [2022-08-23T13:43:49.481Z] #77 170.7 checking for new mount API (fsconfig)... yes
13:43:49 [2022-08-23T13:43:49.481Z] #77 170.8 checking for seccomp notify API... yes
13:43:49 [2022-08-23T13:43:49.600Z] --- PASS: TestRunWithAlternativeContainerdShim (2.03s)
13:43:49 [2022-08-23T13:43:49.600Z] === RUN   TestStats
13:43:49 [2022-08-23T13:43:49.741Z] #77 171.0 checking for gperf... no
13:43:49 [2022-08-23T13:43:49.741Z] #77 171.0 configure: gperf not found - cannot rebuild signal parser code
13:43:49 [2022-08-23T13:43:49.741Z] #77 171.0 checking for library containing argp_parse... none required
13:43:50 [2022-08-23T13:43:50.311Z] #77 171.4 checking that generated files are newer than configure... done
13:43:50 [2022-08-23T13:43:50.311Z] #77 171.5 configure: creating ./config.status
13:43:52 [2022-08-23T13:43:52.113Z] --- PASS: TestStats (2.49s)
13:43:52 [2022-08-23T13:43:52.113Z] === RUN   TestStopContainerWithTimeout
13:43:52 [2022-08-23T13:43:52.113Z] === RUN   TestStopContainerWithTimeout/0
13:43:52 [2022-08-23T13:43:52.113Z] === PAUSE TestStopContainerWithTimeout/0
13:43:52 [2022-08-23T13:43:52.113Z] === RUN   TestStopContainerWithTimeout/1
13:43:52 [2022-08-23T13:43:52.113Z] === PAUSE TestStopContainerWithTimeout/1
13:43:52 [2022-08-23T13:43:52.113Z] === RUN   TestStopContainerWithTimeout/3
13:43:52 [2022-08-23T13:43:52.113Z] === PAUSE TestStopContainerWithTimeout/3
13:43:52 [2022-08-23T13:43:52.113Z] === RUN   TestStopContainerWithTimeout/-1
13:43:52 [2022-08-23T13:43:52.113Z] === PAUSE TestStopContainerWithTimeout/-1
13:43:52 [2022-08-23T13:43:52.113Z] === CONT  TestStopContainerWithTimeout/0
13:43:52 [2022-08-23T13:43:52.113Z] === CONT  TestStopContainerWithTimeout/3
13:43:52 [2022-08-23T13:43:52.370Z] === CONT  TestStopContainerWithTimeout/-1
13:43:52 [2022-08-23T13:43:52.854Z] #77 173.9 config.status: creating Makefile
13:43:52 [2022-08-23T13:43:52.854Z] #77 174.0 config.status: creating rpm/crun.spec
13:43:52 [2022-08-23T13:43:52.854Z] #77 174.1 config.status: creating config.h
13:43:52 [2022-08-23T13:43:52.854Z] #77 174.1 config.status: executing libtool commands
13:43:52 [2022-08-23T13:43:52.854Z] #77 174.1 config.status: executing depfiles commands
13:43:52 [2022-08-23T13:43:52.854Z] #77 ...
13:43:52 [2022-08-23T13:43:52.854Z] 
13:43:52 [2022-08-23T13:43:52.854Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:43:52 [2022-08-23T13:43:52.854Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
13:43:52 [2022-08-23T13:43:52.854Z] #34 DONE 251.5s
13:43:53 [2022-08-23T13:43:53.114Z] 
13:43:53 [2022-08-23T13:43:53.114Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:43:53 [2022-08-23T13:43:53.114Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
13:43:53 [2022-08-23T13:43:53.114Z] #21 29.64 The following NEW packages will be installed:
13:43:53 [2022-08-23T13:43:53.114Z] #21 29.64   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
13:43:53 [2022-08-23T13:43:53.114Z] #21 29.64   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
13:43:53 [2022-08-23T13:43:53.114Z] #21 29.65   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2
13:43:53 [2022-08-23T13:43:53.114Z] #21 29.65   libmicrohttpd12 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
13:43:53 [2022-08-23T13:43:53.114Z] #21 29.65   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
13:43:53 [2022-08-23T13:43:53.114Z] #21 29.65   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
13:43:53 [2022-08-23T13:43:53.114Z] #21 29.65   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
13:43:53 [2022-08-23T13:43:53.114Z] #21 29.65   systemd systemd-journal-remote thin-provisioning-tools uidmap vim vim-common
13:43:53 [2022-08-23T13:43:53.115Z] #21 29.65   vim-runtime xfsprogs xxd xz-utils zip zstd
13:43:53 [2022-08-23T13:43:53.115Z] #21 29.99 0 upgraded, 56 newly installed, 0 to remove and 8 not upgraded.
13:43:53 [2022-08-23T13:43:53.115Z] #21 29.99 Need to get 32.8 MB of archives.
13:43:53 [2022-08-23T13:43:53.115Z] #21 29.99 After this operation, 124 MB of additional disk space will be used.
13:43:53 [2022-08-23T13:43:53.115Z] #21 29.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.00 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.00 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.00 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.02 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.22 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.22 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.26 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.26 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.27 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.27 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.28 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.32 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.34 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.34 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.36 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.36 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.37 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.40 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.41 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.42 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.42 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.43 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.43 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.45 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.46 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.47 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.47 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.48 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.48 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.82 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.83 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmicrohttpd12 amd64 0.9.72-2 [109 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.83 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.83 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.83 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.83 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.84 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.87 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.87 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.95 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.96 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.96 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.98 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 30.99 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 31.01 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 31.02 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 31.06 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-journal-remote amd64 247.3-7 [165 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 31.07 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 31.09 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 31.11 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 31.35 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 31.40 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 31.44 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 31.44 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
13:43:53 [2022-08-23T13:43:53.115Z] #21 32.37 debconf: delaying package configuration, since apt-utils is not installed
13:43:53 [2022-08-23T13:43:53.115Z] #21 32.61 Fetched 32.8 MB in 2s (18.6 MB/s)
13:43:53 [2022-08-23T13:43:53.115Z] #21 32.86 Selecting previously unselected package libcap2:amd64.
13:43:53 [2022-08-23T13:43:53.115Z] #21 32.86 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24018 files and directories currently installed.)
13:43:53 [2022-08-23T13:43:53.115Z] #21 32.93 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
13:43:53 [2022-08-23T13:43:53.115Z] #21 33.09 Unpacking libcap2:amd64 (1:2.44-1) ...
13:43:53 [2022-08-23T13:43:53.115Z] #21 33.20 Selecting previously unselected package libargon2-1:amd64.
13:43:53 [2022-08-23T13:43:53.115Z] #21 33.21 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_amd64.deb ...
13:43:53 [2022-08-23T13:43:53.115Z] #21 33.22 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
13:43:53 [2022-08-23T13:43:53.115Z] #21 33.42 Selecting previously unselected package libjson-c5:amd64.
13:43:53 [2022-08-23T13:43:53.375Z] #21 33.45 Preparing to unpack .../02-libjson-c5_0.15-2_amd64.deb ...
13:43:53 [2022-08-23T13:43:53.375Z] #21 33.48 Unpacking libjson-c5:amd64 (0.15-2) ...
13:43:53 [2022-08-23T13:43:53.375Z] #21 33.63 Selecting previously unselected package libcryptsetup12:amd64.
13:43:53 [2022-08-23T13:43:53.375Z] #21 33.64 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
13:43:53 [2022-08-23T13:43:53.375Z] #21 33.64 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
13:43:53 [2022-08-23T13:43:53.397Z] time="2022-08-23T13:43:48Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036"
13:43:53 [2022-08-23T13:43:53.397Z] ok  	github.com/docker/docker/libnetwork/networkdb	105.167s	coverage: 60.1% of statements
13:43:53 [2022-08-23T13:43:53.397Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
13:43:53 [2022-08-23T13:43:53.397Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
13:43:53 [2022-08-23T13:43:53.397Z] ok  	github.com/docker/docker/libnetwork/osl	4.307s	coverage: 39.7% of statements
13:43:53 [2022-08-23T13:43:53.656Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
13:43:53 [2022-08-23T13:43:53.917Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
13:43:53 [2022-08-23T13:43:53.945Z] #21 33.96 Selecting previously unselected package libip4tc2:amd64.
13:43:53 [2022-08-23T13:43:53.945Z] #21 33.96 Preparing to unpack .../04-libip4tc2_1.8.7-1_amd64.deb ...
13:43:53 [2022-08-23T13:43:53.945Z] #21 33.98 Unpacking libip4tc2:amd64 (1.8.7-1) ...
13:43:53 [2022-08-23T13:43:53.945Z] #21 34.06 Selecting previously unselected package libkmod2:amd64.
13:43:53 [2022-08-23T13:43:53.945Z] #21 34.07 Preparing to unpack .../05-libkmod2_28-1_amd64.deb ...
13:43:53 [2022-08-23T13:43:53.945Z] #21 34.07 Unpacking libkmod2:amd64 (28-1) ...
13:43:53 [2022-08-23T13:43:53.945Z] #21 34.20 Selecting previously unselected package systemd.
13:43:53 [2022-08-23T13:43:53.945Z] #21 34.20 Preparing to unpack .../06-systemd_247.3-7_amd64.deb ...
13:43:54 [2022-08-23T13:43:54.257Z] === CONT  TestStopContainerWithTimeout/1
13:43:54 [2022-08-23T13:43:54.516Z] #21 34.53 Unpacking systemd (247.3-7) ...
13:43:55 [2022-08-23T13:43:55.088Z] #21 ...
13:43:55 [2022-08-23T13:43:55.088Z] 
13:43:55 [2022-08-23T13:43:55.088Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:43:55 [2022-08-23T13:43:55.088Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:43:55 [2022-08-23T13:43:55.088Z] #77 176.3 === configuring in libocispec (/tmp/crun-build/libocispec)
13:43:55 [2022-08-23T13:43:55.088Z] #77 ...
13:43:55 [2022-08-23T13:43:55.088Z] 
13:43:55 [2022-08-23T13:43:55.088Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
13:43:55 [2022-08-23T13:43:55.088Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 Delve is a source level debugger for Go programs.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 Delve enables you to interact with your program by controlling the execution of the process,
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 Pass flags to the program you are debugging using `--`, for example:
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 `dlv exec ./hello -- server --config conf/config.toml`
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 Usage:
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   dlv [command]
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 Available Commands:
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   attach      Attach to running process and begin debugging.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   connect     Connect to a headless debug server with a terminal client.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   core        Examine a core dump.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   debug       Compile and begin debugging main package in current directory, or the package specified.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   exec        Execute a precompiled binary, and begin a debug session.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   help        Help about any command
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   run         Deprecated command. Use 'debug' instead.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   test        Compile test binary and begin debugging program.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   trace       Compile and begin tracing program.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   version     Prints version.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 Flags:
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --api-version int                  Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --check-go-version                 Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true)
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --disable-aslr                     Disables address space randomization
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   -h, --help                             help for dlv
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --init string                      Init file, executed by the terminal client.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --log                              Enable debugging server logging.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9       --wd string                        Working directory for running the program.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 Additional help topics:
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   dlv backend  Help about the --backend flag.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   dlv log      Help about logging flags.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9   dlv redirect Help about file redirection.
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 
13:43:55 [2022-08-23T13:43:55.088Z] #36 253.9 Use "dlv [command] --help" for more information about a command.
13:43:55 [2022-08-23T13:43:55.088Z] #36 DONE 253.9s
13:43:55 [2022-08-23T13:43:55.088Z] 
13:43:55 [2022-08-23T13:43:55.088Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:43:55 [2022-08-23T13:43:55.088Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:43:55 [2022-08-23T13:43:55.088Z] #77 176.3 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
13:43:55 [2022-08-23T13:43:55.295Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.701s	coverage: 48.6% of statements
13:43:55 [2022-08-23T13:43:55.295Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 70.6% of statements
13:43:55 [2022-08-23T13:43:55.295Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
13:43:55 [2022-08-23T13:43:55.553Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
13:43:55 [2022-08-23T13:43:55.553Z] 
13:43:55 [2022-08-23T13:43:55.553Z] === Skipped
13:43:55 [2022-08-23T13:43:55.553Z] === SKIP: libnetwork TestParallel3 (0.00s)
13:43:55 [2022-08-23T13:43:55.553Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
13:43:55 [2022-08-23T13:43:55.553Z] 
13:43:55 [2022-08-23T13:43:55.553Z] === SKIP: libnetwork TestParallel2 (0.00s)
13:43:55 [2022-08-23T13:43:55.553Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
13:43:55 [2022-08-23T13:43:55.553Z] 
13:43:55 [2022-08-23T13:43:55.553Z] === SKIP: libnetwork TestParallel1 (0.00s)
13:43:55 [2022-08-23T13:43:55.553Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
13:43:55 [2022-08-23T13:43:55.553Z] 
13:43:55 [2022-08-23T13:43:55.553Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
13:43:55 [2022-08-23T13:43:55.553Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
13:43:55 [2022-08-23T13:43:55.553Z] 
13:43:55 [2022-08-23T13:43:55.553Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
13:43:55 [2022-08-23T13:43:55.553Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
13:43:55 [2022-08-23T13:43:55.553Z] 
13:43:55 [2022-08-23T13:43:55.553Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
13:43:55 [2022-08-23T13:43:55.553Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
13:43:55 [2022-08-23T13:43:55.553Z] 
13:43:55 [2022-08-23T13:43:55.553Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
13:43:55 [2022-08-23T13:43:55.553Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
13:43:55 [2022-08-23T13:43:55.553Z] 
13:43:55 [2022-08-23T13:43:55.553Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
13:43:55 [2022-08-23T13:43:55.553Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
13:43:55 [2022-08-23T13:43:55.553Z] 
13:43:55 [2022-08-23T13:43:55.553Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
13:43:55 [2022-08-23T13:43:55.553Z]     firewalld_test.go:14: firewalld is not running
13:43:55 [2022-08-23T13:43:55.553Z] 
13:43:55 [2022-08-23T13:43:55.553Z] DONE 327 tests, 9 skipped in 204.823s
13:43:55 [2022-08-23T13:43:55.622Z] --- PASS: TestStopContainerWithTimeout (0.01s)
13:43:55 [2022-08-23T13:43:55.622Z]     --- PASS: TestStopContainerWithTimeout/0 (0.71s)
13:43:55 [2022-08-23T13:43:55.622Z]     --- PASS: TestStopContainerWithTimeout/3 (2.63s)
13:43:55 [2022-08-23T13:43:55.622Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.41s)
13:43:55 [2022-08-23T13:43:55.622Z]     --- PASS: TestStopContainerWithTimeout/1 (1.42s)
13:43:55 [2022-08-23T13:43:55.622Z] === RUN   TestDeleteDevicemapper
13:43:55 [2022-08-23T13:43:55.622Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:43:55 [2022-08-23T13:43:55.622Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:43:55 [2022-08-23T13:43:55.622Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:43:55 [2022-08-23T13:43:55.659Z] #77 176.9 checking for gcc... gcc
13:43:55 [2022-08-23T13:43:55.919Z] #77 177.0 checking whether the C compiler works... yes
13:43:55 [2022-08-23T13:43:55.919Z] #77 177.2 checking for C compiler default output file name... a.out
Post stage
[Pipeline] junit
13:43:56 [2022-08-23T13:43:56.134Z] Recording test results
13:43:56 [2022-08-23T13:43:56.180Z] #77 177.2 checking for suffix of executables... 
13:43:56 [2022-08-23T13:43:56.315Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:43:56 [2022-08-23T13:43:56.441Z] #77 177.4 checking whether we are cross compiling... no
13:43:56 [2022-08-23T13:43:56.441Z] #77 177.7 checking for suffix of object files... o
13:43:56 [2022-08-23T13:43:56.655Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -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:4b84a3321723a849295d5cbf7342ec36077f9179 hack/make.sh dynbinary test-integration
13:43:56 [2022-08-23T13:43:56.702Z] #77 177.9 checking whether we are using the GNU C compiler... yes
13:43:56 [2022-08-23T13:43:56.914Z] 
13:43:57 [2022-08-23T13:43:57.173Z] Removing bundles/
13:43:57 [2022-08-23T13:43:57.173Z] 
13:43:57 [2022-08-23T13:43:57.173Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:43:57 [2022-08-23T13:43:57.173Z] Building: bundles/dynbinary-daemon/dockerd
13:43:57 [2022-08-23T13:43:57.173Z] GOOS="" GOARCH="" GOARM=""
13:43:57 [2022-08-23T13:43:57.274Z] #77 178.2 checking whether gcc accepts -g... yes
13:43:57 [2022-08-23T13:43:57.274Z] #77 178.4 checking for gcc option to accept ISO C89... none needed
13:43:57 [2022-08-23T13:43:57.512Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.50s)
13:43:57 [2022-08-23T13:43:57.512Z] === RUN   TestUpdateMemory
13:43:57 [2022-08-23T13:43:57.534Z] #77 178.6 checking whether gcc understands -c and -o together... yes
13:43:57 [2022-08-23T13:43:57.768Z] --- PASS: TestUpdateMemory (0.57s)
13:43:57 [2022-08-23T13:43:57.768Z] === RUN   TestUpdateCPUQuota
13:43:57 [2022-08-23T13:43:57.795Z] #77 178.9 checking how to run the C preprocessor... gcc -E
13:43:57 [2022-08-23T13:43:57.795Z] #77 179.1 checking for grep that handles long lines and -e... /bin/grep
13:43:57 [2022-08-23T13:43:57.795Z] #77 179.2 checking for egrep... /bin/grep -E
13:43:58 [2022-08-23T13:43:58.695Z] --- PASS: TestUpdateCPUQuota (0.87s)
13:43:58 [2022-08-23T13:43:58.695Z] === RUN   TestUpdatePidsLimit
13:43:58 [2022-08-23T13:43:58.695Z] === RUN   TestUpdatePidsLimit/update_from_none
13:43:58 [2022-08-23T13:43:58.736Z] #77 179.2 checking for ANSI C header files... yes
13:43:58 [2022-08-23T13:43:58.736Z] #77 179.9 checking for sys/types.h... yes
13:43:58 [2022-08-23T13:43:58.951Z] === RUN   TestUpdatePidsLimit/no_change
13:43:58 [2022-08-23T13:43:58.997Z] #77 180.1 checking for sys/stat.h... yes
13:43:59 [2022-08-23T13:43:59.207Z] === RUN   TestUpdatePidsLimit/update_lower
13:43:59 [2022-08-23T13:43:59.207Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:43:59 [2022-08-23T13:43:59.257Z] #77 180.3 checking for stdlib.h... yes
13:43:59 [2022-08-23T13:43:59.257Z] #77 180.5 checking for string.h... yes
13:43:59 [2022-08-23T13:43:59.464Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:43:59 [2022-08-23T13:43:59.520Z] #77 180.6 checking for memory.h... yes
13:43:59 [2022-08-23T13:43:59.720Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:43:59 [2022-08-23T13:43:59.781Z] #77 180.9 checking for strings.h... yes
13:43:59 [2022-08-23T13:43:59.976Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:44:00 [2022-08-23T13:44:00.042Z] #77 181.2 checking for inttypes.h... yes
13:44:00 [2022-08-23T13:44:00.304Z] #77 181.4 checking for stdint.h... yes
13:44:00 [2022-08-23T13:44:00.566Z] #77 181.7 checking for unistd.h... yes
13:44:00 [2022-08-23T13:44:00.827Z] #77 181.9 checking minix/config.h usability... no
13:44:00 [2022-08-23T13:44:00.827Z] #77 182.1 checking minix/config.h presence... no
13:44:00 [2022-08-23T13:44:00.827Z] #77 182.2 checking for minix/config.h... no
13:44:00 [2022-08-23T13:44:00.904Z] --- PASS: TestUpdatePidsLimit (2.07s)
13:44:00 [2022-08-23T13:44:00.904Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
13:44:00 [2022-08-23T13:44:00.904Z]     --- PASS: TestUpdatePidsLimit/no_change (0.22s)
13:44:00 [2022-08-23T13:44:00.904Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.23s)
13:44:00 [2022-08-23T13:44:00.904Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
13:44:00 [2022-08-23T13:44:00.904Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s)
13:44:00 [2022-08-23T13:44:00.904Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
13:44:00 [2022-08-23T13:44:00.904Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s)
13:44:00 [2022-08-23T13:44:00.904Z] === RUN   TestUpdateRestartPolicy
13:44:01 [2022-08-23T13:44:01.089Z] #77 182.2 checking whether it is safe to define __EXTENSIONS__... yes
13:44:01 [2022-08-23T13:44:01.352Z] #77 182.4 checking build system type... x86_64-pc-linux-gnu
13:44:01 [2022-08-23T13:44:01.352Z] #77 182.7 checking host system type... x86_64-pc-linux-gnu
13:44:01 [2022-08-23T13:44:01.352Z] #77 182.7 checking how to print strings... printf
13:44:01 [2022-08-23T13:44:01.352Z] #77 182.8 checking for a sed that does not truncate output... /bin/sed
13:44:01 [2022-08-23T13:44:01.352Z] #77 182.8 checking for fgrep... /bin/grep -F
13:44:01 [2022-08-23T13:44:01.352Z] #77 182.8 checking for ld used by gcc... /usr/bin/ld
13:44:01 [2022-08-23T13:44:01.352Z] #77 182.8 checking if the linker (/usr/bin/ld) is GNU ld... yes
13:44:01 [2022-08-23T13:44:01.613Z] #77 182.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
13:44:01 [2022-08-23T13:44:01.613Z] #77 182.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
13:44:01 [2022-08-23T13:44:01.613Z] #77 183.0 checking whether ln -s works... yes
13:44:01 [2022-08-23T13:44:01.613Z] #77 183.0 checking the maximum length of command line arguments... 1572864
13:44:01 [2022-08-23T13:44:01.613Z] #77 183.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
13:44:01 [2022-08-23T13:44:01.613Z] #77 183.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
13:44:01 [2022-08-23T13:44:01.613Z] #77 183.0 checking for /usr/bin/ld option to reload object files... -r
13:44:01 [2022-08-23T13:44:01.613Z] #77 183.0 checking for objdump... objdump
13:44:01 [2022-08-23T13:44:01.613Z] #77 183.0 checking how to recognize dependent libraries... pass_all
13:44:01 [2022-08-23T13:44:01.613Z] #77 183.0 checking for dlltool... no
13:44:01 [2022-08-23T13:44:01.613Z] #77 183.0 checking how to associate runtime and link libraries... printf %s\n
13:44:01 [2022-08-23T13:44:01.613Z] #77 183.0 checking for ar... ar
13:44:02 [2022-08-23T13:44:02.184Z] #77 183.0 checking for archiver @FILE support... @
13:44:02 [2022-08-23T13:44:02.184Z] #77 183.5 checking for strip... strip
13:44:02 [2022-08-23T13:44:02.184Z] #77 183.5 checking for ranlib... ranlib
13:44:02 [2022-08-23T13:44:02.184Z] #77 183.5 checking for gawk... no
13:44:02 [2022-08-23T13:44:02.184Z] #77 183.5 checking for mawk... mawk
13:44:02 [2022-08-23T13:44:02.755Z] #77 183.5 checking command to parse /usr/bin/nm -B output from gcc object... ok
13:44:03 [2022-08-23T13:44:03.017Z] #77 184.3 checking for sysroot... no
13:44:03 [2022-08-23T13:44:03.017Z] #77 184.3 checking for a working dd... /bin/dd
13:44:03 [2022-08-23T13:44:03.017Z] #77 184.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
13:44:03 [2022-08-23T13:44:03.278Z] #77 184.5 checking for mt... no
13:44:03 [2022-08-23T13:44:03.278Z] #77 184.6 checking if : is a manifest tool... no
13:44:03 [2022-08-23T13:44:03.278Z] #77 184.6 checking for dlfcn.h... yes
13:44:03 [2022-08-23T13:44:03.538Z] #77 184.8 checking for objdir... .libs
13:44:04 [2022-08-23T13:44:04.368Z] #77 185.4 checking if gcc supports -fno-rtti -fno-exceptions... no
13:44:04 [2022-08-23T13:44:04.368Z] #77 185.6 checking for gcc option to produce PIC... -fPIC -DPIC
13:44:04 [2022-08-23T13:44:04.644Z] #77 185.6 checking if gcc PIC flag -fPIC -DPIC works... yes
13:44:05 [2022-08-23T13:44:05.213Z] #77 186.0 checking if gcc static flag -static works... yes
13:44:05 [2022-08-23T13:44:05.472Z] #77 186.6 checking if gcc supports -c -o file.o... yes
13:44:05 [2022-08-23T13:44:05.473Z] #77 186.8 checking if gcc supports -c -o file.o... (cached) yes
13:44:05 [2022-08-23T13:44:05.732Z] #77 186.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
13:44:06 [2022-08-23T13:44:06.301Z] #77 186.9 checking dynamic linker characteristics... GNU/Linux ld.so
13:44:06 [2022-08-23T13:44:06.301Z] #77 187.6 checking how to hardcode library paths into programs... immediate
13:44:06 [2022-08-23T13:44:06.301Z] #77 187.6 checking whether stripping libraries is possible... yes
13:44:06 [2022-08-23T13:44:06.301Z] #77 187.6 checking if libtool supports shared libraries... yes
13:44:06 [2022-08-23T13:44:06.301Z] #77 187.6 checking whether to build shared libraries... no
13:44:06 [2022-08-23T13:44:06.301Z] #77 187.6 checking whether to build static libraries... yes
13:44:06 [2022-08-23T13:44:06.301Z] #77 187.6 checking for a BSD-compatible install... /usr/bin/install -c
13:44:06 [2022-08-23T13:44:06.561Z] #77 187.7 checking whether build environment is sane... yes
13:44:06 [2022-08-23T13:44:06.561Z] #77 187.9 checking for a thread-safe mkdir -p... /bin/mkdir -p
13:44:06 [2022-08-23T13:44:06.561Z] #77 187.9 checking whether make sets $(MAKE)... yes
13:44:06 [2022-08-23T13:44:06.821Z] #77 188.0 checking whether make supports the include directive... yes (GNU style)
13:44:07 [2022-08-23T13:44:07.080Z] #77 188.3 checking whether make supports nested variables... yes
13:44:07 [2022-08-23T13:44:07.080Z] #77 188.3 checking whether UID '0' is supported by ustar format... yes
13:44:07 [2022-08-23T13:44:07.080Z] #77 188.3 checking whether GID '0' is supported by ustar format... yes
13:44:07 [2022-08-23T13:44:07.080Z] #77 188.3 checking how to create a ustar tar archive... gnutar
13:44:07 [2022-08-23T13:44:07.080Z] #77 188.4 checking dependency style of gcc... gcc3
13:44:07 [2022-08-23T13:44:07.080Z] #77 188.5 checking whether to enable maintainer-specific portions of Makefiles... yes
13:44:07 [2022-08-23T13:44:07.340Z] #77 188.5 checking whether make supports nested variables... (cached) yes
13:44:07 [2022-08-23T13:44:07.340Z] #77 188.5 checking for pkg-config... /usr/bin/pkg-config
13:44:07 [2022-08-23T13:44:07.340Z] #77 188.5 checking pkg-config is at least version 0.9.0... yes
13:44:07 [2022-08-23T13:44:07.340Z] #77 188.5 checking for yajl >= 2.1.0... yes
13:44:07 [2022-08-23T13:44:07.340Z] #77 188.5 checking for a sed that does not truncate output... (cached) /bin/sed
13:44:07 [2022-08-23T13:44:07.340Z] #77 188.5 checking for gcc... (cached) gcc
13:44:07 [2022-08-23T13:44:07.600Z] #77 188.8 checking whether we are using the GNU C compiler... (cached) yes
13:44:07 [2022-08-23T13:44:07.600Z] #77 188.8 checking whether gcc accepts -g... (cached) yes
13:44:07 [2022-08-23T13:44:07.600Z] #77 188.8 checking for gcc option to accept ISO C89... (cached) none needed
13:44:07 [2022-08-23T13:44:07.600Z] #77 188.8 checking whether gcc understands -c and -o together... (cached) yes
13:44:07 [2022-08-23T13:44:07.600Z] #77 188.8 checking for a Python interpreter with version >= 3... python3
13:44:07 [2022-08-23T13:44:07.600Z] #77 189.0 checking for python3... /usr/bin/python3
13:44:07 [2022-08-23T13:44:07.860Z] #77 189.0 checking for python3 version... 3.9
13:44:07 [2022-08-23T13:44:07.860Z] #77 189.2 checking for python3 platform... linux
13:44:08 [2022-08-23T13:44:08.135Z] #77 189.3 checking for python3 script directory... 
13:44:08 [2022-08-23T13:44:08.135Z] #77 ...
13:44:08 [2022-08-23T13:44:08.135Z] 
13:44:08 [2022-08-23T13:44:08.135Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:44:08 [2022-08-23T13:44:08.135Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
13:44:08 [2022-08-23T13:44:08.135Z] #21 38.28 Selecting previously unselected package pigz.
13:44:08 [2022-08-23T13:44:08.135Z] #21 38.29 Preparing to unpack .../07-pigz_2.6-1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.135Z] #21 38.31 Unpacking pigz (2.6-1) ...
13:44:08 [2022-08-23T13:44:08.135Z] #21 38.44 Selecting previously unselected package libelf1:amd64.
13:44:08 [2022-08-23T13:44:08.135Z] #21 38.45 Preparing to unpack .../08-libelf1_0.183-1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.135Z] #21 38.46 Unpacking libelf1:amd64 (0.183-1) ...
13:44:08 [2022-08-23T13:44:08.135Z] #21 38.65 Selecting previously unselected package libbpf0:amd64.
13:44:08 [2022-08-23T13:44:08.135Z] #21 38.65 Preparing to unpack .../09-libbpf0_1%3a0.3-2_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.135Z] #21 38.66 Unpacking libbpf0:amd64 (1:0.3-2) ...
13:44:08 [2022-08-23T13:44:08.135Z] #21 38.81 Selecting previously unselected package libmnl0:amd64.
13:44:08 [2022-08-23T13:44:08.135Z] #21 38.83 Preparing to unpack .../10-libmnl0_1.0.4-3_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.135Z] #21 38.84 Unpacking libmnl0:amd64 (1.0.4-3) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 38.91 Selecting previously unselected package libxtables12:amd64.
13:44:08 [2022-08-23T13:44:08.136Z] #21 38.92 Preparing to unpack .../11-libxtables12_1.8.7-1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 38.93 Unpacking libxtables12:amd64 (1.8.7-1) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 39.02 Selecting previously unselected package libcap2-bin.
13:44:08 [2022-08-23T13:44:08.136Z] #21 39.03 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 39.04 Unpacking libcap2-bin (1:2.44-1) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 39.16 Selecting previously unselected package iproute2.
13:44:08 [2022-08-23T13:44:08.136Z] #21 39.16 Preparing to unpack .../13-iproute2_5.10.0-4_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 39.17 Unpacking iproute2 (5.10.0-4) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 39.75 Selecting previously unselected package xxd.
13:44:08 [2022-08-23T13:44:08.136Z] #21 39.77 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 39.78 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 39.95 Selecting previously unselected package vim-common.
13:44:08 [2022-08-23T13:44:08.136Z] #21 39.96 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 40.00 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 40.22 Selecting previously unselected package bash-completion.
13:44:08 [2022-08-23T13:44:08.136Z] #21 40.22 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 44.13 Unpacking bash-completion (1:2.11-2) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 44.92 Selecting previously unselected package bzip2.
13:44:08 [2022-08-23T13:44:08.136Z] #21 44.93 Preparing to unpack .../17-bzip2_1.0.8-4_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 44.93 Unpacking bzip2 (1.0.8-4) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 45.22 Selecting previously unselected package xz-utils.
13:44:08 [2022-08-23T13:44:08.136Z] #21 45.23 Preparing to unpack .../18-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 45.26 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 45.77 Selecting previously unselected package apparmor.
13:44:08 [2022-08-23T13:44:08.136Z] #21 45.79 Preparing to unpack .../19-apparmor_2.13.6-10_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 45.95 Unpacking apparmor (2.13.6-10) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 46.67 Selecting previously unselected package inetutils-ping.
13:44:08 [2022-08-23T13:44:08.136Z] #21 46.67 Preparing to unpack .../20-inetutils-ping_2%3a2.0-1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 46.67 Unpacking inetutils-ping (2:2.0-1) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 46.86 Selecting previously unselected package libip6tc2:amd64.
13:44:08 [2022-08-23T13:44:08.136Z] #21 46.86 Preparing to unpack .../21-libip6tc2_1.8.7-1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 46.87 Unpacking libip6tc2:amd64 (1.8.7-1) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.02 Selecting previously unselected package libnfnetlink0:amd64.
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.02 Preparing to unpack .../22-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.03 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.22 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.24 Preparing to unpack .../23-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.24 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.35 Selecting previously unselected package libnftnl11:amd64.
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.36 Preparing to unpack .../24-libnftnl11_1.1.9-1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.40 Unpacking libnftnl11:amd64 (1.1.9-1) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.47 Selecting previously unselected package iptables.
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.47 Preparing to unpack .../25-iptables_1.8.7-1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.48 Unpacking iptables (1.8.7-1) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.90 Selecting previously unselected package libonig5:amd64.
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.92 Preparing to unpack .../26-libonig5_6.9.6-1.1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 47.92 Unpacking libonig5:amd64 (6.9.6-1.1) ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 48.32 Selecting previously unselected package libjq1:amd64.
13:44:08 [2022-08-23T13:44:08.136Z] #21 48.34 Preparing to unpack .../27-libjq1_1.6-2.1_amd64.deb ...
13:44:08 [2022-08-23T13:44:08.136Z] #21 48.35 Unpacking libjq1:amd64 (1.6-2.1) ...
13:44:08 [2022-08-23T13:44:08.396Z] #21 ...
13:44:08 [2022-08-23T13:44:08.396Z] 
13:44:08 [2022-08-23T13:44:08.396Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:44:08 [2022-08-23T13:44:08.396Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:44:08 [2022-08-23T13:44:08.396Z] #77 189.3 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
13:44:08 [2022-08-23T13:44:08.656Z] #77 189.7 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
13:44:08 [2022-08-23T13:44:08.916Z] #77 190.2 checking that generated files are newer than configure... done
13:44:08 [2022-08-23T13:44:08.916Z] #77 190.3 configure: creating ./config.status
13:44:13 [2022-08-23T13:44:13.070Z] --- PASS: TestUpdateRestartPolicy (11.13s)
13:44:13 [2022-08-23T13:44:13.070Z] === RUN   TestUpdateRestartWithAutoRemove
13:44:13 [2022-08-23T13:44:13.070Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
13:44:13 [2022-08-23T13:44:13.070Z] === RUN   TestWaitNonBlocked
13:44:13 [2022-08-23T13:44:13.070Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:44:13 [2022-08-23T13:44:13.070Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:44:13 [2022-08-23T13:44:13.070Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:44:13 [2022-08-23T13:44:13.070Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:44:13 [2022-08-23T13:44:13.070Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:44:13 [2022-08-23T13:44:13.070Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:44:13 [2022-08-23T13:44:13.070Z] --- PASS: TestWaitNonBlocked (0.01s)
13:44:13 [2022-08-23T13:44:13.070Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.64s)
13:44:13 [2022-08-23T13:44:13.070Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.74s)
13:44:13 [2022-08-23T13:44:13.070Z] === RUN   TestWaitBlocked
13:44:13 [2022-08-23T13:44:13.070Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:44:13 [2022-08-23T13:44:13.070Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:44:13 [2022-08-23T13:44:13.070Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:44:13 [2022-08-23T13:44:13.070Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:44:13 [2022-08-23T13:44:13.070Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:44:13 [2022-08-23T13:44:13.070Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:44:13 [2022-08-23T13:44:13.997Z] --- PASS: TestWaitBlocked (0.01s)
13:44:13 [2022-08-23T13:44:13.997Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s)
13:44:13 [2022-08-23T13:44:13.997Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.77s)
13:44:13 [2022-08-23T13:44:13.997Z] === RUN   TestWaitConditions
13:44:13 [2022-08-23T13:44:13.997Z] === RUN   TestWaitConditions/default
13:44:13 [2022-08-23T13:44:13.997Z] === PAUSE TestWaitConditions/default
13:44:13 [2022-08-23T13:44:13.997Z] === RUN   TestWaitConditions/not-running
13:44:13 [2022-08-23T13:44:13.997Z] === PAUSE TestWaitConditions/not-running
13:44:13 [2022-08-23T13:44:13.997Z] === RUN   TestWaitConditions/next-exit
13:44:13 [2022-08-23T13:44:13.997Z] === PAUSE TestWaitConditions/next-exit
13:44:13 [2022-08-23T13:44:13.997Z] === RUN   TestWaitConditions/removed
13:44:13 [2022-08-23T13:44:13.997Z] === PAUSE TestWaitConditions/removed
13:44:13 [2022-08-23T13:44:13.997Z] === CONT  TestWaitConditions/default
13:44:13 [2022-08-23T13:44:13.997Z] === CONT  TestWaitConditions/removed
13:44:14 [2022-08-23T13:44:14.246Z] #77 194.9 config.status: creating Makefile
13:44:14 [2022-08-23T13:44:14.246Z] #77 195.0 config.status: creating config.h
13:44:14 [2022-08-23T13:44:14.246Z] #77 195.1 config.status: executing libtool commands
13:44:14 [2022-08-23T13:44:14.246Z] #77 195.2 config.status: executing depfiles commands
13:44:14 [2022-08-23T13:44:14.814Z] #77 196.3 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
13:44:15 [2022-08-23T13:44:15.074Z] #77 196.4 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
13:44:15 [2022-08-23T13:44:15.361Z] === CONT  TestWaitConditions/next-exit
13:44:15 [2022-08-23T13:44:15.618Z] === CONT  TestWaitConditions/not-running
13:44:15 [2022-08-23T13:44:15.810Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:44:15 [2022-08-23T13:44:15.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:44:16 [2022-08-23T13:44:16.012Z] #77 ...
13:44:16 [2022-08-23T13:44:16.012Z] 
13:44:16 [2022-08-23T13:44:16.012Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:44:16 [2022-08-23T13:44:16.012Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
13:44:16 [2022-08-23T13:44:16.012Z] #21 48.64 Selecting previously unselected package jq.
13:44:16 [2022-08-23T13:44:16.012Z] #21 48.64 Preparing to unpack .../28-jq_1.6-2.1_amd64.deb ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 48.64 Unpacking jq (1.6-2.1) ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 48.84 Selecting previously unselected package libaio1:amd64.
13:44:16 [2022-08-23T13:44:16.012Z] #21 48.84 Preparing to unpack .../29-libaio1_0.3.112-9_amd64.deb ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 48.85 Unpacking libaio1:amd64 (0.3.112-9) ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 49.01 Selecting previously unselected package libgpm2:amd64.
13:44:16 [2022-08-23T13:44:16.012Z] #21 49.03 Preparing to unpack .../30-libgpm2_1.20.7-8_amd64.deb ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 49.06 Unpacking libgpm2:amd64 (1.20.7-8) ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 49.25 Selecting previously unselected package libicu67:amd64.
13:44:16 [2022-08-23T13:44:16.012Z] #21 49.26 Preparing to unpack .../31-libicu67_67.1-7_amd64.deb ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 49.30 Unpacking libicu67:amd64 (67.1-7) ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 55.32 Selecting previously unselected package libinih1:amd64.
13:44:16 [2022-08-23T13:44:16.012Z] #21 55.33 Preparing to unpack .../32-libinih1_53-1+b2_amd64.deb ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 55.35 Unpacking libinih1:amd64 (53-1+b2) ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 55.50 Selecting previously unselected package libmicrohttpd12:amd64.
13:44:16 [2022-08-23T13:44:16.012Z] #21 55.50 Preparing to unpack .../33-libmicrohttpd12_0.9.72-2_amd64.deb ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 55.52 Unpacking libmicrohttpd12:amd64 (0.9.72-2) ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 55.87 Selecting previously unselected package libnet1:amd64.
13:44:16 [2022-08-23T13:44:16.012Z] #21 55.87 Preparing to unpack .../34-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 55.87 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 56.08 Selecting previously unselected package libnl-3-200:amd64.
13:44:16 [2022-08-23T13:44:16.012Z] #21 56.08 Preparing to unpack .../35-libnl-3-200_3.4.0-1+b1_amd64.deb ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 56.10 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
13:44:16 [2022-08-23T13:44:16.012Z] #21 ...
13:44:16 [2022-08-23T13:44:16.012Z] 
13:44:16 [2022-08-23T13:44:16.012Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:44:16 [2022-08-23T13:44:16.012Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:44:16 [2022-08-23T13:44:16.012Z] #77 197.3 checking for gcc... gcc
13:44:16 [2022-08-23T13:44:16.532Z] #77 197.5 checking whether the C compiler works... yes
13:44:16 [2022-08-23T13:44:16.532Z] #77 197.8 checking for C compiler default output file name... a.out
13:44:16 [2022-08-23T13:44:16.532Z] #77 197.8 checking for suffix of executables... 
13:44:16 [2022-08-23T13:44:16.792Z] #77 198.0 checking whether we are cross compiling... no
13:44:16 [2022-08-23T13:44:16.982Z] --- PASS: TestWaitConditions (0.02s)
13:44:16 [2022-08-23T13:44:16.982Z]     --- PASS: TestWaitConditions/default (1.66s)
13:44:16 [2022-08-23T13:44:16.982Z]     --- PASS: TestWaitConditions/removed (1.71s)
13:44:16 [2022-08-23T13:44:16.982Z]     --- PASS: TestWaitConditions/next-exit (1.50s)
13:44:16 [2022-08-23T13:44:16.982Z]     --- PASS: TestWaitConditions/not-running (1.51s)
13:44:16 [2022-08-23T13:44:16.982Z] === RUN   TestWaitRestartedContainer
13:44:16 [2022-08-23T13:44:16.982Z] === RUN   TestWaitRestartedContainer/default
13:44:16 [2022-08-23T13:44:16.982Z] === PAUSE TestWaitRestartedContainer/default
13:44:16 [2022-08-23T13:44:16.982Z] === RUN   TestWaitRestartedContainer/not-running
13:44:16 [2022-08-23T13:44:16.982Z] === PAUSE TestWaitRestartedContainer/not-running
13:44:16 [2022-08-23T13:44:16.982Z] === RUN   TestWaitRestartedContainer/next-exit
13:44:16 [2022-08-23T13:44:16.982Z] === PAUSE TestWaitRestartedContainer/next-exit
13:44:16 [2022-08-23T13:44:16.982Z] === CONT  TestWaitRestartedContainer/default
13:44:16 [2022-08-23T13:44:16.982Z] === CONT  TestWaitRestartedContainer/next-exit
13:44:17 [2022-08-23T13:44:17.310Z] #77 198.3 checking for suffix of object files... o
13:44:17 [2022-08-23T13:44:17.310Z] #77 198.4 checking whether we are using the GNU C compiler... yes
13:44:17 [2022-08-23T13:44:17.571Z] #77 198.7 checking whether gcc accepts -g... yes
13:44:17 [2022-08-23T13:44:17.831Z] #77 199.0 checking for gcc option to accept ISO C89... none needed
13:44:18 [2022-08-23T13:44:18.091Z] #77 199.2 checking whether gcc understands -c and -o together... yes
13:44:18 [2022-08-23T13:44:18.352Z] #77 199.5 checking for a BSD-compatible install... /usr/bin/install -c
13:44:18 [2022-08-23T13:44:18.352Z] #77 199.6 checking whether build environment is sane... yes
13:44:18 [2022-08-23T13:44:18.352Z] #77 199.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
13:44:18 [2022-08-23T13:44:18.352Z] #77 199.7 checking for gawk... no
13:44:18 [2022-08-23T13:44:18.352Z] #77 199.7 checking for mawk... mawk
13:44:18 [2022-08-23T13:44:18.352Z] #77 199.7 checking whether make sets $(MAKE)... yes
13:44:18 [2022-08-23T13:44:18.612Z] #77 199.8 checking whether make supports the include directive... yes (GNU style)
13:44:18 [2022-08-23T13:44:18.612Z] #77 199.9 checking whether make supports nested variables... yes
13:44:18 [2022-08-23T13:44:18.612Z] #77 200.0 checking whether UID '0' is supported by ustar format... yes
13:44:18 [2022-08-23T13:44:18.612Z] #77 200.0 checking whether GID '0' is supported by ustar format... yes
13:44:18 [2022-08-23T13:44:18.871Z] === CONT  TestWaitRestartedContainer/not-running
13:44:18 [2022-08-23T13:44:18.873Z] #77 200.0 checking how to create a ustar tar archive... gnutar
13:44:18 [2022-08-23T13:44:18.873Z] #77 200.1 checking dependency style of gcc... gcc3
13:44:18 [2022-08-23T13:44:18.873Z] #77 200.3 checking whether to enable maintainer-specific portions of Makefiles... yes
13:44:18 [2022-08-23T13:44:18.873Z] #77 200.3 checking whether make supports nested variables... (cached) yes
13:44:19 [2022-08-23T13:44:19.432Z] --- PASS: TestWaitRestartedContainer (0.02s)
13:44:19 [2022-08-23T13:44:19.432Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.56s)
13:44:19 [2022-08-23T13:44:19.432Z]     --- PASS: TestWaitRestartedContainer/default (1.58s)
13:44:19 [2022-08-23T13:44:19.432Z]     --- PASS: TestWaitRestartedContainer/not-running (0.88s)
13:44:19 [2022-08-23T13:44:19.432Z] === CONT  TestContainerStartOnDaemonRestart
13:44:19 [2022-08-23T13:44:19.432Z] === CONT  TestRestartDaemonWithRestartingContainer
13:44:19 [2022-08-23T13:44:19.704Z] #77 200.4 checking build system type... x86_64-pc-linux-gnu
13:44:19 [2022-08-23T13:44:19.704Z] #77 201.0 checking host system type... x86_64-pc-linux-gnu
13:44:19 [2022-08-23T13:44:19.704Z] #77 201.0 checking how to print strings... printf
13:44:19 [2022-08-23T13:44:19.704Z] #77 201.0 checking for a sed that does not truncate output... /bin/sed
13:44:19 [2022-08-23T13:44:19.704Z] #77 201.0 checking for grep that handles long lines and -e... /bin/grep
13:44:19 [2022-08-23T13:44:19.704Z] #77 201.0 checking for egrep... /bin/grep -E
13:44:19 [2022-08-23T13:44:19.704Z] #77 201.0 checking for fgrep... /bin/grep -F
13:44:19 [2022-08-23T13:44:19.704Z] #77 201.1 checking for ld used by gcc... /usr/bin/ld
13:44:19 [2022-08-23T13:44:19.704Z] #77 201.1 checking if the linker (/usr/bin/ld) is GNU ld... yes
13:44:19 [2022-08-23T13:44:19.704Z] #77 201.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
13:44:19 [2022-08-23T13:44:19.965Z] #77 201.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm
13:44:19 [2022-08-23T13:44:19.965Z] #77 201.4 checking whether ln -s works... yes
13:44:20 [2022-08-23T13:44:20.225Z] #77 201.4 checking the maximum length of command line arguments... 1572864
13:44:20 [2022-08-23T13:44:20.225Z] #77 201.4 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
13:44:20 [2022-08-23T13:44:20.225Z] #77 201.4 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
13:44:20 [2022-08-23T13:44:20.225Z] #77 201.4 checking for /usr/bin/ld option to reload object files... -r
13:44:20 [2022-08-23T13:44:20.225Z] #77 201.4 checking for objdump... objdump
13:44:20 [2022-08-23T13:44:20.225Z] #77 201.4 checking how to recognize dependent libraries... pass_all
13:44:20 [2022-08-23T13:44:20.225Z] #77 201.4 checking for dlltool... no
13:44:20 [2022-08-23T13:44:20.225Z] #77 201.4 checking how to associate runtime and link libraries... printf %s\n
13:44:20 [2022-08-23T13:44:20.225Z] #77 201.4 checking for ar... ar
13:44:20 [2022-08-23T13:44:20.225Z] #77 201.4 checking for archiver @FILE support... @
13:44:20 [2022-08-23T13:44:20.225Z] #77 201.6 checking for strip... strip
13:44:20 [2022-08-23T13:44:20.225Z] #77 201.6 checking for ranlib... ranlib
13:44:20 [2022-08-23T13:44:20.796Z] #77 201.6 checking command to parse /usr/bin/nm -B output from gcc object... ok
13:44:21 [2022-08-23T13:44:21.057Z] #77 202.2 checking for sysroot... no
13:44:21 [2022-08-23T13:44:21.057Z] #77 202.2 checking for a working dd... /bin/dd
13:44:21 [2022-08-23T13:44:21.057Z] #77 202.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
13:44:21 [2022-08-23T13:44:21.057Z] #77 202.4 checking for mt... no
13:44:21 [2022-08-23T13:44:21.057Z] #77 202.4 checking if : is a manifest tool... no
13:44:21 [2022-08-23T13:44:21.321Z] #77 202.4 checking how to run the C preprocessor... gcc -E
13:44:21 [2022-08-23T13:44:21.895Z] #77 202.6 checking for ANSI C header files... yes
13:44:21 [2022-08-23T13:44:21.958Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.42s)
13:44:21 [2022-08-23T13:44:21.958Z] === CONT  TestIpcModeOlderClient
13:44:21 [2022-08-23T13:44:21.958Z] --- PASS: TestContainerStartOnDaemonRestart (2.42s)
13:44:21 [2022-08-23T13:44:21.958Z] === CONT  TestContainerKillOnDaemonStart
13:44:21 [2022-08-23T13:44:21.958Z] --- PASS: TestIpcModeOlderClient (0.09s)
13:44:21 [2022-08-23T13:44:21.958Z] === CONT  TestDaemonHostGatewayIP
13:44:22 [2022-08-23T13:44:22.157Z] #77 203.4 checking for sys/types.h... yes
13:44:22 [2022-08-23T13:44:22.418Z] #77 203.6 checking for sys/stat.h... yes
13:44:22 [2022-08-23T13:44:22.679Z] #77 203.9 checking for stdlib.h... yes
13:44:22 [2022-08-23T13:44:22.940Z] #77 204.1 checking for string.h... yes
13:44:23 [2022-08-23T13:44:23.200Z] #77 204.3 checking for memory.h... yes
13:44:23 [2022-08-23T13:44:23.462Z] #77 204.6 checking for strings.h... yes
13:44:23 [2022-08-23T13:44:23.724Z] #77 204.8 checking for inttypes.h... yes
13:44:23 [2022-08-23T13:44:23.724Z] #77 205.1 checking for stdint.h... yes
13:44:23 [2022-08-23T13:44:23.985Z] #77 205.3 checking for unistd.h... yes
13:44:24 [2022-08-23T13:44:24.474Z] --- PASS: TestDaemonHostGatewayIP (2.55s)
13:44:24 [2022-08-23T13:44:24.474Z] === CONT  TestDaemonRestartIpcMode
13:44:24 [2022-08-23T13:44:24.555Z] #77 205.5 checking for dlfcn.h... yes
13:44:24 [2022-08-23T13:44:24.555Z] #77 205.7 checking for objdir... .libs
13:44:25 [2022-08-23T13:44:25.076Z] #77 206.2 checking if gcc supports -fno-rtti -fno-exceptions... no
13:44:25 [2022-08-23T13:44:25.076Z] #77 206.3 checking for gcc option to produce PIC... -fPIC -DPIC
13:44:25 [2022-08-23T13:44:25.076Z] #77 206.3 checking if gcc PIC flag -fPIC -DPIC works... yes
13:44:25 [2022-08-23T13:44:25.648Z] #77 206.4 checking if gcc static flag -static works... yes
13:44:25 [2022-08-23T13:44:25.908Z] #77 206.9 checking if gcc supports -c -o file.o... yes
13:44:25 [2022-08-23T13:44:25.908Z] #77 207.1 checking if gcc supports -c -o file.o... (cached) yes
13:44:25 [2022-08-23T13:44:25.908Z] #77 207.1 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
13:44:25 [2022-08-23T13:44:25.908Z] #77 207.2 checking dynamic linker characteristics... 
13:44:25 [2022-08-23T13:44:25.908Z] #77 ...
13:44:25 [2022-08-23T13:44:25.908Z] 
13:44:25 [2022-08-23T13:44:25.908Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:44:25 [2022-08-23T13:44:25.908Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
13:44:25 [2022-08-23T13:44:25.908Z] #21 56.21 Selecting previously unselected package libprotobuf-c1:amd64.
13:44:25 [2022-08-23T13:44:25.908Z] #21 56.21 Preparing to unpack .../36-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 56.22 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 56.40 Selecting previously unselected package libyajl2:amd64.
13:44:25 [2022-08-23T13:44:25.908Z] #21 56.40 Preparing to unpack .../37-libyajl2_2.1.0-3_amd64.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 56.42 Unpacking libyajl2:amd64 (2.1.0-3) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 56.50 Selecting previously unselected package net-tools.
13:44:25 [2022-08-23T13:44:25.908Z] #21 56.51 Preparing to unpack .../38-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 56.53 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 56.78 Selecting previously unselected package patch.
13:44:25 [2022-08-23T13:44:25.908Z] #21 56.78 Preparing to unpack .../39-patch_2.7.6-7_amd64.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 56.80 Unpacking patch (2.7.6-7) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 57.07 Selecting previously unselected package python-pip-whl.
13:44:25 [2022-08-23T13:44:25.908Z] #21 57.07 Preparing to unpack .../40-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 57.11 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 58.10 Selecting previously unselected package python3-lib2to3.
13:44:25 [2022-08-23T13:44:25.908Z] #21 58.10 Preparing to unpack .../41-python3-lib2to3_3.9.2-1_all.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 58.14 Unpacking python3-lib2to3 (3.9.2-1) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 58.56 Selecting previously unselected package python3-distutils.
13:44:25 [2022-08-23T13:44:25.908Z] #21 58.56 Preparing to unpack .../42-python3-distutils_3.9.2-1_all.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 58.61 Unpacking python3-distutils (3.9.2-1) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 58.94 Selecting previously unselected package python3-pkg-resources.
13:44:25 [2022-08-23T13:44:25.908Z] #21 58.96 Preparing to unpack .../43-python3-pkg-resources_52.0.0-4_all.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 58.98 Unpacking python3-pkg-resources (52.0.0-4) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 59.22 Selecting previously unselected package python3-setuptools.
13:44:25 [2022-08-23T13:44:25.908Z] #21 59.23 Preparing to unpack .../44-python3-setuptools_52.0.0-4_all.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 59.25 Unpacking python3-setuptools (52.0.0-4) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 59.56 Selecting previously unselected package python3-wheel.
13:44:25 [2022-08-23T13:44:25.908Z] #21 59.56 Preparing to unpack .../45-python3-wheel_0.34.2-1_all.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 59.57 Unpacking python3-wheel (0.34.2-1) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 59.70 Selecting previously unselected package python3-pip.
13:44:25 [2022-08-23T13:44:25.908Z] #21 59.71 Preparing to unpack .../46-python3-pip_20.3.4-4+deb11u1_all.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 59.72 Unpacking python3-pip (20.3.4-4+deb11u1) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 60.15 Selecting previously unselected package sudo.
13:44:25 [2022-08-23T13:44:25.908Z] #21 60.15 Preparing to unpack .../47-sudo_1.9.5p2-3_amd64.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 60.16 Unpacking sudo (1.9.5p2-3) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.08 Selecting previously unselected package systemd-journal-remote.
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.10 Preparing to unpack .../48-systemd-journal-remote_247.3-7_amd64.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.11 Unpacking systemd-journal-remote (247.3-7) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.24 Selecting previously unselected package thin-provisioning-tools.
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.24 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-1_amd64.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.24 Unpacking thin-provisioning-tools (0.9.0-1) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.43 Selecting previously unselected package uidmap.
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.44 Preparing to unpack .../50-uidmap_1%3a4.8.1-1_amd64.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.45 Unpacking uidmap (1:4.8.1-1) ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.58 Selecting previously unselected package vim-runtime.
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.58 Preparing to unpack .../51-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.63 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.69 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
13:44:25 [2022-08-23T13:44:25.908Z] #21 61.69 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
13:44:26 [2022-08-23T13:44:26.169Z] #21 66.28 Selecting previously unselected package vim.
13:44:26 [2022-08-23T13:44:26.169Z] #21 66.30 Preparing to unpack .../52-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
13:44:26 [2022-08-23T13:44:26.169Z] #21 66.35 Unpacking vim (2:8.2.2434-3+deb11u1) ...
13:44:26 [2022-08-23T13:44:26.169Z] #21 ...
13:44:26 [2022-08-23T13:44:26.169Z] 
13:44:26 [2022-08-23T13:44:26.169Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:44:26 [2022-08-23T13:44:26.169Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:44:26 [2022-08-23T13:44:26.169Z] #77 207.2 checking dynamic linker characteristics... GNU/Linux ld.so
13:44:26 [2022-08-23T13:44:26.169Z] #77 207.6 checking how to hardcode library paths into programs... immediate
13:44:26 [2022-08-23T13:44:26.169Z] #77 207.6 checking whether stripping libraries is possible... yes
13:44:26 [2022-08-23T13:44:26.169Z] #77 207.6 checking if libtool supports shared libraries... yes
13:44:26 [2022-08-23T13:44:26.169Z] #77 207.6 checking whether to build shared libraries... no
13:44:26 [2022-08-23T13:44:26.169Z] #77 207.6 checking whether to build static libraries... yes
13:44:26 [2022-08-23T13:44:26.430Z] #77 207.7 checking float.h usability... yes
13:44:26 [2022-08-23T13:44:26.691Z] #77 207.9 checking float.h presence... yes
13:44:26 [2022-08-23T13:44:26.691Z] #77 208.0 checking for float.h... yes
13:44:26 [2022-08-23T13:44:26.953Z] #77 208.0 checking limits.h usability... yes
13:44:26 [2022-08-23T13:44:26.953Z] #77 208.3 checking limits.h presence... yes
13:44:26 [2022-08-23T13:44:26.953Z] #77 208.3 checking for limits.h... yes
13:44:26 [2022-08-23T13:44:26.989Z] --- PASS: TestDaemonRestartIpcMode (2.25s)
13:44:27 [2022-08-23T13:44:27.215Z] #77 208.4 checking stddef.h usability... yes
13:44:27 [2022-08-23T13:44:27.215Z] #77 208.6 checking stddef.h presence... yes
13:44:27 [2022-08-23T13:44:27.215Z] #77 208.6 checking for stddef.h... yes
13:44:27 [2022-08-23T13:44:27.476Z] #77 208.6 checking for stdlib.h... (cached) yes
13:44:27 [2022-08-23T13:44:27.476Z] #77 208.7 checking for string.h... (cached) yes
13:44:27 [2022-08-23T13:44:27.737Z] #77 208.8 checking sys/time.h usability... yes
13:44:27 [2022-08-23T13:44:27.737Z] #77 209.0 checking sys/time.h presence... yes
13:44:27 [2022-08-23T13:44:27.737Z] #77 209.1 checking for sys/time.h... yes
13:44:27 [2022-08-23T13:44:27.737Z] #77 209.1 checking for inline... inline
13:44:28 [2022-08-23T13:44:28.678Z] #77 209.2 checking for size_t... yes
13:44:28 [2022-08-23T13:44:28.678Z] #77 209.7 checking for stdlib.h... (cached) yes
13:44:28 [2022-08-23T13:44:28.678Z] #77 209.7 checking for GNU libc compatible malloc... yes
13:44:28 [2022-08-23T13:44:28.938Z] #77 210.1 checking for stdlib.h... (cached) yes
13:44:29 [2022-08-23T13:44:29.199Z] #77 210.1 checking for GNU libc compatible realloc... yes
13:44:29 [2022-08-23T13:44:29.775Z] #77 210.5 checking for working strtod... yes
13:44:30 [2022-08-23T13:44:30.043Z] #77 210.9 checking for gettimeofday... yes
13:44:30 [2022-08-23T13:44:30.303Z] #77 211.4 checking for memset... yes
13:44:30 [2022-08-23T13:44:30.824Z] #77 211.8 checking for strspn... yes
13:44:31 [2022-08-23T13:44:31.394Z] #77 212.7 checking that generated files are newer than configure... done
13:44:31 [2022-08-23T13:44:31.394Z] #77 212.7 configure: creating ./config.status
13:44:35 [2022-08-23T13:44:35.071Z] --- PASS: TestContainerKillOnDaemonStart (11.75s)
13:44:35 [2022-08-23T13:44:35.071Z] PASS
13:44:35 [2022-08-23T13:44:35.071Z] 
13:44:35 [2022-08-23T13:44:35.071Z] === Skipped
13:44:35 [2022-08-23T13:44:35.071Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
13:44:35 [2022-08-23T13:44:35.071Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:44:35 [2022-08-23T13:44:35.071Z] 
13:44:35 [2022-08-23T13:44:35.071Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
13:44:35 [2022-08-23T13:44:35.071Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:44:35 [2022-08-23T13:44:35.071Z] 
13:44:35 [2022-08-23T13:44:35.071Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:44:35 [2022-08-23T13:44:35.071Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:44:35 [2022-08-23T13:44:35.071Z] 
13:44:35 [2022-08-23T13:44:35.071Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
13:44:35 [2022-08-23T13:44:35.071Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:44:35 [2022-08-23T13:44:35.071Z] 
13:44:35 [2022-08-23T13:44:35.071Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
13:44:35 [2022-08-23T13:44:35.071Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:44:35 [2022-08-23T13:44:35.071Z] 
13:44:35 [2022-08-23T13:44:35.071Z] DONE 273 tests, 5 skipped in 134.147s
13:44:35 [2022-08-23T13:44:35.071Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
13:44:35 [2022-08-23T13:44:35.071Z] === RUN   TestConfigDaemonLibtrustID
13:44:35 [2022-08-23T13:44:35.071Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
13:44:35 [2022-08-23T13:44:35.071Z] === RUN   TestConfigDaemonID
13:44:35 [2022-08-23T13:44:35.327Z]     daemon_test.go:83: [d0ed6bf6380d0] daemon is not started
13:44:35 [2022-08-23T13:44:35.327Z] --- PASS: TestConfigDaemonID (1.04s)
13:44:35 [2022-08-23T13:44:35.327Z] === RUN   TestDaemonConfigValidation
13:44:35 [2022-08-23T13:44:35.327Z] === RUN   TestDaemonConfigValidation/config_with_no_content
13:44:35 [2022-08-23T13:44:35.327Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
13:44:35 [2022-08-23T13:44:35.327Z] === RUN   TestDaemonConfigValidation/config_with_{}
13:44:35 [2022-08-23T13:44:35.327Z] === PAUSE TestDaemonConfigValidation/config_with_{}
13:44:35 [2022-08-23T13:44:35.327Z] === RUN   TestDaemonConfigValidation/invalid_config
13:44:35 [2022-08-23T13:44:35.327Z] === PAUSE TestDaemonConfigValidation/invalid_config
13:44:35 [2022-08-23T13:44:35.327Z] === RUN   TestDaemonConfigValidation/malformed_config
13:44:35 [2022-08-23T13:44:35.327Z] === PAUSE TestDaemonConfigValidation/malformed_config
13:44:35 [2022-08-23T13:44:35.327Z] === RUN   TestDaemonConfigValidation/valid_config
13:44:35 [2022-08-23T13:44:35.327Z] === PAUSE TestDaemonConfigValidation/valid_config
13:44:35 [2022-08-23T13:44:35.327Z] === CONT  TestDaemonConfigValidation/config_with_no_content
13:44:35 [2022-08-23T13:44:35.327Z] === CONT  TestDaemonConfigValidation/malformed_config
13:44:35 [2022-08-23T13:44:35.327Z] === CONT  TestDaemonConfigValidation/valid_config
13:44:35 [2022-08-23T13:44:35.327Z] === CONT  TestDaemonConfigValidation/invalid_config
13:44:35 [2022-08-23T13:44:35.583Z] === CONT  TestDaemonConfigValidation/config_with_{}
13:44:35 [2022-08-23T13:44:35.583Z] --- PASS: TestDaemonConfigValidation (0.00s)
13:44:35 [2022-08-23T13:44:35.583Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
13:44:35 [2022-08-23T13:44:35.583Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s)
13:44:35 [2022-08-23T13:44:35.583Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.10s)
13:44:35 [2022-08-23T13:44:35.583Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
13:44:35 [2022-08-23T13:44:35.583Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
13:44:35 [2022-08-23T13:44:35.583Z] === RUN   TestConfigDaemonSeccompProfiles
13:44:35 [2022-08-23T13:44:35.583Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
13:44:35 [2022-08-23T13:44:35.601Z] #77 ...
13:44:35 [2022-08-23T13:44:35.601Z] 
13:44:35 [2022-08-23T13:44:35.601Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:44:35 [2022-08-23T13:44:35.601Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
13:44:35 [2022-08-23T13:44:35.601Z] #21 67.12 Selecting previously unselected package xfsprogs.
13:44:35 [2022-08-23T13:44:35.601Z] #21 67.13 Preparing to unpack .../53-xfsprogs_5.10.0-4_amd64.deb ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 67.14 Unpacking xfsprogs (5.10.0-4) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 67.76 Selecting previously unselected package zip.
13:44:35 [2022-08-23T13:44:35.601Z] #21 67.76 Preparing to unpack .../54-zip_3.0-12_amd64.deb ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 67.77 Unpacking zip (3.0-12) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 67.99 Selecting previously unselected package zstd.
13:44:35 [2022-08-23T13:44:35.601Z] #21 68.00 Preparing to unpack .../55-zstd_1.4.8+dfsg-2.1_amd64.deb ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 68.01 Unpacking zstd (1.4.8+dfsg-2.1) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 68.73 Setting up python3-pkg-resources (52.0.0-4) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.49 Setting up libip4tc2:amd64 (1.8.7-1) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.50 Setting up net-tools (1.60+git20181103.0eebece-1) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.51 Setting up libgpm2:amd64 (1.20.7-8) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.52 Setting up libicu67:amd64 (67.1-7) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.53 Setting up libip6tc2:amd64 (1.8.7-1) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.54 Setting up libinih1:amd64 (53-1+b2) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.55 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.56 Setting up uidmap (1:4.8.1-1) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.57 Setting up libyajl2:amd64 (2.1.0-3) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.59 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.60 Setting up bzip2 (1.0.8-4) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.61 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 70.62 Setting up python3-wheel (0.34.2-1) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 71.95 Setting up libmicrohttpd12:amd64 (0.9.72-2) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 71.97 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 71.99 Setting up libcap2:amd64 (1:2.44-1) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 72.00 Setting up libcap2-bin (1:2.44-1) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 72.03 Setting up apparmor (2.13.6-10) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 73.88 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
13:44:35 [2022-08-23T13:44:35.601Z] #21 73.97 Setting up zip (3.0-12) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 73.98 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 74.02 Setting up bash-completion (1:2.11-2) ...
13:44:35 [2022-08-23T13:44:35.601Z] #21 ...
13:44:35 [2022-08-23T13:44:35.601Z] 
13:44:35 [2022-08-23T13:44:35.601Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:44:35 [2022-08-23T13:44:35.601Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:44:35 [2022-08-23T13:44:35.601Z] #77 216.7 config.status: creating Makefile
13:44:35 [2022-08-23T13:44:35.601Z] #77 216.9 config.status: creating config.h
13:44:35 [2022-08-23T13:44:35.601Z] #77 217.0 config.status: executing depfiles commands
13:44:36 [2022-08-23T13:44:36.172Z] #77 217.5 config.status: executing libtool commands
13:44:36 [2022-08-23T13:44:36.510Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
13:44:37 [2022-08-23T13:44:37.874Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
13:44:38 [2022-08-23T13:44:38.084Z] #77 219.5   GEN      .version
13:44:38 [2022-08-23T13:44:38.084Z] #77 219.5 make  install-recursive
13:44:38 [2022-08-23T13:44:38.345Z] #77 219.5 make[1]: Entering directory '/tmp/crun-build'
13:44:38 [2022-08-23T13:44:38.345Z] #77 219.8 Making install in libocispec
13:44:38 [2022-08-23T13:44:38.605Z] #77 219.8 make[2]: Entering directory '/tmp/crun-build/libocispec'
13:44:38 [2022-08-23T13:44:38.605Z] #77 219.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
13:44:38 [2022-08-23T13:44:38.605Z] #77 219.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
13:44:38 [2022-08-23T13:44:38.605Z] #77 219.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
13:44:38 [2022-08-23T13:44:38.605Z] #77 220.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
13:44:38 [2022-08-23T13:44:38.801Z] === CONT  TestConfigDaemonSeccompProfiles
13:44:38 [2022-08-23T13:44:38.801Z]     daemon_test.go:197: [da255623533a7] daemon is not started
13:44:38 [2022-08-23T13:44:38.801Z] --- PASS: TestConfigDaemonSeccompProfiles (3.10s)
13:44:38 [2022-08-23T13:44:38.801Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
13:44:38 [2022-08-23T13:44:38.801Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s)
13:44:38 [2022-08-23T13:44:38.801Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s)
13:44:38 [2022-08-23T13:44:38.801Z] === RUN   TestDaemonProxy
13:44:38 [2022-08-23T13:44:38.801Z] === RUN   TestDaemonProxy/environment_variables
13:44:39 [2022-08-23T13:44:39.989Z] #77 221.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
13:44:39 [2022-08-23T13:44:39.989Z] #77 221.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
13:44:39 [2022-08-23T13:44:39.989Z] #77 221.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
13:44:39 [2022-08-23T13:44:39.989Z] #77 221.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
13:44:39 [2022-08-23T13:44:39.989Z] #77 221.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
13:44:39 [2022-08-23T13:44:39.989Z] #77 221.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
13:44:39 [2022-08-23T13:44:39.989Z] #77 221.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
13:44:39 [2022-08-23T13:44:39.989Z] #77 221.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
13:44:39 [2022-08-23T13:44:39.989Z] #77 221.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
13:44:40 [2022-08-23T13:44:40.560Z] #77 221.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
13:44:40 [2022-08-23T13:44:40.560Z] #77 221.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
13:44:40 [2022-08-23T13:44:40.560Z] #77 221.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
13:44:40 [2022-08-23T13:44:40.560Z] #77 221.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
13:44:40 [2022-08-23T13:44:40.560Z] #77 221.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
13:44:40 [2022-08-23T13:44:40.560Z] #77 221.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
13:44:40 [2022-08-23T13:44:40.560Z] #77 221.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
13:44:40 [2022-08-23T13:44:40.687Z] === RUN   TestDaemonProxy/command-line_options
13:44:41 [2022-08-23T13:44:41.500Z] #77 ...
13:44:41 [2022-08-23T13:44:41.501Z] 
13:44:41 [2022-08-23T13:44:41.501Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:44:41 [2022-08-23T13:44:41.501Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
13:44:41 [2022-08-23T13:44:41.501Z] #21 78.78 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 78.80 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:44:41 [2022-08-23T13:44:41.501Z] #21 78.82 Setting up libmnl0:amd64 (1.0.4-3) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 78.86 Setting up patch (2.7.6-7) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 78.87 Setting up sudo (1.9.5p2-3) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 79.06 invoke-rc.d: could not determine current runlevel
13:44:41 [2022-08-23T13:44:41.501Z] #21 79.09 invoke-rc.d: policy-rc.d denied execution of start.
13:44:41 [2022-08-23T13:44:41.501Z] #21 79.17 Setting up xfsprogs (5.10.0-4) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 79.21 System has not been booted with systemd as init system (PID 1). Can't operate.
13:44:41 [2022-08-23T13:44:41.501Z] #21 79.21 Failed to connect to bus: Host is down
13:44:41 [2022-08-23T13:44:41.501Z] #21 79.23 Setting up libxtables12:amd64 (1.8.7-1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 79.31 Setting up inetutils-ping (2:2.0-1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 79.36 Setting up pigz (2.6-1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 79.39 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 79.40 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 79.41 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 79.44 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 81.00 Setting up libaio1:amd64 (0.3.112-9) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 81.01 Setting up python3-lib2to3 (3.9.2-1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 81.70 Setting up libelf1:amd64 (0.183-1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 81.72 Setting up libjson-c5:amd64 (0.15-2) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 81.73 Setting up zstd (1.4.8+dfsg-2.1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 81.74 Setting up libonig5:amd64 (6.9.6-1.1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 81.75 Setting up libkmod2:amd64 (28-1) ...
13:44:41 [2022-08-23T13:44:41.501Z] #21 81.77 Setting up python3-distutils (3.9.2-1) ...
13:44:42 [2022-08-23T13:44:42.050Z] === RUN   TestDaemonProxy/configuration_file
13:44:42 [2022-08-23T13:44:42.702Z] #21 82.72 Setting up vim (2:8.2.2434-3+deb11u1) ...
13:44:42 [2022-08-23T13:44:42.702Z] #21 82.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:44:42 [2022-08-23T13:44:42.702Z] #21 82.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:44:42 [2022-08-23T13:44:42.702Z] #21 82.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:44:42 [2022-08-23T13:44:42.702Z] #21 82.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:44:42 [2022-08-23T13:44:42.702Z] #21 82.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:44:42 [2022-08-23T13:44:42.702Z] #21 82.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:44:42 [2022-08-23T13:44:42.702Z] #21 82.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:44:42 [2022-08-23T13:44:42.702Z] #21 82.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:44:42 [2022-08-23T13:44:42.702Z] #21 82.80 Setting up python3-setuptools (52.0.0-4) ...
13:44:43 [2022-08-23T13:44:43.937Z] === RUN   TestDaemonProxy/conflicting_options
13:44:44 [2022-08-23T13:44:44.193Z] === RUN   TestDaemonProxy/reload_sanitized
13:44:44 [2022-08-23T13:44:44.615Z] #21 84.80 Setting up libjq1:amd64 (1.6-2.1) ...
13:44:44 [2022-08-23T13:44:44.755Z] --- PASS: TestDaemonProxy (6.21s)
13:44:44 [2022-08-23T13:44:44.755Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
13:44:44 [2022-08-23T13:44:44.755Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
13:44:44 [2022-08-23T13:44:44.755Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
13:44:44 [2022-08-23T13:44:44.755Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
13:44:44 [2022-08-23T13:44:44.755Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
13:44:44 [2022-08-23T13:44:44.755Z] PASS
13:44:44 [2022-08-23T13:44:44.755Z] 
13:44:44 [2022-08-23T13:44:44.755Z] DONE 18 tests in 11.133s
13:44:44 [2022-08-23T13:44:44.755Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
13:44:44 [2022-08-23T13:44:44.876Z] #21 85.02 Setting up libnftnl11:amd64 (1.1.9-1) ...
13:44:44 [2022-08-23T13:44:44.876Z] #21 85.05 Setting up thin-provisioning-tools (0.9.0-1) ...
13:44:44 [2022-08-23T13:44:44.876Z] #21 85.06 Setting up python3-pip (20.3.4-4+deb11u1) ...
13:44:45 [2022-08-23T13:44:45.011Z] INFO: Testing against a local daemon
13:44:45 [2022-08-23T13:44:45.012Z] === RUN   TestCommitInheritsEnv
13:44:45 [2022-08-23T13:44:45.268Z] --- PASS: TestCommitInheritsEnv (0.34s)
13:44:45 [2022-08-23T13:44:45.268Z] === RUN   TestImportExtremelyLargeImageWorks
13:44:45 [2022-08-23T13:44:45.268Z] === PAUSE TestImportExtremelyLargeImageWorks
13:44:45 [2022-08-23T13:44:45.268Z] === RUN   TestImportWithCustomPlatform
13:44:45 [2022-08-23T13:44:45.268Z] === RUN   TestImportWithCustomPlatform/#00
13:44:45 [2022-08-23T13:44:45.268Z] === RUN   TestImportWithCustomPlatform/_______
13:44:45 [2022-08-23T13:44:45.268Z] === RUN   TestImportWithCustomPlatform//
13:44:45 [2022-08-23T13:44:45.268Z] === RUN   TestImportWithCustomPlatform/linux
13:44:45 [2022-08-23T13:44:45.524Z] === RUN   TestImportWithCustomPlatform/LINUX
13:44:45 [2022-08-23T13:44:45.524Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
13:44:45 [2022-08-23T13:44:45.524Z] === RUN   TestImportWithCustomPlatform/macos
13:44:45 [2022-08-23T13:44:45.524Z] === RUN   TestImportWithCustomPlatform/macos/arm64
13:44:45 [2022-08-23T13:44:45.524Z] === RUN   TestImportWithCustomPlatform/nintendo64
13:44:45 [2022-08-23T13:44:45.524Z] --- PASS: TestImportWithCustomPlatform (0.32s)
13:44:45 [2022-08-23T13:44:45.524Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
13:44:45 [2022-08-23T13:44:45.524Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
13:44:45 [2022-08-23T13:44:45.524Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
13:44:45 [2022-08-23T13:44:45.524Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
13:44:45 [2022-08-23T13:44:45.524Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
13:44:45 [2022-08-23T13:44:45.524Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
13:44:45 [2022-08-23T13:44:45.524Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
13:44:45 [2022-08-23T13:44:45.524Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
13:44:45 [2022-08-23T13:44:45.524Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
13:44:45 [2022-08-23T13:44:45.524Z] === RUN   TestImagesFilterMultiReference
13:44:45 [2022-08-23T13:44:45.524Z] --- PASS: TestImagesFilterMultiReference (0.05s)
13:44:45 [2022-08-23T13:44:45.524Z] === RUN   TestImagePullPlatformInvalid
13:44:45 [2022-08-23T13:44:45.524Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
13:44:45 [2022-08-23T13:44:45.524Z] === RUN   TestRemoveImageOrphaning
13:44:46 [2022-08-23T13:44:46.085Z] --- PASS: TestRemoveImageOrphaning (0.28s)
13:44:46 [2022-08-23T13:44:46.085Z] === RUN   TestRemoveImageGarbageCollector
13:44:46 [2022-08-23T13:44:46.342Z] time="2022-08-23T13:44:46Z" level=info msg="[graphdriver] trying configured driver: overlay2"
13:44:46 [2022-08-23T13:44:46.788Z] #21 87.01 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
13:44:46 [2022-08-23T13:44:46.788Z] #21 87.04 Setting up jq (1.6-2.1) ...
13:44:46 [2022-08-23T13:44:46.789Z] #21 87.06 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
13:44:46 [2022-08-23T13:44:46.789Z] #21 87.08 Setting up libbpf0:amd64 (1:0.3-2) ...
13:44:46 [2022-08-23T13:44:46.789Z] #21 87.10 Setting up iptables (1.8.7-1) ...
13:44:47 [2022-08-23T13:44:47.049Z] #21 87.12 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:44:47 [2022-08-23T13:44:47.049Z] #21 87.13 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:44:47 [2022-08-23T13:44:47.049Z] #21 87.16 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:44:47 [2022-08-23T13:44:47.049Z] #21 87.16 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:44:47 [2022-08-23T13:44:47.049Z] #21 87.17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:44:47 [2022-08-23T13:44:47.049Z] #21 87.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:44:47 [2022-08-23T13:44:47.049Z] #21 87.20 Setting up iproute2 (5.10.0-4) ...
13:44:47 [2022-08-23T13:44:47.620Z] #21 87.89 Setting up systemd (247.3-7) ...
13:44:47 [2022-08-23T13:44:47.620Z] #21 87.94 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:44:47 [2022-08-23T13:44:47.620Z] #21 87.95 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:44:47 [2022-08-23T13:44:47.620Z] #21 87.96 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:44:47 [2022-08-23T13:44:47.881Z] #21 88.00 Initializing machine ID from KVM UUID.
13:44:48 [2022-08-23T13:44:48.230Z] --- PASS: TestRemoveImageGarbageCollector (1.92s)
13:44:48 [2022-08-23T13:44:48.231Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:44:48 [2022-08-23T13:44:48.231Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
13:44:48 [2022-08-23T13:44:48.231Z] === RUN   TestTagInvalidReference
13:44:48 [2022-08-23T13:44:48.231Z] --- PASS: TestTagInvalidReference (0.01s)
13:44:48 [2022-08-23T13:44:48.231Z] === RUN   TestTagValidPrefixedRepo
13:44:48 [2022-08-23T13:44:48.231Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
13:44:48 [2022-08-23T13:44:48.231Z] === RUN   TestTagExistedNameWithoutForce
13:44:48 [2022-08-23T13:44:48.231Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
13:44:48 [2022-08-23T13:44:48.231Z] === RUN   TestTagOfficialNames
13:44:48 [2022-08-23T13:44:48.231Z] --- PASS: TestTagOfficialNames (0.05s)
13:44:48 [2022-08-23T13:44:48.231Z] === RUN   TestTagMatchesDigest
13:44:48 [2022-08-23T13:44:48.231Z] --- PASS: TestTagMatchesDigest (0.01s)
13:44:48 [2022-08-23T13:44:48.231Z] === CONT  TestImportExtremelyLargeImageWorks
13:44:50 [2022-08-23T13:44:50.423Z] #21 90.34 Setting up systemd-journal-remote (247.3-7) ...
13:44:50 [2022-08-23T13:44:50.684Z] #21 90.90 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:44:51 [2022-08-23T13:44:51.255Z] #21 DONE 91.3s
13:44:51 [2022-08-23T13:44:51.255Z] 
13:44:51 [2022-08-23T13:44:51.255Z] #22 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
13:44:51 [2022-08-23T13:44:51.255Z] #22 sha256:0b371c1d2fda20aef00028c14c4242742470327060511d93bf3159256d5c537f
13:44:52 [2022-08-23T13:44:52.197Z] #22 ...
13:44:52 [2022-08-23T13:44:52.197Z] 
13:44:52 [2022-08-23T13:44:52.197Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:44:52 [2022-08-23T13:44:52.198Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.4 make  install-recursive
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.4 make[3]: Entering directory '/tmp/crun-build/libocispec'
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.6 Making install in yajl
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.6 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.7   CC       verify/json_verify-json_verify.o
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.7   CC       src/libyajl_la-yajl_alloc.lo
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.8   CC       src/libyajl_la-yajl.lo
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.8   CC       src/libyajl_la-yajl_gen.lo
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.8   CC       src/libyajl_la-yajl_parser.lo
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.8   CC       src/libyajl_la-yajl_encode.lo
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.8   CC       src/libyajl_la-yajl_buf.lo
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.8   CC       src/libyajl_la-yajl_lex.lo
13:44:52 [2022-08-23T13:44:52.198Z] #77 223.9   CC       src/libyajl_la-yajl_tree.lo
13:44:52 [2022-08-23T13:44:52.198Z] #77 232.0   CCLD     libyajl.la
13:44:52 [2022-08-23T13:44:52.198Z] #77 232.6   CCLD     verify/json_verify
13:44:52 [2022-08-23T13:44:52.198Z] #77 233.2 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
13:44:52 [2022-08-23T13:44:52.198Z] #77 233.2 make[5]: Nothing to be done for 'install-exec-am'.
13:44:52 [2022-08-23T13:44:52.198Z] #77 233.2 make[5]: Nothing to be done for 'install-data-am'.
13:44:52 [2022-08-23T13:44:52.198Z] #77 233.2 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
13:44:52 [2022-08-23T13:44:52.198Z] #77 233.2 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
13:44:52 [2022-08-23T13:44:52.198Z] #77 233.3 make[4]: Entering directory '/tmp/crun-build/libocispec'
13:44:52 [2022-08-23T13:44:52.198Z] #77 233.5   CC       src/validate.o
13:44:52 [2022-08-23T13:44:52.198Z] #77 233.5   CC       src/image_spec_schema_config_schema.lo
13:44:52 [2022-08-23T13:44:52.198Z] #77 233.5   CC       src/image_spec_schema_content_descriptor.lo
13:44:52 [2022-08-23T13:44:52.198Z] #77 233.6   CC       src/image_spec_schema_defs.lo
13:44:52 [2022-08-23T13:44:52.458Z] #77 ...
13:44:52 [2022-08-23T13:44:52.458Z] 
13:44:52 [2022-08-23T13:44:52.458Z] #22 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
13:44:52 [2022-08-23T13:44:52.458Z] #22 sha256:0b371c1d2fda20aef00028c14c4242742470327060511d93bf3159256d5c537f
13:44:52 [2022-08-23T13:44:52.458Z] #22 1.182 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:44:52 [2022-08-23T13:44:52.458Z] #22 1.186 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:44:52 [2022-08-23T13:44:52.458Z] #22 1.190 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:44:52 [2022-08-23T13:44:52.458Z] #22 DONE 1.3s
13:44:52 [2022-08-23T13:44:52.458Z] 
13:44:52 [2022-08-23T13:44:52.458Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:44:52 [2022-08-23T13:44:52.458Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:44:52 [2022-08-23T13:44:52.458Z] #77 233.6   CC       src/image_spec_schema_image_index_schema.lo
13:44:52 [2022-08-23T13:44:52.458Z] #77 233.6   CC       src/image_spec_schema_defs_descriptor.lo
13:44:52 [2022-08-23T13:44:52.458Z] #77 233.7   CC       src/image_spec_schema_image_layout_schema.lo
13:44:52 [2022-08-23T13:44:52.458Z] #77 233.7   CC       src/image_spec_schema_image_manifest_schema.lo
13:44:52 [2022-08-23T13:44:52.458Z] #77 233.8   CC       src/runtime_spec_schema_config_linux.lo
13:44:52 [2022-08-23T13:44:52.458Z] #77 233.9   CC       src/runtime_spec_schema_config_zos.lo
13:44:52 [2022-08-23T13:44:52.458Z] #77 233.9   CC       src/runtime_spec_schema_config_schema.lo
13:44:52 [2022-08-23T13:44:52.753Z] #77 233.9   CC       src/runtime_spec_schema_config_solaris.lo
13:44:52 [2022-08-23T13:44:52.753Z] #77 234.0   CC       src/runtime_spec_schema_config_vm.lo
13:44:52 [2022-08-23T13:44:52.753Z] #77 234.0   CC       src/runtime_spec_schema_config_windows.lo
13:44:52 [2022-08-23T13:44:52.753Z] #77 234.0   CC       src/runtime_spec_schema_defs.lo
13:44:52 [2022-08-23T13:44:52.753Z] #77 234.1   CC       src/runtime_spec_schema_defs_zos.lo
13:44:52 [2022-08-23T13:44:52.753Z] #77 234.1   CC       src/runtime_spec_schema_defs_vm.lo
13:44:52 [2022-08-23T13:44:52.753Z] #77 234.1   CC       src/runtime_spec_schema_defs_windows.lo
13:44:52 [2022-08-23T13:44:52.753Z] #77 234.2   CC       src/runtime_spec_schema_defs_linux.lo
13:44:53 [2022-08-23T13:44:53.013Z] #77 234.3   CC       src/image_manifest_items_image_manifest_items_schema.lo
13:44:53 [2022-08-23T13:44:53.013Z] #77 234.4   CC       src/basic_test_double_array_item.lo
13:44:53 [2022-08-23T13:44:53.013Z] #77 234.4   CC       src/runtime_spec_schema_state_schema.lo
13:44:53 [2022-08-23T13:44:53.279Z] #77 234.6   CC       src/basic_test_double_array.lo
13:44:53 [2022-08-23T13:44:53.279Z] #77 234.8   CC       src/basic_test_top_array_int.lo
13:44:53 [2022-08-23T13:44:53.541Z] #77 234.8   CC       src/basic_test_top_array_string.lo
13:44:53 [2022-08-23T13:44:53.541Z] #77 234.9   CC       src/basic_test_top_double_array_int.lo
13:44:53 [2022-08-23T13:44:53.809Z] #77 235.0   CC       src/basic_test_top_double_array_refobj.lo
13:44:53 [2022-08-23T13:44:53.809Z] #77 235.1   CC       src/basic_test_top_double_array_obj.lo
13:44:53 [2022-08-23T13:44:53.809Z] #77 235.2   CC       src/read-file.lo
13:44:53 [2022-08-23T13:44:53.809Z] #77 235.2   CC       src/json_common.lo
13:44:54 [2022-08-23T13:44:54.068Z] #77 235.4   CC       src/basic_test_top_double_array_string.lo
13:44:54 [2022-08-23T13:44:54.069Z] #77 235.4   CC       tests/test-2.o
13:44:54 [2022-08-23T13:44:54.069Z] #77 235.4   CC       tests/test-1.o
13:44:54 [2022-08-23T13:44:54.069Z] #77 235.5   CC       tests/test-3.o
13:44:54 [2022-08-23T13:44:54.332Z] #77 235.6   CC       tests/test-4.o
13:44:54 [2022-08-23T13:44:54.591Z] #77 235.9   CC       tests/test-6.o
13:44:54 [2022-08-23T13:44:54.592Z] #77 236.0   CC       tests/test-5.o
13:44:54 [2022-08-23T13:44:54.851Z] #77 236.1   CC       tests/test-7.o
13:44:54 [2022-08-23T13:44:54.851Z] #77 236.1   CC       tests/test-8.o
13:44:54 [2022-08-23T13:44:54.851Z] #77 236.3   CC       tests/test-9.o
13:44:54 [2022-08-23T13:44:54.851Z] #77 236.3   CC       tests/test-10.o
13:44:55 [2022-08-23T13:44:55.111Z] #77 236.5   CC       tests/test-11.o
13:45:03 [2022-08-23T13:45:03.244Z] #77 ...
13:45:03 [2022-08-23T13:45:03.244Z] 
13:45:03 [2022-08-23T13:45:03.244Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
13:45:03 [2022-08-23T13:45:03.244Z] #23 sha256:564f4a03aa3790b36c9ce4bcde2032611dd3f5d6e0a097fb3177a898593d767d
13:45:05 [2022-08-23T13:45:05.796Z] #23 13.57 Collecting yamllint==1.26.1
13:45:07 [2022-08-23T13:45:07.180Z] #23 14.70   Downloading yamllint-1.26.1.tar.gz (126 kB)
13:45:09 [2022-08-23T13:45:09.724Z] #23 17.03 Collecting pathspec>=0.5.3
13:45:09 [2022-08-23T13:45:09.724Z] #23 17.05   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
13:45:10 [2022-08-23T13:45:10.294Z] #23 17.85 Collecting pyyaml
13:45:10 [2022-08-23T13:45:10.294Z] #23 17.88   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
13:45:10 [2022-08-23T13:45:10.294Z] #23 18.04 Building wheels for collected packages: yamllint
13:45:10 [2022-08-23T13:45:10.555Z] #23 18.05   Building wheel for yamllint (setup.py): started
13:45:12 [2022-08-23T13:45:12.468Z] #23 19.81   Building wheel for yamllint (setup.py): finished with status 'done'
13:45:12 [2022-08-23T13:45:12.468Z] #23 19.81   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=568defc0d1af50bb85ca25c2ae9ffa813993c9ad7e2daae1f718ee2189e03734
13:45:12 [2022-08-23T13:45:12.468Z] #23 19.82   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
13:45:12 [2022-08-23T13:45:12.468Z] #23 19.82 Successfully built yamllint
13:45:12 [2022-08-23T13:45:12.469Z] #23 19.86 Installing collected packages: pyyaml, pathspec, yamllint
13:45:13 [2022-08-23T13:45:13.041Z] #23 20.56 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
13:45:13 [2022-08-23T13:45:13.612Z] #23 DONE 21.2s
13:45:13 [2022-08-23T13:45:13.612Z] 
13:45:13 [2022-08-23T13:45:13.612Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
13:45:13 [2022-08-23T13:45:13.612Z] #27 sha256:613c98d536aa237bc4b02ede4f250935d01e3d35eb944bcf21fb646ba6ac1f36
13:45:13 [2022-08-23T13:45:13.872Z] #27 DONE 0.4s
13:45:13 [2022-08-23T13:45:13.872Z] 
13:45:13 [2022-08-23T13:45:13.872Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
13:45:13 [2022-08-23T13:45:13.872Z] #32 sha256:76db222a118e2f061950b09b74261a7016aa02c3f621cd3d3bd23bb0aacc3ea5
13:45:14 [2022-08-23T13:45:14.134Z] #32 DONE 0.3s
13:45:14 [2022-08-23T13:45:14.134Z] 
13:45:14 [2022-08-23T13:45:14.134Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
13:45:14 [2022-08-23T13:45:14.134Z] #35 sha256:a3fa10671bd52fda38dd45addda567087be5f14d007fe8ebb6150747b753548c
13:45:14 [2022-08-23T13:45:14.394Z] #35 DONE 0.2s
13:45:14 [2022-08-23T13:45:14.394Z] 
13:45:14 [2022-08-23T13:45:14.394Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
13:45:14 [2022-08-23T13:45:14.394Z] #37 sha256:54a1f0712d829149ecb81c5c49fa49b29351221c118c770c2e841a8efb21dfe8
13:45:14 [2022-08-23T13:45:14.394Z] #37 DONE 0.2s
13:45:14 [2022-08-23T13:45:14.394Z] 
13:45:14 [2022-08-23T13:45:14.394Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:45:14 [2022-08-23T13:45:14.394Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:45:14 [2022-08-23T13:45:14.655Z] #77 ...
13:45:14 [2022-08-23T13:45:14.655Z] 
13:45:14 [2022-08-23T13:45:14.655Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
13:45:14 [2022-08-23T13:45:14.655Z] #39 sha256:e4da184425d7aaf681c03d0d00e079e21861783c672aa92251d0faea1325f448
13:45:14 [2022-08-23T13:45:14.655Z] #39 DONE 0.1s
13:45:14 [2022-08-23T13:45:14.655Z] 
13:45:14 [2022-08-23T13:45:14.655Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
13:45:14 [2022-08-23T13:45:14.655Z] #41 sha256:48b04f8ccd1a2713f0e8a714b31c086810de636d746ee04041ec7fa22fd6dd7c
13:45:14 [2022-08-23T13:45:14.916Z] #41 DONE 0.1s
13:45:14 [2022-08-23T13:45:14.916Z] 
13:45:14 [2022-08-23T13:45:14.916Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
13:45:14 [2022-08-23T13:45:14.916Z] #45 sha256:10eaa557f8df1115641ac1dee0700a7f150185dca96385b353b178716629a22e
13:45:14 [2022-08-23T13:45:14.916Z] #45 DONE 0.1s
13:45:14 [2022-08-23T13:45:14.916Z] 
13:45:14 [2022-08-23T13:45:14.916Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:45:14 [2022-08-23T13:45:14.916Z] #64 sha256:fb09cc2b769051877469ac03134a0e3bf72d0eed4290b6de4fb709b93991a097
13:45:16 [2022-08-23T13:45:16.312Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|exports_file|files|imports|compiled_files|deps) took 2m54.781759016s 
13:45:16 [2022-08-23T13:45:16.312Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 511.240514ms 
13:45:33 [2022-08-23T13:45:33.630Z] Created binary: bundles/dynbinary-daemon/dockerd
13:45:33 [2022-08-23T13:45:33.630Z] Building: bundles/dynbinary-daemon/docker-proxy
13:45:33 [2022-08-23T13:45:33.630Z] GOOS="" GOARCH="" GOARM=""
13:45:33 [2022-08-23T13:45:33.630Z] Created binary: bundles/dynbinary-daemon/docker-proxy
13:45:33 [2022-08-23T13:45:33.630Z] 
13:45:33 [2022-08-23T13:45:33.630Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:45:33 [2022-08-23T13:45:33.630Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:45:33 [2022-08-23T13:45:33.630Z] HOSTNAME=8e41ab27f539
13:45:33 [2022-08-23T13:45:33.630Z] TESTDEBUG=0
13:45:33 [2022-08-23T13:45:33.630Z] DEST=bundles/test-integration
13:45:33 [2022-08-23T13:45:33.630Z] PWD=/go/src/github.com/docker/docker
13:45:33 [2022-08-23T13:45:33.630Z] DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179
13:45:33 [2022-08-23T13:45:33.630Z] container=docker
13:45:33 [2022-08-23T13:45:33.630Z] HOME=/root
13:45:33 [2022-08-23T13:45:33.630Z] GOLANG_VERSION=1.18.5
13:45:33 [2022-08-23T13:45:33.630Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:45:33 [2022-08-23T13:45:33.630Z] VALIDATE_BRANCH=master
13:45:33 [2022-08-23T13:45:33.630Z] TERM=xterm
13:45:33 [2022-08-23T13:45:33.630Z] DOCKER_PKG=github.com/docker/docker
13:45:33 [2022-08-23T13:45:33.630Z] SHLVL=1
13:45:33 [2022-08-23T13:45:33.630Z] TIMEOUT=120m
13:45:33 [2022-08-23T13:45:33.630Z] DOCKER_BUILDTAGS= journald
13:45:33 [2022-08-23T13:45:33.630Z] DOCKER_GRAPHDRIVER=overlay2
13:45:33 [2022-08-23T13:45:33.630Z] GO111MODULE=off
13:45:33 [2022-08-23T13:45:33.630Z] DOCKER_EXPERIMENTAL=1
13:45:33 [2022-08-23T13:45:33.630Z] TEST_SKIP_INTEGRATION_CLI=1
13:45:33 [2022-08-23T13:45:33.630Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:45:33 [2022-08-23T13:45:33.630Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:45:33 [2022-08-23T13:45:33.630Z] GOPATH=/go
13:45:33 [2022-08-23T13:45:33.630Z] PKG_CONFIG=pkg-config
13:45:33 [2022-08-23T13:45:33.630Z] _=/usr/bin/env
13:45:33 [2022-08-23T13:45:33.630Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:45:37 [2022-08-23T13:45:37.198Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
13:45:47 [2022-08-23T13:45:47.024Z] #64 ...
13:45:47 [2022-08-23T13:45:47.024Z] 
13:45:47 [2022-08-23T13:45:47.024Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:45:47 [2022-08-23T13:45:47.024Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:45:47 [2022-08-23T13:45:47.024Z] #77 287.3   CCLD     libocispec.la
13:45:47 [2022-08-23T13:45:47.024Z] #77 287.7   CCLD     src/validate
13:45:47 [2022-08-23T13:45:47.024Z] #77 287.7   CCLD     tests/test-1
13:45:47 [2022-08-23T13:45:47.024Z] #77 287.7   CCLD     tests/test-2
13:45:47 [2022-08-23T13:45:47.024Z] #77 287.8   CCLD     tests/test-3
13:45:47 [2022-08-23T13:45:47.024Z] #77 287.8   CCLD     tests/test-4
13:45:47 [2022-08-23T13:45:47.024Z] #77 287.8   CCLD     tests/test-5
13:45:47 [2022-08-23T13:45:47.024Z] #77 287.8   CCLD     tests/test-6
13:45:47 [2022-08-23T13:45:47.024Z] #77 287.9   CCLD     tests/test-8
13:45:47 [2022-08-23T13:45:47.024Z] #77 287.9   CCLD     tests/test-7
13:45:47 [2022-08-23T13:45:47.024Z] #77 287.9   CCLD     tests/test-10
13:45:47 [2022-08-23T13:45:47.024Z] #77 287.9 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
13:45:47 [2022-08-23T13:45:47.024Z] #77 288.0   CCLD     tests/test-11
13:45:47 [2022-08-23T13:45:47.024Z] #77 288.1   CCLD     tests/test-9
13:45:48 [2022-08-23T13:45:48.408Z] #77 289.5 libtool: link: ar cr libocispec.a 
13:45:48 [2022-08-23T13:45:48.408Z] #77 289.5 libtool: link: ranlib libocispec.a
13:45:50 [2022-08-23T13:45:50.321Z] #77 291.7 make[5]: Entering directory '/tmp/crun-build/libocispec'
13:45:50 [2022-08-23T13:45:50.581Z] #77 291.8 make[5]: Nothing to be done for 'install-exec-am'.
13:45:50 [2022-08-23T13:45:50.581Z] #77 291.8 make[5]: Nothing to be done for 'install-data-am'.
13:45:50 [2022-08-23T13:45:50.581Z] #77 291.8 make[5]: Leaving directory '/tmp/crun-build/libocispec'
13:45:50 [2022-08-23T13:45:50.581Z] #77 291.8 make[4]: Leaving directory '/tmp/crun-build/libocispec'
13:45:50 [2022-08-23T13:45:50.582Z] #77 291.8 make[3]: Leaving directory '/tmp/crun-build/libocispec'
13:45:50 [2022-08-23T13:45:50.582Z] #77 291.8 make[2]: Leaving directory '/tmp/crun-build/libocispec'
13:45:50 [2022-08-23T13:45:50.582Z] #77 291.8 make[2]: Entering directory '/tmp/crun-build'
13:45:50 [2022-08-23T13:45:50.582Z] #77 291.9   CC       src/libcrun/libcrun_testing_a-utils.o
13:45:50 [2022-08-23T13:45:50.582Z] #77 291.9   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
13:45:50 [2022-08-23T13:45:50.582Z] #77 291.9   CC       src/libcrun/libcrun_testing_a-container.o
13:45:50 [2022-08-23T13:45:50.582Z] #77 292.0   CC       src/libcrun/libcrun_testing_a-cgroup.o
13:45:50 [2022-08-23T13:45:50.582Z] #77 292.0   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
13:45:50 [2022-08-23T13:45:50.582Z] #77 292.0   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
13:45:50 [2022-08-23T13:45:50.582Z] #77 292.0   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.0   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.1   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.1   CC       src/libcrun/libcrun_testing_a-criu.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.1   CC       src/libcrun/libcrun_testing_a-linux.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.1   CC       src/libcrun/libcrun_testing_a-seccomp.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.1   CC       src/libcrun/libcrun_testing_a-ebpf.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.1   CC       src/libcrun/libcrun_testing_a-custom-handler.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.1   CC       src/libcrun/libcrun_testing_a-error.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.2   CC       src/libcrun/libcrun_testing_a-status.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.2   CC       src/libcrun/libcrun_testing_a-terminal.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.2   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.2   CC       src/libcrun/libcrun_testing_a-signals.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.2   CC       src/libcrun/libcrun_testing_a-mount_flags.o
13:45:50 [2022-08-23T13:45:50.842Z] #77 292.3   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
13:45:51 [2022-08-23T13:45:51.103Z] #77 292.3   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
13:45:51 [2022-08-23T13:45:51.103Z] #77 292.4   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
13:45:51 [2022-08-23T13:45:51.103Z] #77 292.4   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
13:45:51 [2022-08-23T13:45:51.103Z] #77 292.4   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
13:45:51 [2022-08-23T13:45:51.103Z] #77 292.4   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
13:45:51 [2022-08-23T13:45:51.103Z] #77 292.5   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
13:45:51 [2022-08-23T13:45:51.363Z] #77 292.6   CC       src/crun-crun.o
13:45:51 [2022-08-23T13:45:51.363Z] #77 292.7   CC       src/crun-run.o
13:45:51 [2022-08-23T13:45:51.363Z] #77 292.7   CC       src/crun-delete.o
13:45:51 [2022-08-23T13:45:51.624Z] #77 293.0   CC       src/crun-pause.o
13:45:51 [2022-08-23T13:45:51.624Z] #77 293.0   CC       src/crun-unpause.o
13:45:51 [2022-08-23T13:45:51.624Z] #77 293.1   CC       src/crun-kill.o
13:45:51 [2022-08-23T13:45:51.884Z] #77 293.2   CC       src/crun-exec.o
13:45:51 [2022-08-23T13:45:51.884Z] #77 293.2   CC       src/crun-spec.o
13:45:51 [2022-08-23T13:45:51.884Z] #77 293.2   CC       src/crun-list.o
13:45:51 [2022-08-23T13:45:51.884Z] #77 293.2   CC       src/crun-create.o
13:45:51 [2022-08-23T13:45:51.884Z] #77 293.3   CC       src/crun-start.o
13:45:51 [2022-08-23T13:45:51.884Z] #77 293.3   CC       src/crun-state.o
13:45:52 [2022-08-23T13:45:52.144Z] #77 293.4   CC       src/crun-ps.o
13:45:52 [2022-08-23T13:45:52.144Z] #77 293.5   CC       src/crun-update.o
13:45:52 [2022-08-23T13:45:52.144Z] #77 293.5   CC       src/crun-checkpoint.o
13:45:52 [2022-08-23T13:45:52.144Z] #77 293.6   CC       src/crun-restore.o
13:45:52 [2022-08-23T13:45:52.404Z] #77 293.8   CC       src/libcrun/libcrun_la-utils.lo
13:45:52 [2022-08-23T13:45:52.404Z] #77 293.9   CC       src/libcrun/libcrun_la-cloned_binary.lo
13:45:52 [2022-08-23T13:45:52.665Z] #77 293.9   CC       src/libcrun/libcrun_la-cgroup.lo
13:45:52 [2022-08-23T13:45:52.665Z] #77 293.9   CC       src/libcrun/libcrun_la-container.lo
13:45:52 [2022-08-23T13:45:52.665Z] #77 294.0   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
13:45:52 [2022-08-23T13:45:52.665Z] #77 294.0   CC       src/libcrun/libcrun_la-cgroup-resources.lo
13:45:52 [2022-08-23T13:45:52.925Z] #77 294.3   CC       src/libcrun/libcrun_la-cgroup-setup.lo
13:45:52 [2022-08-23T13:45:52.925Z] #77 294.3   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
13:45:52 [2022-08-23T13:45:52.925Z] #77 294.3   CC       src/libcrun/libcrun_la-cgroup-utils.lo
13:45:52 [2022-08-23T13:45:52.925Z] #77 294.4   CC       src/libcrun/libcrun_la-criu.lo
13:45:53 [2022-08-23T13:45:53.185Z] #77 294.5   CC       src/libcrun/libcrun_la-seccomp.lo
13:45:53 [2022-08-23T13:45:53.185Z] #77 294.6   CC       src/libcrun/libcrun_la-ebpf.lo
13:45:53 [2022-08-23T13:45:53.185Z] #77 294.6   CC       src/libcrun/libcrun_la-custom-handler.lo
13:45:53 [2022-08-23T13:45:53.185Z] #77 294.6   CC       src/libcrun/libcrun_la-error.lo
13:45:53 [2022-08-23T13:45:53.185Z] #77 294.6   CC       src/libcrun/libcrun_la-linux.lo
13:45:53 [2022-08-23T13:45:53.185Z] #77 294.7   CC       src/libcrun/libcrun_la-status.lo
13:45:53 [2022-08-23T13:45:53.756Z] #77 295.1   CC       src/libcrun/libcrun_la-chroot_realpath.lo
13:45:53 [2022-08-23T13:45:53.756Z] #77 295.1   CC       src/libcrun/libcrun_la-terminal.lo
13:45:53 [2022-08-23T13:45:53.756Z] #77 295.2   CC       src/libcrun/libcrun_la-signals.lo
13:45:54 [2022-08-23T13:45:54.016Z] #77 295.4   CC       src/libcrun/libcrun_la-mount_flags.lo
13:45:54 [2022-08-23T13:45:54.278Z] #77 295.5   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
13:45:54 [2022-08-23T13:45:54.278Z] #77 295.6   CC       src/libcrun/libcrun_la-seccomp_notify.lo
13:45:54 [2022-08-23T13:45:54.539Z] #77 295.7   CC       src/libcrun/handlers/libcrun_la-krun.lo
13:45:54 [2022-08-23T13:45:54.802Z] #77 296.0   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
13:45:54 [2022-08-23T13:45:54.802Z] #77 296.0   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
13:45:54 [2022-08-23T13:45:54.802Z] #77 296.1   CC       tests/init.o
13:45:54 [2022-08-23T13:45:54.802Z] #77 296.3   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
13:45:56 [2022-08-23T13:45:56.717Z] #77 ...
13:45:56 [2022-08-23T13:45:56.717Z] 
13:45:56 [2022-08-23T13:45:56.717Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:45:56 [2022-08-23T13:45:56.717Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
13:45:56 [2022-08-23T13:45:56.717Z] #47 364.9 + dpkg --print-architecture
13:45:56 [2022-08-23T13:45:56.717Z] #47 364.9 + git checkout -q v2.1.0
13:45:56 [2022-08-23T13:45:56.717Z] #47 365.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
13:45:56 [2022-08-23T13:45:56.717Z] #47 365.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
13:46:03 [2022-08-23T13:46:03.709Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:46:05 [2022-08-23T13:46:05.733Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:46:05 [2022-08-23T13:46:05.733Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:46:18 [2022-08-23T13:46:18.677Z] #47 DONE 393.6s
13:46:18 [2022-08-23T13:46:18.677Z] 
13:46:18 [2022-08-23T13:46:18.677Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:46:18 [2022-08-23T13:46:18.677Z] #64 sha256:fb09cc2b769051877469ac03134a0e3bf72d0eed4290b6de4fb709b93991a097
13:46:18 [2022-08-23T13:46:18.677Z] #64 ...
13:46:18 [2022-08-23T13:46:18.677Z] 
13:46:18 [2022-08-23T13:46:18.677Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
13:46:18 [2022-08-23T13:46:18.677Z] #48 sha256:f07f99914d9a5d799c4cf1653624a0353f7ea8d060516f1f1b3d2bf3f3acc10e
13:46:18 [2022-08-23T13:46:18.677Z] #48 DONE 0.1s
13:46:18 [2022-08-23T13:46:18.677Z] 
13:46:18 [2022-08-23T13:46:18.677Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
13:46:18 [2022-08-23T13:46:18.677Z] #52 sha256:93dcf7e9889b5b1b571b419db93484c0bcf0658f891447c62c22a38c1df023f5
13:46:18 [2022-08-23T13:46:18.677Z] #52 DONE 0.1s
13:46:18 [2022-08-23T13:46:18.677Z] 
13:46:18 [2022-08-23T13:46:18.677Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
13:46:18 [2022-08-23T13:46:18.677Z] #54 sha256:6dbef962bc325a89bf2ed553689e03161363e08d4933a8b3e301be2c5953b52c
13:46:18 [2022-08-23T13:46:18.677Z] #54 DONE 0.1s
13:46:18 [2022-08-23T13:46:18.677Z] 
13:46:18 [2022-08-23T13:46:18.677Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:46:18 [2022-08-23T13:46:18.677Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
13:46:21 [2022-08-23T13:46:21.221Z] #77 322.3   CCLD     tests/init
13:46:23 [2022-08-23T13:46:23.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
13:46:24 [2022-08-23T13:46:24.608Z] --- PASS: TestImportExtremelyLargeImageWorks (91.54s)
13:46:24 [2022-08-23T13:46:24.608Z] PASS
13:46:24 [2022-08-23T13:46:24.608Z] 
13:46:24 [2022-08-23T13:46:24.608Z] DONE 22 tests in 94.711s
13:46:24 [2022-08-23T13:46:24.608Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
13:46:24 [2022-08-23T13:46:24.608Z] === RUN   TestStripANSICommands
13:46:24 [2022-08-23T13:46:24.608Z] === RUN   TestStripANSICommands/#00
13:46:24 [2022-08-23T13:46:24.608Z] === RUN   TestStripANSICommands/#01
13:46:24 [2022-08-23T13:46:24.608Z] --- PASS: TestStripANSICommands (0.00s)
13:46:24 [2022-08-23T13:46:24.608Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
13:46:24 [2022-08-23T13:46:24.608Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
13:46:24 [2022-08-23T13:46:24.608Z] PASS
13:46:24 [2022-08-23T13:46:24.608Z] 
13:46:24 [2022-08-23T13:46:24.608Z] DONE 3 tests in 0.008s
13:46:24 [2022-08-23T13:46:24.608Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
13:46:24 [2022-08-23T13:46:24.608Z] INFO: Testing against a local daemon
13:46:24 [2022-08-23T13:46:24.608Z] === RUN   TestNetworkCreateDelete
13:46:24 [2022-08-23T13:46:24.608Z] --- PASS: TestNetworkCreateDelete (0.12s)
13:46:24 [2022-08-23T13:46:24.608Z] === RUN   TestDockerNetworkDeletePreferID
13:46:24 [2022-08-23T13:46:24.608Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
13:46:24 [2022-08-23T13:46:24.608Z] === RUN   TestDaemonDNSFallback
13:46:26 [2022-08-23T13:46:26.496Z] --- PASS: TestDaemonDNSFallback (6.32s)
13:46:26 [2022-08-23T13:46:26.496Z] === RUN   TestInspectNetwork
13:46:29 [2022-08-23T13:46:29.761Z] === RUN   TestInspectNetwork/full_network_id
13:46:29 [2022-08-23T13:46:29.761Z] === RUN   TestInspectNetwork/partial_network_id
13:46:29 [2022-08-23T13:46:29.761Z] === RUN   TestInspectNetwork/network_name
13:46:29 [2022-08-23T13:46:29.761Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:46:30 [2022-08-23T13:46:30.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
13:46:30 [2022-08-23T13:46:30.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:46:31 [2022-08-23T13:46:31.957Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:46:32 [2022-08-23T13:46:32.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:46:33 [2022-08-23T13:46:33.924Z] --- PASS: TestInspectNetwork (7.20s)
13:46:33 [2022-08-23T13:46:33.924Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:46:33 [2022-08-23T13:46:33.924Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:46:33 [2022-08-23T13:46:33.924Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:46:33 [2022-08-23T13:46:33.924Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:46:33 [2022-08-23T13:46:33.924Z] === RUN   TestRunContainerWithBridgeNone
13:46:33 [2022-08-23T13:46:33.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:46:35 [2022-08-23T13:46:35.291Z] --- PASS: TestRunContainerWithBridgeNone (1.54s)
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/create
13:46:35 [2022-08-23T13:46:35.291Z] === PAUSE TestNetworkInvalidJSON/networks/create
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
13:46:35 [2022-08-23T13:46:35.291Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
13:46:35 [2022-08-23T13:46:35.291Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
13:46:35 [2022-08-23T13:46:35.291Z] === CONT  TestNetworkInvalidJSON/networks/create
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
13:46:35 [2022-08-23T13:46:35.291Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
13:46:35 [2022-08-23T13:46:35.291Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
13:46:35 [2022-08-23T13:46:35.291Z] --- PASS: TestNetworkInvalidJSON (0.01s)
13:46:35 [2022-08-23T13:46:35.291Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
13:46:35 [2022-08-23T13:46:35.291Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkList
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkList//networks
13:46:35 [2022-08-23T13:46:35.291Z] === PAUSE TestNetworkList//networks
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestNetworkList//networks/
13:46:35 [2022-08-23T13:46:35.291Z] === PAUSE TestNetworkList//networks/
13:46:35 [2022-08-23T13:46:35.291Z] === CONT  TestNetworkList//networks
13:46:35 [2022-08-23T13:46:35.291Z] === CONT  TestNetworkList//networks/
13:46:35 [2022-08-23T13:46:35.291Z] --- PASS: TestNetworkList (0.02s)
13:46:35 [2022-08-23T13:46:35.291Z]     --- PASS: TestNetworkList//networks (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:46:35 [2022-08-23T13:46:35.291Z] === RUN   TestHostIPv4BridgeLabel
13:46:35 [2022-08-23T13:46:35.851Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
13:46:35 [2022-08-23T13:46:35.851Z] === RUN   TestDaemonRestartWithLiveRestore
13:46:36 [2022-08-23T13:46:36.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:46:36 [2022-08-23T13:46:36.778Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
13:46:36 [2022-08-23T13:46:36.778Z] === RUN   TestDaemonDefaultNetworkPools
13:46:37 [2022-08-23T13:46:37.339Z] --- PASS: TestDaemonDefaultNetworkPools (0.69s)
13:46:37 [2022-08-23T13:46:37.339Z] === RUN   TestDaemonRestartWithExistingNetwork
13:46:37 [2022-08-23T13:46:37.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:46:38 [2022-08-23T13:46:38.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
13:46:38 [2022-08-23T13:46:38.704Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
13:46:38 [2022-08-23T13:46:38.704Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:46:38 [2022-08-23T13:46:38.788Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:46:39 [2022-08-23T13:46:39.726Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:46:39 [2022-08-23T13:46:39.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:46:40 [2022-08-23T13:46:40.068Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s)
13:46:40 [2022-08-23T13:46:40.069Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:46:40 [2022-08-23T13:46:40.295Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:46:40 [2022-08-23T13:46:40.325Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
13:46:40 [2022-08-23T13:46:40.325Z] === RUN   TestServiceWithPredefinedNetwork
13:46:41 [2022-08-23T13:46:41.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:46:41 [2022-08-23T13:46:41.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:46:42 [2022-08-23T13:46:42.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:46:42 [2022-08-23T13:46:42.847Z] --- PASS: TestServiceWithPredefinedNetwork (2.31s)
13:46:42 [2022-08-23T13:46:42.847Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:46:42 [2022-08-23T13:46:42.847Z]     service_test.go:243: FLAKY_TEST
13:46:42 [2022-08-23T13:46:42.847Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:46:42 [2022-08-23T13:46:42.847Z] === RUN   TestServiceWithDataPathPortInit
13:46:43 [2022-08-23T13:46:43.219Z] #77 342.4   AR       libcrun_testing.a
13:46:43 [2022-08-23T13:46:43.219Z] #77 342.4 ar: `u' modifier ignored since `D' is the default (see `U')
13:46:43 [2022-08-23T13:46:43.219Z] #77 342.5   CCLD     libcrun.la
13:46:43 [2022-08-23T13:46:43.219Z] #77 342.5   CCLD     tests/tests_libcrun_utils
13:46:43 [2022-08-23T13:46:43.219Z] #77 342.5   CCLD     tests/tests_libcrun_errors
13:46:43 [2022-08-23T13:46:43.219Z] #77 342.5   CCLD     tests/tests_libcrun_fuzzer
13:46:43 [2022-08-23T13:46:43.219Z] #77 343.8   CCLD     crun
13:46:43 [2022-08-23T13:46:43.219Z] #77 344.3 make[3]: Entering directory '/tmp/crun-build'
13:46:43 [2022-08-23T13:46:43.219Z] #77 344.4  /bin/mkdir -p '/usr/local/lib'
13:46:43 [2022-08-23T13:46:43.219Z] #77 344.4  /bin/mkdir -p '/usr/local/share/man/man1'
13:46:43 [2022-08-23T13:46:43.219Z] #77 344.4  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
13:46:43 [2022-08-23T13:46:43.219Z] #77 344.5  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
13:46:43 [2022-08-23T13:46:43.219Z] #77 344.5 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
13:46:43 [2022-08-23T13:46:43.219Z] #77 344.5 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
13:46:43 [2022-08-23T13:46:43.219Z] #77 344.6 libtool: install: chmod 644 /usr/local/lib/libcrun.a
13:46:43 [2022-08-23T13:46:43.219Z] #77 344.6 libtool: install: ranlib /usr/local/lib/libcrun.a
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7 ----------------------------------------------------------------------
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7 Libraries have been installed in:
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7    /usr/local/lib
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7 
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7 If you ever happen to want to link against installed libraries
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7 in a given directory, LIBDIR, you must either use libtool, and
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7 specify the full pathname of the library, or use the '-LLIBDIR'
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7 flag during linking and do at least one of the following:
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7      during execution
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7    - add LIBDIR to the 'LD_RUN_PATH' environment variable
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7      during linking
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7 
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7 See any operating system documentation about shared libraries for
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7 more information, such as the ld(1) and ld.so(8) manual pages.
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7 ----------------------------------------------------------------------
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7  /bin/mkdir -p '/build'
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.7   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.8 libtool: install: /usr/bin/install -c crun /build/crun
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.8 make[3]: Leaving directory '/tmp/crun-build'
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.8 make[2]: Leaving directory '/tmp/crun-build'
13:46:43 [2022-08-23T13:46:43.480Z] #77 344.8 make[1]: Leaving directory '/tmp/crun-build'
13:46:44 [2022-08-23T13:46:44.051Z] #77 DONE 345.1s
13:46:44 [2022-08-23T13:46:44.051Z] 
13:46:44 [2022-08-23T13:46:44.051Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:46:44 [2022-08-23T13:46:44.051Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:46:44 [2022-08-23T13:46:44.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:46:45 [2022-08-23T13:46:45.275Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:46:46 [2022-08-23T13:46:46.213Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:46:46 [2022-08-23T13:46:46.782Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:46:47 [2022-08-23T13:46:47.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:46:48 [2022-08-23T13:46:48.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:46:48 [2022-08-23T13:46:48.332Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:46:49 [2022-08-23T13:46:49.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:46:50 [2022-08-23T13:46:50.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:46:50 [2022-08-23T13:46:50.774Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:46:51 [2022-08-23T13:46:51.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:46:51 [2022-08-23T13:46:51.711Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:46:51 [2022-08-23T13:46:51.711Z] Using test binary docker
13:46:51 [2022-08-23T13:46:51.711Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:46:51 [2022-08-23T13:46:51.711Z] +++ /etc/init.d/apparmor start
13:46:51 [2022-08-23T13:46:51.711Z] Not: starting.
13:46:51 [2022-08-23T13:46:51.711Z] INFO: Waiting for daemon to start...
13:46:51 [2022-08-23T13:46:51.711Z] Starting dockerd
13:46:51 [2022-08-23T13:46:51.711Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
13:46:52 [2022-08-23T13:46:52.699Z] INFO [linters context/goanalysis] analyzers took 6m24.02002856s with top 10 stages: buildir: 2m24.468332576s, the_only_name: 40.49344277s, goimports: 29.661467357s, unconvert: 22.23009026s, gosec: 18.465532622s, S1038: 18.164669313s, misspell: 7.136159404s, unused: 5.341200838s, S1039: 5.149895778s, nilness: 4.725507998s 
13:46:52 [2022-08-23T13:46:52.699Z] INFO [runner] Issues before processing: 2444, after processing: 0 
13:46:52 [2022-08-23T13:46:52.699Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/79, path_prettifier: 2123/2123, skip_files: 2123/2123, cgo: 2123/2444, exclude-rules: 79/2020, filename_unadjuster: 2123/2123, identifier_marker: 2020/2020, exclude: 2020/2020, skip_dirs: 2123/2123, autogenerated_exclude: 2020/2123 
13:46:52 [2022-08-23T13:46:52.699Z] INFO [runner] processing took 83.768623ms with stages: nolint: 34.283796ms, identifier_marker: 21.505749ms, path_prettifier: 9.522561ms, autogenerated_exclude: 8.488619ms, exclude-rules: 7.808369ms, skip_dirs: 1.815935ms, cgo: 201.495µs, filename_unadjuster: 137.371µs, max_same_issues: 1.225µs, uniq_by_line: 493ns, skip_files: 440ns, max_from_linter: 351ns, source_code: 325ns, diff: 320ns, exclude: 308ns, severity-rules: 305ns, sort_results: 277ns, path_shortener: 253ns, max_per_file_from_linter: 244ns, path_prefixer: 187ns 
13:46:52 [2022-08-23T13:46:52.699Z] INFO [runner] linters took 1m46.276532259s with stages: goanalysis_metalinter: 1m46.192512399s 
13:46:52 [2022-08-23T13:46:52.699Z] INFO File cache stats: 1703 entries of total size 8.7MiB 
13:46:52 [2022-08-23T13:46:52.699Z] INFO Memory: 2817 samples, avg is 316.9MB, max is 1228.2MB 
13:46:52 [2022-08-23T13:46:52.699Z] INFO Execution took 4m41.579599917s               
13:46:52 [2022-08-23T13:46:52.699Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
13:46:53 [2022-08-23T13:46:53.017Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/make.sh dynbinary test-docker-py
13:46:53 [2022-08-23T13:46:53.276Z] 
13:46:53 [2022-08-23T13:46:53.532Z] Removing bundles/
13:46:53 [2022-08-23T13:46:53.532Z] 
13:46:53 [2022-08-23T13:46:53.532Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:46:53 [2022-08-23T13:46:53.532Z] Building: bundles/dynbinary-daemon/dockerd
13:46:53 [2022-08-23T13:46:53.532Z] GOOS="" GOARCH="" GOARM=""
13:46:53 [2022-08-23T13:46:53.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:46:55 [2022-08-23T13:46:55.228Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:46:57 [2022-08-23T13:46:57.679Z] --- PASS: TestServiceWithDataPathPortInit (14.06s)
13:46:57 [2022-08-23T13:46:57.680Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:46:58 [2022-08-23T13:46:58.276Z] .
13:46:58 [2022-08-23T13:46:58.276Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:46:58 [2022-08-23T13:46:58.276Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:46:58 [2022-08-23T13:46:58.276Z] Error: No such image: emptyfs
13:46:58 [2022-08-23T13:46:58.276Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:46:58 [2022-08-23T13:46:58.276Z] ++++ docker load
13:46:58 [2022-08-23T13:46:58.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:46:58 [2022-08-23T13:46:58.535Z] Loaded image: emptyfs:latest
13:46:58 [2022-08-23T13:46:58.535Z] Running integration-test (iteration 1)
13:46:58 [2022-08-23T13:46:58.535Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
13:46:58 [2022-08-23T13:46:58.535Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
13:46:58 [2022-08-23T13:46:58.535Z] ++ set -e
13:46:58 [2022-08-23T13:46:58.535Z] ++ '[' -n 0 ']'
13:46:58 [2022-08-23T13:46:58.535Z] ++ set -x
13:46:58 [2022-08-23T13:46:58.535Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
13:46:58 [2022-08-23T13:46:58.793Z] Loaded image: busybox:latest
13:46:58 [2022-08-23T13:46:58.793Z] Loaded image: busybox:glibc
13:46:58 [2022-08-23T13:46:58.958Z] #55 ...
13:46:58 [2022-08-23T13:46:58.958Z] 
13:46:58 [2022-08-23T13:46:58.958Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:46:58 [2022-08-23T13:46:58.958Z] #60 sha256:91237f66c31bb2bb414a4437d52af482ec8e497aa7ed25a0fc3b45cacb25a240
13:46:58 [2022-08-23T13:46:58.958Z] #60 227.7 + mkdir -p /build
13:46:58 [2022-08-23T13:46:58.958Z] #60 227.7 + cp runc /build/runc
13:46:58 [2022-08-23T13:46:58.958Z] #60 DONE 228.0s
13:46:58 [2022-08-23T13:46:58.958Z] 
13:46:58 [2022-08-23T13:46:58.958Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:46:58 [2022-08-23T13:46:58.958Z] #64 sha256:fb09cc2b769051877469ac03134a0e3bf72d0eed4290b6de4fb709b93991a097
13:46:58 [2022-08-23T13:46:58.958Z] #64 ...
13:46:58 [2022-08-23T13:46:58.958Z] 
13:46:58 [2022-08-23T13:46:58.958Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
13:46:58 [2022-08-23T13:46:58.958Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
13:46:58 [2022-08-23T13:46:58.958Z] #55 436.8 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
13:46:58 [2022-08-23T13:46:58.958Z] #55 DONE 436.9s
13:46:58 [2022-08-23T13:46:58.958Z] 
13:46:58 [2022-08-23T13:46:58.958Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:46:58 [2022-08-23T13:46:58.958Z] #64 sha256:fb09cc2b769051877469ac03134a0e3bf72d0eed4290b6de4fb709b93991a097
13:46:59 [2022-08-23T13:46:59.569Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:fscn4jrzc1ml5ge23qi2rsn2m Created:2022-08-23 13:46:58.00774267 +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[c63c61962fa972abcd1397d9be8d7339992aa90fae1cc614fbb941e92a1a204e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.15jnsv8cib82owruriw2xr2sv EndpointID:224971e3055542f0afcf0712b13dc79ded34035f4aeddedbce18c22fe5e6763a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a916003649f8bebd304d5c34d9751299dc1cce78a0595cc68c91229cdf5f4d43 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:4d79ef716abc IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.15jnsv8cib82owruriw2xr2sv EndpointID:224971e3055542f0afcf0712b13dc79ded34035f4aeddedbce18c22fe5e6763a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:47:00 [2022-08-23T13:47:00.172Z] Loaded image: debian:bullseye-slim
13:47:00 [2022-08-23T13:47:00.172Z] Loaded image: hello-world:latest
13:47:00 [2022-08-23T13:47:00.172Z] Loaded image: arm32v7/hello-world:latest
13:47:00 [2022-08-23T13:47:00.172Z] INFO: Testing against a local daemon
13:47:00 [2022-08-23T13:47:00.172Z] === RUN   TestCgroupNamespacesBuild
13:47:00 [2022-08-23T13:47:00.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:47:00 [2022-08-23T13:47:00.869Z] #64 ...
13:47:00 [2022-08-23T13:47:00.869Z] 
13:47:00 [2022-08-23T13:47:00.869Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
13:47:00 [2022-08-23T13:47:00.869Z] #56 sha256:25c8ced66ab206f8c4dce605c6da66f21c7cee1743571de4336562c82f9850ab
13:47:00 [2022-08-23T13:47:00.869Z] #56 DONE 0.2s
13:47:00 [2022-08-23T13:47:00.869Z] 
13:47:00 [2022-08-23T13:47:00.869Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
13:47:00 [2022-08-23T13:47:00.869Z] #58 sha256:dfd98c51030ece04be2e49081b4bd2693753b468bcc8e1b03dcc7a01aa31a836
13:47:00 [2022-08-23T13:47:00.869Z] #58 DONE 0.1s
13:47:00 [2022-08-23T13:47:00.869Z] 
13:47:00 [2022-08-23T13:47:00.869Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:47:00 [2022-08-23T13:47:00.869Z] #64 sha256:fb09cc2b769051877469ac03134a0e3bf72d0eed4290b6de4fb709b93991a097
13:47:00 [2022-08-23T13:47:00.869Z] #64 ...
13:47:00 [2022-08-23T13:47:00.869Z] 
13:47:00 [2022-08-23T13:47:00.869Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
13:47:00 [2022-08-23T13:47:00.869Z] #61 sha256:ad485776357ca8b12d4b0ed9b143f681e9b86abc35ca051c1fc1547734c2b034
13:47:00 [2022-08-23T13:47:00.869Z] #61 DONE 0.1s
13:47:01 [2022-08-23T13:47:01.130Z] 
13:47:01 [2022-08-23T13:47:01.130Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:47:01 [2022-08-23T13:47:01.130Z] #64 sha256:fb09cc2b769051877469ac03134a0e3bf72d0eed4290b6de4fb709b93991a097
13:47:01 [2022-08-23T13:47:01.549Z] --- PASS: TestCgroupNamespacesBuild (1.15s)
13:47:01 [2022-08-23T13:47:01.549Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:47:02 [2022-08-23T13:47:02.486Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s)
13:47:02 [2022-08-23T13:47:02.486Z] === RUN   TestBuildWithSession
13:47:02 [2022-08-23T13:47:02.486Z]     build_session_test.go:25: TODO: BuildKit
13:47:02 [2022-08-23T13:47:02.486Z] --- SKIP: TestBuildWithSession (0.00s)
13:47:02 [2022-08-23T13:47:02.486Z] === RUN   TestBuildSquashParent
13:47:03 [2022-08-23T13:47:03.731Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s)
13:47:03 [2022-08-23T13:47:03.731Z] PASS
13:47:03 [2022-08-23T13:47:03.731Z] 
13:47:03 [2022-08-23T13:47:03.731Z] === Skipped
13:47:03 [2022-08-23T13:47:03.731Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:47:03 [2022-08-23T13:47:03.731Z]     service_test.go:243: FLAKY_TEST
13:47:03 [2022-08-23T13:47:03.731Z] 
13:47:03 [2022-08-23T13:47:03.731Z] DONE 38 tests, 1 skipped in 44.130s
13:47:03 [2022-08-23T13:47:03.731Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:47:03 [2022-08-23T13:47:03.731Z] INFO: Testing against a local daemon
13:47:03 [2022-08-23T13:47:03.731Z] === RUN   TestDockerNetworkIpvlanPersistance
13:47:03 [2022-08-23T13:47:03.731Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:47:03 [2022-08-23T13:47:03.731Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
13:47:03 [2022-08-23T13:47:03.731Z] === RUN   TestDockerNetworkIpvlan
13:47:03 [2022-08-23T13:47:03.731Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:47:03 [2022-08-23T13:47:03.731Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:47:03 [2022-08-23T13:47:03.731Z] PASS
13:47:03 [2022-08-23T13:47:03.731Z] 
13:47:03 [2022-08-23T13:47:03.731Z] === Skipped
13:47:03 [2022-08-23T13:47:03.731Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
13:47:03 [2022-08-23T13:47:03.731Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:47:03 [2022-08-23T13:47:03.731Z] 
13:47:03 [2022-08-23T13:47:03.732Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:47:03 [2022-08-23T13:47:03.732Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:47:03 [2022-08-23T13:47:03.732Z] 
13:47:03 [2022-08-23T13:47:03.732Z] DONE 2 tests, 2 skipped in 0.024s
13:47:03 [2022-08-23T13:47:03.732Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:47:03 [2022-08-23T13:47:03.732Z] INFO: Testing against a local daemon
13:47:03 [2022-08-23T13:47:03.732Z] === RUN   TestDockerNetworkMacvlanPersistance
13:47:04 [2022-08-23T13:47:04.559Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:47:05 [2022-08-23T13:47:05.095Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s)
13:47:05 [2022-08-23T13:47:05.095Z] === RUN   TestDockerNetworkMacvlan
13:47:05 [2022-08-23T13:47:05.329Z] #64 381.6 + bin/containerd
13:47:05 [2022-08-23T13:47:05.656Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:47:05 [2022-08-23T13:47:05.926Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:47:06 [2022-08-23T13:47:06.582Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:47:06 [2022-08-23T13:47:06.677Z] --- PASS: TestBuildSquashParent (3.82s)
13:47:06 [2022-08-23T13:47:06.677Z] === RUN   TestBuildWithRemoveAndForceRemove
13:47:06 [2022-08-23T13:47:06.677Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:47:06 [2022-08-23T13:47:06.677Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:47:06 [2022-08-23T13:47:06.677Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:47:06 [2022-08-23T13:47:06.677Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:47:06 [2022-08-23T13:47:06.677Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:47:06 [2022-08-23T13:47:06.677Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:47:06 [2022-08-23T13:47:06.677Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:47:06 [2022-08-23T13:47:06.677Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:47:06 [2022-08-23T13:47:06.677Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:47:06 [2022-08-23T13:47:06.677Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:47:06 [2022-08-23T13:47:06.677Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:47:06 [2022-08-23T13:47:06.677Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:47:06 [2022-08-23T13:47:06.677Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:47:06 [2022-08-23T13:47:06.677Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:47:07 [2022-08-23T13:47:07.143Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:47:07 [2022-08-23T13:47:07.617Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:47:07 [2022-08-23T13:47:07.617Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:47:08 [2022-08-23T13:47:08.995Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:47:08 [2022-08-23T13:47:08.995Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:47:09 [2022-08-23T13:47:09.031Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:47:09 [2022-08-23T13:47:09.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:47:10 [2022-08-23T13:47:10.384Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
13:47:10 [2022-08-23T13:47:10.384Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.34s)
13:47:10 [2022-08-23T13:47:10.384Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.43s)
13:47:10 [2022-08-23T13:47:10.384Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.15s)
13:47:10 [2022-08-23T13:47:10.384Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.17s)
13:47:10 [2022-08-23T13:47:10.384Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.24s)
13:47:10 [2022-08-23T13:47:10.384Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.34s)
13:47:10 [2022-08-23T13:47:10.384Z] === RUN   TestBuildMultiStageCopy
13:47:10 [2022-08-23T13:47:10.384Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:47:10 [2022-08-23T13:47:10.921Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
13:47:11 [2022-08-23T13:47:11.090Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration-flaky)
13:47:11 [2022-08-23T13:47:11.090Z] Using test binary docker
13:47:11 [2022-08-23T13:47:11.090Z] ++++ /etc/init.d/apparmor start
13:47:11 [2022-08-23T13:47:11.090Z] Not: starting.
13:47:11 [2022-08-23T13:47:11.090Z] INFO: Waiting for daemon to start...
13:47:11 [2022-08-23T13:47:11.090Z] Starting dockerd
13:47:11 [2022-08-23T13:47:11.090Z] ++++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration-flaky/docker.pid --userland-proxy=true
13:47:11 [2022-08-23T13:47:11.322Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:47:11 [2022-08-23T13:47:11.581Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:47:11 [2022-08-23T13:47:11.840Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:47:12 [2022-08-23T13:47:12.099Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:47:12 [2022-08-23T13:47:12.358Z] --- PASS: TestBuildMultiStageCopy (2.06s)
13:47:12 [2022-08-23T13:47:12.358Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.20s)
13:47:12 [2022-08-23T13:47:12.358Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s)
13:47:12 [2022-08-23T13:47:12.358Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
13:47:12 [2022-08-23T13:47:12.358Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
13:47:12 [2022-08-23T13:47:12.358Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
13:47:12 [2022-08-23T13:47:12.358Z] === RUN   TestBuildMultiStageParentConfig
13:47:12 [2022-08-23T13:47:12.926Z] --- PASS: TestBuildMultiStageParentConfig (0.61s)
13:47:12 [2022-08-23T13:47:12.926Z] === RUN   TestBuildLabelWithTargets
13:47:13 [2022-08-23T13:47:13.611Z] .
13:47:13 [2022-08-23T13:47:13.611Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration-flaky)
13:47:13 [2022-08-23T13:47:13.611Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration-flaky)
13:47:13 [2022-08-23T13:47:13.611Z] Error: No such image: emptyfs
13:47:13 [2022-08-23T13:47:13.611Z] +++++ docker load
13:47:13 [2022-08-23T13:47:13.611Z] +++++ tar -cC bundles/test-integration-flaky/emptyfs .
13:47:13 [2022-08-23T13:47:13.862Z] --- PASS: TestBuildLabelWithTargets (1.01s)
13:47:13 [2022-08-23T13:47:13.862Z] === RUN   TestBuildWithEmptyLayers
13:47:13 [2022-08-23T13:47:13.867Z] Loaded image: emptyfs:latest
13:47:13 [2022-08-23T13:47:13.867Z] Running integration-test (iteration 1)
13:47:13 [2022-08-23T13:47:13.867Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:13 [2022-08-23T13:47:13.867Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:13 [2022-08-23T13:47:13.867Z] +++ set -e
13:47:13 [2022-08-23T13:47:13.867Z] +++ '[' -n 0 ']'
13:47:13 [2022-08-23T13:47:13.867Z] +++ set -x
13:47:13 [2022-08-23T13:47:13.868Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:14 [2022-08-23T13:47:14.190Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:47:14 [2022-08-23T13:47:14.431Z] --- PASS: TestBuildWithEmptyLayers (0.45s)
13:47:14 [2022-08-23T13:47:14.431Z] === RUN   TestBuildMultiStageOnBuild
13:47:14 [2022-08-23T13:47:14.751Z] --- PASS: TestDockerNetworkMacvlan (9.80s)
13:47:14 [2022-08-23T13:47:14.751Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
13:47:14 [2022-08-23T13:47:14.751Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
13:47:14 [2022-08-23T13:47:14.751Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.82s)
13:47:14 [2022-08-23T13:47:14.751Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s)
13:47:14 [2022-08-23T13:47:14.751Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.15s)
13:47:14 [2022-08-23T13:47:14.751Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s)
13:47:14 [2022-08-23T13:47:14.751Z] PASS
13:47:14 [2022-08-23T13:47:14.751Z] 
13:47:14 [2022-08-23T13:47:14.751Z] DONE 8 tests in 11.065s
13:47:14 [2022-08-23T13:47:14.751Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
13:47:14 [2022-08-23T13:47:14.751Z] testing: warning: no tests to run
13:47:14 [2022-08-23T13:47:14.751Z] PASS
13:47:14 [2022-08-23T13:47:14.751Z] 
13:47:14 [2022-08-23T13:47:14.751Z] DONE 0 tests in 0.007s
13:47:14 [2022-08-23T13:47:14.751Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:47:14 [2022-08-23T13:47:14.751Z] INFO: Testing against a local daemon
13:47:14 [2022-08-23T13:47:14.751Z] === RUN   TestAuthZPluginAllowRequest
13:47:14 [2022-08-23T13:47:14.801Z] Loaded image: busybox:latest
13:47:15 [2022-08-23T13:47:15.058Z] Loaded image: busybox:glibc
13:47:15 [2022-08-23T13:47:15.809Z] --- PASS: TestBuildMultiStageOnBuild (1.37s)
13:47:15 [2022-08-23T13:47:15.809Z] === RUN   TestBuildUncleanTarFilenames
13:47:16 [2022-08-23T13:47:16.117Z] --- PASS: TestAuthZPluginAllowRequest (1.19s)
13:47:16 [2022-08-23T13:47:16.118Z] === RUN   TestAuthZPluginTLS
13:47:16 [2022-08-23T13:47:16.377Z] --- PASS: TestBuildUncleanTarFilenames (0.62s)
13:47:16 [2022-08-23T13:47:16.377Z] === RUN   TestBuildMultiStageLayerLeak
13:47:16 [2022-08-23T13:47:16.680Z] --- PASS: TestAuthZPluginTLS (0.54s)
13:47:16 [2022-08-23T13:47:16.680Z] === RUN   TestAuthZPluginDenyRequest
13:47:17 [2022-08-23T13:47:17.241Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
13:47:17 [2022-08-23T13:47:17.241Z] === RUN   TestAuthZPluginAPIDenyResponse
13:47:17 [2022-08-23T13:47:17.754Z] --- PASS: TestBuildMultiStageLayerLeak (1.42s)
13:47:17 [2022-08-23T13:47:17.755Z] === RUN   TestBuildWithHugeFile
13:47:17 [2022-08-23T13:47:17.802Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
13:47:17 [2022-08-23T13:47:17.802Z] === RUN   TestAuthZPluginDenyResponse
13:47:18 [2022-08-23T13:47:18.375Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
13:47:18 [2022-08-23T13:47:18.375Z] === RUN   TestAuthZPluginAllowEventStream
13:47:19 [2022-08-23T13:47:19.304Z] --- PASS: TestAuthZPluginAllowEventStream (1.20s)
13:47:19 [2022-08-23T13:47:19.304Z] === RUN   TestAuthZPluginErrorResponse
13:47:19 [2022-08-23T13:47:19.865Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
13:47:19 [2022-08-23T13:47:19.865Z] === RUN   TestAuthZPluginErrorRequest
13:47:20 [2022-08-23T13:47:20.309Z] Loaded image: debian:bullseye-slim
13:47:20 [2022-08-23T13:47:20.309Z] Loaded image: hello-world:latest
13:47:20 [2022-08-23T13:47:20.309Z] Loaded image: arm32v7/hello-world:latest
13:47:20 [2022-08-23T13:47:20.309Z] INFO: Testing against a local daemon
13:47:20 [2022-08-23T13:47:20.309Z] testing: warning: no tests to run
13:47:20 [2022-08-23T13:47:20.309Z] PASS
13:47:20 [2022-08-23T13:47:20.309Z] 
13:47:20 [2022-08-23T13:47:20.309Z] DONE 0 tests in 6.498s
13:47:20 [2022-08-23T13:47:20.309Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:20 [2022-08-23T13:47:20.309Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:20 [2022-08-23T13:47:20.309Z] +++ set -e
13:47:20 [2022-08-23T13:47:20.309Z] +++ '[' -n 0 ']'
13:47:20 [2022-08-23T13:47:20.309Z] +++ set -x
13:47:20 [2022-08-23T13:47:20.309Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:20 [2022-08-23T13:47:20.309Z] INFO: Testing against a local daemon
13:47:20 [2022-08-23T13:47:20.309Z] testing: warning: no tests to run
13:47:20 [2022-08-23T13:47:20.309Z] PASS
13:47:20 [2022-08-23T13:47:20.426Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
13:47:20 [2022-08-23T13:47:20.426Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:47:20 [2022-08-23T13:47:20.566Z] 
13:47:20 [2022-08-23T13:47:20.566Z] DONE 0 tests in 0.096s
13:47:20 [2022-08-23T13:47:20.566Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:20 [2022-08-23T13:47:20.566Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:20 [2022-08-23T13:47:20.566Z] +++ set -e
13:47:20 [2022-08-23T13:47:20.566Z] +++ '[' -n 0 ']'
13:47:20 [2022-08-23T13:47:20.566Z] +++ set -x
13:47:20 [2022-08-23T13:47:20.566Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:20 [2022-08-23T13:47:20.566Z] INFO: Testing against a local daemon
13:47:20 [2022-08-23T13:47:20.566Z] === RUN   TestHealthCheckProcessKilled
13:47:20 [2022-08-23T13:47:20.988Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
13:47:20 [2022-08-23T13:47:20.988Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:47:22 [2022-08-23T13:47:22.417Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s)
13:47:22 [2022-08-23T13:47:22.417Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:47:22 [2022-08-23T13:47:22.463Z] --- PASS: TestHealthCheckProcessKilled (1.52s)
13:47:22 [2022-08-23T13:47:22.464Z] === RUN   TestHealthCheckProcessKilled
13:47:23 [2022-08-23T13:47:23.394Z] --- PASS: TestHealthCheckProcessKilled (1.21s)
13:47:23 [2022-08-23T13:47:23.394Z] === RUN   TestHealthCheckProcessKilled
13:47:23 [2022-08-23T13:47:23.782Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.44s)
13:47:23 [2022-08-23T13:47:23.782Z] === RUN   TestAuthZPluginHeader
13:47:24 [2022-08-23T13:47:24.710Z] --- PASS: TestAuthZPluginHeader (0.70s)
13:47:24 [2022-08-23T13:47:24.710Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:47:24 [2022-08-23T13:47:24.762Z] --- PASS: TestHealthCheckProcessKilled (1.14s)
13:47:24 [2022-08-23T13:47:24.762Z] === RUN   TestHealthCheckProcessKilled
13:47:25 [2022-08-23T13:47:25.692Z] --- PASS: TestHealthCheckProcessKilled (1.25s)
13:47:25 [2022-08-23T13:47:25.692Z] === RUN   TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.060Z] --- PASS: TestHealthCheckProcessKilled (1.27s)
13:47:27 [2022-08-23T13:47:27.060Z] PASS
13:47:27 [2022-08-23T13:47:27.060Z] 
13:47:27 [2022-08-23T13:47:27.060Z] DONE 5 tests in 6.510s
13:47:27 [2022-08-23T13:47:27.060Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.060Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.060Z] +++ set -e
13:47:27 [2022-08-23T13:47:27.060Z] +++ '[' -n 0 ']'
13:47:27 [2022-08-23T13:47:27.060Z] +++ set -x
13:47:27 [2022-08-23T13:47:27.060Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.060Z] testing: warning: no tests to run
13:47:27 [2022-08-23T13:47:27.060Z] PASS
13:47:27 [2022-08-23T13:47:27.060Z] 
13:47:27 [2022-08-23T13:47:27.060Z] DONE 0 tests in 0.109s
13:47:27 [2022-08-23T13:47:27.060Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.060Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.060Z] +++ set -e
13:47:27 [2022-08-23T13:47:27.060Z] +++ '[' -n 0 ']'
13:47:27 [2022-08-23T13:47:27.060Z] +++ set -x
13:47:27 [2022-08-23T13:47:27.060Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.317Z] INFO: Testing against a local daemon
13:47:27 [2022-08-23T13:47:27.317Z] testing: warning: no tests to run
13:47:27 [2022-08-23T13:47:27.317Z] PASS
13:47:27 [2022-08-23T13:47:27.317Z] 
13:47:27 [2022-08-23T13:47:27.317Z] DONE 0 tests in 0.140s
13:47:27 [2022-08-23T13:47:27.317Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.317Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.317Z] +++ set -e
13:47:27 [2022-08-23T13:47:27.317Z] +++ '[' -n 0 ']'
13:47:27 [2022-08-23T13:47:27.317Z] +++ set -x
13:47:27 [2022-08-23T13:47:27.317Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.317Z] testing: warning: no tests to run
13:47:27 [2022-08-23T13:47:27.317Z] PASS
13:47:27 [2022-08-23T13:47:27.317Z] 
13:47:27 [2022-08-23T13:47:27.317Z] DONE 0 tests in 0.014s
13:47:27 [2022-08-23T13:47:27.317Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.317Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.317Z] +++ set -e
13:47:27 [2022-08-23T13:47:27.317Z] +++ '[' -n 0 ']'
13:47:27 [2022-08-23T13:47:27.317Z] +++ set -x
13:47:27 [2022-08-23T13:47:27.317Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.574Z] INFO: Testing against a local daemon
13:47:27 [2022-08-23T13:47:27.574Z] testing: warning: no tests to run
13:47:27 [2022-08-23T13:47:27.574Z] PASS
13:47:27 [2022-08-23T13:47:27.574Z] 
13:47:27 [2022-08-23T13:47:27.574Z] DONE 0 tests in 0.063s
13:47:27 [2022-08-23T13:47:27.574Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.574Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.574Z] +++ set -e
13:47:27 [2022-08-23T13:47:27.574Z] +++ '[' -n 0 ']'
13:47:27 [2022-08-23T13:47:27.574Z] +++ set -x
13:47:27 [2022-08-23T13:47:27.574Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.574Z] INFO: Testing against a local daemon
13:47:27 [2022-08-23T13:47:27.574Z] testing: warning: no tests to run
13:47:27 [2022-08-23T13:47:27.574Z] PASS
13:47:27 [2022-08-23T13:47:27.574Z] 
13:47:27 [2022-08-23T13:47:27.574Z] DONE 0 tests in 0.033s
13:47:27 [2022-08-23T13:47:27.574Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.574Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.574Z] +++ set -e
13:47:27 [2022-08-23T13:47:27.574Z] +++ '[' -n 0 ']'
13:47:27 [2022-08-23T13:47:27.574Z] +++ set -x
13:47:27 [2022-08-23T13:47:27.574Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.574Z] INFO: Testing against a local daemon
13:47:27 [2022-08-23T13:47:27.574Z] testing: warning: no tests to run
13:47:27 [2022-08-23T13:47:27.574Z] PASS
13:47:27 [2022-08-23T13:47:27.574Z] 
13:47:27 [2022-08-23T13:47:27.574Z] DONE 0 tests in 0.040s
13:47:27 [2022-08-23T13:47:27.574Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.574Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.574Z] +++ set -e
13:47:27 [2022-08-23T13:47:27.574Z] +++ '[' -n 0 ']'
13:47:27 [2022-08-23T13:47:27.574Z] +++ set -x
13:47:27 [2022-08-23T13:47:27.574Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.574Z] testing: warning: no tests to run
13:47:27 [2022-08-23T13:47:27.574Z] PASS
13:47:27 [2022-08-23T13:47:27.574Z] 
13:47:27 [2022-08-23T13:47:27.574Z] DONE 0 tests in 0.016s
13:47:27 [2022-08-23T13:47:27.574Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.574Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.574Z] +++ set -e
13:47:27 [2022-08-23T13:47:27.574Z] +++ '[' -n 0 ']'
13:47:27 [2022-08-23T13:47:27.574Z] +++ set -x
13:47:27 [2022-08-23T13:47:27.574Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.831Z] INFO: Testing against a local daemon
13:47:27 [2022-08-23T13:47:27.831Z] testing: warning: no tests to run
13:47:27 [2022-08-23T13:47:27.831Z] PASS
13:47:27 [2022-08-23T13:47:27.831Z] 
13:47:27 [2022-08-23T13:47:27.831Z] DONE 0 tests in 0.082s
13:47:27 [2022-08-23T13:47:27.831Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.831Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.831Z] +++ set -e
13:47:27 [2022-08-23T13:47:27.831Z] +++ '[' -n 0 ']'
13:47:27 [2022-08-23T13:47:27.831Z] +++ set -x
13:47:27 [2022-08-23T13:47:27.831Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.831Z] INFO: Testing against a local daemon
13:47:27 [2022-08-23T13:47:27.831Z] testing: warning: no tests to run
13:47:27 [2022-08-23T13:47:27.831Z] PASS
13:47:27 [2022-08-23T13:47:27.831Z] 
13:47:27 [2022-08-23T13:47:27.831Z] DONE 0 tests in 0.054s
13:47:27 [2022-08-23T13:47:27.831Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.831Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.831Z] +++ set -e
13:47:27 [2022-08-23T13:47:27.831Z] +++ '[' -n 0 ']'
13:47:27 [2022-08-23T13:47:27.831Z] +++ set -x
13:47:27 [2022-08-23T13:47:27.831Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.831Z] INFO: Testing against a local daemon
13:47:27 [2022-08-23T13:47:27.831Z] testing: warning: no tests to run
13:47:27 [2022-08-23T13:47:27.831Z] PASS
13:47:27 [2022-08-23T13:47:27.831Z] 
13:47:27 [2022-08-23T13:47:27.831Z] DONE 0 tests in 0.053s
13:47:27 [2022-08-23T13:47:27.831Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.831Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:27 [2022-08-23T13:47:27.831Z] +++ set -e
13:47:27 [2022-08-23T13:47:27.831Z] +++ '[' -n 0 ']'
13:47:27 [2022-08-23T13:47:27.831Z] +++ set -x
13:47:27 [2022-08-23T13:47:27.831Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.088Z] INFO: Testing against a local daemon
13:47:28 [2022-08-23T13:47:28.088Z] testing: warning: no tests to run
13:47:28 [2022-08-23T13:47:28.088Z] PASS
13:47:28 [2022-08-23T13:47:28.088Z] 
13:47:28 [2022-08-23T13:47:28.088Z] DONE 0 tests in 0.078s
13:47:28 [2022-08-23T13:47:28.088Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.088Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.088Z] +++ set -e
13:47:28 [2022-08-23T13:47:28.088Z] +++ '[' -n 0 ']'
13:47:28 [2022-08-23T13:47:28.088Z] +++ set -x
13:47:28 [2022-08-23T13:47:28.088Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.088Z] testing: warning: no tests to run
13:47:28 [2022-08-23T13:47:28.088Z] PASS
13:47:28 [2022-08-23T13:47:28.088Z] 
13:47:28 [2022-08-23T13:47:28.088Z] DONE 0 tests in 0.035s
13:47:28 [2022-08-23T13:47:28.088Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.088Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.088Z] +++ set -e
13:47:28 [2022-08-23T13:47:28.088Z] +++ '[' -n 0 ']'
13:47:28 [2022-08-23T13:47:28.088Z] +++ set -x
13:47:28 [2022-08-23T13:47:28.089Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.089Z] INFO: Testing against a local daemon
13:47:28 [2022-08-23T13:47:28.089Z] testing: warning: no tests to run
13:47:28 [2022-08-23T13:47:28.089Z] PASS
13:47:28 [2022-08-23T13:47:28.089Z] 
13:47:28 [2022-08-23T13:47:28.089Z] DONE 0 tests in 0.051s
13:47:28 [2022-08-23T13:47:28.089Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.089Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.089Z] +++ set -e
13:47:28 [2022-08-23T13:47:28.089Z] +++ '[' -n 0 ']'
13:47:28 [2022-08-23T13:47:28.089Z] +++ set -x
13:47:28 [2022-08-23T13:47:28.089Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.345Z] INFO: Testing against a local daemon
13:47:28 [2022-08-23T13:47:28.345Z] testing: warning: no tests to run
13:47:28 [2022-08-23T13:47:28.345Z] PASS
13:47:28 [2022-08-23T13:47:28.345Z] 
13:47:28 [2022-08-23T13:47:28.345Z] DONE 0 tests in 0.057s
13:47:28 [2022-08-23T13:47:28.345Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.345Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.345Z] +++ set -e
13:47:28 [2022-08-23T13:47:28.345Z] +++ '[' -n 0 ']'
13:47:28 [2022-08-23T13:47:28.345Z] +++ set -x
13:47:28 [2022-08-23T13:47:28.346Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.346Z] INFO: Testing against a local daemon
13:47:28 [2022-08-23T13:47:28.346Z] testing: warning: no tests to run
13:47:28 [2022-08-23T13:47:28.346Z] PASS
13:47:28 [2022-08-23T13:47:28.346Z] 
13:47:28 [2022-08-23T13:47:28.346Z] DONE 0 tests in 0.056s
13:47:28 [2022-08-23T13:47:28.346Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.346Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.346Z] +++ set -e
13:47:28 [2022-08-23T13:47:28.346Z] +++ '[' -n 0 ']'
13:47:28 [2022-08-23T13:47:28.346Z] +++ set -x
13:47:28 [2022-08-23T13:47:28.346Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.346Z] INFO: Testing against a local daemon
13:47:28 [2022-08-23T13:47:28.346Z] testing: warning: no tests to run
13:47:28 [2022-08-23T13:47:28.346Z] PASS
13:47:28 [2022-08-23T13:47:28.346Z] 
13:47:28 [2022-08-23T13:47:28.346Z] DONE 0 tests in 0.046s
13:47:28 [2022-08-23T13:47:28.346Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.346Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.346Z] +++ set -e
13:47:28 [2022-08-23T13:47:28.346Z] +++ '[' -n 0 ']'
13:47:28 [2022-08-23T13:47:28.346Z] +++ set -x
13:47:28 [2022-08-23T13:47:28.346Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.603Z] INFO: Testing against a local daemon
13:47:28 [2022-08-23T13:47:28.603Z] testing: warning: no tests to run
13:47:28 [2022-08-23T13:47:28.603Z] PASS
13:47:28 [2022-08-23T13:47:28.603Z] 
13:47:28 [2022-08-23T13:47:28.603Z] DONE 0 tests in 0.072s
13:47:28 [2022-08-23T13:47:28.603Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.603Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.603Z] +++ set -e
13:47:28 [2022-08-23T13:47:28.603Z] +++ '[' -n 0 ']'
13:47:28 [2022-08-23T13:47:28.603Z] +++ set -x
13:47:28 [2022-08-23T13:47:28.603Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.603Z] INFO: Testing against a local daemon
13:47:28 [2022-08-23T13:47:28.603Z] testing: warning: no tests to run
13:47:28 [2022-08-23T13:47:28.603Z] PASS
13:47:28 [2022-08-23T13:47:28.603Z] 
13:47:28 [2022-08-23T13:47:28.603Z] DONE 0 tests in 0.063s
13:47:28 [2022-08-23T13:47:28.603Z] Running integration-test (iteration 2)
13:47:28 [2022-08-23T13:47:28.603Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.603Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.603Z] +++ set -e
13:47:28 [2022-08-23T13:47:28.603Z] +++ '[' -n 0 ']'
13:47:28 [2022-08-23T13:47:28.603Z] +++ set -x
13:47:28 [2022-08-23T13:47:28.603Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.860Z] INFO: Testing against a local daemon
13:47:28 [2022-08-23T13:47:28.860Z] testing: warning: no tests to run
13:47:28 [2022-08-23T13:47:28.860Z] PASS
13:47:28 [2022-08-23T13:47:28.860Z] 
13:47:28 [2022-08-23T13:47:28.860Z] DONE 0 tests in 0.066s
13:47:28 [2022-08-23T13:47:28.860Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.860Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.860Z] +++ set -e
13:47:28 [2022-08-23T13:47:28.860Z] +++ '[' -n 0 ']'
13:47:28 [2022-08-23T13:47:28.860Z] +++ set -x
13:47:28 [2022-08-23T13:47:28.860Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.860Z] INFO: Testing against a local daemon
13:47:28 [2022-08-23T13:47:28.860Z] testing: warning: no tests to run
13:47:28 [2022-08-23T13:47:28.860Z] PASS
13:47:28 [2022-08-23T13:47:28.860Z] 
13:47:28 [2022-08-23T13:47:28.860Z] DONE 0 tests in 0.059s
13:47:28 [2022-08-23T13:47:28.860Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.860Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.860Z] +++ set -e
13:47:28 [2022-08-23T13:47:28.860Z] +++ '[' -n 0 ']'
13:47:28 [2022-08-23T13:47:28.860Z] +++ set -x
13:47:28 [2022-08-23T13:47:28.860Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.860Z] INFO: Testing against a local daemon
13:47:28 [2022-08-23T13:47:28.860Z] === RUN   TestHealthCheckProcessKilled
13:47:28 [2022-08-23T13:47:28.876Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.19s)
13:47:28 [2022-08-23T13:47:28.876Z] === RUN   TestAuthZPluginV2Disable
13:47:30 [2022-08-23T13:47:30.228Z] --- PASS: TestHealthCheckProcessKilled (1.38s)
13:47:30 [2022-08-23T13:47:30.228Z] === RUN   TestHealthCheckProcessKilled
13:47:31 [2022-08-23T13:47:31.596Z] --- PASS: TestHealthCheckProcessKilled (1.29s)
13:47:31 [2022-08-23T13:47:31.596Z] === RUN   TestHealthCheckProcessKilled
13:47:32 [2022-08-23T13:47:32.965Z] --- PASS: TestHealthCheckProcessKilled (1.15s)
13:47:32 [2022-08-23T13:47:32.965Z] === RUN   TestHealthCheckProcessKilled
13:47:33 [2022-08-23T13:47:33.041Z] --- PASS: TestAuthZPluginV2Disable (3.80s)
13:47:33 [2022-08-23T13:47:33.041Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:47:33 [2022-08-23T13:47:33.933Z] --- PASS: TestHealthCheckProcessKilled (1.21s)
13:47:33 [2022-08-23T13:47:33.933Z] === RUN   TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.321Z] --- PASS: TestHealthCheckProcessKilled (1.30s)
13:47:35 [2022-08-23T13:47:35.321Z] PASS
13:47:35 [2022-08-23T13:47:35.321Z] 
13:47:35 [2022-08-23T13:47:35.321Z] DONE 5 tests in 6.432s
13:47:35 [2022-08-23T13:47:35.321Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.321Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.321Z] +++ set -e
13:47:35 [2022-08-23T13:47:35.321Z] +++ '[' -n 0 ']'
13:47:35 [2022-08-23T13:47:35.321Z] +++ set -x
13:47:35 [2022-08-23T13:47:35.321Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.321Z] testing: warning: no tests to run
13:47:35 [2022-08-23T13:47:35.321Z] PASS
13:47:35 [2022-08-23T13:47:35.577Z] 
13:47:35 [2022-08-23T13:47:35.577Z] DONE 0 tests in 0.119s
13:47:35 [2022-08-23T13:47:35.577Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.577Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.577Z] +++ set -e
13:47:35 [2022-08-23T13:47:35.577Z] +++ '[' -n 0 ']'
13:47:35 [2022-08-23T13:47:35.577Z] +++ set -x
13:47:35 [2022-08-23T13:47:35.577Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.577Z] INFO: Testing against a local daemon
13:47:35 [2022-08-23T13:47:35.577Z] testing: warning: no tests to run
13:47:35 [2022-08-23T13:47:35.577Z] PASS
13:47:35 [2022-08-23T13:47:35.577Z] 
13:47:35 [2022-08-23T13:47:35.577Z] DONE 0 tests in 0.125s
13:47:35 [2022-08-23T13:47:35.577Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.577Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.577Z] +++ set -e
13:47:35 [2022-08-23T13:47:35.577Z] +++ '[' -n 0 ']'
13:47:35 [2022-08-23T13:47:35.577Z] +++ set -x
13:47:35 [2022-08-23T13:47:35.577Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.577Z] testing: warning: no tests to run
13:47:35 [2022-08-23T13:47:35.577Z] PASS
13:47:35 [2022-08-23T13:47:35.577Z] 
13:47:35 [2022-08-23T13:47:35.577Z] DONE 0 tests in 0.047s
13:47:35 [2022-08-23T13:47:35.577Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.577Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.577Z] +++ set -e
13:47:35 [2022-08-23T13:47:35.577Z] +++ '[' -n 0 ']'
13:47:35 [2022-08-23T13:47:35.577Z] +++ set -x
13:47:35 [2022-08-23T13:47:35.577Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.833Z] INFO: Testing against a local daemon
13:47:35 [2022-08-23T13:47:35.833Z] testing: warning: no tests to run
13:47:35 [2022-08-23T13:47:35.833Z] PASS
13:47:35 [2022-08-23T13:47:35.833Z] 
13:47:35 [2022-08-23T13:47:35.833Z] DONE 0 tests in 0.044s
13:47:35 [2022-08-23T13:47:35.833Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.833Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.833Z] +++ set -e
13:47:35 [2022-08-23T13:47:35.833Z] +++ '[' -n 0 ']'
13:47:35 [2022-08-23T13:47:35.833Z] +++ set -x
13:47:35 [2022-08-23T13:47:35.833Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.833Z] INFO: Testing against a local daemon
13:47:35 [2022-08-23T13:47:35.833Z] testing: warning: no tests to run
13:47:35 [2022-08-23T13:47:35.833Z] PASS
13:47:35 [2022-08-23T13:47:35.833Z] 
13:47:35 [2022-08-23T13:47:35.833Z] DONE 0 tests in 0.040s
13:47:35 [2022-08-23T13:47:35.833Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.833Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.833Z] +++ set -e
13:47:35 [2022-08-23T13:47:35.833Z] +++ '[' -n 0 ']'
13:47:35 [2022-08-23T13:47:35.833Z] +++ set -x
13:47:35 [2022-08-23T13:47:35.833Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.833Z] INFO: Testing against a local daemon
13:47:35 [2022-08-23T13:47:35.833Z] testing: warning: no tests to run
13:47:35 [2022-08-23T13:47:35.833Z] PASS
13:47:35 [2022-08-23T13:47:35.833Z] 
13:47:35 [2022-08-23T13:47:35.833Z] DONE 0 tests in 0.066s
13:47:35 [2022-08-23T13:47:35.833Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.833Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:35 [2022-08-23T13:47:35.833Z] +++ set -e
13:47:35 [2022-08-23T13:47:35.833Z] +++ '[' -n 0 ']'
13:47:35 [2022-08-23T13:47:35.833Z] +++ set -x
13:47:35 [2022-08-23T13:47:35.833Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.089Z] testing: warning: no tests to run
13:47:36 [2022-08-23T13:47:36.089Z] PASS
13:47:36 [2022-08-23T13:47:36.089Z] 
13:47:36 [2022-08-23T13:47:36.089Z] DONE 0 tests in 0.019s
13:47:36 [2022-08-23T13:47:36.089Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.089Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.089Z] +++ set -e
13:47:36 [2022-08-23T13:47:36.089Z] +++ '[' -n 0 ']'
13:47:36 [2022-08-23T13:47:36.089Z] +++ set -x
13:47:36 [2022-08-23T13:47:36.089Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.089Z] INFO: Testing against a local daemon
13:47:36 [2022-08-23T13:47:36.089Z] testing: warning: no tests to run
13:47:36 [2022-08-23T13:47:36.089Z] PASS
13:47:36 [2022-08-23T13:47:36.089Z] 
13:47:36 [2022-08-23T13:47:36.089Z] DONE 0 tests in 0.045s
13:47:36 [2022-08-23T13:47:36.089Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.089Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.089Z] +++ set -e
13:47:36 [2022-08-23T13:47:36.089Z] +++ '[' -n 0 ']'
13:47:36 [2022-08-23T13:47:36.089Z] +++ set -x
13:47:36 [2022-08-23T13:47:36.089Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.089Z] INFO: Testing against a local daemon
13:47:36 [2022-08-23T13:47:36.089Z] testing: warning: no tests to run
13:47:36 [2022-08-23T13:47:36.089Z] PASS
13:47:36 [2022-08-23T13:47:36.089Z] 
13:47:36 [2022-08-23T13:47:36.089Z] DONE 0 tests in 0.066s
13:47:36 [2022-08-23T13:47:36.089Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.089Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.089Z] +++ set -e
13:47:36 [2022-08-23T13:47:36.089Z] +++ '[' -n 0 ']'
13:47:36 [2022-08-23T13:47:36.089Z] +++ set -x
13:47:36 [2022-08-23T13:47:36.090Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.306Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.44s)
13:47:36 [2022-08-23T13:47:36.306Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:47:36 [2022-08-23T13:47:36.346Z] INFO: Testing against a local daemon
13:47:36 [2022-08-23T13:47:36.346Z] testing: warning: no tests to run
13:47:36 [2022-08-23T13:47:36.346Z] PASS
13:47:36 [2022-08-23T13:47:36.346Z] 
13:47:36 [2022-08-23T13:47:36.346Z] DONE 0 tests in 0.069s
13:47:36 [2022-08-23T13:47:36.346Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.346Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.346Z] +++ set -e
13:47:36 [2022-08-23T13:47:36.346Z] +++ '[' -n 0 ']'
13:47:36 [2022-08-23T13:47:36.346Z] +++ set -x
13:47:36 [2022-08-23T13:47:36.346Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.346Z] INFO: Testing against a local daemon
13:47:36 [2022-08-23T13:47:36.346Z] testing: warning: no tests to run
13:47:36 [2022-08-23T13:47:36.346Z] PASS
13:47:36 [2022-08-23T13:47:36.346Z] 
13:47:36 [2022-08-23T13:47:36.346Z] DONE 0 tests in 0.081s
13:47:36 [2022-08-23T13:47:36.346Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.346Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.346Z] +++ set -e
13:47:36 [2022-08-23T13:47:36.346Z] +++ '[' -n 0 ']'
13:47:36 [2022-08-23T13:47:36.346Z] +++ set -x
13:47:36 [2022-08-23T13:47:36.346Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.346Z] testing: warning: no tests to run
13:47:36 [2022-08-23T13:47:36.346Z] PASS
13:47:36 [2022-08-23T13:47:36.346Z] 
13:47:36 [2022-08-23T13:47:36.346Z] DONE 0 tests in 0.024s
13:47:36 [2022-08-23T13:47:36.346Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.346Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.346Z] +++ set -e
13:47:36 [2022-08-23T13:47:36.346Z] +++ '[' -n 0 ']'
13:47:36 [2022-08-23T13:47:36.346Z] +++ set -x
13:47:36 [2022-08-23T13:47:36.346Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.602Z] INFO: Testing against a local daemon
13:47:36 [2022-08-23T13:47:36.602Z] testing: warning: no tests to run
13:47:36 [2022-08-23T13:47:36.602Z] PASS
13:47:36 [2022-08-23T13:47:36.602Z] 
13:47:36 [2022-08-23T13:47:36.602Z] DONE 0 tests in 0.069s
13:47:36 [2022-08-23T13:47:36.602Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.602Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.602Z] +++ set -e
13:47:36 [2022-08-23T13:47:36.602Z] +++ '[' -n 0 ']'
13:47:36 [2022-08-23T13:47:36.602Z] +++ set -x
13:47:36 [2022-08-23T13:47:36.602Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.602Z] INFO: Testing against a local daemon
13:47:36 [2022-08-23T13:47:36.602Z] testing: warning: no tests to run
13:47:36 [2022-08-23T13:47:36.602Z] PASS
13:47:36 [2022-08-23T13:47:36.602Z] 
13:47:36 [2022-08-23T13:47:36.602Z] DONE 0 tests in 0.053s
13:47:36 [2022-08-23T13:47:36.602Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.602Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.602Z] +++ set -e
13:47:36 [2022-08-23T13:47:36.602Z] +++ '[' -n 0 ']'
13:47:36 [2022-08-23T13:47:36.602Z] +++ set -x
13:47:36 [2022-08-23T13:47:36.602Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.602Z] INFO: Testing against a local daemon
13:47:36 [2022-08-23T13:47:36.602Z] testing: warning: no tests to run
13:47:36 [2022-08-23T13:47:36.602Z] PASS
13:47:36 [2022-08-23T13:47:36.602Z] 
13:47:36 [2022-08-23T13:47:36.602Z] DONE 0 tests in 0.055s
13:47:36 [2022-08-23T13:47:36.602Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.602Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.602Z] +++ set -e
13:47:36 [2022-08-23T13:47:36.602Z] +++ '[' -n 0 ']'
13:47:36 [2022-08-23T13:47:36.602Z] +++ set -x
13:47:36 [2022-08-23T13:47:36.602Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.858Z] INFO: Testing against a local daemon
13:47:36 [2022-08-23T13:47:36.858Z] testing: warning: no tests to run
13:47:36 [2022-08-23T13:47:36.858Z] PASS
13:47:36 [2022-08-23T13:47:36.858Z] 
13:47:36 [2022-08-23T13:47:36.858Z] DONE 0 tests in 0.058s
13:47:36 [2022-08-23T13:47:36.858Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.858Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.858Z] +++ set -e
13:47:36 [2022-08-23T13:47:36.858Z] +++ '[' -n 0 ']'
13:47:36 [2022-08-23T13:47:36.858Z] +++ set -x
13:47:36 [2022-08-23T13:47:36.858Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.858Z] INFO: Testing against a local daemon
13:47:36 [2022-08-23T13:47:36.858Z] testing: warning: no tests to run
13:47:36 [2022-08-23T13:47:36.858Z] PASS
13:47:36 [2022-08-23T13:47:36.858Z] 
13:47:36 [2022-08-23T13:47:36.858Z] DONE 0 tests in 0.062s
13:47:36 [2022-08-23T13:47:36.858Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.858Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.858Z] +++ set -e
13:47:36 [2022-08-23T13:47:36.858Z] +++ '[' -n 0 ']'
13:47:36 [2022-08-23T13:47:36.858Z] +++ set -x
13:47:36 [2022-08-23T13:47:36.859Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.859Z] INFO: Testing against a local daemon
13:47:36 [2022-08-23T13:47:36.859Z] testing: warning: no tests to run
13:47:36 [2022-08-23T13:47:36.859Z] PASS
13:47:36 [2022-08-23T13:47:36.859Z] 
13:47:36 [2022-08-23T13:47:36.859Z] DONE 0 tests in 0.053s
13:47:36 [2022-08-23T13:47:36.859Z] Running integration-test (iteration 3)
13:47:36 [2022-08-23T13:47:36.859Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.859Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:36 [2022-08-23T13:47:36.859Z] +++ set -e
13:47:36 [2022-08-23T13:47:36.859Z] +++ '[' -n 0 ']'
13:47:36 [2022-08-23T13:47:36.859Z] +++ set -x
13:47:36 [2022-08-23T13:47:36.859Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:37 [2022-08-23T13:47:37.115Z] INFO: Testing against a local daemon
13:47:37 [2022-08-23T13:47:37.115Z] testing: warning: no tests to run
13:47:37 [2022-08-23T13:47:37.115Z] PASS
13:47:37 [2022-08-23T13:47:37.115Z] 
13:47:37 [2022-08-23T13:47:37.115Z] DONE 0 tests in 0.089s
13:47:37 [2022-08-23T13:47:37.115Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:37 [2022-08-23T13:47:37.115Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:37 [2022-08-23T13:47:37.115Z] +++ set -e
13:47:37 [2022-08-23T13:47:37.115Z] +++ '[' -n 0 ']'
13:47:37 [2022-08-23T13:47:37.115Z] +++ set -x
13:47:37 [2022-08-23T13:47:37.115Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:37 [2022-08-23T13:47:37.115Z] INFO: Testing against a local daemon
13:47:37 [2022-08-23T13:47:37.115Z] testing: warning: no tests to run
13:47:37 [2022-08-23T13:47:37.115Z] PASS
13:47:37 [2022-08-23T13:47:37.115Z] 
13:47:37 [2022-08-23T13:47:37.115Z] DONE 0 tests in 0.064s
13:47:37 [2022-08-23T13:47:37.115Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:37 [2022-08-23T13:47:37.115Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:37 [2022-08-23T13:47:37.115Z] +++ set -e
13:47:37 [2022-08-23T13:47:37.115Z] +++ '[' -n 0 ']'
13:47:37 [2022-08-23T13:47:37.115Z] +++ set -x
13:47:37 [2022-08-23T13:47:37.115Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:37 [2022-08-23T13:47:37.371Z] INFO: Testing against a local daemon
13:47:37 [2022-08-23T13:47:37.371Z] === RUN   TestHealthCheckProcessKilled
13:47:38 [2022-08-23T13:47:38.881Z] --- PASS: TestHealthCheckProcessKilled (1.39s)
13:47:38 [2022-08-23T13:47:38.881Z] === RUN   TestHealthCheckProcessKilled
13:47:39 [2022-08-23T13:47:39.810Z] --- PASS: TestHealthCheckProcessKilled (1.15s)
13:47:39 [2022-08-23T13:47:39.810Z] === RUN   TestHealthCheckProcessKilled
13:47:41 [2022-08-23T13:47:41.178Z] --- PASS: TestHealthCheckProcessKilled (1.34s)
13:47:41 [2022-08-23T13:47:41.178Z] === RUN   TestHealthCheckProcessKilled
13:47:42 [2022-08-23T13:47:42.544Z] --- PASS: TestHealthCheckProcessKilled (1.21s)
13:47:42 [2022-08-23T13:47:42.544Z] === RUN   TestHealthCheckProcessKilled
13:47:43 [2022-08-23T13:47:43.912Z] --- PASS: TestHealthCheckProcessKilled (1.44s)
13:47:43 [2022-08-23T13:47:43.912Z] PASS
13:47:43 [2022-08-23T13:47:43.912Z] 
13:47:43 [2022-08-23T13:47:43.912Z] DONE 5 tests in 6.598s
13:47:43 [2022-08-23T13:47:43.912Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:43 [2022-08-23T13:47:43.912Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:43 [2022-08-23T13:47:43.912Z] +++ set -e
13:47:43 [2022-08-23T13:47:43.912Z] +++ '[' -n 0 ']'
13:47:43 [2022-08-23T13:47:43.912Z] +++ set -x
13:47:43 [2022-08-23T13:47:43.912Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:43 [2022-08-23T13:47:43.912Z] testing: warning: no tests to run
13:47:43 [2022-08-23T13:47:43.912Z] PASS
13:47:43 [2022-08-23T13:47:43.912Z] 
13:47:43 [2022-08-23T13:47:43.912Z] DONE 0 tests in 0.133s
13:47:43 [2022-08-23T13:47:43.912Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:43 [2022-08-23T13:47:43.912Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:43 [2022-08-23T13:47:43.912Z] +++ set -e
13:47:43 [2022-08-23T13:47:43.912Z] +++ '[' -n 0 ']'
13:47:43 [2022-08-23T13:47:43.912Z] +++ set -x
13:47:43 [2022-08-23T13:47:43.912Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.169Z] INFO: Testing against a local daemon
13:47:44 [2022-08-23T13:47:44.169Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.169Z] PASS
13:47:44 [2022-08-23T13:47:44.169Z] 
13:47:44 [2022-08-23T13:47:44.169Z] DONE 0 tests in 0.120s
13:47:44 [2022-08-23T13:47:44.169Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.169Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.169Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.169Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.169Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.169Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.169Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.169Z] PASS
13:47:44 [2022-08-23T13:47:44.169Z] 
13:47:44 [2022-08-23T13:47:44.169Z] DONE 0 tests in 0.016s
13:47:44 [2022-08-23T13:47:44.169Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.169Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.169Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.169Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.169Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.169Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.169Z] INFO: Testing against a local daemon
13:47:44 [2022-08-23T13:47:44.169Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.169Z] PASS
13:47:44 [2022-08-23T13:47:44.169Z] 
13:47:44 [2022-08-23T13:47:44.169Z] DONE 0 tests in 0.047s
13:47:44 [2022-08-23T13:47:44.169Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.169Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.169Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.426Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.426Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.426Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.426Z] INFO: Testing against a local daemon
13:47:44 [2022-08-23T13:47:44.426Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.426Z] PASS
13:47:44 [2022-08-23T13:47:44.426Z] 
13:47:44 [2022-08-23T13:47:44.426Z] DONE 0 tests in 0.063s
13:47:44 [2022-08-23T13:47:44.426Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.426Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.426Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.426Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.426Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.426Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.426Z] INFO: Testing against a local daemon
13:47:44 [2022-08-23T13:47:44.427Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.427Z] PASS
13:47:44 [2022-08-23T13:47:44.427Z] 
13:47:44 [2022-08-23T13:47:44.427Z] DONE 0 tests in 0.040s
13:47:44 [2022-08-23T13:47:44.427Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.427Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.427Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.427Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.427Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.427Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.427Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.427Z] PASS
13:47:44 [2022-08-23T13:47:44.427Z] 
13:47:44 [2022-08-23T13:47:44.427Z] DONE 0 tests in 0.018s
13:47:44 [2022-08-23T13:47:44.427Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.427Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.427Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.427Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.427Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.427Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.427Z] INFO: Testing against a local daemon
13:47:44 [2022-08-23T13:47:44.427Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.427Z] PASS
13:47:44 [2022-08-23T13:47:44.427Z] 
13:47:44 [2022-08-23T13:47:44.427Z] DONE 0 tests in 0.039s
13:47:44 [2022-08-23T13:47:44.684Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.684Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.684Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.684Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.684Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.684Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.684Z] INFO: Testing against a local daemon
13:47:44 [2022-08-23T13:47:44.684Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.684Z] PASS
13:47:44 [2022-08-23T13:47:44.684Z] 
13:47:44 [2022-08-23T13:47:44.684Z] DONE 0 tests in 0.043s
13:47:44 [2022-08-23T13:47:44.684Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.684Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.684Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.684Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.684Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.684Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.684Z] INFO: Testing against a local daemon
13:47:44 [2022-08-23T13:47:44.684Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.684Z] PASS
13:47:44 [2022-08-23T13:47:44.684Z] 
13:47:44 [2022-08-23T13:47:44.684Z] DONE 0 tests in 0.064s
13:47:44 [2022-08-23T13:47:44.684Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.684Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.684Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.684Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.684Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.684Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.684Z] INFO: Testing against a local daemon
13:47:44 [2022-08-23T13:47:44.684Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.684Z] PASS
13:47:44 [2022-08-23T13:47:44.684Z] 
13:47:44 [2022-08-23T13:47:44.684Z] DONE 0 tests in 0.054s
13:47:44 [2022-08-23T13:47:44.684Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.684Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.941Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.941Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.941Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.941Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.941Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.941Z] PASS
13:47:44 [2022-08-23T13:47:44.941Z] 
13:47:44 [2022-08-23T13:47:44.941Z] DONE 0 tests in 0.022s
13:47:44 [2022-08-23T13:47:44.941Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.941Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.941Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.941Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.941Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.941Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.941Z] INFO: Testing against a local daemon
13:47:44 [2022-08-23T13:47:44.941Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.941Z] PASS
13:47:44 [2022-08-23T13:47:44.941Z] 
13:47:44 [2022-08-23T13:47:44.941Z] DONE 0 tests in 0.087s
13:47:44 [2022-08-23T13:47:44.941Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.941Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.941Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.941Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.941Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.941Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.941Z] INFO: Testing against a local daemon
13:47:44 [2022-08-23T13:47:44.941Z] testing: warning: no tests to run
13:47:44 [2022-08-23T13:47:44.941Z] PASS
13:47:44 [2022-08-23T13:47:44.941Z] 
13:47:44 [2022-08-23T13:47:44.941Z] DONE 0 tests in 0.049s
13:47:44 [2022-08-23T13:47:44.941Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.941Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:44 [2022-08-23T13:47:44.941Z] +++ set -e
13:47:44 [2022-08-23T13:47:44.941Z] +++ '[' -n 0 ']'
13:47:44 [2022-08-23T13:47:44.941Z] +++ set -x
13:47:44 [2022-08-23T13:47:44.941Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.198Z] INFO: Testing against a local daemon
13:47:45 [2022-08-23T13:47:45.198Z] testing: warning: no tests to run
13:47:45 [2022-08-23T13:47:45.198Z] PASS
13:47:45 [2022-08-23T13:47:45.198Z] 
13:47:45 [2022-08-23T13:47:45.198Z] DONE 0 tests in 0.069s
13:47:45 [2022-08-23T13:47:45.198Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.198Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.198Z] +++ set -e
13:47:45 [2022-08-23T13:47:45.198Z] +++ '[' -n 0 ']'
13:47:45 [2022-08-23T13:47:45.198Z] +++ set -x
13:47:45 [2022-08-23T13:47:45.198Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.198Z] INFO: Testing against a local daemon
13:47:45 [2022-08-23T13:47:45.198Z] testing: warning: no tests to run
13:47:45 [2022-08-23T13:47:45.198Z] PASS
13:47:45 [2022-08-23T13:47:45.198Z] 
13:47:45 [2022-08-23T13:47:45.198Z] DONE 0 tests in 0.044s
13:47:45 [2022-08-23T13:47:45.198Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.198Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.198Z] +++ set -e
13:47:45 [2022-08-23T13:47:45.198Z] +++ '[' -n 0 ']'
13:47:45 [2022-08-23T13:47:45.198Z] +++ set -x
13:47:45 [2022-08-23T13:47:45.198Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.198Z] INFO: Testing against a local daemon
13:47:45 [2022-08-23T13:47:45.198Z] testing: warning: no tests to run
13:47:45 [2022-08-23T13:47:45.198Z] PASS
13:47:45 [2022-08-23T13:47:45.198Z] 
13:47:45 [2022-08-23T13:47:45.198Z] DONE 0 tests in 0.049s
13:47:45 [2022-08-23T13:47:45.456Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.456Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.456Z] +++ set -e
13:47:45 [2022-08-23T13:47:45.456Z] +++ '[' -n 0 ']'
13:47:45 [2022-08-23T13:47:45.456Z] +++ set -x
13:47:45 [2022-08-23T13:47:45.456Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.456Z] INFO: Testing against a local daemon
13:47:45 [2022-08-23T13:47:45.456Z] testing: warning: no tests to run
13:47:45 [2022-08-23T13:47:45.456Z] PASS
13:47:45 [2022-08-23T13:47:45.456Z] 
13:47:45 [2022-08-23T13:47:45.456Z] DONE 0 tests in 0.046s
13:47:45 [2022-08-23T13:47:45.456Z] Running integration-test (iteration 4)
13:47:45 [2022-08-23T13:47:45.456Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.456Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.456Z] +++ set -e
13:47:45 [2022-08-23T13:47:45.456Z] +++ '[' -n 0 ']'
13:47:45 [2022-08-23T13:47:45.456Z] +++ set -x
13:47:45 [2022-08-23T13:47:45.456Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.456Z] INFO: Testing against a local daemon
13:47:45 [2022-08-23T13:47:45.456Z] testing: warning: no tests to run
13:47:45 [2022-08-23T13:47:45.456Z] PASS
13:47:45 [2022-08-23T13:47:45.456Z] 
13:47:45 [2022-08-23T13:47:45.456Z] DONE 0 tests in 0.086s
13:47:45 [2022-08-23T13:47:45.456Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.456Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.456Z] +++ set -e
13:47:45 [2022-08-23T13:47:45.456Z] +++ '[' -n 0 ']'
13:47:45 [2022-08-23T13:47:45.456Z] +++ set -x
13:47:45 [2022-08-23T13:47:45.456Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.713Z] INFO: Testing against a local daemon
13:47:45 [2022-08-23T13:47:45.713Z] testing: warning: no tests to run
13:47:45 [2022-08-23T13:47:45.713Z] PASS
13:47:45 [2022-08-23T13:47:45.713Z] 
13:47:45 [2022-08-23T13:47:45.713Z] DONE 0 tests in 0.056s
13:47:45 [2022-08-23T13:47:45.713Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.713Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.713Z] +++ set -e
13:47:45 [2022-08-23T13:47:45.713Z] +++ '[' -n 0 ']'
13:47:45 [2022-08-23T13:47:45.713Z] +++ set -x
13:47:45 [2022-08-23T13:47:45.713Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:45 [2022-08-23T13:47:45.713Z] INFO: Testing against a local daemon
13:47:45 [2022-08-23T13:47:45.713Z] === RUN   TestHealthCheckProcessKilled
13:47:47 [2022-08-23T13:47:47.084Z] --- PASS: TestHealthCheckProcessKilled (1.21s)
13:47:47 [2022-08-23T13:47:47.084Z] === RUN   TestHealthCheckProcessKilled
13:47:48 [2022-08-23T13:47:48.452Z] --- PASS: TestHealthCheckProcessKilled (1.23s)
13:47:48 [2022-08-23T13:47:48.452Z] === RUN   TestHealthCheckProcessKilled
13:47:48 [2022-08-23T13:47:48.472Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.90s)
13:47:48 [2022-08-23T13:47:48.472Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:47:49 [2022-08-23T13:47:49.383Z] --- PASS: TestHealthCheckProcessKilled (1.26s)
13:47:49 [2022-08-23T13:47:49.383Z] === RUN   TestHealthCheckProcessKilled
13:47:50 [2022-08-23T13:47:50.753Z] --- PASS: TestHealthCheckProcessKilled (1.24s)
13:47:50 [2022-08-23T13:47:50.753Z] === RUN   TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.121Z] --- PASS: TestHealthCheckProcessKilled (1.39s)
13:47:52 [2022-08-23T13:47:52.121Z] PASS
13:47:52 [2022-08-23T13:47:52.121Z] 
13:47:52 [2022-08-23T13:47:52.121Z] DONE 5 tests in 6.413s
13:47:52 [2022-08-23T13:47:52.121Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.121Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.121Z] +++ set -e
13:47:52 [2022-08-23T13:47:52.121Z] +++ '[' -n 0 ']'
13:47:52 [2022-08-23T13:47:52.121Z] +++ set -x
13:47:52 [2022-08-23T13:47:52.121Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.121Z] testing: warning: no tests to run
13:47:52 [2022-08-23T13:47:52.121Z] PASS
13:47:52 [2022-08-23T13:47:52.121Z] 
13:47:52 [2022-08-23T13:47:52.121Z] DONE 0 tests in 0.097s
13:47:52 [2022-08-23T13:47:52.121Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.122Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.122Z] +++ set -e
13:47:52 [2022-08-23T13:47:52.122Z] +++ '[' -n 0 ']'
13:47:52 [2022-08-23T13:47:52.122Z] +++ set -x
13:47:52 [2022-08-23T13:47:52.122Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.378Z] INFO: Testing against a local daemon
13:47:52 [2022-08-23T13:47:52.378Z] testing: warning: no tests to run
13:47:52 [2022-08-23T13:47:52.378Z] PASS
13:47:52 [2022-08-23T13:47:52.378Z] 
13:47:52 [2022-08-23T13:47:52.378Z] DONE 0 tests in 0.119s
13:47:52 [2022-08-23T13:47:52.378Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.378Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.378Z] +++ set -e
13:47:52 [2022-08-23T13:47:52.378Z] +++ '[' -n 0 ']'
13:47:52 [2022-08-23T13:47:52.378Z] +++ set -x
13:47:52 [2022-08-23T13:47:52.378Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.378Z] testing: warning: no tests to run
13:47:52 [2022-08-23T13:47:52.378Z] PASS
13:47:52 [2022-08-23T13:47:52.378Z] 
13:47:52 [2022-08-23T13:47:52.378Z] DONE 0 tests in 0.017s
13:47:52 [2022-08-23T13:47:52.378Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.378Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.378Z] +++ set -e
13:47:52 [2022-08-23T13:47:52.378Z] +++ '[' -n 0 ']'
13:47:52 [2022-08-23T13:47:52.378Z] +++ set -x
13:47:52 [2022-08-23T13:47:52.379Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.379Z] INFO: Testing against a local daemon
13:47:52 [2022-08-23T13:47:52.379Z] testing: warning: no tests to run
13:47:52 [2022-08-23T13:47:52.379Z] PASS
13:47:52 [2022-08-23T13:47:52.379Z] 
13:47:52 [2022-08-23T13:47:52.379Z] DONE 0 tests in 0.043s
13:47:52 [2022-08-23T13:47:52.379Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.379Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.379Z] +++ set -e
13:47:52 [2022-08-23T13:47:52.379Z] +++ '[' -n 0 ']'
13:47:52 [2022-08-23T13:47:52.379Z] +++ set -x
13:47:52 [2022-08-23T13:47:52.379Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.636Z] INFO: Testing against a local daemon
13:47:52 [2022-08-23T13:47:52.636Z] testing: warning: no tests to run
13:47:52 [2022-08-23T13:47:52.636Z] PASS
13:47:52 [2022-08-23T13:47:52.636Z] 
13:47:52 [2022-08-23T13:47:52.636Z] DONE 0 tests in 0.059s
13:47:52 [2022-08-23T13:47:52.636Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.636Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.636Z] +++ set -e
13:47:52 [2022-08-23T13:47:52.636Z] +++ '[' -n 0 ']'
13:47:52 [2022-08-23T13:47:52.636Z] +++ set -x
13:47:52 [2022-08-23T13:47:52.636Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.636Z] INFO: Testing against a local daemon
13:47:52 [2022-08-23T13:47:52.636Z] testing: warning: no tests to run
13:47:52 [2022-08-23T13:47:52.636Z] PASS
13:47:52 [2022-08-23T13:47:52.636Z] 
13:47:52 [2022-08-23T13:47:52.636Z] DONE 0 tests in 0.051s
13:47:52 [2022-08-23T13:47:52.636Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.636Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.636Z] +++ set -e
13:47:52 [2022-08-23T13:47:52.636Z] +++ '[' -n 0 ']'
13:47:52 [2022-08-23T13:47:52.636Z] +++ set -x
13:47:52 [2022-08-23T13:47:52.636Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.636Z] testing: warning: no tests to run
13:47:52 [2022-08-23T13:47:52.636Z] PASS
13:47:52 [2022-08-23T13:47:52.636Z] 
13:47:52 [2022-08-23T13:47:52.636Z] DONE 0 tests in 0.012s
13:47:52 [2022-08-23T13:47:52.636Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.636Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.636Z] +++ set -e
13:47:52 [2022-08-23T13:47:52.636Z] +++ '[' -n 0 ']'
13:47:52 [2022-08-23T13:47:52.636Z] +++ set -x
13:47:52 [2022-08-23T13:47:52.636Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.636Z] INFO: Testing against a local daemon
13:47:52 [2022-08-23T13:47:52.636Z] testing: warning: no tests to run
13:47:52 [2022-08-23T13:47:52.636Z] PASS
13:47:52 [2022-08-23T13:47:52.636Z] 
13:47:52 [2022-08-23T13:47:52.636Z] DONE 0 tests in 0.049s
13:47:52 [2022-08-23T13:47:52.636Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.636Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.636Z] +++ set -e
13:47:52 [2022-08-23T13:47:52.893Z] +++ '[' -n 0 ']'
13:47:52 [2022-08-23T13:47:52.893Z] +++ set -x
13:47:52 [2022-08-23T13:47:52.893Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.893Z] INFO: Testing against a local daemon
13:47:52 [2022-08-23T13:47:52.893Z] testing: warning: no tests to run
13:47:52 [2022-08-23T13:47:52.893Z] PASS
13:47:52 [2022-08-23T13:47:52.893Z] 
13:47:52 [2022-08-23T13:47:52.893Z] DONE 0 tests in 0.056s
13:47:52 [2022-08-23T13:47:52.893Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.893Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.893Z] +++ set -e
13:47:52 [2022-08-23T13:47:52.893Z] +++ '[' -n 0 ']'
13:47:52 [2022-08-23T13:47:52.893Z] +++ set -x
13:47:52 [2022-08-23T13:47:52.893Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.893Z] INFO: Testing against a local daemon
13:47:52 [2022-08-23T13:47:52.893Z] testing: warning: no tests to run
13:47:52 [2022-08-23T13:47:52.893Z] PASS
13:47:52 [2022-08-23T13:47:52.893Z] 
13:47:52 [2022-08-23T13:47:52.893Z] DONE 0 tests in 0.059s
13:47:52 [2022-08-23T13:47:52.893Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.893Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.893Z] +++ set -e
13:47:52 [2022-08-23T13:47:52.893Z] +++ '[' -n 0 ']'
13:47:52 [2022-08-23T13:47:52.893Z] +++ set -x
13:47:52 [2022-08-23T13:47:52.893Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:52 [2022-08-23T13:47:52.893Z] INFO: Testing against a local daemon
13:47:53 [2022-08-23T13:47:53.150Z] testing: warning: no tests to run
13:47:53 [2022-08-23T13:47:53.150Z] PASS
13:47:53 [2022-08-23T13:47:53.150Z] 
13:47:53 [2022-08-23T13:47:53.150Z] DONE 0 tests in 0.075s
13:47:53 [2022-08-23T13:47:53.150Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.150Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.150Z] +++ set -e
13:47:53 [2022-08-23T13:47:53.150Z] +++ '[' -n 0 ']'
13:47:53 [2022-08-23T13:47:53.150Z] +++ set -x
13:47:53 [2022-08-23T13:47:53.150Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.150Z] testing: warning: no tests to run
13:47:53 [2022-08-23T13:47:53.150Z] PASS
13:47:53 [2022-08-23T13:47:53.150Z] 
13:47:53 [2022-08-23T13:47:53.150Z] DONE 0 tests in 0.038s
13:47:53 [2022-08-23T13:47:53.150Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.150Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.150Z] +++ set -e
13:47:53 [2022-08-23T13:47:53.150Z] +++ '[' -n 0 ']'
13:47:53 [2022-08-23T13:47:53.150Z] +++ set -x
13:47:53 [2022-08-23T13:47:53.150Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.150Z] INFO: Testing against a local daemon
13:47:53 [2022-08-23T13:47:53.150Z] testing: warning: no tests to run
13:47:53 [2022-08-23T13:47:53.150Z] PASS
13:47:53 [2022-08-23T13:47:53.150Z] 
13:47:53 [2022-08-23T13:47:53.150Z] DONE 0 tests in 0.071s
13:47:53 [2022-08-23T13:47:53.150Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.150Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.150Z] +++ set -e
13:47:53 [2022-08-23T13:47:53.150Z] +++ '[' -n 0 ']'
13:47:53 [2022-08-23T13:47:53.150Z] +++ set -x
13:47:53 [2022-08-23T13:47:53.150Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.407Z] INFO: Testing against a local daemon
13:47:53 [2022-08-23T13:47:53.407Z] testing: warning: no tests to run
13:47:53 [2022-08-23T13:47:53.407Z] PASS
13:47:53 [2022-08-23T13:47:53.407Z] 
13:47:53 [2022-08-23T13:47:53.407Z] DONE 0 tests in 0.063s
13:47:53 [2022-08-23T13:47:53.407Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.407Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.407Z] +++ set -e
13:47:53 [2022-08-23T13:47:53.407Z] +++ '[' -n 0 ']'
13:47:53 [2022-08-23T13:47:53.407Z] +++ set -x
13:47:53 [2022-08-23T13:47:53.407Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.407Z] INFO: Testing against a local daemon
13:47:53 [2022-08-23T13:47:53.407Z] testing: warning: no tests to run
13:47:53 [2022-08-23T13:47:53.407Z] PASS
13:47:53 [2022-08-23T13:47:53.407Z] 
13:47:53 [2022-08-23T13:47:53.407Z] DONE 0 tests in 0.053s
13:47:53 [2022-08-23T13:47:53.407Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.407Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.407Z] +++ set -e
13:47:53 [2022-08-23T13:47:53.407Z] +++ '[' -n 0 ']'
13:47:53 [2022-08-23T13:47:53.407Z] +++ set -x
13:47:53 [2022-08-23T13:47:53.407Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.407Z] INFO: Testing against a local daemon
13:47:53 [2022-08-23T13:47:53.407Z] testing: warning: no tests to run
13:47:53 [2022-08-23T13:47:53.407Z] PASS
13:47:53 [2022-08-23T13:47:53.407Z] 
13:47:53 [2022-08-23T13:47:53.407Z] DONE 0 tests in 0.053s
13:47:53 [2022-08-23T13:47:53.407Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.407Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.407Z] +++ set -e
13:47:53 [2022-08-23T13:47:53.407Z] +++ '[' -n 0 ']'
13:47:53 [2022-08-23T13:47:53.407Z] +++ set -x
13:47:53 [2022-08-23T13:47:53.407Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.664Z] INFO: Testing against a local daemon
13:47:53 [2022-08-23T13:47:53.664Z] testing: warning: no tests to run
13:47:53 [2022-08-23T13:47:53.664Z] PASS
13:47:53 [2022-08-23T13:47:53.664Z] 
13:47:53 [2022-08-23T13:47:53.664Z] DONE 0 tests in 0.063s
13:47:53 [2022-08-23T13:47:53.664Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.664Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.664Z] +++ set -e
13:47:53 [2022-08-23T13:47:53.664Z] +++ '[' -n 0 ']'
13:47:53 [2022-08-23T13:47:53.664Z] +++ set -x
13:47:53 [2022-08-23T13:47:53.664Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.664Z] INFO: Testing against a local daemon
13:47:53 [2022-08-23T13:47:53.664Z] testing: warning: no tests to run
13:47:53 [2022-08-23T13:47:53.664Z] PASS
13:47:53 [2022-08-23T13:47:53.664Z] 
13:47:53 [2022-08-23T13:47:53.664Z] DONE 0 tests in 0.049s
13:47:53 [2022-08-23T13:47:53.664Z] Running integration-test (iteration 5)
13:47:53 [2022-08-23T13:47:53.664Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.664Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.664Z] +++ set -e
13:47:53 [2022-08-23T13:47:53.664Z] +++ '[' -n 0 ']'
13:47:53 [2022-08-23T13:47:53.664Z] +++ set -x
13:47:53 [2022-08-23T13:47:53.664Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.664Z] INFO: Testing against a local daemon
13:47:53 [2022-08-23T13:47:53.664Z] testing: warning: no tests to run
13:47:53 [2022-08-23T13:47:53.664Z] PASS
13:47:53 [2022-08-23T13:47:53.664Z] 
13:47:53 [2022-08-23T13:47:53.664Z] DONE 0 tests in 0.058s
13:47:53 [2022-08-23T13:47:53.664Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.664Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.664Z] +++ set -e
13:47:53 [2022-08-23T13:47:53.664Z] +++ '[' -n 0 ']'
13:47:53 [2022-08-23T13:47:53.664Z] +++ set -x
13:47:53 [2022-08-23T13:47:53.664Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.921Z] INFO: Testing against a local daemon
13:47:53 [2022-08-23T13:47:53.921Z] testing: warning: no tests to run
13:47:53 [2022-08-23T13:47:53.921Z] PASS
13:47:53 [2022-08-23T13:47:53.921Z] 
13:47:53 [2022-08-23T13:47:53.921Z] DONE 0 tests in 0.063s
13:47:53 [2022-08-23T13:47:53.921Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.921Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.921Z] +++ set -e
13:47:53 [2022-08-23T13:47:53.921Z] +++ '[' -n 0 ']'
13:47:53 [2022-08-23T13:47:53.921Z] +++ set -x
13:47:53 [2022-08-23T13:47:53.921Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:47:53 [2022-08-23T13:47:53.921Z] INFO: Testing against a local daemon
13:47:53 [2022-08-23T13:47:53.921Z] === RUN   TestHealthCheckProcessKilled
13:47:55 [2022-08-23T13:47:55.289Z] --- PASS: TestHealthCheckProcessKilled (1.22s)
13:47:55 [2022-08-23T13:47:55.289Z] === RUN   TestHealthCheckProcessKilled
13:47:56 [2022-08-23T13:47:56.483Z] --- PASS: TestBuildWithHugeFile (34.77s)
13:47:56 [2022-08-23T13:47:56.483Z] === RUN   TestBuildWCOWSandboxSize
13:47:56 [2022-08-23T13:47:56.483Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:47:56 [2022-08-23T13:47:56.483Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:47:56 [2022-08-23T13:47:56.483Z] === RUN   TestBuildWithEmptyDockerfile
13:47:56 [2022-08-23T13:47:56.483Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:47:56 [2022-08-23T13:47:56.483Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:47:56 [2022-08-23T13:47:56.483Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:47:56 [2022-08-23T13:47:56.483Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:47:56 [2022-08-23T13:47:56.483Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:47:56 [2022-08-23T13:47:56.483Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:47:56 [2022-08-23T13:47:56.483Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:47:56 [2022-08-23T13:47:56.483Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:47:56 [2022-08-23T13:47:56.483Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:47:56 [2022-08-23T13:47:56.483Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
13:47:56 [2022-08-23T13:47:56.483Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
13:47:56 [2022-08-23T13:47:56.483Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
13:47:56 [2022-08-23T13:47:56.483Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
13:47:56 [2022-08-23T13:47:56.483Z] === RUN   TestBuildPreserveOwnership
13:47:56 [2022-08-23T13:47:56.483Z] === RUN   TestBuildPreserveOwnership/copy_from
13:47:56 [2022-08-23T13:47:56.483Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:47:56 [2022-08-23T13:47:56.483Z] --- PASS: TestBuildPreserveOwnership (2.99s)
13:47:56 [2022-08-23T13:47:56.483Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.97s)
13:47:56 [2022-08-23T13:47:56.483Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.01s)
13:47:56 [2022-08-23T13:47:56.483Z] === RUN   TestBuildPlatformInvalid
13:47:56 [2022-08-23T13:47:56.483Z] --- PASS: TestBuildPlatformInvalid (0.09s)
13:47:56 [2022-08-23T13:47:56.483Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:47:56 [2022-08-23T13:47:56.483Z] Loaded image: busybox:latest
13:47:56 [2022-08-23T13:47:56.658Z] --- PASS: TestHealthCheckProcessKilled (1.33s)
13:47:56 [2022-08-23T13:47:56.658Z] === RUN   TestHealthCheckProcessKilled
13:47:56 [2022-08-23T13:47:56.742Z] Loaded image: busybox:glibc
13:47:57 [2022-08-23T13:47:57.679Z] Loaded image: debian:bullseye-slim
13:47:57 [2022-08-23T13:47:57.679Z] Loaded image: hello-world:latest
13:47:57 [2022-08-23T13:47:57.939Z] Loaded image: arm32v7/hello-world:latest
13:47:58 [2022-08-23T13:47:58.027Z] --- PASS: TestHealthCheckProcessKilled (1.26s)
13:47:58 [2022-08-23T13:47:58.027Z] === RUN   TestHealthCheckProcessKilled
13:47:58 [2022-08-23T13:47:58.957Z] --- PASS: TestHealthCheckProcessKilled (1.22s)
13:47:58 [2022-08-23T13:47:58.957Z] === RUN   TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.327Z] --- PASS: TestHealthCheckProcessKilled (1.29s)
13:48:00 [2022-08-23T13:48:00.327Z] PASS
13:48:00 [2022-08-23T13:48:00.327Z] 
13:48:00 [2022-08-23T13:48:00.327Z] DONE 5 tests in 6.405s
13:48:00 [2022-08-23T13:48:00.327Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.327Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.327Z] +++ set -e
13:48:00 [2022-08-23T13:48:00.327Z] +++ '[' -n 0 ']'
13:48:00 [2022-08-23T13:48:00.327Z] +++ set -x
13:48:00 [2022-08-23T13:48:00.327Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.327Z] testing: warning: no tests to run
13:48:00 [2022-08-23T13:48:00.327Z] PASS
13:48:00 [2022-08-23T13:48:00.327Z] 
13:48:00 [2022-08-23T13:48:00.327Z] DONE 0 tests in 0.141s
13:48:00 [2022-08-23T13:48:00.587Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.587Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.587Z] +++ set -e
13:48:00 [2022-08-23T13:48:00.587Z] +++ '[' -n 0 ']'
13:48:00 [2022-08-23T13:48:00.587Z] +++ set -x
13:48:00 [2022-08-23T13:48:00.587Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.587Z] INFO: Testing against a local daemon
13:48:00 [2022-08-23T13:48:00.587Z] testing: warning: no tests to run
13:48:00 [2022-08-23T13:48:00.587Z] PASS
13:48:00 [2022-08-23T13:48:00.587Z] 
13:48:00 [2022-08-23T13:48:00.587Z] DONE 0 tests in 0.108s
13:48:00 [2022-08-23T13:48:00.587Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.587Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.587Z] +++ set -e
13:48:00 [2022-08-23T13:48:00.587Z] +++ '[' -n 0 ']'
13:48:00 [2022-08-23T13:48:00.587Z] +++ set -x
13:48:00 [2022-08-23T13:48:00.587Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.587Z] testing: warning: no tests to run
13:48:00 [2022-08-23T13:48:00.587Z] PASS
13:48:00 [2022-08-23T13:48:00.587Z] 
13:48:00 [2022-08-23T13:48:00.587Z] DONE 0 tests in 0.025s
13:48:00 [2022-08-23T13:48:00.587Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.587Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.587Z] +++ set -e
13:48:00 [2022-08-23T13:48:00.587Z] +++ '[' -n 0 ']'
13:48:00 [2022-08-23T13:48:00.587Z] +++ set -x
13:48:00 [2022-08-23T13:48:00.587Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.852Z] INFO: Testing against a local daemon
13:48:00 [2022-08-23T13:48:00.852Z] testing: warning: no tests to run
13:48:00 [2022-08-23T13:48:00.852Z] PASS
13:48:00 [2022-08-23T13:48:00.852Z] 
13:48:00 [2022-08-23T13:48:00.852Z] DONE 0 tests in 0.068s
13:48:00 [2022-08-23T13:48:00.852Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.852Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.852Z] +++ set -e
13:48:00 [2022-08-23T13:48:00.852Z] +++ '[' -n 0 ']'
13:48:00 [2022-08-23T13:48:00.852Z] +++ set -x
13:48:00 [2022-08-23T13:48:00.852Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.852Z] INFO: Testing against a local daemon
13:48:00 [2022-08-23T13:48:00.852Z] testing: warning: no tests to run
13:48:00 [2022-08-23T13:48:00.852Z] PASS
13:48:00 [2022-08-23T13:48:00.852Z] 
13:48:00 [2022-08-23T13:48:00.852Z] DONE 0 tests in 0.059s
13:48:00 [2022-08-23T13:48:00.852Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.852Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.852Z] +++ set -e
13:48:00 [2022-08-23T13:48:00.852Z] +++ '[' -n 0 ']'
13:48:00 [2022-08-23T13:48:00.852Z] +++ set -x
13:48:00 [2022-08-23T13:48:00.852Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:00 [2022-08-23T13:48:00.852Z] INFO: Testing against a local daemon
13:48:00 [2022-08-23T13:48:00.852Z] testing: warning: no tests to run
13:48:00 [2022-08-23T13:48:00.852Z] PASS
13:48:00 [2022-08-23T13:48:00.852Z] 
13:48:00 [2022-08-23T13:48:00.852Z] DONE 0 tests in 0.059s
13:48:01 [2022-08-23T13:48:01.108Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.108Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.108Z] +++ set -e
13:48:01 [2022-08-23T13:48:01.108Z] +++ '[' -n 0 ']'
13:48:01 [2022-08-23T13:48:01.108Z] +++ set -x
13:48:01 [2022-08-23T13:48:01.108Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.108Z] testing: warning: no tests to run
13:48:01 [2022-08-23T13:48:01.108Z] PASS
13:48:01 [2022-08-23T13:48:01.108Z] 
13:48:01 [2022-08-23T13:48:01.108Z] DONE 0 tests in 0.015s
13:48:01 [2022-08-23T13:48:01.108Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.108Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.108Z] +++ set -e
13:48:01 [2022-08-23T13:48:01.108Z] +++ '[' -n 0 ']'
13:48:01 [2022-08-23T13:48:01.108Z] +++ set -x
13:48:01 [2022-08-23T13:48:01.108Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.108Z] INFO: Testing against a local daemon
13:48:01 [2022-08-23T13:48:01.108Z] testing: warning: no tests to run
13:48:01 [2022-08-23T13:48:01.108Z] PASS
13:48:01 [2022-08-23T13:48:01.108Z] 
13:48:01 [2022-08-23T13:48:01.108Z] DONE 0 tests in 0.056s
13:48:01 [2022-08-23T13:48:01.108Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.108Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.108Z] +++ set -e
13:48:01 [2022-08-23T13:48:01.108Z] +++ '[' -n 0 ']'
13:48:01 [2022-08-23T13:48:01.108Z] +++ set -x
13:48:01 [2022-08-23T13:48:01.108Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.108Z] INFO: Testing against a local daemon
13:48:01 [2022-08-23T13:48:01.108Z] testing: warning: no tests to run
13:48:01 [2022-08-23T13:48:01.108Z] PASS
13:48:01 [2022-08-23T13:48:01.108Z] 
13:48:01 [2022-08-23T13:48:01.108Z] DONE 0 tests in 0.067s
13:48:01 [2022-08-23T13:48:01.108Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.108Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.108Z] +++ set -e
13:48:01 [2022-08-23T13:48:01.108Z] +++ '[' -n 0 ']'
13:48:01 [2022-08-23T13:48:01.108Z] +++ set -x
13:48:01 [2022-08-23T13:48:01.108Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.364Z] INFO: Testing against a local daemon
13:48:01 [2022-08-23T13:48:01.364Z] testing: warning: no tests to run
13:48:01 [2022-08-23T13:48:01.364Z] PASS
13:48:01 [2022-08-23T13:48:01.364Z] 
13:48:01 [2022-08-23T13:48:01.364Z] DONE 0 tests in 0.061s
13:48:01 [2022-08-23T13:48:01.364Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.364Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.364Z] +++ set -e
13:48:01 [2022-08-23T13:48:01.364Z] +++ '[' -n 0 ']'
13:48:01 [2022-08-23T13:48:01.364Z] +++ set -x
13:48:01 [2022-08-23T13:48:01.364Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.364Z] INFO: Testing against a local daemon
13:48:01 [2022-08-23T13:48:01.364Z] testing: warning: no tests to run
13:48:01 [2022-08-23T13:48:01.364Z] PASS
13:48:01 [2022-08-23T13:48:01.364Z] 
13:48:01 [2022-08-23T13:48:01.364Z] DONE 0 tests in 0.057s
13:48:01 [2022-08-23T13:48:01.364Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.364Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.364Z] +++ set -e
13:48:01 [2022-08-23T13:48:01.364Z] +++ '[' -n 0 ']'
13:48:01 [2022-08-23T13:48:01.364Z] +++ set -x
13:48:01 [2022-08-23T13:48:01.364Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.364Z] testing: warning: no tests to run
13:48:01 [2022-08-23T13:48:01.364Z] PASS
13:48:01 [2022-08-23T13:48:01.364Z] 
13:48:01 [2022-08-23T13:48:01.364Z] DONE 0 tests in 0.024s
13:48:01 [2022-08-23T13:48:01.364Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.364Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.364Z] +++ set -e
13:48:01 [2022-08-23T13:48:01.364Z] +++ '[' -n 0 ']'
13:48:01 [2022-08-23T13:48:01.364Z] +++ set -x
13:48:01 [2022-08-23T13:48:01.364Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.584Z] #64 431.5 # github.com/containerd/containerd/cmd/containerd
13:48:01 [2022-08-23T13:48:01.584Z] #64 431.5 /usr/bin/ld: /tmp/go-link-3940287317/000019.o: in function `New':
13:48:01 [2022-08-23T13:48:01.584Z] #64 431.5 /tmp/tmp.wHttJf4Lpp/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
13:48:01 [2022-08-23T13:48:01.584Z] #64 431.6 + bin/containerd-stress
13:48:01 [2022-08-23T13:48:01.584Z] #64 432.6 + bin/containerd-shim
13:48:01 [2022-08-23T13:48:01.620Z] INFO: Testing against a local daemon
13:48:01 [2022-08-23T13:48:01.620Z] testing: warning: no tests to run
13:48:01 [2022-08-23T13:48:01.620Z] PASS
13:48:01 [2022-08-23T13:48:01.620Z] 
13:48:01 [2022-08-23T13:48:01.620Z] DONE 0 tests in 0.056s
13:48:01 [2022-08-23T13:48:01.620Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.620Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.620Z] +++ set -e
13:48:01 [2022-08-23T13:48:01.620Z] +++ '[' -n 0 ']'
13:48:01 [2022-08-23T13:48:01.620Z] +++ set -x
13:48:01 [2022-08-23T13:48:01.621Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.621Z] INFO: Testing against a local daemon
13:48:01 [2022-08-23T13:48:01.621Z] testing: warning: no tests to run
13:48:01 [2022-08-23T13:48:01.621Z] PASS
13:48:01 [2022-08-23T13:48:01.621Z] 
13:48:01 [2022-08-23T13:48:01.621Z] DONE 0 tests in 0.060s
13:48:01 [2022-08-23T13:48:01.621Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.621Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.621Z] +++ set -e
13:48:01 [2022-08-23T13:48:01.621Z] +++ '[' -n 0 ']'
13:48:01 [2022-08-23T13:48:01.621Z] +++ set -x
13:48:01 [2022-08-23T13:48:01.621Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.621Z] INFO: Testing against a local daemon
13:48:01 [2022-08-23T13:48:01.621Z] testing: warning: no tests to run
13:48:01 [2022-08-23T13:48:01.621Z] PASS
13:48:01 [2022-08-23T13:48:01.621Z] 
13:48:01 [2022-08-23T13:48:01.621Z] DONE 0 tests in 0.057s
13:48:01 [2022-08-23T13:48:01.621Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.621Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.621Z] +++ set -e
13:48:01 [2022-08-23T13:48:01.621Z] +++ '[' -n 0 ']'
13:48:01 [2022-08-23T13:48:01.621Z] +++ set -x
13:48:01 [2022-08-23T13:48:01.621Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.877Z] INFO: Testing against a local daemon
13:48:01 [2022-08-23T13:48:01.877Z] testing: warning: no tests to run
13:48:01 [2022-08-23T13:48:01.877Z] PASS
13:48:01 [2022-08-23T13:48:01.877Z] 
13:48:01 [2022-08-23T13:48:01.877Z] DONE 0 tests in 0.058s
13:48:01 [2022-08-23T13:48:01.877Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.877Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.877Z] +++ set -e
13:48:01 [2022-08-23T13:48:01.877Z] +++ '[' -n 0 ']'
13:48:01 [2022-08-23T13:48:01.877Z] +++ set -x
13:48:01 [2022-08-23T13:48:01.877Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.877Z] INFO: Testing against a local daemon
13:48:01 [2022-08-23T13:48:01.877Z] testing: warning: no tests to run
13:48:01 [2022-08-23T13:48:01.877Z] PASS
13:48:01 [2022-08-23T13:48:01.877Z] 
13:48:01 [2022-08-23T13:48:01.877Z] DONE 0 tests in 0.098s
13:48:01 [2022-08-23T13:48:01.877Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.877Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.877Z] +++ set -e
13:48:01 [2022-08-23T13:48:01.877Z] +++ '[' -n 0 ']'
13:48:01 [2022-08-23T13:48:01.877Z] +++ set -x
13:48:01 [2022-08-23T13:48:01.877Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/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-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestHealthCheckProcessKilled
13:48:01 [2022-08-23T13:48:01.877Z] INFO: Testing against a local daemon
13:48:01 [2022-08-23T13:48:01.877Z] testing: warning: no tests to run
13:48:01 [2022-08-23T13:48:01.877Z] PASS
13:48:01 [2022-08-23T13:48:01.877Z] 
13:48:01 [2022-08-23T13:48:01.877Z] DONE 0 tests in 0.049s
13:48:02 [2022-08-23T13:48:02.133Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration-flaky)
13:48:02 [2022-08-23T13:48:02.133Z] +++++ cat bundles/test-integration-flaky/docker.pid
13:48:02 [2022-08-23T13:48:02.133Z] ++++ kill 6869
13:48:02 [2022-08-23T13:48:02.133Z] ++++ /etc/init.d/apparmor stop
13:48:02 [2022-08-23T13:48:02.133Z] Leaving: AppArmorNo profiles have been unloaded.
13:48:02 [2022-08-23T13:48:02.133Z] 
13:48:02 [2022-08-23T13:48:02.133Z] Unloading profiles will leave already running processes permanently
13:48:02 [2022-08-23T13:48:02.133Z] unconfined, which can lead to unexpected situations.
13:48:02 [2022-08-23T13:48:02.133Z] 
13:48:02 [2022-08-23T13:48:02.133Z] To set a process to complain mode, use the command line tool
13:48:02 [2022-08-23T13:48:02.133Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
13:48:02 [2022-08-23T13:48:02.133Z] ++++ true
13:48:02 [2022-08-23T13:48:02.133Z] exiting test-integration
13:48:02 [2022-08-23T13:48:02.133Z] +++ exit 0
13:48:02 [2022-08-23T13:48:02.133Z] 
13:48:02 [2022-08-23T13:48:02.133Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:48:04 [2022-08-23T13:48:04.023Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:48:04 [2022-08-23T13:48:04.023Z] HOSTNAME=095a4f794310
13:48:04 [2022-08-23T13:48:04.023Z] TESTDEBUG=0
13:48:04 [2022-08-23T13:48:04.023Z] DEST=bundles/test-integration
13:48:04 [2022-08-23T13:48:04.023Z] PWD=/go/src/github.com/docker/docker
13:48:04 [2022-08-23T13:48:04.023Z] KEEPBUNDLE=1
13:48:04 [2022-08-23T13:48:04.023Z] DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179
13:48:04 [2022-08-23T13:48:04.023Z] container=docker
13:48:04 [2022-08-23T13:48:04.023Z] HOME=/root
13:48:04 [2022-08-23T13:48:04.023Z] GOLANG_VERSION=1.18.5
13:48:04 [2022-08-23T13:48:04.023Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:48:04 [2022-08-23T13:48:04.023Z] VALIDATE_BRANCH=master
13:48:04 [2022-08-23T13:48:04.023Z] TERM=xterm
13:48:04 [2022-08-23T13:48:04.023Z] DOCKER_PKG=github.com/docker/docker
13:48:04 [2022-08-23T13:48:04.023Z] SHLVL=1
13:48:04 [2022-08-23T13:48:04.023Z] TIMEOUT=120m
13:48:04 [2022-08-23T13:48:04.023Z] DOCKER_BUILDTAGS= journald
13:48:04 [2022-08-23T13:48:04.023Z] DOCKER_GRAPHDRIVER=overlay2
13:48:04 [2022-08-23T13:48:04.023Z] GO111MODULE=off
13:48:04 [2022-08-23T13:48:04.023Z] TEST_SKIP_INTEGRATION_CLI=1
13:48:04 [2022-08-23T13:48:04.023Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:48:04 [2022-08-23T13:48:04.023Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:48:04 [2022-08-23T13:48:04.023Z] GOPATH=/go
13:48:04 [2022-08-23T13:48:04.023Z] PKG_CONFIG=pkg-config
13:48:04 [2022-08-23T13:48:04.023Z] _=/usr/bin/env
13:48:04 [2022-08-23T13:48:04.023Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:48:04 [2022-08-23T13:48:04.951Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:48:05 [2022-08-23T13:48:05.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:48:06 [2022-08-23T13:48:06.060Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.84s)
13:48:06 [2022-08-23T13:48:06.060Z] PASS
13:48:06 [2022-08-23T13:48:06.060Z] 
13:48:06 [2022-08-23T13:48:06.060Z] === Skipped
13:48:06 [2022-08-23T13:48:06.060Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
13:48:06 [2022-08-23T13:48:06.060Z]     build_session_test.go:25: TODO: BuildKit
13:48:06 [2022-08-23T13:48:06.060Z] 
13:48:06 [2022-08-23T13:48:06.060Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:48:06 [2022-08-23T13:48:06.060Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:48:06 [2022-08-23T13:48:06.060Z] 
13:48:06 [2022-08-23T13:48:06.060Z] DONE 34 tests, 2 skipped in 67.172s
13:48:06 [2022-08-23T13:48:06.060Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
13:48:06 [2022-08-23T13:48:06.060Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
13:48:06 [2022-08-23T13:48:06.060Z] ++ set -e
13:48:06 [2022-08-23T13:48:06.060Z] ++ '[' -n 0 ']'
13:48:06 [2022-08-23T13:48:06.060Z] ++ set -x
13:48:06 [2022-08-23T13:48:06.060Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
13:48:06 [2022-08-23T13:48:06.060Z] INFO: Testing against a local daemon
13:48:06 [2022-08-23T13:48:06.060Z] === RUN   TestConfigInspect
13:48:06 [2022-08-23T13:48:06.524Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s)
13:48:06 [2022-08-23T13:48:06.524Z] PASS
13:48:06 [2022-08-23T13:48:06.524Z] 
13:48:06 [2022-08-23T13:48:06.524Z] DONE 17 tests in 48.942s
13:48:06 [2022-08-23T13:48:06.524Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:48:06 [2022-08-23T13:48:06.524Z] INFO: Testing against a local daemon
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
13:48:06 [2022-08-23T13:48:06.524Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
13:48:06 [2022-08-23T13:48:06.524Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/pull
13:48:06 [2022-08-23T13:48:06.524Z] === PAUSE TestPluginInvalidJSON/plugins/pull
13:48:06 [2022-08-23T13:48:06.524Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
13:48:06 [2022-08-23T13:48:06.524Z] === CONT  TestPluginInvalidJSON/plugins/pull
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
13:48:06 [2022-08-23T13:48:06.524Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
13:48:06 [2022-08-23T13:48:06.524Z] --- PASS: TestPluginInvalidJSON (0.01s)
13:48:06 [2022-08-23T13:48:06.524Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
13:48:06 [2022-08-23T13:48:06.524Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
13:48:06 [2022-08-23T13:48:06.524Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInstall
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInstall/no_auth
13:48:06 [2022-08-23T13:48:06.524Z] time="2022-08-23T13:48:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:48:06 [2022-08-23T13:48:06.524Z] time="2022-08-23T13:48:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6801b4412c4845e5d6e15f0469877bc72aa9a160cc91e5313b72199c52946dc6" mediatype=application/vnd.docker.plugin.v1+json size=522
13:48:06 [2022-08-23T13:48:06.524Z] time="2022-08-23T13:48:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:48:06 [2022-08-23T13:48:06.524Z] time="2022-08-23T13:48:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6801b4412c4845e5d6e15f0469877bc72aa9a160cc91e5313b72199c52946dc6" mediatype=application/vnd.docker.plugin.v1+json size=522
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInstall/with_htpasswd
13:48:06 [2022-08-23T13:48:06.524Z] time="2022-08-23T13:48:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:48:06 [2022-08-23T13:48:06.524Z] time="2022-08-23T13:48:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6801b4412c4845e5d6e15f0469877bc72aa9a160cc91e5313b72199c52946dc6" mediatype=application/vnd.docker.plugin.v1+json size=522
13:48:06 [2022-08-23T13:48:06.524Z] time="2022-08-23T13:48:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:48:06 [2022-08-23T13:48:06.524Z] time="2022-08-23T13:48:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6801b4412c4845e5d6e15f0469877bc72aa9a160cc91e5313b72199c52946dc6" mediatype=application/vnd.docker.plugin.v1+json size=522
13:48:06 [2022-08-23T13:48:06.524Z] === RUN   TestPluginInstall/with_insecure
13:48:06 [2022-08-23T13:48:06.525Z] time="2022-08-23T13:48:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:48:06 [2022-08-23T13:48:06.525Z] time="2022-08-23T13:48:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad7f6987e8727194076b8d85d37e535bcdcfe6c0e372aeb12488e5cf9cb4734c" mediatype=application/vnd.docker.plugin.v1+json size=522
13:48:06 [2022-08-23T13:48:06.525Z] time="2022-08-23T13:48:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:48:06 [2022-08-23T13:48:06.525Z] time="2022-08-23T13:48:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad7f6987e8727194076b8d85d37e535bcdcfe6c0e372aeb12488e5cf9cb4734c" mediatype=application/vnd.docker.plugin.v1+json size=522
13:48:06 [2022-08-23T13:48:06.525Z]     plugin_test.go:196: [dcb1b0cbc9c78] daemon is not started
13:48:06 [2022-08-23T13:48:06.525Z] --- PASS: TestPluginInstall (2.73s)
13:48:06 [2022-08-23T13:48:06.525Z]     --- PASS: TestPluginInstall/no_auth (1.04s)
13:48:06 [2022-08-23T13:48:06.525Z]     --- PASS: TestPluginInstall/with_htpasswd (0.61s)
13:48:06 [2022-08-23T13:48:06.525Z]     --- PASS: TestPluginInstall/with_insecure (1.08s)
13:48:06 [2022-08-23T13:48:06.525Z] === RUN   TestPluginsWithRuntimes
13:48:06 [2022-08-23T13:48:06.867Z] #64 443.7 + bin/containerd-shim-runc-v1
13:48:07 [2022-08-23T13:48:07.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
13:48:07 [2022-08-23T13:48:07.979Z] --- PASS: TestConfigInspect (2.31s)
13:48:07 [2022-08-23T13:48:07.979Z] === RUN   TestConfigList
13:48:08 [2022-08-23T13:48:08.413Z] === RUN   TestPluginsWithRuntimes/No_Args
13:48:08 [2022-08-23T13:48:08.974Z] === RUN   TestPluginsWithRuntimes/With_Args
13:48:09 [2022-08-23T13:48:09.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:48:09 [2022-08-23T13:48:09.900Z] --- PASS: TestPluginsWithRuntimes (3.37s)
13:48:09 [2022-08-23T13:48:09.900Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.93s)
13:48:09 [2022-08-23T13:48:09.900Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.86s)
13:48:09 [2022-08-23T13:48:09.900Z] === RUN   TestPluginBackCompatMediaTypes
13:48:10 [2022-08-23T13:48:10.461Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s)
13:48:10 [2022-08-23T13:48:10.461Z] PASS
13:48:10 [2022-08-23T13:48:10.461Z] 
13:48:10 [2022-08-23T13:48:10.461Z] DONE 24 tests in 6.707s
13:48:10 [2022-08-23T13:48:10.462Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:48:10 [2022-08-23T13:48:10.462Z] INFO: Testing against a local daemon
13:48:10 [2022-08-23T13:48:10.462Z] === RUN   TestExternalGraphDriver
13:48:10 [2022-08-23T13:48:10.513Z] --- PASS: TestConfigList (2.28s)
13:48:10 [2022-08-23T13:48:10.513Z] === RUN   TestConfigsCreateAndDelete
13:48:11 [2022-08-23T13:48:11.023Z] === RUN   TestExternalGraphDriver/json
13:48:11 [2022-08-23T13:48:11.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
13:48:11 [2022-08-23T13:48:11.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:48:12 [2022-08-23T13:48:12.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:48:12 [2022-08-23T13:48:12.910Z] === RUN   TestExternalGraphDriver/spec
13:48:13 [2022-08-23T13:48:13.046Z] --- PASS: TestConfigsCreateAndDelete (2.22s)
13:48:13 [2022-08-23T13:48:13.046Z] === RUN   TestConfigsUpdate
13:48:13 [2022-08-23T13:48:13.445Z] #64 449.9 + bin/containerd-shim-runc-v2
13:48:13 [2022-08-23T13:48:13.670Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:48:14 [2022-08-23T13:48:14.018Z] #64 450.7 + binaries
13:48:14 [2022-08-23T13:48:14.018Z] #64 450.7 + install -D bin/containerd /build/containerd
13:48:14 [2022-08-23T13:48:14.018Z] #64 450.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:48:14 [2022-08-23T13:48:14.018Z] #64 450.7 + install -D bin/ctr /build/ctr
13:48:14 [2022-08-23T13:48:14.275Z] === RUN   TestExternalGraphDriver/pull
13:48:14 [2022-08-23T13:48:14.277Z] #64 DONE 451.1s
13:48:14 [2022-08-23T13:48:14.599Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:48:14 [2022-08-23T13:48:14.856Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:48:14 [2022-08-23T13:48:14.950Z] --- PASS: TestConfigsUpdate (2.19s)
13:48:14 [2022-08-23T13:48:14.950Z] === RUN   TestTemplatedConfig
13:48:15 [2022-08-23T13:48:15.227Z] 
13:48:15 [2022-08-23T13:48:15.227Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
13:48:15 [2022-08-23T13:48:15.227Z] #65 sha256:a14ddaa17f449fe7b2ae366d4c7f72252bdeb714f8820cdf53bafe03f4abcadc
13:48:15 [2022-08-23T13:48:15.227Z] #65 DONE 0.3s
13:48:15 [2022-08-23T13:48:15.486Z] 
13:48:15 [2022-08-23T13:48:15.486Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:48:15 [2022-08-23T13:48:15.486Z] #70 sha256:caaf7ed370e50beba9ff363d344d755d2f64fe9912001ee41d3f37921d336474
13:48:15 [2022-08-23T13:48:15.486Z] #70 DONE 0.1s
13:48:15 [2022-08-23T13:48:15.486Z] 
13:48:15 [2022-08-23T13:48:15.486Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
13:48:15 [2022-08-23T13:48:15.486Z] #75 sha256:18d62864c1fcd040f89ad41bdcb5dc9daf04538632fa56a84cdb11c2a8f9904c
13:48:15 [2022-08-23T13:48:15.748Z] #75 DONE 0.4s
13:48:16 [2022-08-23T13:48:16.008Z] 
13:48:16 [2022-08-23T13:48:16.008Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
13:48:16 [2022-08-23T13:48:16.008Z] #78 sha256:3123a796ac0f8e4f8c279aeb6db0aae7e6e8e35896f2d5d347f5e61e586079ee
13:48:16 [2022-08-23T13:48:16.008Z] #78 DONE 0.0s
13:48:16 [2022-08-23T13:48:16.008Z] 
13:48:16 [2022-08-23T13:48:16.008Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
13:48:16 [2022-08-23T13:48:16.008Z] #79 sha256:73151e52a7cb42fd206b81f353d80b2aefcfbddb4e2aa622dc413949a0129c56
13:48:16 [2022-08-23T13:48:16.008Z] #79 DONE 0.0s
13:48:16 [2022-08-23T13:48:16.008Z] 
13:48:16 [2022-08-23T13:48:16.008Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
13:48:16 [2022-08-23T13:48:16.008Z] #80 sha256:0b94ad62b9d4860d27bf6895edf2908e34b6c493ec5f06bd3fed226e42ccb991
13:48:16 [2022-08-23T13:48:16.008Z] #80 DONE 0.0s
13:48:16 [2022-08-23T13:48:16.008Z] 
13:48:16 [2022-08-23T13:48:16.008Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
13:48:16 [2022-08-23T13:48:16.008Z] #81 sha256:1edaaf38113fe17f58b7cf44273ad75c98217b34dd4193fbea7fd7e97b159f5d
13:48:16 [2022-08-23T13:48:16.163Z] --- PASS: TestExternalGraphDriver (5.31s)
13:48:16 [2022-08-23T13:48:16.163Z]     --- PASS: TestExternalGraphDriver/json (1.67s)
13:48:16 [2022-08-23T13:48:16.163Z]     --- PASS: TestExternalGraphDriver/spec (1.65s)
13:48:16 [2022-08-23T13:48:16.163Z]     --- PASS: TestExternalGraphDriver/pull (1.64s)
13:48:16 [2022-08-23T13:48:16.163Z] === RUN   TestGraphdriverPluginV2
13:48:16 [2022-08-23T13:48:16.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:48:17 [2022-08-23T13:48:17.484Z] --- PASS: TestTemplatedConfig (2.48s)
13:48:17 [2022-08-23T13:48:17.485Z] === RUN   TestConfigCreateResolve
13:48:17 [2022-08-23T13:48:17.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:48:18 [2022-08-23T13:48:18.522Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:48:19 [2022-08-23T13:48:19.298Z] #81 DONE 3.0s
13:48:19 [2022-08-23T13:48:19.298Z] 
13:48:19 [2022-08-23T13:48:19.298Z] #82 exporting to image
13:48:19 [2022-08-23T13:48:19.298Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:48:19 [2022-08-23T13:48:19.298Z] #82 exporting layers
13:48:19 [2022-08-23T13:48:19.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:48:20 [2022-08-23T13:48:20.020Z] --- PASS: TestConfigCreateResolve (2.27s)
13:48:20 [2022-08-23T13:48:20.020Z] PASS
13:48:20 [2022-08-23T13:48:20.020Z] 
13:48:20 [2022-08-23T13:48:20.020Z] DONE 6 tests in 13.835s
13:48:20 [2022-08-23T13:48:20.020Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
13:48:20 [2022-08-23T13:48:20.020Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
13:48:20 [2022-08-23T13:48:20.020Z] ++ set -e
13:48:20 [2022-08-23T13:48:20.020Z] ++ '[' -n 0 ']'
13:48:20 [2022-08-23T13:48:20.020Z] ++ set -x
13:48:20 [2022-08-23T13:48:20.020Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
13:48:20 [2022-08-23T13:48:20.020Z] INFO: Testing against a local daemon
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestAttachWithTTY
13:48:20 [2022-08-23T13:48:20.020Z] --- PASS: TestAttachWithTTY (0.06s)
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestAttachWithoutTTy
13:48:20 [2022-08-23T13:48:20.020Z] --- PASS: TestAttachWithoutTTy (0.05s)
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestCheckpoint
13:48:20 [2022-08-23T13:48:20.020Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:48:20 [2022-08-23T13:48:20.020Z] --- SKIP: TestCheckpoint (0.00s)
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/commit
13:48:20 [2022-08-23T13:48:20.020Z] === PAUSE TestContainerInvalidJSON/commit
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/create
13:48:20 [2022-08-23T13:48:20.020Z] === PAUSE TestContainerInvalidJSON/containers/create
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
13:48:20 [2022-08-23T13:48:20.020Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
13:48:20 [2022-08-23T13:48:20.020Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
13:48:20 [2022-08-23T13:48:20.020Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:48:20 [2022-08-23T13:48:20.020Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
13:48:20 [2022-08-23T13:48:20.020Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
13:48:20 [2022-08-23T13:48:20.020Z] === CONT  TestContainerInvalidJSON/commit
13:48:20 [2022-08-23T13:48:20.020Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/commit/empty_body
13:48:20 [2022-08-23T13:48:20.020Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
13:48:20 [2022-08-23T13:48:20.020Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
13:48:20 [2022-08-23T13:48:20.020Z] === CONT  TestContainerInvalidJSON/containers/create
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
13:48:20 [2022-08-23T13:48:20.020Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
13:48:20 [2022-08-23T13:48:20.020Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
13:48:20 [2022-08-23T13:48:20.020Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
13:48:20 [2022-08-23T13:48:20.021Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
13:48:20 [2022-08-23T13:48:20.021Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
13:48:20 [2022-08-23T13:48:20.021Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
13:48:20 [2022-08-23T13:48:20.021Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:48:20 [2022-08-23T13:48:20.021Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.01s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
13:48:20 [2022-08-23T13:48:20.021Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:48:20 [2022-08-23T13:48:20.021Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
13:48:20 [2022-08-23T13:48:20.021Z] === RUN   TestCopyFromContainerPathIsNotDir
13:48:20 [2022-08-23T13:48:20.021Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
13:48:20 [2022-08-23T13:48:20.021Z] === RUN   TestCopyToContainerPathDoesNotExist
13:48:20 [2022-08-23T13:48:20.021Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
13:48:20 [2022-08-23T13:48:20.021Z] === RUN   TestCopyEmptyFile
13:48:20 [2022-08-23T13:48:20.280Z] --- PASS: TestCopyEmptyFile (0.22s)
13:48:20 [2022-08-23T13:48:20.280Z] === RUN   TestCopyToContainerPathIsNotDir
13:48:20 [2022-08-23T13:48:20.280Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
13:48:20 [2022-08-23T13:48:20.280Z] === RUN   TestCopyFromContainer
13:48:20 [2022-08-23T13:48:20.328Z] --- PASS: TestGraphdriverPluginV2 (4.19s)
13:48:20 [2022-08-23T13:48:20.328Z] PASS
13:48:20 [2022-08-23T13:48:20.328Z] 
13:48:20 [2022-08-23T13:48:20.328Z] DONE 5 tests in 9.528s
13:48:20 [2022-08-23T13:48:20.328Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:48:20 [2022-08-23T13:48:20.328Z] INFO: Testing against a local daemon
13:48:20 [2022-08-23T13:48:20.328Z] === RUN   TestContinueAfterPluginCrash
13:48:20 [2022-08-23T13:48:20.328Z] === PAUSE TestContinueAfterPluginCrash
13:48:20 [2022-08-23T13:48:20.328Z] === RUN   TestReadPluginNoRead
13:48:20 [2022-08-23T13:48:20.328Z] === PAUSE TestReadPluginNoRead
13:48:20 [2022-08-23T13:48:20.328Z] === RUN   TestDaemonStartWithLogOpt
13:48:20 [2022-08-23T13:48:20.328Z] === PAUSE TestDaemonStartWithLogOpt
13:48:20 [2022-08-23T13:48:20.328Z] === CONT  TestContinueAfterPluginCrash
13:48:20 [2022-08-23T13:48:20.328Z] === CONT  TestDaemonStartWithLogOpt
13:48:20 [2022-08-23T13:48:20.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:48:21 [2022-08-23T13:48:21.216Z] === RUN   TestCopyFromContainer//
13:48:21 [2022-08-23T13:48:21.216Z] === RUN   TestCopyFromContainer//bar/root
13:48:21 [2022-08-23T13:48:21.216Z] === RUN   TestCopyFromContainer//bar/root/
13:48:21 [2022-08-23T13:48:21.475Z] === RUN   TestCopyFromContainer/bar/quux
13:48:21 [2022-08-23T13:48:21.475Z] === RUN   TestCopyFromContainer/bar/quux/
13:48:21 [2022-08-23T13:48:21.475Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:48:21 [2022-08-23T13:48:21.475Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:48:21 [2022-08-23T13:48:21.735Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:48:21 [2022-08-23T13:48:21.735Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:48:21 [2022-08-23T13:48:21.735Z] === RUN   TestCopyFromContainer/bar/notarget
13:48:21 [2022-08-23T13:48:21.735Z] --- PASS: TestCopyFromContainer (1.54s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCopyFromContainer// (0.07s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
13:48:21 [2022-08-23T13:48:21.735Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:48:21 [2022-08-23T13:48:21.735Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:48:21 [2022-08-23T13:48:21.735Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:48:21 [2022-08-23T13:48:21.735Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:48:21 [2022-08-23T13:48:21.735Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:48:21 [2022-08-23T13:48:21.735Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:48:21 [2022-08-23T13:48:21.735Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:48:21 [2022-08-23T13:48:21.735Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:48:21 [2022-08-23T13:48:21.735Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:48:21 [2022-08-23T13:48:21.735Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:48:21 [2022-08-23T13:48:21.735Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:48:21 [2022-08-23T13:48:21.735Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:48:21 [2022-08-23T13:48:21.735Z] === RUN   TestCreateLinkToNonExistingContainer
13:48:21 [2022-08-23T13:48:21.735Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
13:48:21 [2022-08-23T13:48:21.735Z] === RUN   TestCreateWithInvalidEnv
13:48:21 [2022-08-23T13:48:21.994Z] === RUN   TestCreateWithInvalidEnv/0
13:48:21 [2022-08-23T13:48:21.994Z] === PAUSE TestCreateWithInvalidEnv/0
13:48:21 [2022-08-23T13:48:21.994Z] === RUN   TestCreateWithInvalidEnv/1
13:48:21 [2022-08-23T13:48:21.994Z] === PAUSE TestCreateWithInvalidEnv/1
13:48:21 [2022-08-23T13:48:21.994Z] === RUN   TestCreateWithInvalidEnv/2
13:48:21 [2022-08-23T13:48:21.994Z] === PAUSE TestCreateWithInvalidEnv/2
13:48:21 [2022-08-23T13:48:21.994Z] === CONT  TestCreateWithInvalidEnv/0
13:48:21 [2022-08-23T13:48:21.994Z] === CONT  TestCreateWithInvalidEnv/2
13:48:21 [2022-08-23T13:48:21.994Z] === CONT  TestCreateWithInvalidEnv/1
13:48:21 [2022-08-23T13:48:21.994Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
13:48:21 [2022-08-23T13:48:21.994Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:48:21 [2022-08-23T13:48:21.994Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:48:21 [2022-08-23T13:48:21.994Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:48:21 [2022-08-23T13:48:21.994Z] === RUN   TestCreateTmpfsMountsTarget
13:48:21 [2022-08-23T13:48:21.994Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
13:48:21 [2022-08-23T13:48:21.994Z] === RUN   TestCreateWithCustomMaskedPaths
13:48:22 [2022-08-23T13:48:22.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:48:22 [2022-08-23T13:48:22.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:48:23 [2022-08-23T13:48:23.372Z] --- PASS: TestCreateWithCustomMaskedPaths (1.30s)
13:48:23 [2022-08-23T13:48:23.372Z] === RUN   TestCreateWithCustomReadonlyPaths
13:48:23 [2022-08-23T13:48:23.596Z] --- PASS: TestDaemonStartWithLogOpt (3.36s)
13:48:23 [2022-08-23T13:48:23.596Z] === CONT  TestReadPluginNoRead
13:48:24 [2022-08-23T13:48:24.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:48:24 [2022-08-23T13:48:24.309Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.23s)
13:48:24 [2022-08-23T13:48:24.309Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:48:24 [2022-08-23T13:48:24.309Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:48:24 [2022-08-23T13:48:24.309Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:48:24 [2022-08-23T13:48:24.309Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:48:24 [2022-08-23T13:48:24.309Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:48:24 [2022-08-23T13:48:24.309Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:48:24 [2022-08-23T13:48:24.309Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:48:24 [2022-08-23T13:48:24.309Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:48:24 [2022-08-23T13:48:24.309Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:48:24 [2022-08-23T13:48:24.309Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:48:24 [2022-08-23T13:48:24.309Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:48:24 [2022-08-23T13:48:24.309Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:48:24 [2022-08-23T13:48:24.309Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:48:24 [2022-08-23T13:48:24.309Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:48:24 [2022-08-23T13:48:24.309Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:48:24 [2022-08-23T13:48:24.568Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:48:24 [2022-08-23T13:48:24.568Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:48:24 [2022-08-23T13:48:24.568Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
13:48:24 [2022-08-23T13:48:24.568Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
13:48:24 [2022-08-23T13:48:24.568Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:48:24 [2022-08-23T13:48:24.568Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
13:48:24 [2022-08-23T13:48:24.568Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
13:48:24 [2022-08-23T13:48:24.568Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:48:24 [2022-08-23T13:48:24.827Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s)
13:48:24 [2022-08-23T13:48:24.827Z] === RUN   TestCreateDifferentPlatform
13:48:24 [2022-08-23T13:48:24.827Z] === RUN   TestCreateDifferentPlatform/different_os
13:48:24 [2022-08-23T13:48:24.827Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:48:24 [2022-08-23T13:48:24.827Z] --- PASS: TestCreateDifferentPlatform (0.01s)
13:48:24 [2022-08-23T13:48:24.827Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:48:24 [2022-08-23T13:48:24.827Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:48:24 [2022-08-23T13:48:24.827Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:48:24 [2022-08-23T13:48:24.827Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
13:48:24 [2022-08-23T13:48:24.827Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:48:25 [2022-08-23T13:48:25.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:48:25 [2022-08-23T13:48:25.086Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
13:48:25 [2022-08-23T13:48:25.086Z] === RUN   TestCreateInvalidHostConfig
13:48:25 [2022-08-23T13:48:25.086Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
13:48:25 [2022-08-23T13:48:25.086Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
13:48:25 [2022-08-23T13:48:25.086Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
13:48:25 [2022-08-23T13:48:25.086Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
13:48:25 [2022-08-23T13:48:25.086Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:48:25 [2022-08-23T13:48:25.086Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:48:25 [2022-08-23T13:48:25.086Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
13:48:25 [2022-08-23T13:48:25.086Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
13:48:25 [2022-08-23T13:48:25.086Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
13:48:25 [2022-08-23T13:48:25.086Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:48:25 [2022-08-23T13:48:25.086Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
13:48:25 [2022-08-23T13:48:25.086Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
13:48:25 [2022-08-23T13:48:25.086Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
13:48:25 [2022-08-23T13:48:25.086Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
13:48:25 [2022-08-23T13:48:25.086Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
13:48:25 [2022-08-23T13:48:25.086Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
13:48:25 [2022-08-23T13:48:25.086Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
13:48:25 [2022-08-23T13:48:25.086Z] === RUN   TestContainerStartOnDaemonRestart
13:48:25 [2022-08-23T13:48:25.086Z] === PAUSE TestContainerStartOnDaemonRestart
13:48:25 [2022-08-23T13:48:25.086Z] === RUN   TestDaemonRestartIpcMode
13:48:25 [2022-08-23T13:48:25.086Z] === PAUSE TestDaemonRestartIpcMode
13:48:25 [2022-08-23T13:48:25.086Z] === RUN   TestDaemonHostGatewayIP
13:48:25 [2022-08-23T13:48:25.086Z] === PAUSE TestDaemonHostGatewayIP
13:48:25 [2022-08-23T13:48:25.086Z] === RUN   TestRestartDaemonWithRestartingContainer
13:48:25 [2022-08-23T13:48:25.086Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:48:25 [2022-08-23T13:48:25.086Z] === RUN   TestContainerKillOnDaemonStart
13:48:25 [2022-08-23T13:48:25.086Z] === PAUSE TestContainerKillOnDaemonStart
13:48:25 [2022-08-23T13:48:25.086Z] === RUN   TestDiff
13:48:25 [2022-08-23T13:48:25.345Z] --- PASS: TestDiff (0.44s)
13:48:25 [2022-08-23T13:48:25.345Z] === RUN   TestExecConsoleSize
13:48:25 [2022-08-23T13:48:25.913Z] --- PASS: TestExecConsoleSize (0.47s)
13:48:25 [2022-08-23T13:48:25.913Z] === RUN   TestExecWithCloseStdin
13:48:26 [2022-08-23T13:48:26.111Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:48:26 [2022-08-23T13:48:26.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:48:26 [2022-08-23T13:48:26.480Z] --- PASS: TestExecWithCloseStdin (0.49s)
13:48:26 [2022-08-23T13:48:26.481Z] === RUN   TestExec
13:48:27 [2022-08-23T13:48:27.038Z] === RUN   TestReadPluginNoRead/default
13:48:27 [2022-08-23T13:48:27.048Z] --- PASS: TestExec (0.51s)
13:48:27 [2022-08-23T13:48:27.048Z] === RUN   TestExecUser
13:48:27 [2022-08-23T13:48:27.308Z] --- PASS: TestExecUser (0.47s)
13:48:27 [2022-08-23T13:48:27.308Z] === RUN   TestExportContainerAndImportImage
13:48:27 [2022-08-23T13:48:27.347Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:48:27 [2022-08-23T13:48:27.347Z] Using test binary docker
13:48:27 [2022-08-23T13:48:27.347Z] +++ /etc/init.d/apparmor start
13:48:27 [2022-08-23T13:48:27.428Z] #82 exporting layers 7.1s done
13:48:27 [2022-08-23T13:48:27.428Z] #82 writing image sha256:ccd30adfcc76be8108203c2b84557e454976d0700bb94ed5b166f9d5a047ae34 done
13:48:27 [2022-08-23T13:48:27.428Z] #82 naming to docker.io/library/docker:4b84a3321723a849295d5cbf7342ec36077f9179 done
13:48:27 [2022-08-23T13:48:27.428Z] #82 DONE 7.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:48:27 [2022-08-23T13:48:27.603Z] Not: starting.
13:48:27 [2022-08-23T13:48:27.603Z] INFO: Waiting for daemon to start...
13:48:27 [2022-08-23T13:48:27.603Z] Starting dockerd
13:48:27 [2022-08-23T13:48:27.603Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
13:48:27 [2022-08-23T13:48:27.764Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -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:4b84a3321723a849295d5cbf7342ec36077f9179 hack/make.sh dynbinary test-integration
13:48:27 [2022-08-23T13:48:27.876Z] --- PASS: TestExportContainerAndImportImage (0.59s)
13:48:27 [2022-08-23T13:48:27.876Z] === RUN   TestExportContainerAfterDaemonRestart
13:48:28 [2022-08-23T13:48:28.404Z] === RUN   TestReadPluginNoRead/disabled_caching
13:48:28 [2022-08-23T13:48:28.404Z] --- PASS: TestContinueAfterPluginCrash (8.41s)
13:48:29 [2022-08-23T13:48:29.142Z] 
13:48:29 [2022-08-23T13:48:29.142Z] Removing bundles/
13:48:29 [2022-08-23T13:48:29.142Z] 
13:48:29 [2022-08-23T13:48:29.142Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:48:29 [2022-08-23T13:48:29.263Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s)
13:48:29 [2022-08-23T13:48:29.263Z] === RUN   TestHealthCheckWorkdir
13:48:29 [2022-08-23T13:48:29.331Z] === CONT  TestReadPluginNoRead
13:48:29 [2022-08-23T13:48:29.331Z]     read_test.go:92: [d923c8c8d86b3] daemon is not started
13:48:29 [2022-08-23T13:48:29.331Z] --- PASS: TestReadPluginNoRead (5.98s)
13:48:29 [2022-08-23T13:48:29.331Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.28s)
13:48:29 [2022-08-23T13:48:29.331Z]     --- PASS: TestReadPluginNoRead/default (1.22s)
13:48:29 [2022-08-23T13:48:29.331Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.27s)
13:48:29 [2022-08-23T13:48:29.331Z] PASS
13:48:29 [2022-08-23T13:48:29.331Z] 
13:48:29 [2022-08-23T13:48:29.331Z] DONE 6 tests in 9.372s
13:48:29 [2022-08-23T13:48:29.331Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
13:48:29 [2022-08-23T13:48:29.401Z] Building: bundles/dynbinary-daemon/dockerd
13:48:29 [2022-08-23T13:48:29.401Z] GOOS="" GOARCH="" GOARM=""
13:48:29 [2022-08-23T13:48:29.496Z] .
13:48:29 [2022-08-23T13:48:29.496Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:48:29 [2022-08-23T13:48:29.587Z] testing: warning: no tests to run
13:48:29 [2022-08-23T13:48:29.587Z] PASS
13:48:29 [2022-08-23T13:48:29.587Z] 
13:48:29 [2022-08-23T13:48:29.587Z] DONE 0 tests in 0.009s
13:48:29 [2022-08-23T13:48:29.587Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:48:29 [2022-08-23T13:48:29.587Z] INFO: Testing against a local daemon
13:48:29 [2022-08-23T13:48:29.587Z] === RUN   TestPluginWithDevMounts
13:48:29 [2022-08-23T13:48:29.587Z] === PAUSE TestPluginWithDevMounts
13:48:29 [2022-08-23T13:48:29.587Z] === CONT  TestPluginWithDevMounts
13:48:29 [2022-08-23T13:48:29.752Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:48:29 [2022-08-23T13:48:29.752Z] Running integration-test (iteration 1)
13:48:29 [2022-08-23T13:48:29.752Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:48:29 [2022-08-23T13:48:29.752Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
13:48:29 [2022-08-23T13:48:29.752Z] ++ set -e
13:48:29 [2022-08-23T13:48:29.752Z] ++ '[' -n 0 ']'
13:48:29 [2022-08-23T13:48:29.752Z] ++ set -x
13:48:29 [2022-08-23T13:48:29.752Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
13:48:29 [2022-08-23T13:48:29.752Z] INFO: Testing against a local daemon
13:48:29 [2022-08-23T13:48:29.752Z] === RUN   TestCgroupNamespacesBuild
13:48:29 [2022-08-23T13:48:29.833Z] --- PASS: TestHealthCheckWorkdir (0.66s)
13:48:29 [2022-08-23T13:48:29.833Z] === RUN   TestHealthKillContainer
13:48:31 [2022-08-23T13:48:31.484Z] --- PASS: TestPluginWithDevMounts (1.60s)
13:48:31 [2022-08-23T13:48:31.484Z] PASS
13:48:31 [2022-08-23T13:48:31.484Z] 
13:48:31 [2022-08-23T13:48:31.484Z] DONE 1 tests in 1.628s
13:48:31 [2022-08-23T13:48:31.484Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
13:48:31 [2022-08-23T13:48:31.484Z] INFO: Testing against a local daemon
13:48:31 [2022-08-23T13:48:31.484Z] === RUN   TestSecretInspect
13:48:32 [2022-08-23T13:48:32.273Z] --- PASS: TestCgroupNamespacesBuild (2.18s)
13:48:32 [2022-08-23T13:48:32.273Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:48:33 [2022-08-23T13:48:33.373Z] --- PASS: TestSecretInspect (2.18s)
13:48:33 [2022-08-23T13:48:33.373Z] === RUN   TestSecretList
13:48:34 [2022-08-23T13:48:34.169Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.06s)
13:48:34 [2022-08-23T13:48:34.169Z] === RUN   TestBuildWithSession
13:48:34 [2022-08-23T13:48:34.169Z]     build_session_test.go:25: TODO: BuildKit
13:48:34 [2022-08-23T13:48:34.169Z] --- SKIP: TestBuildWithSession (0.00s)
13:48:34 [2022-08-23T13:48:34.169Z] === RUN   TestBuildSquashParent
13:48:35 [2022-08-23T13:48:35.888Z] --- PASS: TestSecretList (2.18s)
13:48:35 [2022-08-23T13:48:35.888Z] === RUN   TestSecretsCreateAndDelete
13:48:37 [2022-08-23T13:48:37.775Z] --- PASS: TestSecretsCreateAndDelete (2.19s)
13:48:37 [2022-08-23T13:48:37.775Z] === RUN   TestSecretsUpdate
13:48:37 [2022-08-23T13:48:37.949Z] --- PASS: TestHealthKillContainer (7.92s)
13:48:37 [2022-08-23T13:48:37.949Z] === RUN   TestHealthCheckProcessKilled
13:48:38 [2022-08-23T13:48:38.516Z] --- PASS: TestHealthCheckProcessKilled (0.69s)
13:48:38 [2022-08-23T13:48:38.516Z] === RUN   TestInspectCpusetInConfigPre120
13:48:39 [2022-08-23T13:48:39.084Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s)
13:48:39 [2022-08-23T13:48:39.084Z] === RUN   TestIpcModeNone
13:48:39 [2022-08-23T13:48:39.344Z] --- PASS: TestIpcModeNone (0.48s)
13:48:39 [2022-08-23T13:48:39.344Z] === RUN   TestIpcModePrivate
13:48:39 [2022-08-23T13:48:39.913Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false
13:48:39 [2022-08-23T13:48:39.913Z] --- PASS: TestIpcModePrivate (0.53s)
13:48:39 [2022-08-23T13:48:39.913Z] === RUN   TestIpcModeShareable
13:48:40 [2022-08-23T13:48:40.172Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true
13:48:40 [2022-08-23T13:48:40.289Z] --- PASS: TestSecretsUpdate (2.18s)
13:48:40 [2022-08-23T13:48:40.290Z] === RUN   TestTemplatedSecret
13:48:40 [2022-08-23T13:48:40.431Z] --- PASS: TestIpcModeShareable (0.50s)
13:48:40 [2022-08-23T13:48:40.431Z] === RUN   TestAPIIpcModeShareableAndContainer
13:48:42 [2022-08-23T13:48:42.336Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.55s)
13:48:42 [2022-08-23T13:48:42.337Z] === RUN   TestAPIIpcModeHost
13:48:42 [2022-08-23T13:48:42.337Z] --- PASS: TestAPIIpcModeHost (0.38s)
13:48:42 [2022-08-23T13:48:42.337Z] === RUN   TestDaemonIpcModeShareable
13:48:42 [2022-08-23T13:48:42.807Z] --- PASS: TestTemplatedSecret (2.59s)
13:48:42 [2022-08-23T13:48:42.807Z] === RUN   TestSecretCreateResolve
13:48:43 [2022-08-23T13:48:43.273Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
13:48:43 [2022-08-23T13:48:43.532Z] --- PASS: TestDaemonIpcModeShareable (1.18s)
13:48:43 [2022-08-23T13:48:43.532Z] === RUN   TestDaemonIpcModePrivate
13:48:44 [2022-08-23T13:48:44.118Z] --- PASS: TestBuildSquashParent (8.58s)
13:48:44 [2022-08-23T13:48:44.118Z] === RUN   TestBuildWithRemoveAndForceRemove
13:48:44 [2022-08-23T13:48:44.118Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:48:44 [2022-08-23T13:48:44.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:48:44 [2022-08-23T13:48:44.118Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:48:44 [2022-08-23T13:48:44.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:48:44 [2022-08-23T13:48:44.118Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:48:44 [2022-08-23T13:48:44.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:48:44 [2022-08-23T13:48:44.118Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:48:44 [2022-08-23T13:48:44.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:48:44 [2022-08-23T13:48:44.118Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:48:44 [2022-08-23T13:48:44.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:48:44 [2022-08-23T13:48:44.118Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:48:44 [2022-08-23T13:48:44.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:48:44 [2022-08-23T13:48:44.118Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:48:44 [2022-08-23T13:48:44.118Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:48:44 [2022-08-23T13:48:44.471Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
13:48:44 [2022-08-23T13:48:44.695Z] --- PASS: TestSecretCreateResolve (2.18s)
13:48:44 [2022-08-23T13:48:44.695Z] PASS
13:48:44 [2022-08-23T13:48:44.695Z] 
13:48:44 [2022-08-23T13:48:44.695Z] DONE 6 tests in 13.533s
13:48:44 [2022-08-23T13:48:44.695Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
13:48:44 [2022-08-23T13:48:44.695Z] INFO: Testing against a local daemon
13:48:44 [2022-08-23T13:48:44.695Z] === RUN   TestServiceCreateInit
13:48:44 [2022-08-23T13:48:44.695Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:48:44 [2022-08-23T13:48:44.730Z] --- PASS: TestDaemonIpcModePrivate (1.16s)
13:48:44 [2022-08-23T13:48:44.730Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:48:45 [2022-08-23T13:48:45.667Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
13:48:45 [2022-08-23T13:48:45.925Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.15s)
13:48:45 [2022-08-23T13:48:45.925Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:48:46 [2022-08-23T13:48:46.008Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:48:46 [2022-08-23T13:48:46.008Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:48:46 [2022-08-23T13:48:46.862Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
13:48:47 [2022-08-23T13:48:47.122Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.16s)
13:48:47 [2022-08-23T13:48:47.122Z] === RUN   TestIpcModeOlderClient
13:48:47 [2022-08-23T13:48:47.122Z] === PAUSE TestIpcModeOlderClient
13:48:47 [2022-08-23T13:48:47.122Z] === RUN   TestKillContainerInvalidSignal
13:48:47 [2022-08-23T13:48:47.382Z] --- PASS: TestKillContainerInvalidSignal (0.42s)
13:48:47 [2022-08-23T13:48:47.382Z] === RUN   TestKillContainer
13:48:47 [2022-08-23T13:48:47.382Z] === RUN   TestKillContainer/no_signal
13:48:47 [2022-08-23T13:48:47.949Z] === RUN   TestKillContainer/non_killing_signal
13:48:48 [2022-08-23T13:48:48.208Z] === RUN   TestKillContainer/killing_signal
13:48:48 [2022-08-23T13:48:48.776Z] --- PASS: TestKillContainer (1.35s)
13:48:48 [2022-08-23T13:48:48.776Z]     --- PASS: TestKillContainer/no_signal (0.41s)
13:48:48 [2022-08-23T13:48:48.776Z]     --- PASS: TestKillContainer/non_killing_signal (0.30s)
13:48:48 [2022-08-23T13:48:48.776Z]     --- PASS: TestKillContainer/killing_signal (0.46s)
13:48:48 [2022-08-23T13:48:48.776Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:48:48 [2022-08-23T13:48:48.776Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:48:48 [2022-08-23T13:48:48.860Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:48:49 [2022-08-23T13:48:49.276Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:48:49 [2022-08-23T13:48:49.276Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:48:49 [2022-08-23T13:48:49.343Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:48:50 [2022-08-23T13:48:50.280Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.30s)
13:48:50 [2022-08-23T13:48:50.280Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s)
13:48:50 [2022-08-23T13:48:50.280Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.71s)
13:48:50 [2022-08-23T13:48:50.280Z] === RUN   TestKillStoppedContainer
13:48:50 [2022-08-23T13:48:50.280Z] --- PASS: TestKillStoppedContainer (0.04s)
13:48:50 [2022-08-23T13:48:50.280Z] === RUN   TestKillStoppedContainerAPIPre120
13:48:50 [2022-08-23T13:48:50.280Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
13:48:50 [2022-08-23T13:48:50.280Z] === RUN   TestKillDifferentUserContainer
13:48:50 [2022-08-23T13:48:50.539Z] --- PASS: TestKillDifferentUserContainer (0.45s)
13:48:50 [2022-08-23T13:48:50.539Z] === RUN   TestInspectOomKilledTrue
13:48:51 [2022-08-23T13:48:51.107Z] --- PASS: TestInspectOomKilledTrue (0.50s)
13:48:51 [2022-08-23T13:48:51.107Z] === RUN   TestInspectOomKilledFalse
13:48:51 [2022-08-23T13:48:51.712Z] --- PASS: TestInspectOomKilledFalse (0.44s)
13:48:51 [2022-08-23T13:48:51.712Z] === RUN   TestLinksEtcHostsContentMatch
13:48:51 [2022-08-23T13:48:51.972Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s)
13:48:51 [2022-08-23T13:48:51.972Z] === RUN   TestLinksContainerNames
13:48:52 [2022-08-23T13:48:52.547Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
13:48:52 [2022-08-23T13:48:52.547Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.29s)
13:48:52 [2022-08-23T13:48:52.547Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.34s)
13:48:52 [2022-08-23T13:48:52.547Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.05s)
13:48:52 [2022-08-23T13:48:52.547Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.11s)
13:48:52 [2022-08-23T13:48:52.547Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.12s)
13:48:52 [2022-08-23T13:48:52.547Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.05s)
13:48:52 [2022-08-23T13:48:52.547Z] === RUN   TestBuildMultiStageCopy
13:48:52 [2022-08-23T13:48:52.547Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:48:52 [2022-08-23T13:48:52.908Z] --- PASS: TestLinksContainerNames (0.87s)
13:48:52 [2022-08-23T13:48:52.908Z] === RUN   TestLogsFollowTailEmpty
13:48:53 [2022-08-23T13:48:53.025Z] --- PASS: TestServiceCreateInit (7.61s)
13:48:53 [2022-08-23T13:48:53.026Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.92s)
13:48:53 [2022-08-23T13:48:53.026Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.68s)
13:48:53 [2022-08-23T13:48:53.026Z] === RUN   TestCreateServiceMultipleTimes
13:48:53 [2022-08-23T13:48:53.167Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
13:48:53 [2022-08-23T13:48:53.167Z] === RUN   TestLogs
13:48:53 [2022-08-23T13:48:53.167Z] === RUN   TestLogs/driver_local
13:48:53 [2022-08-23T13:48:53.167Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
13:48:53 [2022-08-23T13:48:53.167Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
13:48:53 [2022-08-23T13:48:53.167Z] === RUN   TestLogs/driver_local/tty/only_stdout
13:48:53 [2022-08-23T13:48:53.167Z] === PAUSE TestLogs/driver_local/tty/only_stdout
13:48:53 [2022-08-23T13:48:53.167Z] === RUN   TestLogs/driver_local/tty/only_stderr
13:48:53 [2022-08-23T13:48:53.167Z] === PAUSE TestLogs/driver_local/tty/only_stderr
13:48:53 [2022-08-23T13:48:53.167Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
13:48:53 [2022-08-23T13:48:53.167Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
13:48:53 [2022-08-23T13:48:53.167Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
13:48:53 [2022-08-23T13:48:53.167Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
13:48:53 [2022-08-23T13:48:53.167Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
13:48:53 [2022-08-23T13:48:53.167Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
13:48:53 [2022-08-23T13:48:53.167Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
13:48:53 [2022-08-23T13:48:53.167Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
13:48:53 [2022-08-23T13:48:53.735Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
13:48:53 [2022-08-23T13:48:53.994Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
13:48:54 [2022-08-23T13:48:54.564Z] === CONT  TestLogs/driver_local/tty/only_stderr
13:48:54 [2022-08-23T13:48:54.564Z] === CONT  TestLogs/driver_local/tty/only_stdout
13:48:55 [2022-08-23T13:48:55.065Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:48:55 [2022-08-23T13:48:55.132Z] === RUN   TestLogs/driver_json-file
13:48:55 [2022-08-23T13:48:55.132Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
13:48:55 [2022-08-23T13:48:55.132Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
13:48:55 [2022-08-23T13:48:55.132Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
13:48:55 [2022-08-23T13:48:55.132Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
13:48:55 [2022-08-23T13:48:55.132Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
13:48:55 [2022-08-23T13:48:55.132Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
13:48:55 [2022-08-23T13:48:55.132Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:48:55 [2022-08-23T13:48:55.132Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:48:55 [2022-08-23T13:48:55.132Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
13:48:55 [2022-08-23T13:48:55.132Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
13:48:55 [2022-08-23T13:48:55.132Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
13:48:55 [2022-08-23T13:48:55.132Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
13:48:55 [2022-08-23T13:48:55.132Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
13:48:55 [2022-08-23T13:48:55.132Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:48:55 [2022-08-23T13:48:55.322Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:48:55 [2022-08-23T13:48:55.885Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:48:56 [2022-08-23T13:48:56.069Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
13:48:56 [2022-08-23T13:48:56.069Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
13:48:56 [2022-08-23T13:48:56.328Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
13:48:56 [2022-08-23T13:48:56.449Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:48:56 [2022-08-23T13:48:56.588Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
13:48:57 [2022-08-23T13:48:57.012Z] --- PASS: TestBuildMultiStageCopy (4.70s)
13:48:57 [2022-08-23T13:48:57.013Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.53s)
13:48:57 [2022-08-23T13:48:57.013Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s)
13:48:57 [2022-08-23T13:48:57.013Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s)
13:48:57 [2022-08-23T13:48:57.013Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.49s)
13:48:57 [2022-08-23T13:48:57.013Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s)
13:48:57 [2022-08-23T13:48:57.013Z] === RUN   TestBuildMultiStageParentConfig
13:48:57 [2022-08-23T13:48:57.156Z] --- PASS: TestLogs (3.91s)
13:48:57 [2022-08-23T13:48:57.156Z]     --- PASS: TestLogs/driver_local (0.01s)
13:48:57 [2022-08-23T13:48:57.156Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.62s)
13:48:57 [2022-08-23T13:48:57.156Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.78s)
13:48:57 [2022-08-23T13:48:57.156Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.63s)
13:48:57 [2022-08-23T13:48:57.156Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.62s)
13:48:57 [2022-08-23T13:48:57.156Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.59s)
13:48:57 [2022-08-23T13:48:57.156Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.54s)
13:48:57 [2022-08-23T13:48:57.156Z]     --- PASS: TestLogs/driver_json-file (0.01s)
13:48:57 [2022-08-23T13:48:57.156Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.75s)
13:48:57 [2022-08-23T13:48:57.156Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.79s)
13:48:57 [2022-08-23T13:48:57.156Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.56s)
13:48:57 [2022-08-23T13:48:57.156Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.61s)
13:48:57 [2022-08-23T13:48:57.156Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.61s)
13:48:57 [2022-08-23T13:48:57.156Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.55s)
13:48:57 [2022-08-23T13:48:57.156Z] === RUN   TestContainerNetworkMountsNoChown
13:48:57 [2022-08-23T13:48:57.415Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
13:48:57 [2022-08-23T13:48:57.415Z] === RUN   TestMountDaemonRoot
13:48:57 [2022-08-23T13:48:57.415Z] === RUN   TestMountDaemonRoot/default
13:48:57 [2022-08-23T13:48:57.415Z] === PAUSE TestMountDaemonRoot/default
13:48:57 [2022-08-23T13:48:57.415Z] === RUN   TestMountDaemonRoot/private
13:48:57 [2022-08-23T13:48:57.415Z] === PAUSE TestMountDaemonRoot/private
13:48:57 [2022-08-23T13:48:57.415Z] === RUN   TestMountDaemonRoot/rprivate
13:48:57 [2022-08-23T13:48:57.415Z] === PAUSE TestMountDaemonRoot/rprivate
13:48:57 [2022-08-23T13:48:57.415Z] === RUN   TestMountDaemonRoot/slave
13:48:57 [2022-08-23T13:48:57.415Z] === PAUSE TestMountDaemonRoot/slave
13:48:57 [2022-08-23T13:48:57.415Z] === RUN   TestMountDaemonRoot/rslave
13:48:57 [2022-08-23T13:48:57.415Z] === PAUSE TestMountDaemonRoot/rslave
13:48:57 [2022-08-23T13:48:57.415Z] === RUN   TestMountDaemonRoot/shared
13:48:57 [2022-08-23T13:48:57.415Z] === PAUSE TestMountDaemonRoot/shared
13:48:57 [2022-08-23T13:48:57.415Z] === RUN   TestMountDaemonRoot/rshared
13:48:57 [2022-08-23T13:48:57.415Z] === PAUSE TestMountDaemonRoot/rshared
13:48:57 [2022-08-23T13:48:57.415Z] === CONT  TestMountDaemonRoot/default
13:48:57 [2022-08-23T13:48:57.415Z] === RUN   TestMountDaemonRoot/default/bind_root
13:48:57 [2022-08-23T13:48:57.415Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:48:57 [2022-08-23T13:48:57.415Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:48:57 [2022-08-23T13:48:57.415Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:48:57 [2022-08-23T13:48:57.415Z] === RUN   TestMountDaemonRoot/default/mount_root
13:48:57 [2022-08-23T13:48:57.415Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === CONT  TestMountDaemonRoot/default/bind_root
13:48:57 [2022-08-23T13:48:57.416Z] === CONT  TestMountDaemonRoot/rshared
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:48:57 [2022-08-23T13:48:57.416Z] === CONT  TestMountDaemonRoot/rprivate
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === CONT  TestMountDaemonRoot/shared
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === CONT  TestMountDaemonRoot/rslave
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === CONT  TestMountDaemonRoot/slave
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:48:57 [2022-08-23T13:48:57.416Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:48:57 [2022-08-23T13:48:57.416Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/private
13:48:57 [2022-08-23T13:48:57.675Z] === RUN   TestMountDaemonRoot/private/bind_root
13:48:57 [2022-08-23T13:48:57.675Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:48:57 [2022-08-23T13:48:57.675Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:48:57 [2022-08-23T13:48:57.675Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:48:57 [2022-08-23T13:48:57.675Z] === RUN   TestMountDaemonRoot/private/mount_root
13:48:57 [2022-08-23T13:48:57.675Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:48:57 [2022-08-23T13:48:57.675Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:48:57 [2022-08-23T13:48:57.675Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/default/mount_root
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:48:57 [2022-08-23T13:48:57.675Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:48:57 [2022-08-23T13:48:57.934Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:48:57 [2022-08-23T13:48:57.934Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:48:57 [2022-08-23T13:48:57.934Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:48:57 [2022-08-23T13:48:57.934Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:48:57 [2022-08-23T13:48:57.934Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:48:57 [2022-08-23T13:48:57.934Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:48:57 [2022-08-23T13:48:57.934Z] === CONT  TestMountDaemonRoot/private/bind_root
13:48:57 [2022-08-23T13:48:57.934Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:48:57 [2022-08-23T13:48:57.934Z] === CONT  TestMountDaemonRoot/private/mount_root
13:48:57 [2022-08-23T13:48:57.934Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:48:57 [2022-08-23T13:48:57.934Z] --- PASS: TestMountDaemonRoot (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
13:48:57 [2022-08-23T13:48:57.934Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
13:48:57 [2022-08-23T13:48:57.934Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
13:48:57 [2022-08-23T13:48:57.934Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
13:48:57 [2022-08-23T13:48:57.934Z] === RUN   TestContainerBindMountNonRecursive
13:48:58 [2022-08-23T13:48:58.380Z] --- PASS: TestBuildMultiStageParentConfig (1.35s)
13:48:58 [2022-08-23T13:48:58.381Z] === RUN   TestBuildLabelWithTargets
13:48:59 [2022-08-23T13:48:59.313Z] --- PASS: TestContainerBindMountNonRecursive (1.35s)
13:48:59 [2022-08-23T13:48:59.313Z] === RUN   TestContainerVolumesMountedAsShared
13:48:59 [2022-08-23T13:48:59.881Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s)
13:48:59 [2022-08-23T13:48:59.881Z] === RUN   TestContainerVolumesMountedAsSlave
13:48:59 [2022-08-23T13:48:59.926Z] Created binary: bundles/dynbinary-daemon/dockerd
13:48:59 [2022-08-23T13:48:59.926Z] Building: bundles/dynbinary-daemon/docker-proxy
13:48:59 [2022-08-23T13:48:59.926Z] GOOS="" GOARCH="" GOARM=""
13:48:59 [2022-08-23T13:48:59.926Z] Created binary: bundles/dynbinary-daemon/docker-proxy
13:48:59 [2022-08-23T13:48:59.926Z] 
13:48:59 [2022-08-23T13:48:59.926Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
13:48:59 [2022-08-23T13:48:59.926Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
13:48:59 [2022-08-23T13:48:59.926Z] Using test binary docker
13:48:59 [2022-08-23T13:48:59.926Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:48:59 [2022-08-23T13:48:59.926Z] Not: starting.
13:48:59 [2022-08-23T13:48:59.926Z] INFO: Waiting for daemon to start...
13:48:59 [2022-08-23T13:48:59.926Z] Starting dockerd
13:48:59 [2022-08-23T13:48:59.926Z] .
13:48:59 [2022-08-23T13:48:59.926Z] INFO: Building docker-sdk-python3:5.0.3...
13:49:00 [2022-08-23T13:49:00.141Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s)
13:49:00 [2022-08-23T13:49:00.141Z] === RUN   TestNetworkNat
13:49:00 [2022-08-23T13:49:00.280Z] --- PASS: TestBuildLabelWithTargets (2.13s)
13:49:00 [2022-08-23T13:49:00.280Z] === RUN   TestBuildWithEmptyLayers
13:49:00 [2022-08-23T13:49:00.709Z] --- PASS: TestNetworkNat (0.48s)
13:49:00 [2022-08-23T13:49:00.709Z] === RUN   TestNetworkLocalhostTCPNat
13:49:00 [2022-08-23T13:49:00.968Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s)
13:49:00 [2022-08-23T13:49:00.968Z] === RUN   TestNetworkLoopbackNat
13:49:01 [2022-08-23T13:49:01.647Z] --- PASS: TestBuildWithEmptyLayers (1.31s)
13:49:01 [2022-08-23T13:49:01.647Z] === RUN   TestBuildMultiStageOnBuild
13:49:04 [2022-08-23T13:49:04.257Z] --- PASS: TestNetworkLoopbackNat (2.57s)
13:49:04 [2022-08-23T13:49:04.257Z] === RUN   TestPause
13:49:04 [2022-08-23T13:49:04.257Z] --- PASS: TestPause (0.51s)
13:49:04 [2022-08-23T13:49:04.257Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:49:04 [2022-08-23T13:49:04.257Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:49:04 [2022-08-23T13:49:04.257Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:49:04 [2022-08-23T13:49:04.257Z] === RUN   TestPauseStopPausedContainer
13:49:04 [2022-08-23T13:49:04.824Z] --- PASS: TestPauseStopPausedContainer (0.53s)
13:49:04 [2022-08-23T13:49:04.824Z] === RUN   TestPidHost
13:49:04 [2022-08-23T13:49:04.914Z] --- PASS: TestBuildMultiStageOnBuild (3.02s)
13:49:04 [2022-08-23T13:49:04.914Z] === RUN   TestBuildUncleanTarFilenames
13:49:05 [2022-08-23T13:49:05.762Z] --- PASS: TestPidHost (0.99s)
13:49:05 [2022-08-23T13:49:05.762Z] === RUN   TestPsFilter
13:49:05 [2022-08-23T13:49:05.762Z] --- PASS: TestPsFilter (0.12s)
13:49:05 [2022-08-23T13:49:05.762Z] === RUN   TestRemoveContainerWithRemovedVolume
13:49:06 [2022-08-23T13:49:06.280Z] --- PASS: TestBuildUncleanTarFilenames (1.69s)
13:49:06 [2022-08-23T13:49:06.280Z] === RUN   TestBuildMultiStageLayerLeak
13:49:06 [2022-08-23T13:49:06.330Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
13:49:06 [2022-08-23T13:49:06.331Z] === RUN   TestRemoveContainerWithVolume
13:49:06 [2022-08-23T13:49:06.589Z] --- PASS: TestRemoveContainerWithVolume (0.46s)
13:49:06 [2022-08-23T13:49:06.589Z] === RUN   TestRemoveContainerRunning
13:49:07 [2022-08-23T13:49:07.158Z] --- PASS: TestRemoveContainerRunning (0.45s)
13:49:07 [2022-08-23T13:49:07.158Z] === RUN   TestRemoveContainerForceRemoveRunning
13:49:07 [2022-08-23T13:49:07.725Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s)
13:49:07 [2022-08-23T13:49:07.725Z] === RUN   TestRemoveInvalidContainer
13:49:07 [2022-08-23T13:49:07.725Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:49:07 [2022-08-23T13:49:07.725Z] === RUN   TestRenameLinkedContainer
13:49:07 [2022-08-23T13:49:07.865Z] --- PASS: TestCreateServiceMultipleTimes (15.64s)
13:49:07 [2022-08-23T13:49:07.865Z] === RUN   TestCreateServiceConflict
13:49:09 [2022-08-23T13:49:09.546Z] --- PASS: TestBuildMultiStageLayerLeak (3.24s)
13:49:09 [2022-08-23T13:49:09.546Z] === RUN   TestBuildWithHugeFile
13:49:09 [2022-08-23T13:49:09.631Z] --- PASS: TestRenameLinkedContainer (1.77s)
13:49:09 [2022-08-23T13:49:09.631Z] === RUN   TestRenameStoppedContainer
13:49:09 [2022-08-23T13:49:09.890Z] --- PASS: TestRenameStoppedContainer (0.44s)
13:49:09 [2022-08-23T13:49:09.890Z] === RUN   TestRenameRunningContainerAndReuse
13:49:10 [2022-08-23T13:49:10.396Z] --- PASS: TestCreateServiceConflict (2.22s)
13:49:10 [2022-08-23T13:49:10.396Z] === RUN   TestCreateServiceMaxReplicas
13:49:10 [2022-08-23T13:49:10.832Z] --- PASS: TestRenameRunningContainerAndReuse (0.89s)
13:49:10 [2022-08-23T13:49:10.832Z] === RUN   TestRenameInvalidName
13:49:11 [2022-08-23T13:49:11.094Z] --- PASS: TestRenameInvalidName (0.43s)
13:49:11 [2022-08-23T13:49:11.094Z] === RUN   TestRenameAnonymousContainer
13:49:12 [2022-08-23T13:49:12.917Z] --- PASS: TestCreateServiceMaxReplicas (2.74s)
13:49:12 [2022-08-23T13:49:12.917Z] === RUN   TestCreateWithDuplicateNetworkNames
13:49:13 [2022-08-23T13:49:13.000Z] --- PASS: TestRenameAnonymousContainer (1.60s)
13:49:13 [2022-08-23T13:49:13.000Z] === RUN   TestRenameContainerWithSameName
13:49:13 [2022-08-23T13:49:13.259Z] --- PASS: TestRenameContainerWithSameName (0.44s)
13:49:13 [2022-08-23T13:49:13.259Z] === RUN   TestRenameContainerWithLinkedContainer
13:49:14 [2022-08-23T13:49:14.197Z] --- PASS: TestRenameContainerWithLinkedContainer (0.96s)
13:49:14 [2022-08-23T13:49:14.197Z] === RUN   TestResize
13:49:14 [2022-08-23T13:49:14.766Z] --- PASS: TestResize (0.45s)
13:49:14 [2022-08-23T13:49:14.766Z] === RUN   TestResizeWithInvalidSize
13:49:15 [2022-08-23T13:49:15.025Z] --- PASS: TestResizeWithInvalidSize (0.45s)
13:49:15 [2022-08-23T13:49:15.025Z] === RUN   TestResizeWhenContainerNotStarted
13:49:15 [2022-08-23T13:49:15.593Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:49:15 [2022-08-23T13:49:15.593Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:49:15 [2022-08-23T13:49:15.594Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:49:15 [2022-08-23T13:49:15.594Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:49:15 [2022-08-23T13:49:15.594Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:49:15 [2022-08-23T13:49:15.594Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:49:15 [2022-08-23T13:49:15.594Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:49:15 [2022-08-23T13:49:15.594Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:49:15 [2022-08-23T13:49:15.594Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:49:15 [2022-08-23T13:49:15.594Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:49:15 [2022-08-23T13:49:15.594Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:49:15 [2022-08-23T13:49:15.594Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:49:15 [2022-08-23T13:49:15.594Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:49:17 [2022-08-23T13:49:17.499Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:49:18 [2022-08-23T13:49:18.436Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:49:19 [2022-08-23T13:49:19.814Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:49:19 [2022-08-23T13:49:19.815Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:49:21 [2022-08-23T13:49:21.193Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:49:21 [2022-08-23T13:49:21.193Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:49:24 [2022-08-23T13:49:24.481Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:49:24 [2022-08-23T13:49:24.481Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:49:26 [2022-08-23T13:49:26.386Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:49:27 [2022-08-23T13:49:27.753Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.24s)
13:49:27 [2022-08-23T13:49:27.753Z] === RUN   TestCreateServiceSecretFileMode
13:49:28 [2022-08-23T13:49:28.290Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:49:28 [2022-08-23T13:49:28.290Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:49:28 [2022-08-23T13:49:28.683Z] --- PASS: TestCreateServiceSecretFileMode (2.50s)
13:49:28 [2022-08-23T13:49:28.683Z] === RUN   TestCreateServiceConfigFileMode
13:49:30 [2022-08-23T13:49:30.195Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:49:30 [2022-08-23T13:49:30.455Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:49:31 [2022-08-23T13:49:31.199Z] --- PASS: TestCreateServiceConfigFileMode (2.58s)
13:49:31 [2022-08-23T13:49:31.199Z] === RUN   TestCreateServiceSysctls
13:49:31 [2022-08-23T13:49:31.833Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:49:33 [2022-08-23T13:49:33.229Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.67s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.12s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.32s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.46s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.56s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.02s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.67s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.98s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.76s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.98s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.72s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.71s)
13:49:33 [2022-08-23T13:49:33.229Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s)
13:49:33 [2022-08-23T13:49:33.229Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
13:49:33 [2022-08-23T13:49:33.229Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
13:49:34 [2022-08-23T13:49:34.165Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
13:49:34 [2022-08-23T13:49:34.467Z] --- PASS: TestCreateServiceSysctls (3.17s)
13:49:34 [2022-08-23T13:49:34.467Z] === RUN   TestCreateServiceCapabilities
13:49:35 [2022-08-23T13:49:35.103Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.91s)
13:49:35 [2022-08-23T13:49:35.103Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.94s)
13:49:35 [2022-08-23T13:49:35.103Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.95s)
13:49:35 [2022-08-23T13:49:35.103Z] === RUN   TestCgroupNamespacesRun
13:49:36 [2022-08-23T13:49:36.481Z] --- PASS: TestCgroupNamespacesRun (1.17s)
13:49:36 [2022-08-23T13:49:36.481Z] === RUN   TestCgroupNamespacesRunPrivileged
13:49:36 [2022-08-23T13:49:36.982Z] --- PASS: TestCreateServiceCapabilities (2.57s)
13:49:36 [2022-08-23T13:49:36.982Z] === RUN   TestInspect
13:49:37 [2022-08-23T13:49:37.418Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.19s)
13:49:37 [2022-08-23T13:49:37.418Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:49:38 [2022-08-23T13:49:38.594Z] sha256:bb6b70c456c29390ef3edaa7e744f4d4335742b852641be543831a51fdccca31
13:49:38 [2022-08-23T13:49:38.594Z] INFO: Starting docker-py tests...
13:49:38 [2022-08-23T13:49:38.594Z] ============================= test session starts ==============================
13:49:38 [2022-08-23T13:49:38.594Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
13:49:38 [2022-08-23T13:49:38.594Z] rootdir: /src, inifile: pytest.ini
13:49:38 [2022-08-23T13:49:38.594Z] plugins: cov-2.6.1, timeout-1.3.3
13:49:38 [2022-08-23T13:49:38.594Z] collected 395 items / 2 deselected / 393 selected
13:49:38 [2022-08-23T13:49:38.594Z] 
13:49:38 [2022-08-23T13:49:38.796Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s)
13:49:38 [2022-08-23T13:49:38.796Z] === RUN   TestCgroupNamespacesRunHostMode
13:49:39 [2022-08-23T13:49:39.733Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s)
13:49:39 [2022-08-23T13:49:39.733Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:49:40 [2022-08-23T13:49:40.248Z] --- PASS: TestInspect (2.78s)
13:49:40 [2022-08-23T13:49:40.248Z] === RUN   TestCreateJob
13:49:41 [2022-08-23T13:49:41.112Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.17s)
13:49:41 [2022-08-23T13:49:41.112Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:49:42 [2022-08-23T13:49:42.050Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s)
13:49:42 [2022-08-23T13:49:42.051Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:49:42 [2022-08-23T13:49:42.764Z] --- PASS: TestCreateJob (3.14s)
13:49:42 [2022-08-23T13:49:42.764Z] === RUN   TestReplicatedJob
13:49:42 [2022-08-23T13:49:42.987Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
13:49:42 [2022-08-23T13:49:42.987Z] === RUN   TestCgroupNamespacesRunOlderClient
13:49:43 [2022-08-23T13:49:43.925Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.19s)
13:49:43 [2022-08-23T13:49:43.925Z] === RUN   TestNISDomainname
13:49:44 [2022-08-23T13:49:44.494Z] --- PASS: TestNISDomainname (0.56s)
13:49:44 [2022-08-23T13:49:44.494Z] === RUN   TestHostnameDnsResolution
13:49:45 [2022-08-23T13:49:45.430Z] --- PASS: TestHostnameDnsResolution (0.68s)
13:49:45 [2022-08-23T13:49:45.430Z] === RUN   TestUnprivilegedPortsAndPing
13:49:45 [2022-08-23T13:49:45.689Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s)
13:49:45 [2022-08-23T13:49:45.689Z] === RUN   TestPrivilegedHostDevices
13:49:46 [2022-08-23T13:49:46.257Z] --- PASS: TestPrivilegedHostDevices (0.51s)
13:49:46 [2022-08-23T13:49:46.257Z] === RUN   TestRunConsoleSize
13:49:46 [2022-08-23T13:49:46.824Z] --- PASS: TestRunConsoleSize (0.42s)
13:49:46 [2022-08-23T13:49:46.825Z] === RUN   TestRunWithAlternativeContainerdShim
13:49:48 [2022-08-23T13:49:48.219Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:49:48 [2022-08-23T13:49:48.219Z] Using test binary docker
13:49:48 [2022-08-23T13:49:48.219Z] +++ /etc/init.d/apparmor start
13:49:48 [2022-08-23T13:49:48.219Z] Not: starting.
13:49:48 [2022-08-23T13:49:48.219Z] INFO: Waiting for daemon to start...
13:49:48 [2022-08-23T13:49:48.219Z] Starting dockerd
13:49:48 [2022-08-23T13:49:48.219Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
13:49:48 [2022-08-23T13:49:48.219Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:49:48 [2022-08-23T13:49:48.219Z] Using test binary docker
13:49:48 [2022-08-23T13:49:48.219Z] +++ /etc/init.d/apparmor start
13:49:48 [2022-08-23T13:49:48.219Z] Not: starting.
13:49:48 [2022-08-23T13:49:48.219Z] INFO: Waiting for daemon to start...
13:49:48 [2022-08-23T13:49:48.219Z] Starting dockerd
13:49:48 [2022-08-23T13:49:48.219Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
13:49:48 [2022-08-23T13:49:48.219Z] .
13:49:48 [2022-08-23T13:49:48.219Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:49:48 [2022-08-23T13:49:48.219Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:49:48 [2022-08-23T13:49:48.219Z] Error: No such image: emptyfs
13:49:48 [2022-08-23T13:49:48.219Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:49:48 [2022-08-23T13:49:48.219Z] ++++ docker load
13:49:48 [2022-08-23T13:49:48.219Z] Loaded image: emptyfs:latest
13:49:48 [2022-08-23T13:49:48.219Z] Running integration-test (iteration 1)
13:49:48 [2022-08-23T13:49:48.219Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
13:49:48 [2022-08-23T13:49:48.219Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
13:49:48 [2022-08-23T13:49:48.219Z] ++ set -e
13:49:48 [2022-08-23T13:49:48.219Z] ++ '[' -n 0 ']'
13:49:48 [2022-08-23T13:49:48.219Z] ++ set -x
13:49:48 [2022-08-23T13:49:48.219Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
13:49:48 [2022-08-23T13:49:48.219Z] 
13:49:48 [2022-08-23T13:49:48.219Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:49:48 [2022-08-23T13:49:48.219Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:49:48 [2022-08-23T13:49:48.219Z] Error: No such image: emptyfs
13:49:48 [2022-08-23T13:49:48.219Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:49:48 [2022-08-23T13:49:48.219Z] ++++ docker load
13:49:48 [2022-08-23T13:49:48.219Z] Loaded image: busybox:latest
13:49:48 [2022-08-23T13:49:48.219Z] Loaded image: emptyfs:latest
13:49:48 [2022-08-23T13:49:48.219Z] Running integration-test (iteration 1)
13:49:48 [2022-08-23T13:49:48.219Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
13:49:48 [2022-08-23T13:49:48.219Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
13:49:48 [2022-08-23T13:49:48.219Z] ++ set -e
13:49:48 [2022-08-23T13:49:48.219Z] ++ '[' -n 0 ']'
13:49:48 [2022-08-23T13:49:48.219Z] ++ set -x
13:49:48 [2022-08-23T13:49:48.219Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
13:49:48 [2022-08-23T13:49:48.219Z] Loaded image: busybox:glibc
13:49:48 [2022-08-23T13:49:48.219Z] Loaded image: busybox:latest
13:49:48 [2022-08-23T13:49:48.219Z] Loaded image: busybox:glibc
13:49:48 [2022-08-23T13:49:48.729Z] --- PASS: TestRunWithAlternativeContainerdShim (2.02s)
13:49:48 [2022-08-23T13:49:48.729Z] === RUN   TestStats
13:49:49 [2022-08-23T13:49:49.298Z] --- PASS: TestReplicatedJob (5.51s)
13:49:49 [2022-08-23T13:49:49.298Z] === RUN   TestUpdateReplicatedJob
13:49:50 [2022-08-23T13:49:50.111Z] Loaded image: debian:bullseye-slim
13:49:50 [2022-08-23T13:49:50.368Z] Loaded image: hello-world:latest
13:49:50 [2022-08-23T13:49:50.624Z] Loaded image: arm32v7/hello-world:latest
13:49:50 [2022-08-23T13:49:50.881Z] INFO: Testing against a local daemon
13:49:50 [2022-08-23T13:49:50.881Z] === RUN   TestDockerDaemonSuite
13:49:50 [2022-08-23T13:49:50.881Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
13:49:51 [2022-08-23T13:49:51.262Z] --- PASS: TestStats (2.45s)
13:49:51 [2022-08-23T13:49:51.262Z] === RUN   TestStopContainerWithTimeout
13:49:51 [2022-08-23T13:49:51.262Z] === RUN   TestStopContainerWithTimeout/0
13:49:51 [2022-08-23T13:49:51.262Z] === PAUSE TestStopContainerWithTimeout/0
13:49:51 [2022-08-23T13:49:51.262Z] === RUN   TestStopContainerWithTimeout/1
13:49:51 [2022-08-23T13:49:51.262Z] === PAUSE TestStopContainerWithTimeout/1
13:49:51 [2022-08-23T13:49:51.262Z] === RUN   TestStopContainerWithTimeout/3
13:49:51 [2022-08-23T13:49:51.262Z] === PAUSE TestStopContainerWithTimeout/3
13:49:51 [2022-08-23T13:49:51.262Z] === RUN   TestStopContainerWithTimeout/-1
13:49:51 [2022-08-23T13:49:51.262Z] === PAUSE TestStopContainerWithTimeout/-1
13:49:51 [2022-08-23T13:49:51.262Z] === CONT  TestStopContainerWithTimeout/0
13:49:51 [2022-08-23T13:49:51.262Z] === CONT  TestStopContainerWithTimeout/3
13:49:51 [2022-08-23T13:49:51.822Z] Loaded image: debian:bullseye-slim
13:49:51 [2022-08-23T13:49:51.822Z] Loaded image: hello-world:latest
13:49:51 [2022-08-23T13:49:51.829Z] === CONT  TestStopContainerWithTimeout/-1
13:49:51 [2022-08-23T13:49:51.831Z] --- PASS: TestUpdateReplicatedJob (3.35s)
13:49:51 [2022-08-23T13:49:51.831Z] === RUN   TestServiceListWithStatuses
13:49:51 [2022-08-23T13:49:51.831Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:49:51 [2022-08-23T13:49:51.831Z] --- SKIP: TestServiceListWithStatuses (0.00s)
13:49:51 [2022-08-23T13:49:51.831Z] === RUN   TestDockerNetworkConnectAlias
13:49:52 [2022-08-23T13:49:52.078Z] Loaded image: arm32v7/hello-world:latest
13:49:52 [2022-08-23T13:49:52.078Z] INFO: Testing against a local daemon
13:49:52 [2022-08-23T13:49:52.078Z] === RUN   TestDockerSuite
13:49:52 [2022-08-23T13:49:52.078Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
13:49:52 [2022-08-23T13:49:52.078Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
13:49:52 [2022-08-23T13:49:52.078Z] === RUN   TestDockerSuite/TestAPIErrorJSON
13:49:52 [2022-08-23T13:49:52.078Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
13:49:52 [2022-08-23T13:49:52.078Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
13:49:52 [2022-08-23T13:49:52.078Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
13:49:52 [2022-08-23T13:49:52.078Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
13:49:52 [2022-08-23T13:49:52.078Z] === RUN   TestDockerSuite/TestAPIImagesDelete
13:49:53 [2022-08-23T13:49:53.444Z] === RUN   TestDockerSuite/TestAPIImagesFilter
13:49:53 [2022-08-23T13:49:53.444Z] === RUN   TestDockerSuite/TestAPIImagesHistory
13:49:53 [2022-08-23T13:49:53.750Z] === CONT  TestStopContainerWithTimeout/1
13:49:53 [2022-08-23T13:49:53.767Z] tests/integration/api_build_test.py .......................X             [  6%]
13:49:54 [2022-08-23T13:49:54.007Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
13:49:54 [2022-08-23T13:49:54.569Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
13:49:54 [2022-08-23T13:49:54.585Z] tests/integration/api_client_test.py .....                               [  7%]
13:49:55 [2022-08-23T13:49:55.655Z] --- PASS: TestStopContainerWithTimeout (0.01s)
13:49:55 [2022-08-23T13:49:55.655Z]     --- PASS: TestStopContainerWithTimeout/0 (0.69s)
13:49:55 [2022-08-23T13:49:55.655Z]     --- PASS: TestStopContainerWithTimeout/3 (2.66s)
13:49:55 [2022-08-23T13:49:55.655Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.40s)
13:49:55 [2022-08-23T13:49:55.655Z]     --- PASS: TestStopContainerWithTimeout/1 (1.43s)
13:49:55 [2022-08-23T13:49:55.655Z] === RUN   TestDeleteDevicemapper
13:49:55 [2022-08-23T13:49:55.655Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:49:55 [2022-08-23T13:49:55.655Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:49:55 [2022-08-23T13:49:55.655Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:49:55 [2022-08-23T13:49:55.773Z] tests/integration/api_config_test.py ......                              [  8%]
13:49:55 [2022-08-23T13:49:55.937Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
13:49:55 [2022-08-23T13:49:55.937Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
13:49:55 [2022-08-23T13:49:55.996Z] --- PASS: TestDockerNetworkConnectAlias (4.23s)
13:49:55 [2022-08-23T13:49:55.996Z] === RUN   TestDockerNetworkReConnect
13:49:56 [2022-08-23T13:49:56.592Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.35s)
13:49:56 [2022-08-23T13:49:56.592Z] === RUN   TestUpdateMemory
13:49:56 [2022-08-23T13:49:56.866Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
13:49:56 [2022-08-23T13:49:56.866Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
13:49:57 [2022-08-23T13:49:57.160Z] --- PASS: TestUpdateMemory (0.53s)
13:49:57 [2022-08-23T13:49:57.160Z] === RUN   TestUpdateCPUQuota
13:49:57 [2022-08-23T13:49:57.794Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
13:49:58 [2022-08-23T13:49:58.096Z] --- PASS: TestUpdateCPUQuota (0.77s)
13:49:58 [2022-08-23T13:49:58.096Z] === RUN   TestUpdatePidsLimit
13:49:58 [2022-08-23T13:49:58.096Z] === RUN   TestUpdatePidsLimit/update_from_none
13:49:58 [2022-08-23T13:49:58.096Z] === RUN   TestUpdatePidsLimit/no_change
13:49:58 [2022-08-23T13:49:58.355Z] === RUN   TestUpdatePidsLimit/update_lower
13:49:58 [2022-08-23T13:49:58.357Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
13:49:58 [2022-08-23T13:49:58.613Z] === RUN   TestDockerSuite/TestAPINetworkFilter
13:49:58 [2022-08-23T13:49:58.613Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
13:49:58 [2022-08-23T13:49:58.613Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
13:49:58 [2022-08-23T13:49:58.614Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:49:58 [2022-08-23T13:49:58.614Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:49:58 [2022-08-23T13:49:58.873Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:49:59 [2022-08-23T13:49:59.132Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:49:59 [2022-08-23T13:49:59.541Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
13:49:59 [2022-08-23T13:49:59.699Z] --- PASS: TestUpdatePidsLimit (1.85s)
13:49:59 [2022-08-23T13:49:59.699Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.20s)
13:49:59 [2022-08-23T13:49:59.699Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
13:49:59 [2022-08-23T13:49:59.699Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.20s)
13:49:59 [2022-08-23T13:49:59.699Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s)
13:49:59 [2022-08-23T13:49:59.699Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
13:49:59 [2022-08-23T13:49:59.699Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s)
13:49:59 [2022-08-23T13:49:59.699Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s)
13:49:59 [2022-08-23T13:49:59.699Z] === RUN   TestUpdateRestartPolicy
13:50:00 [2022-08-23T13:50:00.160Z] --- PASS: TestDockerNetworkReConnect (3.52s)
13:50:00 [2022-08-23T13:50:00.160Z] === RUN   TestServicePlugin
13:50:00 [2022-08-23T13:50:00.470Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
13:50:00 [2022-08-23T13:50:00.470Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
13:50:00 [2022-08-23T13:50:00.470Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
13:50:00 [2022-08-23T13:50:00.470Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
13:50:03 [2022-08-23T13:50:03.425Z]     plugin_test.go:61: [d5b406b67fb12] joining swarm manager [d46d7fa52d6af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
13:50:04 [2022-08-23T13:50:04.351Z]     plugin_test.go:64: [d6b333396c20d] joining swarm manager [d46d7fa52d6af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
13:50:07 [2022-08-23T13:50:07.010Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
13:50:10 [2022-08-23T13:50:10.281Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
13:50:11 [2022-08-23T13:50:11.905Z] --- PASS: TestUpdateRestartPolicy (10.90s)
13:50:11 [2022-08-23T13:50:11.905Z] === RUN   TestUpdateRestartWithAutoRemove
13:50:11 [2022-08-23T13:50:11.905Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s)
13:50:11 [2022-08-23T13:50:11.905Z] === RUN   TestWaitNonBlocked
13:50:11 [2022-08-23T13:50:11.905Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:50:11 [2022-08-23T13:50:11.905Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:50:11 [2022-08-23T13:50:11.905Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:50:11 [2022-08-23T13:50:11.905Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:50:11 [2022-08-23T13:50:11.905Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:50:11 [2022-08-23T13:50:11.905Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:50:11 [2022-08-23T13:50:11.905Z] --- PASS: TestWaitNonBlocked (0.02s)
13:50:11 [2022-08-23T13:50:11.905Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.57s)
13:50:11 [2022-08-23T13:50:11.905Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.67s)
13:50:11 [2022-08-23T13:50:11.905Z] === RUN   TestWaitBlocked
13:50:11 [2022-08-23T13:50:11.905Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:50:11 [2022-08-23T13:50:11.905Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:50:11 [2022-08-23T13:50:11.905Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:50:11 [2022-08-23T13:50:11.905Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:50:11 [2022-08-23T13:50:11.905Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:50:11 [2022-08-23T13:50:11.905Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:50:12 [2022-08-23T13:50:12.472Z] --- PASS: TestWaitBlocked (0.01s)
13:50:12 [2022-08-23T13:50:12.472Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.64s)
13:50:12 [2022-08-23T13:50:12.472Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s)
13:50:12 [2022-08-23T13:50:12.472Z] === RUN   TestWaitConditions
13:50:12 [2022-08-23T13:50:12.472Z] === RUN   TestWaitConditions/default
13:50:12 [2022-08-23T13:50:12.472Z] === PAUSE TestWaitConditions/default
13:50:12 [2022-08-23T13:50:12.472Z] === RUN   TestWaitConditions/not-running
13:50:12 [2022-08-23T13:50:12.472Z] === PAUSE TestWaitConditions/not-running
13:50:12 [2022-08-23T13:50:12.472Z] === RUN   TestWaitConditions/next-exit
13:50:12 [2022-08-23T13:50:12.472Z] === PAUSE TestWaitConditions/next-exit
13:50:12 [2022-08-23T13:50:12.472Z] === RUN   TestWaitConditions/removed
13:50:12 [2022-08-23T13:50:12.472Z] === PAUSE TestWaitConditions/removed
13:50:12 [2022-08-23T13:50:12.472Z] === CONT  TestWaitConditions/default
13:50:12 [2022-08-23T13:50:12.472Z] === CONT  TestWaitConditions/removed
13:50:12 [2022-08-23T13:50:12.803Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
13:50:14 [2022-08-23T13:50:14.377Z] === CONT  TestWaitConditions/next-exit
13:50:14 [2022-08-23T13:50:14.377Z] === CONT  TestWaitConditions/not-running
13:50:14 [2022-08-23T13:50:14.710Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
13:50:14 [2022-08-23T13:50:14.710Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
13:50:15 [2022-08-23T13:50:15.640Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
13:50:15 [2022-08-23T13:50:15.753Z] --- PASS: TestWaitConditions (0.01s)
13:50:15 [2022-08-23T13:50:15.754Z]     --- PASS: TestWaitConditions/removed (1.70s)
13:50:15 [2022-08-23T13:50:15.754Z]     --- PASS: TestWaitConditions/default (1.72s)
13:50:15 [2022-08-23T13:50:15.754Z]     --- PASS: TestWaitConditions/next-exit (1.46s)
13:50:15 [2022-08-23T13:50:15.754Z]     --- PASS: TestWaitConditions/not-running (1.47s)
13:50:15 [2022-08-23T13:50:15.754Z] === RUN   TestWaitRestartedContainer
13:50:15 [2022-08-23T13:50:15.754Z] === RUN   TestWaitRestartedContainer/default
13:50:15 [2022-08-23T13:50:15.754Z] === PAUSE TestWaitRestartedContainer/default
13:50:15 [2022-08-23T13:50:15.754Z] === RUN   TestWaitRestartedContainer/not-running
13:50:15 [2022-08-23T13:50:15.754Z] === PAUSE TestWaitRestartedContainer/not-running
13:50:15 [2022-08-23T13:50:15.754Z] === RUN   TestWaitRestartedContainer/next-exit
13:50:15 [2022-08-23T13:50:15.754Z] === PAUSE TestWaitRestartedContainer/next-exit
13:50:15 [2022-08-23T13:50:15.754Z] === CONT  TestWaitRestartedContainer/default
13:50:15 [2022-08-23T13:50:15.754Z] === CONT  TestWaitRestartedContainer/next-exit
13:50:16 [2022-08-23T13:50:16.203Z]     docker_cli_daemon_test.go:1475: [d40de04bead38] daemon is not started
13:50:17 [2022-08-23T13:50:17.131Z] === CONT  TestWaitRestartedContainer/not-running
13:50:17 [2022-08-23T13:50:17.138Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
13:50:17 [2022-08-23T13:50:17.396Z]     check_test.go:540: [d47b42c66b577] daemon is not started
13:50:17 [2022-08-23T13:50:17.396Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
13:50:18 [2022-08-23T13:50:18.068Z] --- PASS: TestWaitRestartedContainer (0.01s)
13:50:18 [2022-08-23T13:50:18.068Z]     --- PASS: TestWaitRestartedContainer/default (1.27s)
13:50:18 [2022-08-23T13:50:18.068Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.35s)
13:50:18 [2022-08-23T13:50:18.068Z]     --- PASS: TestWaitRestartedContainer/not-running (0.96s)
13:50:18 [2022-08-23T13:50:18.068Z] === CONT  TestContainerStartOnDaemonRestart
13:50:18 [2022-08-23T13:50:18.068Z] === CONT  TestIpcModeOlderClient
13:50:18 [2022-08-23T13:50:18.068Z] --- PASS: TestIpcModeOlderClient (0.07s)
13:50:18 [2022-08-23T13:50:18.068Z] === CONT  TestDaemonHostGatewayIP
13:50:19 [2022-08-23T13:50:19.288Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
13:50:19 [2022-08-23T13:50:19.975Z] --- PASS: TestContainerStartOnDaemonRestart (2.03s)
13:50:19 [2022-08-23T13:50:19.975Z] === CONT  TestContainerKillOnDaemonStart
13:50:20 [2022-08-23T13:50:20.217Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
13:50:20 [2022-08-23T13:50:20.473Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
13:50:20 [2022-08-23T13:50:20.542Z] --- PASS: TestDaemonHostGatewayIP (2.56s)
13:50:20 [2022-08-23T13:50:20.542Z] === CONT  TestRestartDaemonWithRestartingContainer
13:50:21 [2022-08-23T13:50:21.845Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
13:50:21 [2022-08-23T13:50:21.845Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
13:50:22 [2022-08-23T13:50:22.102Z]     check_test.go:540: [d150269fea9b5] daemon is not started
13:50:22 [2022-08-23T13:50:22.102Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
13:50:22 [2022-08-23T13:50:22.459Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.74s)
13:50:22 [2022-08-23T13:50:22.459Z] === CONT  TestDaemonRestartIpcMode
13:50:23 [2022-08-23T13:50:23.033Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
13:50:23 [2022-08-23T13:50:23.962Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
13:50:24 [2022-08-23T13:50:24.889Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
13:50:24 [2022-08-23T13:50:24.991Z] --- PASS: TestDaemonRestartIpcMode (2.26s)
13:50:25 [2022-08-23T13:50:25.906Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
13:50:26 [2022-08-23T13:50:26.257Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
13:50:26 [2022-08-23T13:50:26.819Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
13:50:30 [2022-08-23T13:50:30.089Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
13:50:30 [2022-08-23T13:50:30.843Z] --- PASS: TestServicePlugin (29.81s)
13:50:30 [2022-08-23T13:50:30.843Z] === RUN   TestServiceUpdateLabel
13:50:31 [2022-08-23T13:50:31.405Z] --- PASS: TestServiceUpdateLabel (2.18s)
13:50:31 [2022-08-23T13:50:31.405Z] === RUN   TestServiceUpdateSecrets
13:50:31 [2022-08-23T13:50:31.553Z] --- PASS: TestContainerKillOnDaemonStart (11.57s)
13:50:31 [2022-08-23T13:50:31.553Z] PASS
13:50:31 [2022-08-23T13:50:31.553Z] 
13:50:31 [2022-08-23T13:50:31.553Z] === Skipped
13:50:31 [2022-08-23T13:50:31.553Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
13:50:31 [2022-08-23T13:50:31.553Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:50:31 [2022-08-23T13:50:31.553Z] 
13:50:31 [2022-08-23T13:50:31.553Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:50:31 [2022-08-23T13:50:31.553Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:50:31 [2022-08-23T13:50:31.553Z] 
13:50:31 [2022-08-23T13:50:31.553Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
13:50:31 [2022-08-23T13:50:31.553Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:50:31 [2022-08-23T13:50:31.553Z] 
13:50:31 [2022-08-23T13:50:31.553Z] DONE 273 tests, 3 skipped in 131.961s
13:50:31 [2022-08-23T13:50:31.553Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
13:50:31 [2022-08-23T13:50:31.553Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
13:50:31 [2022-08-23T13:50:31.553Z] ++ set -e
13:50:31 [2022-08-23T13:50:31.553Z] ++ '[' -n 0 ']'
13:50:31 [2022-08-23T13:50:31.553Z] ++ set -x
13:50:31 [2022-08-23T13:50:31.553Z] ++ env -i DEST=/go/src/github.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-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
13:50:31 [2022-08-23T13:50:31.812Z] === RUN   TestConfigDaemonLibtrustID
13:50:32 [2022-08-23T13:50:32.380Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
13:50:32 [2022-08-23T13:50:32.380Z] === RUN   TestConfigDaemonID
13:50:32 [2022-08-23T13:50:32.623Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
13:50:32 [2022-08-23T13:50:32.880Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
13:50:33 [2022-08-23T13:50:33.316Z]     daemon_test.go:83: [dd7e25c5aaedc] daemon is not started
13:50:33 [2022-08-23T13:50:33.316Z] --- PASS: TestConfigDaemonID (1.04s)
13:50:33 [2022-08-23T13:50:33.316Z] === RUN   TestDaemonConfigValidation
13:50:33 [2022-08-23T13:50:33.316Z] === RUN   TestDaemonConfigValidation/config_with_no_content
13:50:33 [2022-08-23T13:50:33.316Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
13:50:33 [2022-08-23T13:50:33.316Z] === RUN   TestDaemonConfigValidation/config_with_{}
13:50:33 [2022-08-23T13:50:33.316Z] === PAUSE TestDaemonConfigValidation/config_with_{}
13:50:33 [2022-08-23T13:50:33.316Z] === RUN   TestDaemonConfigValidation/invalid_config
13:50:33 [2022-08-23T13:50:33.316Z] === PAUSE TestDaemonConfigValidation/invalid_config
13:50:33 [2022-08-23T13:50:33.316Z] === RUN   TestDaemonConfigValidation/malformed_config
13:50:33 [2022-08-23T13:50:33.316Z] === PAUSE TestDaemonConfigValidation/malformed_config
13:50:33 [2022-08-23T13:50:33.316Z] === RUN   TestDaemonConfigValidation/valid_config
13:50:33 [2022-08-23T13:50:33.316Z] === PAUSE TestDaemonConfigValidation/valid_config
13:50:33 [2022-08-23T13:50:33.316Z] === CONT  TestDaemonConfigValidation/config_with_no_content
13:50:33 [2022-08-23T13:50:33.316Z] === CONT  TestDaemonConfigValidation/malformed_config
13:50:33 [2022-08-23T13:50:33.316Z] === CONT  TestDaemonConfigValidation/valid_config
13:50:33 [2022-08-23T13:50:33.316Z] === CONT  TestDaemonConfigValidation/invalid_config
13:50:33 [2022-08-23T13:50:33.316Z] === CONT  TestDaemonConfigValidation/config_with_{}
13:50:33 [2022-08-23T13:50:33.575Z] --- PASS: TestDaemonConfigValidation (0.00s)
13:50:33 [2022-08-23T13:50:33.575Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
13:50:33 [2022-08-23T13:50:33.575Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
13:50:33 [2022-08-23T13:50:33.575Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
13:50:33 [2022-08-23T13:50:33.575Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
13:50:33 [2022-08-23T13:50:33.575Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
13:50:33 [2022-08-23T13:50:33.575Z] === RUN   TestConfigDaemonSeccompProfiles
13:50:33 [2022-08-23T13:50:33.575Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
13:50:34 [2022-08-23T13:50:34.248Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
13:50:34 [2022-08-23T13:50:34.513Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
13:50:35 [2022-08-23T13:50:35.179Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
13:50:35 [2022-08-23T13:50:35.449Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
13:50:35 [2022-08-23T13:50:35.741Z] === RUN   TestDockerSuite/TestBuildScratchCopy
13:50:35 [2022-08-23T13:50:35.978Z] Created binary: bundles/dynbinary-daemon/dockerd
13:50:35 [2022-08-23T13:50:35.978Z] Building: bundles/dynbinary-daemon/docker-proxy
13:50:35 [2022-08-23T13:50:35.978Z] GOOS="" GOARCH="" GOARM=""
13:50:35 [2022-08-23T13:50:35.978Z] Created binary: bundles/dynbinary-daemon/docker-proxy
13:50:35 [2022-08-23T13:50:35.978Z] 
13:50:35 [2022-08-23T13:50:35.978Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:50:35 [2022-08-23T13:50:35.978Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:50:35 [2022-08-23T13:50:35.978Z] HOSTNAME=9ab8fb5b6eaf
13:50:35 [2022-08-23T13:50:35.978Z] DEST=bundles/test-integration
13:50:35 [2022-08-23T13:50:35.978Z] PWD=/go/src/github.com/docker/docker
13:50:35 [2022-08-23T13:50:35.978Z] DOCKER_ROOTLESS=1
13:50:35 [2022-08-23T13:50:35.978Z] DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179
13:50:35 [2022-08-23T13:50:35.978Z] container=docker
13:50:35 [2022-08-23T13:50:35.978Z] HOME=/root
13:50:35 [2022-08-23T13:50:35.978Z] GOLANG_VERSION=1.18.5
13:50:35 [2022-08-23T13:50:35.978Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:50:35 [2022-08-23T13:50:35.978Z] VALIDATE_BRANCH=master
13:50:35 [2022-08-23T13:50:35.978Z] TERM=xterm
13:50:35 [2022-08-23T13:50:35.978Z] DOCKER_PKG=github.com/docker/docker
13:50:35 [2022-08-23T13:50:35.978Z] SHLVL=1
13:50:35 [2022-08-23T13:50:35.978Z] TIMEOUT=120m
13:50:35 [2022-08-23T13:50:35.978Z] DOCKER_BUILDTAGS= journald
13:50:35 [2022-08-23T13:50:35.978Z] DOCKER_GRAPHDRIVER=overlay2
13:50:35 [2022-08-23T13:50:35.978Z] GO111MODULE=off
13:50:35 [2022-08-23T13:50:35.978Z] DOCKER_EXPERIMENTAL=1
13:50:35 [2022-08-23T13:50:35.978Z] TEST_SKIP_INTEGRATION_CLI=1
13:50:35 [2022-08-23T13:50:35.978Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:50:35 [2022-08-23T13:50:35.978Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:50:35 [2022-08-23T13:50:35.978Z] GOPATH=/go
13:50:35 [2022-08-23T13:50:35.978Z] PKG_CONFIG=pkg-config
13:50:35 [2022-08-23T13:50:35.978Z] _=/usr/bin/env
13:50:35 [2022-08-23T13:50:35.978Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:50:36 [2022-08-23T13:50:36.305Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
13:50:36 [2022-08-23T13:50:36.305Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
13:50:36 [2022-08-23T13:50:36.561Z] === RUN   TestDockerSuite/TestContainerAPICommit
13:50:36 [2022-08-23T13:50:36.561Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
13:50:36 [2022-08-23T13:50:36.826Z] === CONT  TestConfigDaemonSeccompProfiles
13:50:36 [2022-08-23T13:50:36.826Z]     daemon_test.go:197: [d1153d9c9d22e] daemon is not started
13:50:36 [2022-08-23T13:50:36.826Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
13:50:36 [2022-08-23T13:50:36.826Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
13:50:36 [2022-08-23T13:50:36.826Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
13:50:36 [2022-08-23T13:50:36.826Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
13:50:36 [2022-08-23T13:50:36.826Z] === RUN   TestDaemonProxy
13:50:36 [2022-08-23T13:50:36.826Z] === RUN   TestDaemonProxy/environment_variables
13:50:38 [2022-08-23T13:50:38.729Z] === RUN   TestDaemonProxy/command-line_options
13:50:39 [2022-08-23T13:50:39.084Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
13:50:40 [2022-08-23T13:50:40.105Z] === RUN   TestDaemonProxy/configuration_file
13:50:40 [2022-08-23T13:50:40.449Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
13:50:40 [2022-08-23T13:50:40.705Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
13:50:40 [2022-08-23T13:50:40.705Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
13:50:41 [2022-08-23T13:50:41.634Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
13:50:42 [2022-08-23T13:50:42.010Z] === RUN   TestDaemonProxy/conflicting_options
13:50:42 [2022-08-23T13:50:42.269Z] === RUN   TestDaemonProxy/reload_sanitized
13:50:42 [2022-08-23T13:50:42.836Z] --- PASS: TestDaemonProxy (6.26s)
13:50:42 [2022-08-23T13:50:42.836Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
13:50:42 [2022-08-23T13:50:42.836Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
13:50:42 [2022-08-23T13:50:42.836Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
13:50:42 [2022-08-23T13:50:42.836Z]     --- PASS: TestDaemonProxy/conflicting_options (0.51s)
13:50:42 [2022-08-23T13:50:42.836Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
13:50:42 [2022-08-23T13:50:42.836Z] PASS
13:50:42 [2022-08-23T13:50:42.836Z] 
13:50:42 [2022-08-23T13:50:42.836Z] DONE 18 tests in 11.314s
13:50:42 [2022-08-23T13:50:42.836Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
13:50:42 [2022-08-23T13:50:42.836Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
13:50:42 [2022-08-23T13:50:42.836Z] ++ set -e
13:50:42 [2022-08-23T13:50:42.836Z] ++ '[' -n 0 ']'
13:50:42 [2022-08-23T13:50:42.836Z] ++ set -x
13:50:42 [2022-08-23T13:50:42.836Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
13:50:43 [2022-08-23T13:50:43.001Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
13:50:43 [2022-08-23T13:50:43.095Z] INFO: Testing against a local daemon
13:50:43 [2022-08-23T13:50:43.095Z] === RUN   TestCommitInheritsEnv
13:50:43 [2022-08-23T13:50:43.257Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
13:50:43 [2022-08-23T13:50:43.354Z] --- PASS: TestCommitInheritsEnv (0.27s)
13:50:43 [2022-08-23T13:50:43.354Z] === RUN   TestImportExtremelyLargeImageWorks
13:50:43 [2022-08-23T13:50:43.354Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
13:50:43 [2022-08-23T13:50:43.354Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
13:50:43 [2022-08-23T13:50:43.354Z] === RUN   TestImportWithCustomPlatform
13:50:43 [2022-08-23T13:50:43.354Z] === RUN   TestImportWithCustomPlatform/#00
13:50:43 [2022-08-23T13:50:43.354Z] === RUN   TestImportWithCustomPlatform/_______
13:50:43 [2022-08-23T13:50:43.354Z] === RUN   TestImportWithCustomPlatform//
13:50:43 [2022-08-23T13:50:43.354Z] === RUN   TestImportWithCustomPlatform/linux
13:50:43 [2022-08-23T13:50:43.354Z] === RUN   TestImportWithCustomPlatform/LINUX
13:50:43 [2022-08-23T13:50:43.613Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
13:50:43 [2022-08-23T13:50:43.613Z] === RUN   TestImportWithCustomPlatform/macos
13:50:43 [2022-08-23T13:50:43.613Z] === RUN   TestImportWithCustomPlatform/macos/arm64
13:50:43 [2022-08-23T13:50:43.613Z] === RUN   TestImportWithCustomPlatform/nintendo64
13:50:43 [2022-08-23T13:50:43.613Z] --- PASS: TestImportWithCustomPlatform (0.34s)
13:50:43 [2022-08-23T13:50:43.613Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
13:50:43 [2022-08-23T13:50:43.613Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
13:50:43 [2022-08-23T13:50:43.613Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
13:50:43 [2022-08-23T13:50:43.613Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
13:50:43 [2022-08-23T13:50:43.613Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
13:50:43 [2022-08-23T13:50:43.613Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
13:50:43 [2022-08-23T13:50:43.613Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
13:50:43 [2022-08-23T13:50:43.613Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
13:50:43 [2022-08-23T13:50:43.613Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
13:50:43 [2022-08-23T13:50:43.613Z] === RUN   TestImagesFilterMultiReference
13:50:43 [2022-08-23T13:50:43.613Z] --- PASS: TestImagesFilterMultiReference (0.07s)
13:50:43 [2022-08-23T13:50:43.613Z] === RUN   TestImagePullPlatformInvalid
13:50:43 [2022-08-23T13:50:43.819Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
13:50:43 [2022-08-23T13:50:43.872Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
13:50:43 [2022-08-23T13:50:43.872Z] === RUN   TestRemoveImageOrphaning
13:50:44 [2022-08-23T13:50:44.132Z] --- PASS: TestRemoveImageOrphaning (0.28s)
13:50:44 [2022-08-23T13:50:44.132Z] === RUN   TestRemoveImageGarbageCollector
13:50:44 [2022-08-23T13:50:44.132Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:50:44 [2022-08-23T13:50:44.132Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
13:50:44 [2022-08-23T13:50:44.132Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:50:44 [2022-08-23T13:50:44.132Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
13:50:44 [2022-08-23T13:50:44.132Z] === RUN   TestTagInvalidReference
13:50:44 [2022-08-23T13:50:44.132Z] --- PASS: TestTagInvalidReference (0.02s)
13:50:44 [2022-08-23T13:50:44.132Z] === RUN   TestTagValidPrefixedRepo
13:50:44 [2022-08-23T13:50:44.132Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
13:50:44 [2022-08-23T13:50:44.132Z] === RUN   TestTagExistedNameWithoutForce
13:50:44 [2022-08-23T13:50:44.132Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
13:50:44 [2022-08-23T13:50:44.132Z] === RUN   TestTagOfficialNames
13:50:44 [2022-08-23T13:50:44.132Z] --- PASS: TestTagOfficialNames (0.06s)
13:50:44 [2022-08-23T13:50:44.132Z] === RUN   TestTagMatchesDigest
13:50:44 [2022-08-23T13:50:44.132Z] --- PASS: TestTagMatchesDigest (0.01s)
13:50:44 [2022-08-23T13:50:44.132Z] PASS
13:50:44 [2022-08-23T13:50:44.132Z] 
13:50:44 [2022-08-23T13:50:44.132Z] === Skipped
13:50:44 [2022-08-23T13:50:44.132Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
13:50:44 [2022-08-23T13:50:44.132Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
13:50:44 [2022-08-23T13:50:44.132Z] 
13:50:44 [2022-08-23T13:50:44.132Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
13:50:44 [2022-08-23T13:50:44.132Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:50:44 [2022-08-23T13:50:44.132Z] 
13:50:44 [2022-08-23T13:50:44.132Z] DONE 22 tests, 2 skipped in 1.372s
13:50:44 [2022-08-23T13:50:44.132Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
13:50:44 [2022-08-23T13:50:44.132Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
13:50:44 [2022-08-23T13:50:44.132Z] ++ set -e
13:50:44 [2022-08-23T13:50:44.132Z] ++ '[' -n 0 ']'
13:50:44 [2022-08-23T13:50:44.132Z] ++ set -x
13:50:44 [2022-08-23T13:50:44.132Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
13:50:44 [2022-08-23T13:50:44.391Z] === RUN   TestStripANSICommands
13:50:44 [2022-08-23T13:50:44.391Z] === RUN   TestStripANSICommands/#00
13:50:44 [2022-08-23T13:50:44.391Z] === RUN   TestStripANSICommands/#01
13:50:44 [2022-08-23T13:50:44.391Z] --- PASS: TestStripANSICommands (0.00s)
13:50:44 [2022-08-23T13:50:44.391Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
13:50:44 [2022-08-23T13:50:44.391Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
13:50:44 [2022-08-23T13:50:44.391Z] PASS
13:50:44 [2022-08-23T13:50:44.391Z] 
13:50:44 [2022-08-23T13:50:44.391Z] DONE 3 tests in 0.039s
13:50:44 [2022-08-23T13:50:44.391Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
13:50:44 [2022-08-23T13:50:44.391Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
13:50:44 [2022-08-23T13:50:44.391Z] ++ set -e
13:50:44 [2022-08-23T13:50:44.391Z] ++ '[' -n 0 ']'
13:50:44 [2022-08-23T13:50:44.391Z] ++ set -x
13:50:44 [2022-08-23T13:50:44.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
13:50:44 [2022-08-23T13:50:44.391Z] INFO: Testing against a local daemon
13:50:44 [2022-08-23T13:50:44.391Z] === RUN   TestNetworkCreateDelete
13:50:44 [2022-08-23T13:50:44.650Z] --- PASS: TestNetworkCreateDelete (0.14s)
13:50:44 [2022-08-23T13:50:44.651Z] === RUN   TestDockerNetworkDeletePreferID
13:50:44 [2022-08-23T13:50:44.748Z] === RUN   TestDockerSuite/TestContainerAPICreate
13:50:44 [2022-08-23T13:50:44.909Z] --- PASS: TestDockerNetworkDeletePreferID (0.41s)
13:50:44 [2022-08-23T13:50:44.909Z] === RUN   TestDaemonDNSFallback
13:50:45 [2022-08-23T13:50:45.004Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
13:50:45 [2022-08-23T13:50:45.569Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
13:50:45 [2022-08-23T13:50:45.569Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
13:50:45 [2022-08-23T13:50:45.569Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
13:50:46 [2022-08-23T13:50:46.242Z] --- PASS: TestServiceUpdateSecrets (14.44s)
13:50:46 [2022-08-23T13:50:46.242Z] === RUN   TestServiceUpdateConfigs
13:50:46 [2022-08-23T13:50:46.498Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
13:50:46 [2022-08-23T13:50:46.498Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
13:50:46 [2022-08-23T13:50:46.498Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
13:50:46 [2022-08-23T13:50:46.498Z] --- PASS: TestBuildWithHugeFile (96.81s)
13:50:46 [2022-08-23T13:50:46.498Z] === RUN   TestBuildWCOWSandboxSize
13:50:46 [2022-08-23T13:50:46.498Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:50:46 [2022-08-23T13:50:46.498Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:50:46 [2022-08-23T13:50:46.498Z] === RUN   TestBuildWithEmptyDockerfile
13:50:46 [2022-08-23T13:50:46.498Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:50:46 [2022-08-23T13:50:46.498Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:50:46 [2022-08-23T13:50:46.498Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:50:46 [2022-08-23T13:50:46.498Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:50:46 [2022-08-23T13:50:46.498Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:50:46 [2022-08-23T13:50:46.498Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:50:46 [2022-08-23T13:50:46.498Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:50:46 [2022-08-23T13:50:46.498Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:50:46 [2022-08-23T13:50:46.498Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
13:50:46 [2022-08-23T13:50:46.755Z] === RUN   TestDockerSuite/TestContainerAPIDelete
13:50:46 [2022-08-23T13:50:46.755Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:50:46 [2022-08-23T13:50:46.755Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
13:50:46 [2022-08-23T13:50:46.755Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s)
13:50:46 [2022-08-23T13:50:46.755Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s)
13:50:46 [2022-08-23T13:50:46.755Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s)
13:50:46 [2022-08-23T13:50:46.755Z] === RUN   TestBuildPreserveOwnership
13:50:46 [2022-08-23T13:50:46.755Z] === RUN   TestBuildPreserveOwnership/copy_from
13:50:47 [2022-08-23T13:50:47.319Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
13:50:47 [2022-08-23T13:50:47.576Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
13:50:48 [2022-08-23T13:50:48.508Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
13:50:48 [2022-08-23T13:50:48.765Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
13:50:49 [2022-08-23T13:50:49.327Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
13:50:49 [2022-08-23T13:50:49.327Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
13:50:49 [2022-08-23T13:50:49.327Z]     check_test.go:540: [dd0dd3579587c] daemon is not started
13:50:49 [2022-08-23T13:50:49.327Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
13:50:50 [2022-08-23T13:50:50.255Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:50:50 [2022-08-23T13:50:50.818Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
13:50:51 [2022-08-23T13:50:51.481Z] --- PASS: TestDaemonDNSFallback (6.36s)
13:50:51 [2022-08-23T13:50:51.481Z] === RUN   TestInspectNetwork
13:50:51 [2022-08-23T13:50:51.747Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
13:50:51 [2022-08-23T13:50:51.747Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
13:50:51 [2022-08-23T13:50:51.747Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
13:50:52 [2022-08-23T13:50:52.003Z] --- PASS: TestBuildPreserveOwnership (5.30s)
13:50:52 [2022-08-23T13:50:52.003Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.46s)
13:50:52 [2022-08-23T13:50:52.003Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.83s)
13:50:52 [2022-08-23T13:50:52.003Z] === RUN   TestBuildPlatformInvalid
13:50:52 [2022-08-23T13:50:52.260Z] --- PASS: TestBuildPlatformInvalid (0.12s)
13:50:52 [2022-08-23T13:50:52.260Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:50:52 [2022-08-23T13:50:52.517Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
13:50:53 [2022-08-23T13:50:53.081Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
13:50:53 [2022-08-23T13:50:53.338Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
13:50:53 [2022-08-23T13:50:53.338Z] Loaded image: busybox:latest
13:50:53 [2022-08-23T13:50:53.595Z] Loaded image: busybox:glibc
13:50:54 [2022-08-23T13:50:54.157Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
13:50:54 [2022-08-23T13:50:54.768Z] === RUN   TestInspectNetwork/full_network_id
13:50:54 [2022-08-23T13:50:54.768Z] === RUN   TestInspectNetwork/partial_network_id
13:50:54 [2022-08-23T13:50:54.768Z] === RUN   TestInspectNetwork/network_name
13:50:54 [2022-08-23T13:50:54.768Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:50:55 [2022-08-23T13:50:55.086Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
13:50:55 [2022-08-23T13:50:55.342Z] === RUN   TestDockerSuite/TestContainerAPIKill
13:50:55 [2022-08-23T13:50:55.599Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
13:50:56 [2022-08-23T13:50:56.161Z] === RUN   TestDockerSuite/TestContainerAPIPause
13:50:56 [2022-08-23T13:50:56.723Z] Loaded image: debian:bullseye-slim
13:50:56 [2022-08-23T13:50:56.723Z] Loaded image: hello-world:latest
13:50:56 [2022-08-23T13:50:56.978Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
13:50:56 [2022-08-23T13:50:56.978Z] Loaded image: arm32v7/hello-world:latest
13:50:57 [2022-08-23T13:50:57.541Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
13:50:57 [2022-08-23T13:50:57.798Z] === RUN   TestDockerSuite/TestContainerAPIRename
13:50:58 [2022-08-23T13:50:58.361Z] === RUN   TestDockerSuite/TestContainerAPIRestart
13:50:58 [2022-08-23T13:50:58.959Z] --- PASS: TestInspectNetwork (7.06s)
13:50:58 [2022-08-23T13:50:58.959Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:50:58 [2022-08-23T13:50:58.959Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:50:58 [2022-08-23T13:50:58.959Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:50:58 [2022-08-23T13:50:58.959Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:50:58 [2022-08-23T13:50:58.959Z] === RUN   TestRunContainerWithBridgeNone
13:50:59 [2022-08-23T13:50:59.290Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
13:50:59 [2022-08-23T13:50:59.852Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
13:50:59 [2022-08-23T13:50:59.895Z] --- PASS: TestRunContainerWithBridgeNone (1.49s)
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/create
13:50:59 [2022-08-23T13:50:59.895Z] === PAUSE TestNetworkInvalidJSON/networks/create
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
13:50:59 [2022-08-23T13:50:59.895Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
13:50:59 [2022-08-23T13:50:59.895Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
13:50:59 [2022-08-23T13:50:59.895Z] === CONT  TestNetworkInvalidJSON/networks/create
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
13:50:59 [2022-08-23T13:50:59.895Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
13:50:59 [2022-08-23T13:50:59.895Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
13:50:59 [2022-08-23T13:50:59.895Z] --- PASS: TestNetworkInvalidJSON (0.01s)
13:50:59 [2022-08-23T13:50:59.895Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
13:50:59 [2022-08-23T13:50:59.895Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkList
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkList//networks
13:50:59 [2022-08-23T13:50:59.895Z] === PAUSE TestNetworkList//networks
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestNetworkList//networks/
13:50:59 [2022-08-23T13:50:59.895Z] === PAUSE TestNetworkList//networks/
13:50:59 [2022-08-23T13:50:59.895Z] === CONT  TestNetworkList//networks
13:50:59 [2022-08-23T13:50:59.895Z] === CONT  TestNetworkList//networks/
13:50:59 [2022-08-23T13:50:59.895Z] --- PASS: TestNetworkList (0.01s)
13:50:59 [2022-08-23T13:50:59.895Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z]     --- PASS: TestNetworkList//networks (0.00s)
13:50:59 [2022-08-23T13:50:59.895Z] === RUN   TestHostIPv4BridgeLabel
13:51:00 [2022-08-23T13:51:00.494Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
13:51:00 [2022-08-23T13:51:00.494Z] === RUN   TestDaemonRestartWithLiveRestore
13:51:00 [2022-08-23T13:51:00.857Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
13:51:01 [2022-08-23T13:51:01.097Z] --- PASS: TestServiceUpdateConfigs (14.57s)
13:51:01 [2022-08-23T13:51:01.097Z] === RUN   TestServiceUpdateNetwork
13:51:01 [2022-08-23T13:51:01.113Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
13:51:01 [2022-08-23T13:51:01.113Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
13:51:01 [2022-08-23T13:51:01.113Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
13:51:01 [2022-08-23T13:51:01.113Z] === RUN   TestDockerSuite/TestContainerAPIStart
13:51:01 [2022-08-23T13:51:01.431Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
13:51:01 [2022-08-23T13:51:01.431Z] === RUN   TestDaemonDefaultNetworkPools
13:51:01 [2022-08-23T13:51:01.675Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
13:51:02 [2022-08-23T13:51:02.368Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s)
13:51:02 [2022-08-23T13:51:02.368Z] === RUN   TestDaemonRestartWithExistingNetwork
13:51:03 [2022-08-23T13:51:03.040Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
13:51:03 [2022-08-23T13:51:03.302Z]     check_test.go:540: [d6d0df907ce83] daemon is not started
13:51:03 [2022-08-23T13:51:03.302Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
13:51:03 [2022-08-23T13:51:03.304Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
13:51:03 [2022-08-23T13:51:03.305Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:51:03 [2022-08-23T13:51:03.868Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
13:51:04 [2022-08-23T13:51:04.429Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
13:51:04 [2022-08-23T13:51:04.682Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
13:51:04 [2022-08-23T13:51:04.682Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:51:04 [2022-08-23T13:51:04.991Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
13:51:05 [2022-08-23T13:51:05.249Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
13:51:05 [2022-08-23T13:51:05.249Z] === RUN   TestServiceWithPredefinedNetwork
13:51:06 [2022-08-23T13:51:06.358Z] === RUN   TestDockerSuite/TestContainerAPIStop
13:51:06 [2022-08-23T13:51:06.920Z] === RUN   TestDockerSuite/TestContainerAPITop
13:51:07 [2022-08-23T13:51:07.781Z] --- PASS: TestServiceWithPredefinedNetwork (2.34s)
13:51:07 [2022-08-23T13:51:07.781Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:51:07 [2022-08-23T13:51:07.781Z]     service_test.go:243: FLAKY_TEST
13:51:07 [2022-08-23T13:51:07.781Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:51:07 [2022-08-23T13:51:07.781Z] === RUN   TestServiceWithDataPathPortInit
13:51:07 [2022-08-23T13:51:07.849Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (15.54s)
13:51:07 [2022-08-23T13:51:07.849Z] PASS
13:51:07 [2022-08-23T13:51:07.849Z] 
13:51:07 [2022-08-23T13:51:07.849Z] === Skipped
13:51:07 [2022-08-23T13:51:07.849Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:51:07 [2022-08-23T13:51:07.849Z]     build_session_test.go:25: TODO: BuildKit
13:51:07 [2022-08-23T13:51:07.849Z] 
13:51:07 [2022-08-23T13:51:07.849Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:51:07 [2022-08-23T13:51:07.849Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:51:07 [2022-08-23T13:51:07.849Z] 
13:51:07 [2022-08-23T13:51:07.849Z] DONE 34 tests, 2 skipped in 157.992s
13:51:07 [2022-08-23T13:51:07.849Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:51:07 [2022-08-23T13:51:07.849Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
13:51:07 [2022-08-23T13:51:07.849Z] ++ set -e
13:51:07 [2022-08-23T13:51:07.849Z] ++ '[' -n 0 ']'
13:51:07 [2022-08-23T13:51:07.849Z] ++ set -x
13:51:07 [2022-08-23T13:51:07.849Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
13:51:07 [2022-08-23T13:51:07.849Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
13:51:07 [2022-08-23T13:51:07.849Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
13:51:07 [2022-08-23T13:51:07.849Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
13:51:07 [2022-08-23T13:51:07.849Z] INFO: Testing against a local daemon
13:51:07 [2022-08-23T13:51:07.849Z] === RUN   TestConfigInspect
13:51:07 [2022-08-23T13:51:07.849Z] === RUN   TestDockerSuite/TestContainerAPIWait
13:51:08 [2022-08-23T13:51:08.106Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
13:51:10 [2022-08-23T13:51:10.622Z] --- PASS: TestConfigInspect (2.39s)
13:51:10 [2022-08-23T13:51:10.622Z] === RUN   TestConfigList
13:51:10 [2022-08-23T13:51:10.622Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
13:51:11 [2022-08-23T13:51:11.184Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
13:51:12 [2022-08-23T13:51:12.550Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>}
13:51:12 [2022-08-23T13:51:12.550Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
13:51:13 [2022-08-23T13:51:13.262Z] --- PASS: TestServiceUpdateNetwork (12.46s)
13:51:13 [2022-08-23T13:51:13.262Z] === RUN   TestServiceUpdatePidsLimit
13:51:13 [2022-08-23T13:51:13.483Z] --- PASS: TestConfigList (2.95s)
13:51:13 [2022-08-23T13:51:13.483Z] === RUN   TestConfigsCreateAndDelete
13:51:13 [2022-08-23T13:51:13.739Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>}
13:51:14 [2022-08-23T13:51:14.189Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
13:51:14 [2022-08-23T13:51:14.669Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
13:51:14 [2022-08-23T13:51:14.669Z]     docker_cli_daemon_test.go:364: unmatched requirement IPv6
13:51:14 [2022-08-23T13:51:14.669Z]     check_test.go:540: [d4a6561bfe291] daemon is not started
13:51:14 [2022-08-23T13:51:14.669Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
13:51:14 [2022-08-23T13:51:14.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:51:14 [2022-08-23T13:51:14.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:51:15 [2022-08-23T13:51:15.115Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
13:51:15 [2022-08-23T13:51:15.231Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>}
13:51:15 [2022-08-23T13:51:15.792Z] --- PASS: TestConfigsCreateAndDelete (2.54s)
13:51:15 [2022-08-23T13:51:15.792Z] === RUN   TestConfigsUpdate
13:51:16 [2022-08-23T13:51:16.720Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
13:51:16 [2022-08-23T13:51:16.976Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>}
13:51:18 [2022-08-23T13:51:18.344Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000ba9788_<nil>_<nil>}
13:51:18 [2022-08-23T13:51:18.344Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
13:51:18 [2022-08-23T13:51:18.600Z] --- PASS: TestConfigsUpdate (2.69s)
13:51:18 [2022-08-23T13:51:18.600Z] === RUN   TestTemplatedConfig
13:51:19 [2022-08-23T13:51:19.003Z] .........................xx....................                          [ 29%]
13:51:19 [2022-08-23T13:51:19.529Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
13:51:19 [2022-08-23T13:51:19.788Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12691865616_/foo_false__<nil>_<nil>_<nil>_<nil>}
13:51:21 [2022-08-23T13:51:21.691Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12691865616_/foo_true__<nil>_<nil>_<nil>_<nil>}
13:51:21 [2022-08-23T13:51:21.691Z]     check_test.go:540: [dc7ceba59547c] daemon is not started
13:51:21 [2022-08-23T13:51:21.691Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
13:51:21 [2022-08-23T13:51:21.949Z] --- PASS: TestTemplatedConfig (3.37s)
13:51:21 [2022-08-23T13:51:21.949Z] === RUN   TestConfigCreateResolve
13:51:22 [2022-08-23T13:51:22.205Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-34236439093_/foo_false__<nil>_<nil>_<nil>_<nil>}
13:51:22 [2022-08-23T13:51:22.662Z] --- PASS: TestServiceWithDataPathPortInit (13.75s)
13:51:22 [2022-08-23T13:51:22.662Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:51:23 [2022-08-23T13:51:23.195Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
13:51:23 [2022-08-23T13:51:23.571Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-34236439093_/foo_true__<nil>_<nil>_<nil>_<nil>}
13:51:24 [2022-08-23T13:51:24.053Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:9ryugzhufy4w9ku8606bls0ct Created:2022-08-23 13:51:22.568327429 +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[f7341196bc452269ec95dcc7378d790c3c95fd9e60239125a0df084fad028faf:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zpxepoz1gaytaa3fs3na37hyb EndpointID:fa102048f5120dc66735aa8f5d27ca227c04705854a271c2f651fdbc81552471 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0cd8cf92141fd26cbfa160f30fb4c4ba746c56152e9c6688332bf625a6b403cd 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:ed92436132ce IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zpxepoz1gaytaa3fs3na37hyb EndpointID:fa102048f5120dc66735aa8f5d27ca227c04705854a271c2f651fdbc81552471 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:51:24 [2022-08-23T13:51:24.135Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
13:51:24 [2022-08-23T13:51:24.392Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-34236439093_/foo_true__0xc000ba97b8_<nil>_<nil>_<nil>}
13:51:24 [2022-08-23T13:51:24.647Z]     check_test.go:540: [d933bfa2e37ed] daemon is not started
13:51:24 [2022-08-23T13:51:24.647Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
13:51:24 [2022-08-23T13:51:24.647Z] --- PASS: TestConfigCreateResolve (2.84s)
13:51:24 [2022-08-23T13:51:24.647Z] PASS
13:51:24 [2022-08-23T13:51:24.647Z] 
13:51:24 [2022-08-23T13:51:24.647Z] DONE 6 tests in 16.897s
13:51:24 [2022-08-23T13:51:24.647Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:51:24 [2022-08-23T13:51:24.647Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
13:51:24 [2022-08-23T13:51:24.647Z] ++ set -e
13:51:24 [2022-08-23T13:51:24.647Z] ++ '[' -n 0 ']'
13:51:24 [2022-08-23T13:51:24.647Z] ++ set -x
13:51:24 [2022-08-23T13:51:24.647Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
13:51:24 [2022-08-23T13:51:24.903Z] INFO: Testing against a local daemon
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestAttachWithTTY
13:51:24 [2022-08-23T13:51:24.903Z] --- PASS: TestAttachWithTTY (0.06s)
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestAttachWithoutTTy
13:51:24 [2022-08-23T13:51:24.903Z] --- PASS: TestAttachWithoutTTy (0.05s)
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestCheckpoint
13:51:24 [2022-08-23T13:51:24.903Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:51:24 [2022-08-23T13:51:24.903Z] --- SKIP: TestCheckpoint (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/commit
13:51:24 [2022-08-23T13:51:24.903Z] === PAUSE TestContainerInvalidJSON/commit
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/create
13:51:24 [2022-08-23T13:51:24.903Z] === PAUSE TestContainerInvalidJSON/containers/create
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
13:51:24 [2022-08-23T13:51:24.903Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
13:51:24 [2022-08-23T13:51:24.903Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
13:51:24 [2022-08-23T13:51:24.903Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:51:24 [2022-08-23T13:51:24.903Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
13:51:24 [2022-08-23T13:51:24.903Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
13:51:24 [2022-08-23T13:51:24.903Z] === CONT  TestContainerInvalidJSON/commit
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
13:51:24 [2022-08-23T13:51:24.903Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/commit/empty_body
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
13:51:24 [2022-08-23T13:51:24.903Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
13:51:24 [2022-08-23T13:51:24.903Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
13:51:24 [2022-08-23T13:51:24.903Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
13:51:24 [2022-08-23T13:51:24.903Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
13:51:24 [2022-08-23T13:51:24.903Z] === CONT  TestContainerInvalidJSON/containers/create
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
13:51:24 [2022-08-23T13:51:24.903Z] --- PASS: TestContainerInvalidJSON (0.02s)
13:51:24 [2022-08-23T13:51:24.903Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:51:24 [2022-08-23T13:51:24.903Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
13:51:24 [2022-08-23T13:51:24.903Z] === RUN   TestCopyFromContainerPathIsNotDir
13:51:25 [2022-08-23T13:51:25.159Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
13:51:25 [2022-08-23T13:51:25.159Z] === RUN   TestCopyToContainerPathDoesNotExist
13:51:25 [2022-08-23T13:51:25.159Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
13:51:25 [2022-08-23T13:51:25.159Z] === RUN   TestCopyEmptyFile
13:51:25 [2022-08-23T13:51:25.415Z] --- PASS: TestCopyEmptyFile (0.25s)
13:51:25 [2022-08-23T13:51:25.415Z] === RUN   TestCopyToContainerPathIsNotDir
13:51:25 [2022-08-23T13:51:25.415Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
13:51:25 [2022-08-23T13:51:25.415Z] === RUN   TestCopyFromContainer
13:51:25 [2022-08-23T13:51:25.671Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000ba97d0_<nil>_<nil>}
13:51:26 [2022-08-23T13:51:26.601Z] === RUN   TestCopyFromContainer//
13:51:26 [2022-08-23T13:51:26.601Z] === RUN   TestCopyFromContainer//bar/root
13:51:26 [2022-08-23T13:51:26.857Z] === RUN   TestCopyFromContainer//bar/root/
13:51:26 [2022-08-23T13:51:26.857Z] === RUN   TestCopyFromContainer/bar/quux
13:51:26 [2022-08-23T13:51:26.857Z] === RUN   TestCopyFromContainer/bar/quux/
13:51:27 [2022-08-23T13:51:27.115Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:51:27 [2022-08-23T13:51:27.115Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:51:27 [2022-08-23T13:51:27.115Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:51:27 [2022-08-23T13:51:27.115Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:51:27 [2022-08-23T13:51:27.115Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000ba97e8_<nil>_<nil>}
13:51:27 [2022-08-23T13:51:27.371Z] === RUN   TestCopyFromContainer/bar/notarget
13:51:27 [2022-08-23T13:51:27.371Z] --- PASS: TestCopyFromContainer (2.02s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCopyFromContainer// (0.08s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCopyFromContainer//bar/root (0.13s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.12s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCopyFromContainer/bar/quux (0.10s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
13:51:27 [2022-08-23T13:51:27.371Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:51:27 [2022-08-23T13:51:27.371Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:51:27 [2022-08-23T13:51:27.371Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:51:27 [2022-08-23T13:51:27.371Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:51:27 [2022-08-23T13:51:27.371Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:51:27 [2022-08-23T13:51:27.371Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:51:27 [2022-08-23T13:51:27.371Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:51:27 [2022-08-23T13:51:27.371Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:51:27 [2022-08-23T13:51:27.371Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:51:27 [2022-08-23T13:51:27.371Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:51:27 [2022-08-23T13:51:27.371Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
13:51:27 [2022-08-23T13:51:27.371Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
13:51:27 [2022-08-23T13:51:27.371Z] === RUN   TestCreateLinkToNonExistingContainer
13:51:27 [2022-08-23T13:51:27.371Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
13:51:27 [2022-08-23T13:51:27.371Z] === RUN   TestCreateWithInvalidEnv
13:51:27 [2022-08-23T13:51:27.371Z] === RUN   TestCreateWithInvalidEnv/0
13:51:27 [2022-08-23T13:51:27.371Z] === PAUSE TestCreateWithInvalidEnv/0
13:51:27 [2022-08-23T13:51:27.371Z] === RUN   TestCreateWithInvalidEnv/1
13:51:27 [2022-08-23T13:51:27.371Z] === PAUSE TestCreateWithInvalidEnv/1
13:51:27 [2022-08-23T13:51:27.371Z] === RUN   TestCreateWithInvalidEnv/2
13:51:27 [2022-08-23T13:51:27.371Z] === PAUSE TestCreateWithInvalidEnv/2
13:51:27 [2022-08-23T13:51:27.628Z] === CONT  TestCreateWithInvalidEnv/0
13:51:27 [2022-08-23T13:51:27.628Z] === CONT  TestCreateWithInvalidEnv/2
13:51:27 [2022-08-23T13:51:27.628Z] === CONT  TestCreateWithInvalidEnv/1
13:51:27 [2022-08-23T13:51:27.628Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
13:51:27 [2022-08-23T13:51:27.628Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:51:27 [2022-08-23T13:51:27.628Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:51:27 [2022-08-23T13:51:27.628Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:51:27 [2022-08-23T13:51:27.628Z] === RUN   TestCreateTmpfsMountsTarget
13:51:27 [2022-08-23T13:51:27.628Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
13:51:27 [2022-08-23T13:51:27.628Z] === RUN   TestCreateWithCustomMaskedPaths
13:51:27 [2022-08-23T13:51:27.628Z]     docker_cli_daemon_plugins_test.go:80: [d0dbd4565b95b] daemon is not started
13:51:28 [2022-08-23T13:51:28.240Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s)
13:51:28 [2022-08-23T13:51:28.240Z] PASS
13:51:28 [2022-08-23T13:51:28.240Z] 
13:51:28 [2022-08-23T13:51:28.240Z] === Skipped
13:51:28 [2022-08-23T13:51:28.240Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:51:28 [2022-08-23T13:51:28.240Z]     service_test.go:243: FLAKY_TEST
13:51:28 [2022-08-23T13:51:28.240Z] 
13:51:28 [2022-08-23T13:51:28.240Z] DONE 38 tests, 1 skipped in 43.831s
13:51:28 [2022-08-23T13:51:28.240Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:51:28 [2022-08-23T13:51:28.240Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
13:51:28 [2022-08-23T13:51:28.240Z] ++ set -e
13:51:28 [2022-08-23T13:51:28.240Z] ++ '[' -n 0 ']'
13:51:28 [2022-08-23T13:51:28.240Z] ++ set -x
13:51:28 [2022-08-23T13:51:28.240Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
13:51:28 [2022-08-23T13:51:28.240Z] INFO: Testing against a local daemon
13:51:28 [2022-08-23T13:51:28.240Z] === RUN   TestDockerNetworkIpvlanPersistance
13:51:28 [2022-08-23T13:51:28.240Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:51:28 [2022-08-23T13:51:28.240Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
13:51:28 [2022-08-23T13:51:28.240Z] === RUN   TestDockerNetworkIpvlan
13:51:28 [2022-08-23T13:51:28.240Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:51:28 [2022-08-23T13:51:28.240Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:51:28 [2022-08-23T13:51:28.240Z] PASS
13:51:28 [2022-08-23T13:51:28.240Z] 
13:51:28 [2022-08-23T13:51:28.240Z] === Skipped
13:51:28 [2022-08-23T13:51:28.240Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
13:51:28 [2022-08-23T13:51:28.240Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:51:28 [2022-08-23T13:51:28.240Z] 
13:51:28 [2022-08-23T13:51:28.240Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:51:28 [2022-08-23T13:51:28.240Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:51:28 [2022-08-23T13:51:28.240Z] 
13:51:28 [2022-08-23T13:51:28.240Z] DONE 2 tests, 2 skipped in 0.080s
13:51:28 [2022-08-23T13:51:28.240Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:51:28 [2022-08-23T13:51:28.240Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
13:51:28 [2022-08-23T13:51:28.240Z] ++ set -e
13:51:28 [2022-08-23T13:51:28.240Z] ++ '[' -n 0 ']'
13:51:28 [2022-08-23T13:51:28.240Z] ++ set -x
13:51:28 [2022-08-23T13:51:28.240Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
13:51:28 [2022-08-23T13:51:28.240Z] INFO: Testing against a local daemon
13:51:28 [2022-08-23T13:51:28.240Z] === RUN   TestDockerNetworkMacvlanPersistance
13:51:28 [2022-08-23T13:51:28.555Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
13:51:28 [2022-08-23T13:51:28.556Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000ba9800_<nil>_<nil>}
13:51:29 [2022-08-23T13:51:29.118Z] --- PASS: TestCreateWithCustomMaskedPaths (1.71s)
13:51:29 [2022-08-23T13:51:29.118Z] === RUN   TestCreateWithCustomReadonlyPaths
13:51:29 [2022-08-23T13:51:29.617Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s)
13:51:29 [2022-08-23T13:51:29.617Z] === RUN   TestDockerNetworkMacvlan
13:51:29 [2022-08-23T13:51:29.729Z] --- PASS: TestServiceUpdatePidsLimit (16.42s)
13:51:29 [2022-08-23T13:51:29.729Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s)
13:51:29 [2022-08-23T13:51:29.729Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.99s)
13:51:29 [2022-08-23T13:51:29.729Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
13:51:29 [2022-08-23T13:51:29.729Z] PASS
13:51:29 [2022-08-23T13:51:29.729Z] 
13:51:29 [2022-08-23T13:51:29.729Z] === Skipped
13:51:29 [2022-08-23T13:51:29.729Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
13:51:29 [2022-08-23T13:51:29.729Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:51:29 [2022-08-23T13:51:29.729Z] 
13:51:29 [2022-08-23T13:51:29.729Z] DONE 27 tests, 1 skipped in 164.691s
13:51:29 [2022-08-23T13:51:29.729Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
13:51:29 [2022-08-23T13:51:29.729Z] INFO: Testing against a local daemon
13:51:29 [2022-08-23T13:51:29.729Z] === RUN   TestSessionCreate
13:51:29 [2022-08-23T13:51:29.729Z] --- PASS: TestSessionCreate (0.02s)
13:51:29 [2022-08-23T13:51:29.729Z] === RUN   TestSessionCreateWithBadUpgrade
13:51:29 [2022-08-23T13:51:29.729Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
13:51:29 [2022-08-23T13:51:29.729Z] PASS
13:51:29 [2022-08-23T13:51:29.729Z] 
13:51:29 [2022-08-23T13:51:29.729Z] DONE 2 tests in 0.056s
13:51:29 [2022-08-23T13:51:29.729Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
13:51:29 [2022-08-23T13:51:29.729Z] INFO: Testing against a local daemon
13:51:29 [2022-08-23T13:51:29.729Z] === RUN   TestCgroupDriverSystemdMemoryLimit
13:51:29 [2022-08-23T13:51:29.729Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
13:51:29 [2022-08-23T13:51:29.729Z] === RUN   TestDiskUsage
13:51:29 [2022-08-23T13:51:29.729Z] === PAUSE TestDiskUsage
13:51:29 [2022-08-23T13:51:29.729Z] === RUN   TestEventsExecDie
13:51:29 [2022-08-23T13:51:29.985Z] --- PASS: TestEventsExecDie (0.56s)
13:51:29 [2022-08-23T13:51:29.985Z] === RUN   TestEventsBackwardsCompatible
13:51:29 [2022-08-23T13:51:29.985Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
13:51:29 [2022-08-23T13:51:29.985Z] === RUN   TestEventsVolumeCreate
13:51:30 [2022-08-23T13:51:30.047Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000ba9818_<nil>_<nil>}
13:51:30 [2022-08-23T13:51:30.185Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:51:30 [2022-08-23T13:51:30.241Z] --- PASS: TestEventsVolumeCreate (0.06s)
13:51:30 [2022-08-23T13:51:30.241Z] === RUN   TestInfoBinaryCommits
13:51:30 [2022-08-23T13:51:30.241Z] --- PASS: TestInfoBinaryCommits (0.02s)
13:51:30 [2022-08-23T13:51:30.241Z] === RUN   TestInfoAPIVersioned
13:51:30 [2022-08-23T13:51:30.241Z] --- PASS: TestInfoAPIVersioned (0.01s)
13:51:30 [2022-08-23T13:51:30.241Z] === RUN   TestInfoAPI
13:51:30 [2022-08-23T13:51:30.241Z] --- PASS: TestInfoAPI (0.03s)
13:51:30 [2022-08-23T13:51:30.241Z] === RUN   TestInfoAPIWarnings
13:51:30 [2022-08-23T13:51:30.610Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.49s)
13:51:30 [2022-08-23T13:51:30.610Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:51:30 [2022-08-23T13:51:30.866Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:51:30 [2022-08-23T13:51:30.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:51:30 [2022-08-23T13:51:30.867Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:51:30 [2022-08-23T13:51:30.867Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:51:30 [2022-08-23T13:51:30.867Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:51:30 [2022-08-23T13:51:30.867Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:51:30 [2022-08-23T13:51:30.867Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:51:30 [2022-08-23T13:51:30.867Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:51:30 [2022-08-23T13:51:30.867Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:51:30 [2022-08-23T13:51:30.867Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:51:30 [2022-08-23T13:51:30.867Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:51:30 [2022-08-23T13:51:30.867Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:51:30 [2022-08-23T13:51:30.867Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:51:30 [2022-08-23T13:51:30.867Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:51:30 [2022-08-23T13:51:30.867Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:51:30 [2022-08-23T13:51:30.867Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
13:51:30 [2022-08-23T13:51:30.867Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
13:51:30 [2022-08-23T13:51:30.867Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:51:30 [2022-08-23T13:51:30.867Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
13:51:30 [2022-08-23T13:51:30.867Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
13:51:30 [2022-08-23T13:51:30.867Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
13:51:30 [2022-08-23T13:51:30.867Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
13:51:30 [2022-08-23T13:51:30.867Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:51:31 [2022-08-23T13:51:31.123Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:51:31 [2022-08-23T13:51:31.429Z]     docker_cli_daemon_plugins_test.go:170: [de87ee9afb241] daemon is not started
13:51:31 [2022-08-23T13:51:31.686Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s)
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestCreateDifferentPlatform
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestCreateDifferentPlatform/different_os
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:51:31 [2022-08-23T13:51:31.686Z] --- PASS: TestCreateDifferentPlatform (0.02s)
13:51:31 [2022-08-23T13:51:31.686Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:51:31 [2022-08-23T13:51:31.686Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:51:31 [2022-08-23T13:51:31.686Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:51:31 [2022-08-23T13:51:31.686Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s)
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestCreateInvalidHostConfig
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
13:51:31 [2022-08-23T13:51:31.686Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
13:51:31 [2022-08-23T13:51:31.686Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:51:31 [2022-08-23T13:51:31.686Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
13:51:31 [2022-08-23T13:51:31.686Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
13:51:31 [2022-08-23T13:51:31.686Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
13:51:31 [2022-08-23T13:51:31.686Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
13:51:31 [2022-08-23T13:51:31.686Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:51:31 [2022-08-23T13:51:31.686Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
13:51:31 [2022-08-23T13:51:31.686Z] --- PASS: TestCreateInvalidHostConfig (0.02s)
13:51:31 [2022-08-23T13:51:31.686Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
13:51:31 [2022-08-23T13:51:31.686Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
13:51:31 [2022-08-23T13:51:31.686Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
13:51:31 [2022-08-23T13:51:31.686Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestContainerStartOnDaemonRestart
13:51:31 [2022-08-23T13:51:31.686Z] === PAUSE TestContainerStartOnDaemonRestart
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestDaemonRestartIpcMode
13:51:31 [2022-08-23T13:51:31.686Z] === PAUSE TestDaemonRestartIpcMode
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestDaemonHostGatewayIP
13:51:31 [2022-08-23T13:51:31.686Z] === PAUSE TestDaemonHostGatewayIP
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestRestartDaemonWithRestartingContainer
13:51:31 [2022-08-23T13:51:31.686Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestContainerKillOnDaemonStart
13:51:31 [2022-08-23T13:51:31.686Z] === PAUSE TestContainerKillOnDaemonStart
13:51:31 [2022-08-23T13:51:31.686Z] === RUN   TestDiff
13:51:31 [2022-08-23T13:51:31.691Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:51:32 [2022-08-23T13:51:32.248Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
13:51:32 [2022-08-23T13:51:32.248Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
13:51:32 [2022-08-23T13:51:32.248Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
13:51:32 [2022-08-23T13:51:32.248Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
13:51:32 [2022-08-23T13:51:32.248Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
13:51:32 [2022-08-23T13:51:32.248Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
13:51:32 [2022-08-23T13:51:32.248Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
13:51:32 [2022-08-23T13:51:32.248Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
13:51:32 [2022-08-23T13:51:32.248Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
13:51:32 [2022-08-23T13:51:32.504Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
13:51:32 [2022-08-23T13:51:32.504Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
13:51:32 [2022-08-23T13:51:32.504Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
13:51:32 [2022-08-23T13:51:32.504Z] --- PASS: TestDiff (0.66s)
13:51:32 [2022-08-23T13:51:32.504Z] === RUN   TestExecConsoleSize
13:51:32 [2022-08-23T13:51:32.504Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
13:51:32 [2022-08-23T13:51:32.504Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
13:51:32 [2022-08-23T13:51:32.504Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
13:51:32 [2022-08-23T13:51:32.504Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
13:51:32 [2022-08-23T13:51:32.504Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
13:51:32 [2022-08-23T13:51:32.504Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
13:51:32 [2022-08-23T13:51:32.760Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
13:51:32 [2022-08-23T13:51:32.760Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
13:51:32 [2022-08-23T13:51:32.760Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
13:51:33 [2022-08-23T13:51:33.017Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
13:51:33 [2022-08-23T13:51:33.273Z] --- PASS: TestExecConsoleSize (0.76s)
13:51:33 [2022-08-23T13:51:33.273Z] === RUN   TestExecWithCloseStdin
13:51:33 [2022-08-23T13:51:33.529Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
13:51:33 [2022-08-23T13:51:33.595Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:51:34 [2022-08-23T13:51:34.091Z] --- PASS: TestExecWithCloseStdin (0.91s)
13:51:34 [2022-08-23T13:51:34.091Z] === RUN   TestExec
13:51:34 [2022-08-23T13:51:34.971Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
13:51:35 [2022-08-23T13:51:35.033Z] --- PASS: TestExec (0.92s)
13:51:35 [2022-08-23T13:51:35.033Z] === RUN   TestExecUser
13:51:35 [2022-08-23T13:51:35.033Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
13:51:35 [2022-08-23T13:51:35.312Z] tests/integration/api_exec_test.py .....................                 [ 34%]
13:51:35 [2022-08-23T13:51:35.965Z] --- PASS: TestExecUser (0.82s)
13:51:35 [2022-08-23T13:51:35.965Z] === RUN   TestExportContainerAndImportImage
13:51:35 [2022-08-23T13:51:35.965Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
13:51:36 [2022-08-23T13:51:36.528Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
13:51:37 [2022-08-23T13:51:37.090Z] --- PASS: TestExportContainerAndImportImage (1.21s)
13:51:37 [2022-08-23T13:51:37.090Z] === RUN   TestExportContainerAfterDaemonRestart
13:51:37 [2022-08-23T13:51:37.090Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
13:51:37 [2022-08-23T13:51:37.653Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
13:51:37 [2022-08-23T13:51:37.653Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
13:51:38 [2022-08-23T13:51:38.215Z]     check_test.go:540: [d8703b87c9ca0] daemon is not started
13:51:38 [2022-08-23T13:51:38.215Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
13:51:38 [2022-08-23T13:51:38.261Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:51:38 [2022-08-23T13:51:38.471Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s)
13:51:38 [2022-08-23T13:51:38.471Z] === RUN   TestHealthCheckWorkdir
13:51:39 [2022-08-23T13:51:39.033Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
13:51:39 [2022-08-23T13:51:39.198Z] --- PASS: TestDockerNetworkMacvlan (9.38s)
13:51:39 [2022-08-23T13:51:39.198Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s)
13:51:39 [2022-08-23T13:51:39.198Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
13:51:39 [2022-08-23T13:51:39.198Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.79s)
13:51:39 [2022-08-23T13:51:39.198Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.80s)
13:51:39 [2022-08-23T13:51:39.198Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.02s)
13:51:39 [2022-08-23T13:51:39.198Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s)
13:51:39 [2022-08-23T13:51:39.198Z] PASS
13:51:39 [2022-08-23T13:51:39.198Z] 
13:51:39 [2022-08-23T13:51:39.198Z] DONE 8 tests in 10.715s
13:51:39 [2022-08-23T13:51:39.198Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
13:51:39 [2022-08-23T13:51:39.198Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
13:51:39 [2022-08-23T13:51:39.198Z] ++ set -e
13:51:39 [2022-08-23T13:51:39.198Z] ++ '[' -n 0 ']'
13:51:39 [2022-08-23T13:51:39.198Z] ++ set -x
13:51:39 [2022-08-23T13:51:39.198Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
13:51:39 [2022-08-23T13:51:39.198Z] testing: warning: no tests to run
13:51:39 [2022-08-23T13:51:39.198Z] PASS
13:51:39 [2022-08-23T13:51:39.198Z] 
13:51:39 [2022-08-23T13:51:39.198Z] DONE 0 tests in 0.024s
13:51:39 [2022-08-23T13:51:39.198Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:51:39 [2022-08-23T13:51:39.198Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
13:51:39 [2022-08-23T13:51:39.198Z] ++ set -e
13:51:39 [2022-08-23T13:51:39.198Z] ++ '[' -n 0 ']'
13:51:39 [2022-08-23T13:51:39.198Z] ++ set -x
13:51:39 [2022-08-23T13:51:39.198Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
13:51:39 [2022-08-23T13:51:39.198Z] INFO: Testing against a local daemon
13:51:39 [2022-08-23T13:51:39.198Z] === RUN   TestAuthZPluginAllowRequest
13:51:39 [2022-08-23T13:51:39.596Z] --- PASS: TestHealthCheckWorkdir (1.06s)
13:51:39 [2022-08-23T13:51:39.596Z] === RUN   TestHealthKillContainer
13:51:39 [2022-08-23T13:51:39.596Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
13:51:39 [2022-08-23T13:51:39.852Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
13:51:40 [2022-08-23T13:51:40.134Z] --- PASS: TestAuthZPluginAllowRequest (1.12s)
13:51:40 [2022-08-23T13:51:40.134Z] === RUN   TestAuthZPluginTLS
13:51:40 [2022-08-23T13:51:40.416Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
13:51:40 [2022-08-23T13:51:40.416Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
13:51:40 [2022-08-23T13:51:40.702Z] --- PASS: TestAuthZPluginTLS (0.56s)
13:51:40 [2022-08-23T13:51:40.702Z] === RUN   TestAuthZPluginDenyRequest
13:51:41 [2022-08-23T13:51:41.270Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
13:51:41 [2022-08-23T13:51:41.270Z] === RUN   TestAuthZPluginAPIDenyResponse
13:51:41 [2022-08-23T13:51:41.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
13:51:41 [2022-08-23T13:51:41.343Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
13:51:41 [2022-08-23T13:51:41.343Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
13:51:41 [2022-08-23T13:51:41.838Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
13:51:41 [2022-08-23T13:51:41.838Z] === RUN   TestAuthZPluginDenyResponse
13:51:41 [2022-08-23T13:51:41.907Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
13:51:42 [2022-08-23T13:51:42.405Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
13:51:42 [2022-08-23T13:51:42.405Z] === RUN   TestAuthZPluginAllowEventStream
13:51:42 [2022-08-23T13:51:42.470Z] === RUN   TestDockerSuite/TestExecAPIStart
13:51:42 [2022-08-23T13:51:42.470Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
13:51:42 [2022-08-23T13:51:42.729Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
13:51:43 [2022-08-23T13:51:43.783Z] --- PASS: TestAuthZPluginAllowEventStream (1.11s)
13:51:43 [2022-08-23T13:51:43.783Z] === RUN   TestAuthZPluginErrorResponse
13:51:43 [2022-08-23T13:51:43.838Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
13:51:44 [2022-08-23T13:51:44.042Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
13:51:44 [2022-08-23T13:51:44.042Z] === RUN   TestAuthZPluginErrorRequest
13:51:44 [2022-08-23T13:51:44.094Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
13:51:44 [2022-08-23T13:51:44.610Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
13:51:44 [2022-08-23T13:51:44.610Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:51:44 [2022-08-23T13:51:44.655Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
13:51:45 [2022-08-23T13:51:45.178Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
13:51:45 [2022-08-23T13:51:45.178Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:51:45 [2022-08-23T13:51:45.583Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
13:51:45 [2022-08-23T13:51:45.583Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
13:51:46 [2022-08-23T13:51:46.145Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
13:51:46 [2022-08-23T13:51:46.570Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s)
13:51:46 [2022-08-23T13:51:46.570Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:51:46 [2022-08-23T13:51:46.707Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
13:51:47 [2022-08-23T13:51:47.269Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
13:51:47 [2022-08-23T13:51:47.525Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
13:51:47 [2022-08-23T13:51:47.794Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
13:51:47 [2022-08-23T13:51:47.947Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.34s)
13:51:47 [2022-08-23T13:51:47.947Z] === RUN   TestAuthZPluginHeader
13:51:48 [2022-08-23T13:51:48.087Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
13:51:48 [2022-08-23T13:51:48.088Z] --- PASS: TestHealthKillContainer (8.55s)
13:51:48 [2022-08-23T13:51:48.088Z] === RUN   TestHealthCheckProcessKilled
13:51:48 [2022-08-23T13:51:48.276Z] --- PASS: TestInfoAPIWarnings (16.54s)
13:51:48 [2022-08-23T13:51:48.276Z] === RUN   TestInfoDebug
13:51:48 [2022-08-23T13:51:48.276Z] --- PASS: TestInfoDebug (0.52s)
13:51:48 [2022-08-23T13:51:48.276Z] === RUN   TestInfoInsecureRegistries
13:51:48 [2022-08-23T13:51:48.276Z] --- PASS: TestInfoInsecureRegistries (0.52s)
13:51:48 [2022-08-23T13:51:48.276Z] === RUN   TestInfoRegistryMirrors
13:51:48 [2022-08-23T13:51:48.276Z] --- PASS: TestInfoRegistryMirrors (0.52s)
13:51:48 [2022-08-23T13:51:48.276Z] === RUN   TestLoginFailsWithBadCredentials
13:51:48 [2022-08-23T13:51:48.515Z] --- PASS: TestAuthZPluginHeader (0.70s)
13:51:48 [2022-08-23T13:51:48.515Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:51:48 [2022-08-23T13:51:48.515Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:51:48 [2022-08-23T13:51:48.515Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
13:51:48 [2022-08-23T13:51:48.515Z] === RUN   TestAuthZPluginV2Disable
13:51:48 [2022-08-23T13:51:48.515Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:51:48 [2022-08-23T13:51:48.515Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
13:51:48 [2022-08-23T13:51:48.515Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:51:48 [2022-08-23T13:51:48.515Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:51:48 [2022-08-23T13:51:48.515Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
13:51:48 [2022-08-23T13:51:48.515Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:51:48 [2022-08-23T13:51:48.515Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:51:48 [2022-08-23T13:51:48.515Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
13:51:48 [2022-08-23T13:51:48.515Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:51:48 [2022-08-23T13:51:48.837Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
13:51:48 [2022-08-23T13:51:48.837Z] === RUN   TestPingCacheHeaders
13:51:48 [2022-08-23T13:51:48.837Z] --- PASS: TestPingCacheHeaders (0.02s)
13:51:48 [2022-08-23T13:51:48.837Z] === RUN   TestPingGet
13:51:48 [2022-08-23T13:51:48.837Z] --- PASS: TestPingGet (0.01s)
13:51:48 [2022-08-23T13:51:48.837Z] === RUN   TestPingHead
13:51:48 [2022-08-23T13:51:48.837Z] --- PASS: TestPingHead (0.02s)
13:51:48 [2022-08-23T13:51:48.837Z] === RUN   TestPingSwarmHeader
13:51:49 [2022-08-23T13:51:49.016Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
13:51:49 [2022-08-23T13:51:49.273Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
13:51:49 [2022-08-23T13:51:49.273Z] --- PASS: TestHealthCheckProcessKilled (1.04s)
13:51:49 [2022-08-23T13:51:49.273Z] === RUN   TestInspectCpusetInConfigPre120
13:51:49 [2022-08-23T13:51:49.405Z] === RUN   TestPingSwarmHeader/before_swarm_init
13:51:49 [2022-08-23T13:51:49.664Z] === RUN   TestPingSwarmHeader/after_swarm_init
13:51:49 [2022-08-23T13:51:49.836Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
13:51:49 [2022-08-23T13:51:49.836Z] --- PASS: TestInspectCpusetInConfigPre120 (0.67s)
13:51:49 [2022-08-23T13:51:49.836Z] === RUN   TestIpcModeNone
13:51:50 [2022-08-23T13:51:50.780Z] === RUN   TestDockerSuite/TestExecStateCleanup
13:51:50 [2022-08-23T13:51:50.780Z] --- PASS: TestIpcModeNone (0.88s)
13:51:50 [2022-08-23T13:51:50.780Z] === RUN   TestIpcModePrivate
13:51:51 [2022-08-23T13:51:51.029Z] === RUN   TestPingSwarmHeader/after_swarm_leave
13:51:51 [2022-08-23T13:51:51.029Z] --- PASS: TestPingSwarmHeader (2.05s)
13:51:51 [2022-08-23T13:51:51.029Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
13:51:51 [2022-08-23T13:51:51.029Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
13:51:51 [2022-08-23T13:51:51.029Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
13:51:51 [2022-08-23T13:51:51.029Z] === RUN   TestPingBuilderHeader
13:51:51 [2022-08-23T13:51:51.029Z] === RUN   TestPingBuilderHeader/default_config
13:51:51 [2022-08-23T13:51:51.285Z] === RUN   TestPingBuilderHeader/buildkit_disabled
13:51:51 [2022-08-23T13:51:51.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:51:51 [2022-08-23T13:51:51.341Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:95, shared: false, mustBeShared: false
13:51:51 [2022-08-23T13:51:51.597Z] --- PASS: TestIpcModePrivate (0.79s)
13:51:51 [2022-08-23T13:51:51.597Z] === RUN   TestIpcModeShareable
13:51:51 [2022-08-23T13:51:51.846Z] --- PASS: TestPingBuilderHeader (1.04s)
13:51:51 [2022-08-23T13:51:51.846Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
13:51:51 [2022-08-23T13:51:51.846Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
13:51:51 [2022-08-23T13:51:51.846Z] === RUN   TestVersion
13:51:51 [2022-08-23T13:51:51.846Z] --- PASS: TestVersion (0.02s)
13:51:51 [2022-08-23T13:51:51.846Z] === CONT  TestCgroupDriverSystemdMemoryLimit
13:51:51 [2022-08-23T13:51:51.846Z] === CONT  TestDiskUsage
13:51:51 [2022-08-23T13:51:51.853Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:85, shared: true, mustBeShared: true
13:51:52 [2022-08-23T13:51:52.109Z] --- PASS: TestIpcModeShareable (0.54s)
13:51:52 [2022-08-23T13:51:52.109Z] === RUN   TestAPIIpcModeShareableAndContainer
13:51:52 [2022-08-23T13:51:52.408Z] === RUN   TestDiskUsage/empty
13:51:52 [2022-08-23T13:51:52.408Z] === RUN   TestDiskUsage/empty/container_types
13:51:52 [2022-08-23T13:51:52.408Z] === RUN   TestDiskUsage/empty/image_types
13:51:52 [2022-08-23T13:51:52.408Z] === RUN   TestDiskUsage/empty/volume_types
13:51:52 [2022-08-23T13:51:52.408Z] === RUN   TestDiskUsage/empty/build-cache_types
13:51:52 [2022-08-23T13:51:52.408Z] === RUN   TestDiskUsage/empty/container,_volume_types
13:51:52 [2022-08-23T13:51:52.408Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
13:51:52 [2022-08-23T13:51:52.408Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
13:51:52 [2022-08-23T13:51:52.408Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
13:51:52 [2022-08-23T13:51:52.408Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
13:51:52 [2022-08-23T13:51:52.408Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
13:51:52 [2022-08-23T13:51:52.408Z] === RUN   TestDiskUsage/after_LoadBusybox
13:51:52 [2022-08-23T13:51:52.665Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
13:51:52 [2022-08-23T13:51:52.665Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
13:51:52 [2022-08-23T13:51:52.665Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
13:51:52 [2022-08-23T13:51:52.665Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
13:51:52 [2022-08-23T13:51:52.665Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
13:51:52 [2022-08-23T13:51:52.665Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
13:51:52 [2022-08-23T13:51:52.665Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
13:51:52 [2022-08-23T13:51:52.665Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
13:51:52 [2022-08-23T13:51:52.665Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
13:51:52 [2022-08-23T13:51:52.665Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
13:51:52 [2022-08-23T13:51:52.665Z] === RUN   TestDiskUsage/after_container.Run
13:51:53 [2022-08-23T13:51:53.228Z] === RUN   TestDiskUsage/after_container.Run/container_types
13:51:53 [2022-08-23T13:51:53.228Z] === RUN   TestDiskUsage/after_container.Run/image_types
13:51:53 [2022-08-23T13:51:53.228Z] === RUN   TestDiskUsage/after_container.Run/volume_types
13:51:53 [2022-08-23T13:51:53.228Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
13:51:53 [2022-08-23T13:51:53.228Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
13:51:53 [2022-08-23T13:51:53.228Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
13:51:53 [2022-08-23T13:51:53.228Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
13:51:53 [2022-08-23T13:51:53.228Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
13:51:53 [2022-08-23T13:51:53.228Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
13:51:53 [2022-08-23T13:51:53.228Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
13:51:53 [2022-08-23T13:51:53.474Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
13:51:53 [2022-08-23T13:51:53.485Z] --- PASS: TestDiskUsage (1.67s)
13:51:53 [2022-08-23T13:51:53.485Z]     --- PASS: TestDiskUsage/empty (0.01s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.29s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]     --- PASS: TestDiskUsage/after_container.Run (0.64s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
13:51:53 [2022-08-23T13:51:53.485Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.69s)
13:51:53 [2022-08-23T13:51:53.485Z] PASS
13:51:53 [2022-08-23T13:51:53.485Z] 
13:51:53 [2022-08-23T13:51:53.485Z] DONE 57 tests in 24.095s
13:51:53 [2022-08-23T13:51:53.485Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
13:51:53 [2022-08-23T13:51:53.485Z] INFO: Testing against a local daemon
13:51:53 [2022-08-23T13:51:53.485Z] === RUN   TestVolumesCreateAndList
13:51:53 [2022-08-23T13:51:53.485Z] --- PASS: TestVolumesCreateAndList (0.02s)
13:51:53 [2022-08-23T13:51:53.485Z] === RUN   TestVolumesRemove
13:51:53 [2022-08-23T13:51:53.730Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.67s)
13:51:53 [2022-08-23T13:51:53.730Z] === RUN   TestAPIIpcModeHost
13:51:53 [2022-08-23T13:51:53.741Z] --- PASS: TestVolumesRemove (0.10s)
13:51:53 [2022-08-23T13:51:53.741Z] === RUN   TestVolumesInspect
13:51:53 [2022-08-23T13:51:53.741Z] --- PASS: TestVolumesInspect (0.02s)
13:51:53 [2022-08-23T13:51:53.741Z] === RUN   TestVolumesInvalidJSON
13:51:53 [2022-08-23T13:51:53.741Z] === RUN   TestVolumesInvalidJSON/volumes/create
13:51:53 [2022-08-23T13:51:53.741Z] === PAUSE TestVolumesInvalidJSON/volumes/create
13:51:53 [2022-08-23T13:51:53.741Z] === CONT  TestVolumesInvalidJSON/volumes/create
13:51:53 [2022-08-23T13:51:53.741Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
13:51:53 [2022-08-23T13:51:53.742Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
13:51:53 [2022-08-23T13:51:53.742Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
13:51:53 [2022-08-23T13:51:53.742Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
13:51:53 [2022-08-23T13:51:53.742Z] --- PASS: TestVolumesInvalidJSON (0.02s)
13:51:53 [2022-08-23T13:51:53.742Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
13:51:53 [2022-08-23T13:51:53.742Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
13:51:53 [2022-08-23T13:51:53.742Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
13:51:53 [2022-08-23T13:51:53.742Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
13:51:53 [2022-08-23T13:51:53.742Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
13:51:53 [2022-08-23T13:51:53.742Z] PASS
13:51:53 [2022-08-23T13:51:53.742Z] 
13:51:53 [2022-08-23T13:51:53.742Z] DONE 9 tests in 0.179s
13:51:53 [2022-08-23T13:51:53.742Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
13:51:54 [2022-08-23T13:51:54.291Z] --- PASS: TestAPIIpcModeHost (0.39s)
13:51:54 [2022-08-23T13:51:54.291Z] === RUN   TestDaemonIpcModeShareable
13:51:54 [2022-08-23T13:51:54.303Z] Stopping apparmor (via systemctl): apparmor.service.
13:51:54 [2022-08-23T13:51:54.303Z] Removing test suite binaries
13:51:54 [2022-08-23T13:51:54.303Z] exiting test-integration
13:51:54 [2022-08-23T13:51:54.303Z] ++ exit 0
13:51:54 [2022-08-23T13:51:54.303Z] 
13:51:55 [2022-08-23T13:51:55.221Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true
13:51:55 [2022-08-23T13:51:55.476Z] --- PASS: TestDaemonIpcModeShareable (1.19s)
13:51:55 [2022-08-23T13:51:55.476Z] === RUN   TestDaemonIpcModePrivate
Post stage
[Pipeline] junit
13:51:55 [2022-08-23T13:51:55.684Z] Recording test results
13:51:55 [2022-08-23T13:51:55.864Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
13:51:56 [2022-08-23T13:51:56.183Z] + echo Ensuring container killed.
13:51:56 [2022-08-23T13:51:56.183Z] Ensuring container killed.
13:51:56 [2022-08-23T13:51:56.183Z] + docker rm -vf docker-pr44
13:51:56 [2022-08-23T13:51:56.183Z] Error: No such container: docker-pr44
[Pipeline] sh
13:51:56 [2022-08-23T13:51:56.405Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: false, mustBeShared: false
13:51:56 [2022-08-23T13:51:56.501Z] + echo Chowning /workspace to jenkins user
13:51:56 [2022-08-23T13:51:56.501Z] Chowning /workspace to jenkins user
13:51:56 [2022-08-23T13:51:56.501Z] + id -u
13:51:56 [2022-08-23T13:51:56.501Z] + id -g
13:51:56 [2022-08-23T13:51:56.501Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43739:/workspace busybox chown -R 1000:1000 /workspace
13:51:56 [2022-08-23T13:51:56.661Z] --- PASS: TestDaemonIpcModePrivate (1.20s)
13:51:56 [2022-08-23T13:51:56.661Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:51:57 [2022-08-23T13:51:57.588Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: false, mustBeShared: false
13:51:57 [2022-08-23T13:51:57.844Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.22s)
13:51:57 [2022-08-23T13:51:57.844Z] === RUN   TestDaemonIpcModeShareableFromConfig
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
13:51:58 [2022-08-23T13:51:58.194Z] + bundleName=amd64-cgroup2
13:51:58 [2022-08-23T13:51:58.194Z] + echo Creating amd64-cgroup2-bundles.tar.gz
13:51:58 [2022-08-23T13:51:58.194Z] Creating amd64-cgroup2-bundles.tar.gz
13:51:58 [2022-08-23T13:51:58.194Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
13:51:58 [2022-08-23T13:51:58.194Z] + 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
13:51:58 [2022-08-23T13:51:58.458Z] Archiving artifacts
13:51:58 [2022-08-23T13:51:58.772Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true
13:51:58 [2022-08-23T13:51:58.860Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43739/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
13:51:59 [2022-08-23T13:51:59.030Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.20s)
13:51:59 [2022-08-23T13:51:59.030Z] === RUN   TestIpcModeOlderClient
13:51:59 [2022-08-23T13:51:59.030Z] === PAUSE TestIpcModeOlderClient
13:51:59 [2022-08-23T13:51:59.030Z] === RUN   TestKillContainerInvalidSignal
13:51:59 [2022-08-23T13:51:59.156Z] + make clean
13:51:59 [2022-08-23T13:51:59.156Z] docker volume rm -f docker-dev-cache docker-mod-cache
13:51:59 [2022-08-23T13:51:59.156Z] docker-dev-cache
13:51:59 [2022-08-23T13:51:59.156Z] docker-mod-cache
[Pipeline] deleteDir
13:51:59 [2022-08-23T13:51:59.416Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
13:51:59 [2022-08-23T13:51:59.416Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:51:59 [2022-08-23T13:51:59.592Z] --- PASS: TestKillContainerInvalidSignal (0.45s)
13:51:59 [2022-08-23T13:51:59.592Z] === RUN   TestKillContainer
13:51:59 [2022-08-23T13:51:59.592Z] === RUN   TestKillContainer/no_signal
13:51:59 [2022-08-23T13:51:59.681Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:51:59 [2022-08-23T13:51:59.851Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
13:51:59 [2022-08-23T13:51:59.851Z] === RUN   TestKillContainer/non_killing_signal
13:52:00 [2022-08-23T13:52:00.109Z] === RUN   TestKillContainer/killing_signal
13:52:00 [2022-08-23T13:52:00.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
13:52:01 [2022-08-23T13:52:01.039Z] --- PASS: TestKillContainer (1.56s)
13:52:01 [2022-08-23T13:52:01.039Z]     --- PASS: TestKillContainer/no_signal (0.45s)
13:52:01 [2022-08-23T13:52:01.039Z]     --- PASS: TestKillContainer/non_killing_signal (0.33s)
13:52:01 [2022-08-23T13:52:01.039Z]     --- PASS: TestKillContainer/killing_signal (0.56s)
13:52:01 [2022-08-23T13:52:01.039Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:52:01 [2022-08-23T13:52:01.039Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:52:01 [2022-08-23T13:52:01.191Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:52:01 [2022-08-23T13:52:01.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:52:01 [2022-08-23T13:52:01.602Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:52:01 [2022-08-23T13:52:01.860Z] === RUN   TestDockerSuite/TestGetContainerStats
13:52:02 [2022-08-23T13:52:02.116Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.21s)
13:52:02 [2022-08-23T13:52:02.116Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.57s)
13:52:02 [2022-08-23T13:52:02.116Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.44s)
13:52:02 [2022-08-23T13:52:02.116Z] === RUN   TestKillStoppedContainer
13:52:02 [2022-08-23T13:52:02.372Z] --- PASS: TestKillStoppedContainer (0.05s)
13:52:02 [2022-08-23T13:52:02.372Z] === RUN   TestKillStoppedContainerAPIPre120
13:52:02 [2022-08-23T13:52:02.372Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
13:52:02 [2022-08-23T13:52:02.372Z] === RUN   TestKillDifferentUserContainer
13:52:02 [2022-08-23T13:52:02.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:52:02 [2022-08-23T13:52:02.935Z] --- PASS: TestKillDifferentUserContainer (0.57s)
13:52:02 [2022-08-23T13:52:02.935Z] === RUN   TestInspectOomKilledTrue
13:52:02 [2022-08-23T13:52:02.935Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:52:02 [2022-08-23T13:52:02.935Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
13:52:02 [2022-08-23T13:52:02.935Z] === RUN   TestInspectOomKilledFalse
13:52:02 [2022-08-23T13:52:02.935Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:52:02 [2022-08-23T13:52:02.935Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
13:52:02 [2022-08-23T13:52:02.935Z] === RUN   TestLinksEtcHostsContentMatch
13:52:03 [2022-08-23T13:52:03.497Z] --- PASS: TestLinksEtcHostsContentMatch (0.48s)
13:52:03 [2022-08-23T13:52:03.497Z] === RUN   TestLinksContainerNames
13:52:04 [2022-08-23T13:52:04.148Z] tests/integration/api_network_test.py ............................       [ 47%]
13:52:04 [2022-08-23T13:52:04.426Z]     check_test.go:540: [d16a5d48cb58e] daemon is not started
13:52:04 [2022-08-23T13:52:04.426Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
13:52:04 [2022-08-23T13:52:04.682Z] --- PASS: TestLinksContainerNames (1.24s)
13:52:04 [2022-08-23T13:52:04.682Z] === RUN   TestLogsFollowTailEmpty
13:52:04 [2022-08-23T13:52:04.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:52:05 [2022-08-23T13:52:05.249Z] --- PASS: TestLogsFollowTailEmpty (0.57s)
13:52:05 [2022-08-23T13:52:05.249Z] === RUN   TestLogs
13:52:05 [2022-08-23T13:52:05.249Z] === RUN   TestLogs/driver_local
13:52:05 [2022-08-23T13:52:05.249Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
13:52:05 [2022-08-23T13:52:05.249Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
13:52:05 [2022-08-23T13:52:05.249Z] === RUN   TestLogs/driver_local/tty/only_stdout
13:52:05 [2022-08-23T13:52:05.249Z] === PAUSE TestLogs/driver_local/tty/only_stdout
13:52:05 [2022-08-23T13:52:05.249Z] === RUN   TestLogs/driver_local/tty/only_stderr
13:52:05 [2022-08-23T13:52:05.249Z] === PAUSE TestLogs/driver_local/tty/only_stderr
13:52:05 [2022-08-23T13:52:05.249Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
13:52:05 [2022-08-23T13:52:05.249Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
13:52:05 [2022-08-23T13:52:05.249Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
13:52:05 [2022-08-23T13:52:05.249Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
13:52:05 [2022-08-23T13:52:05.249Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
13:52:05 [2022-08-23T13:52:05.249Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
13:52:05 [2022-08-23T13:52:05.249Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
13:52:05 [2022-08-23T13:52:05.249Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
13:52:05 [2022-08-23T13:52:05.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:52:06 [2022-08-23T13:52:06.177Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
13:52:06 [2022-08-23T13:52:06.177Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
13:52:06 [2022-08-23T13:52:06.433Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
13:52:06 [2022-08-23T13:52:06.433Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
13:52:06 [2022-08-23T13:52:06.601Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
13:52:06 [2022-08-23T13:52:06.601Z] PASS
13:52:06 [2022-08-23T13:52:06.601Z] 
13:52:06 [2022-08-23T13:52:06.601Z] === Skipped
13:52:06 [2022-08-23T13:52:06.601Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:52:06 [2022-08-23T13:52:06.601Z] 
13:52:06 [2022-08-23T13:52:06.601Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:52:06 [2022-08-23T13:52:06.601Z] 
13:52:06 [2022-08-23T13:52:06.601Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:52:06 [2022-08-23T13:52:06.601Z] 
13:52:06 [2022-08-23T13:52:06.601Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:52:06 [2022-08-23T13:52:06.601Z] 
13:52:06 [2022-08-23T13:52:06.601Z] DONE 17 tests, 4 skipped in 26.392s
13:52:06 [2022-08-23T13:52:06.601Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:52:06 [2022-08-23T13:52:06.601Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
13:52:06 [2022-08-23T13:52:06.601Z] ++ set -e
13:52:06 [2022-08-23T13:52:06.601Z] ++ '[' -n 0 ']'
13:52:06 [2022-08-23T13:52:06.601Z] ++ set -x
13:52:06 [2022-08-23T13:52:06.601Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
13:52:06 [2022-08-23T13:52:06.601Z] INFO: Testing against a local daemon
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
13:52:06 [2022-08-23T13:52:06.601Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
13:52:06 [2022-08-23T13:52:06.601Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/pull
13:52:06 [2022-08-23T13:52:06.601Z] === PAUSE TestPluginInvalidJSON/plugins/pull
13:52:06 [2022-08-23T13:52:06.601Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
13:52:06 [2022-08-23T13:52:06.601Z] === CONT  TestPluginInvalidJSON/plugins/pull
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
13:52:06 [2022-08-23T13:52:06.601Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
13:52:06 [2022-08-23T13:52:06.601Z] --- PASS: TestPluginInvalidJSON (0.02s)
13:52:06 [2022-08-23T13:52:06.601Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInstall
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInstall/no_auth
13:52:06 [2022-08-23T13:52:06.601Z] time="2022-08-23T13:52:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:52:06 [2022-08-23T13:52:06.601Z] time="2022-08-23T13:52:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:19f8d974025caaab0698e613ad5cc33bec9670f151c7ca9b369bc31db39a4cc7" mediatype=application/vnd.docker.plugin.v1+json size=522
13:52:06 [2022-08-23T13:52:06.601Z] time="2022-08-23T13:52:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:52:06 [2022-08-23T13:52:06.601Z] time="2022-08-23T13:52:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:19f8d974025caaab0698e613ad5cc33bec9670f151c7ca9b369bc31db39a4cc7" mediatype=application/vnd.docker.plugin.v1+json size=522
13:52:06 [2022-08-23T13:52:06.601Z] === RUN   TestPluginInstall/with_htpasswd
13:52:06 [2022-08-23T13:52:06.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:52:06 [2022-08-23T13:52:06.860Z] time="2022-08-23T13:52:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:52:06 [2022-08-23T13:52:06.860Z] time="2022-08-23T13:52:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d7c97960fe2e19ed4fcadf9a6595c01309babec55123878b90b5bfb8f42735ad" mediatype=application/vnd.docker.plugin.v1+json size=522
13:52:06 [2022-08-23T13:52:06.860Z] time="2022-08-23T13:52:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:52:06 [2022-08-23T13:52:06.860Z] time="2022-08-23T13:52:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d7c97960fe2e19ed4fcadf9a6595c01309babec55123878b90b5bfb8f42735ad" mediatype=application/vnd.docker.plugin.v1+json size=522
13:52:07 [2022-08-23T13:52:07.075Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:52:07 [2022-08-23T13:52:07.119Z] === RUN   TestPluginInstall/with_insecure
13:52:07 [2022-08-23T13:52:07.362Z] === CONT  TestLogs/driver_local/tty/only_stderr
13:52:07 [2022-08-23T13:52:07.362Z] === CONT  TestLogs/driver_local/tty/only_stdout
13:52:08 [2022-08-23T13:52:08.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:52:08 [2022-08-23T13:52:08.055Z] time="2022-08-23T13:52:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:52:08 [2022-08-23T13:52:08.055Z] time="2022-08-23T13:52:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d3e6587e524a9cb088210c11bba8e00671698f5692b092659f6420fdc4a318cc" mediatype=application/vnd.docker.plugin.v1+json size=522
13:52:08 [2022-08-23T13:52:08.055Z] time="2022-08-23T13:52:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:52:08 [2022-08-23T13:52:08.055Z] time="2022-08-23T13:52:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d3e6587e524a9cb088210c11bba8e00671698f5692b092659f6420fdc4a318cc" mediatype=application/vnd.docker.plugin.v1+json size=522
13:52:08 [2022-08-23T13:52:08.055Z]     plugin_test.go:196: [d332d9bd7ceca] daemon is not started
13:52:08 [2022-08-23T13:52:08.055Z] --- PASS: TestPluginInstall (2.55s)
13:52:08 [2022-08-23T13:52:08.055Z]     --- PASS: TestPluginInstall/no_auth (0.96s)
13:52:08 [2022-08-23T13:52:08.055Z]     --- PASS: TestPluginInstall/with_htpasswd (0.56s)
13:52:08 [2022-08-23T13:52:08.055Z]     --- PASS: TestPluginInstall/with_insecure (1.03s)
13:52:08 [2022-08-23T13:52:08.055Z] === RUN   TestPluginsWithRuntimes
13:52:08 [2022-08-23T13:52:08.584Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:52:08 [2022-08-23T13:52:08.730Z] === RUN   TestLogs/driver_json-file
13:52:08 [2022-08-23T13:52:08.730Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
13:52:08 [2022-08-23T13:52:08.730Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
13:52:08 [2022-08-23T13:52:08.730Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
13:52:08 [2022-08-23T13:52:08.730Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
13:52:08 [2022-08-23T13:52:08.730Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
13:52:08 [2022-08-23T13:52:08.730Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
13:52:08 [2022-08-23T13:52:08.730Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:52:08 [2022-08-23T13:52:08.730Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:52:08 [2022-08-23T13:52:08.730Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
13:52:08 [2022-08-23T13:52:08.730Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
13:52:08 [2022-08-23T13:52:08.730Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
13:52:08 [2022-08-23T13:52:08.730Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
13:52:08 [2022-08-23T13:52:08.730Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
13:52:08 [2022-08-23T13:52:08.730Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:52:09 [2022-08-23T13:52:09.660Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
13:52:09 [2022-08-23T13:52:09.660Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
13:52:09 [2022-08-23T13:52:09.958Z] === RUN   TestPluginsWithRuntimes/No_Args
13:52:09 [2022-08-23T13:52:09.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:52:10 [2022-08-23T13:52:10.526Z] === RUN   TestPluginsWithRuntimes/With_Args
13:52:10 [2022-08-23T13:52:10.534Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:52:10 [2022-08-23T13:52:10.589Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
13:52:10 [2022-08-23T13:52:10.589Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
13:52:11 [2022-08-23T13:52:11.461Z] --- PASS: TestPluginsWithRuntimes (3.28s)
13:52:11 [2022-08-23T13:52:11.461Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.89s)
13:52:11 [2022-08-23T13:52:11.461Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.86s)
13:52:11 [2022-08-23T13:52:11.461Z] === RUN   TestPluginBackCompatMediaTypes
13:52:11 [2022-08-23T13:52:11.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:52:11 [2022-08-23T13:52:11.520Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
13:52:11 [2022-08-23T13:52:11.776Z] --- PASS: TestLogs (6.64s)
13:52:11 [2022-08-23T13:52:11.776Z]     --- PASS: TestLogs/driver_local (0.01s)
13:52:11 [2022-08-23T13:52:11.776Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.04s)
13:52:11 [2022-08-23T13:52:11.776Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.07s)
13:52:11 [2022-08-23T13:52:11.776Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.99s)
13:52:11 [2022-08-23T13:52:11.776Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.17s)
13:52:11 [2022-08-23T13:52:11.776Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.21s)
13:52:11 [2022-08-23T13:52:11.776Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.03s)
13:52:11 [2022-08-23T13:52:11.776Z]     --- PASS: TestLogs/driver_json-file (0.02s)
13:52:11 [2022-08-23T13:52:11.776Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.02s)
13:52:11 [2022-08-23T13:52:11.776Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.05s)
13:52:11 [2022-08-23T13:52:11.776Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.16s)
13:52:11 [2022-08-23T13:52:11.776Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.18s)
13:52:11 [2022-08-23T13:52:11.776Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.94s)
13:52:11 [2022-08-23T13:52:11.776Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.11s)
13:52:11 [2022-08-23T13:52:11.776Z] === RUN   TestContainerNetworkMountsNoChown
13:52:12 [2022-08-23T13:52:12.029Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
13:52:12 [2022-08-23T13:52:12.029Z] PASS
13:52:12 [2022-08-23T13:52:12.029Z] 
13:52:12 [2022-08-23T13:52:12.029Z] DONE 24 tests in 6.543s
13:52:12 [2022-08-23T13:52:12.029Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:52:12 [2022-08-23T13:52:12.029Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
13:52:12 [2022-08-23T13:52:12.029Z] ++ set -e
13:52:12 [2022-08-23T13:52:12.029Z] ++ '[' -n 0 ']'
13:52:12 [2022-08-23T13:52:12.029Z] ++ set -x
13:52:12 [2022-08-23T13:52:12.029Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
13:52:12 [2022-08-23T13:52:12.029Z] INFO: Testing against a local daemon
13:52:12 [2022-08-23T13:52:12.029Z] === RUN   TestExternalGraphDriver
13:52:12 [2022-08-23T13:52:12.044Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:52:12 [2022-08-23T13:52:12.044Z] Using test binary docker
13:52:12 [2022-08-23T13:52:12.303Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:52:12 [2022-08-23T13:52:12.303Z] Not: starting.
13:52:12 [2022-08-23T13:52:12.303Z] INFO: Waiting for daemon to start...
13:52:12 [2022-08-23T13:52:12.303Z] Starting dockerd
13:52:12 [2022-08-23T13:52:12.339Z] --- PASS: TestContainerNetworkMountsNoChown (0.63s)
13:52:12 [2022-08-23T13:52:12.339Z] === RUN   TestMountDaemonRoot
13:52:12 [2022-08-23T13:52:12.339Z] === RUN   TestMountDaemonRoot/default
13:52:12 [2022-08-23T13:52:12.339Z] === PAUSE TestMountDaemonRoot/default
13:52:12 [2022-08-23T13:52:12.339Z] === RUN   TestMountDaemonRoot/private
13:52:12 [2022-08-23T13:52:12.339Z] === PAUSE TestMountDaemonRoot/private
13:52:12 [2022-08-23T13:52:12.339Z] === RUN   TestMountDaemonRoot/rprivate
13:52:12 [2022-08-23T13:52:12.339Z] === PAUSE TestMountDaemonRoot/rprivate
13:52:12 [2022-08-23T13:52:12.339Z] === RUN   TestMountDaemonRoot/slave
13:52:12 [2022-08-23T13:52:12.339Z] === PAUSE TestMountDaemonRoot/slave
13:52:12 [2022-08-23T13:52:12.339Z] === RUN   TestMountDaemonRoot/rslave
13:52:12 [2022-08-23T13:52:12.339Z] === PAUSE TestMountDaemonRoot/rslave
13:52:12 [2022-08-23T13:52:12.339Z] === RUN   TestMountDaemonRoot/shared
13:52:12 [2022-08-23T13:52:12.339Z] === PAUSE TestMountDaemonRoot/shared
13:52:12 [2022-08-23T13:52:12.339Z] === RUN   TestMountDaemonRoot/rshared
13:52:12 [2022-08-23T13:52:12.339Z] === PAUSE TestMountDaemonRoot/rshared
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/default
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/default/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/default/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/default/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/rshared
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/shared
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/rslave
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/slave
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/rprivate
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/private
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/private/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === RUN   TestMountDaemonRoot/private/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/default/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:52:12 [2022-08-23T13:52:12.595Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:52:12 [2022-08-23T13:52:12.597Z] === RUN   TestExternalGraphDriver/json
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:52:12 [2022-08-23T13:52:12.852Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:52:13 [2022-08-23T13:52:13.109Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:52:13 [2022-08-23T13:52:13.109Z] === CONT  TestMountDaemonRoot/private/bind_root
13:52:13 [2022-08-23T13:52:13.109Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:52:13 [2022-08-23T13:52:13.109Z] === CONT  TestMountDaemonRoot/private/mount_root
13:52:13 [2022-08-23T13:52:13.109Z] --- PASS: TestMountDaemonRoot (0.04s)
13:52:13 [2022-08-23T13:52:13.109Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.09s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
13:52:13 [2022-08-23T13:52:13.109Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
13:52:13 [2022-08-23T13:52:13.109Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
13:52:13 [2022-08-23T13:52:13.109Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
13:52:13 [2022-08-23T13:52:13.109Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
13:52:13 [2022-08-23T13:52:13.109Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
13:52:13 [2022-08-23T13:52:13.109Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
13:52:13 [2022-08-23T13:52:13.109Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
13:52:13 [2022-08-23T13:52:13.109Z] === RUN   TestContainerBindMountNonRecursive
13:52:13 [2022-08-23T13:52:13.109Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
13:52:13 [2022-08-23T13:52:13.585Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
13:52:13 [2022-08-23T13:52:13.975Z] === RUN   TestExternalGraphDriver/spec
13:52:14 [2022-08-23T13:52:14.209Z] .
13:52:14 [2022-08-23T13:52:14.209Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:52:14 [2022-08-23T13:52:14.209Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:52:14 [2022-08-23T13:52:14.209Z] Error: No such image: emptyfs
13:52:14 [2022-08-23T13:52:14.469Z] Loaded image: emptyfs:latest
13:52:14 [2022-08-23T13:52:14.469Z] Running integration-test (iteration 1)
13:52:14 [2022-08-23T13:52:14.469Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:52:14 [2022-08-23T13:52:14.730Z] Loaded image: busybox:latest
13:52:14 [2022-08-23T13:52:14.730Z] Loaded image: busybox:glibc
13:52:14 [2022-08-23T13:52:14.767Z] tests/integration/api_secret_test.py .....                               [ 51%]
13:52:15 [2022-08-23T13:52:15.005Z] --- PASS: TestContainerBindMountNonRecursive (2.03s)
13:52:15 [2022-08-23T13:52:15.005Z] === RUN   TestContainerVolumesMountedAsShared
13:52:15 [2022-08-23T13:52:15.879Z] === RUN   TestExternalGraphDriver/pull
13:52:15 [2022-08-23T13:52:15.936Z] --- PASS: TestContainerVolumesMountedAsShared (0.76s)
13:52:15 [2022-08-23T13:52:15.936Z] === RUN   TestContainerVolumesMountedAsSlave
13:52:16 [2022-08-23T13:52:16.146Z] Loaded image: debian:bullseye-slim
13:52:16 [2022-08-23T13:52:16.146Z] Loaded image: hello-world:latest
13:52:16 [2022-08-23T13:52:16.414Z] Loaded image: arm32v7/hello-world:latest
13:52:16 [2022-08-23T13:52:16.414Z] INFO: Testing against a local daemon
13:52:16 [2022-08-23T13:52:16.414Z] === RUN   TestCgroupNamespacesBuild
13:52:16 [2022-08-23T13:52:16.498Z] --- PASS: TestContainerVolumesMountedAsSlave (0.70s)
13:52:16 [2022-08-23T13:52:16.498Z] === RUN   TestNetworkNat
13:52:17 [2022-08-23T13:52:17.255Z] --- PASS: TestExternalGraphDriver (5.27s)
13:52:17 [2022-08-23T13:52:17.256Z]     --- PASS: TestExternalGraphDriver/json (1.60s)
13:52:17 [2022-08-23T13:52:17.256Z]     --- PASS: TestExternalGraphDriver/spec (1.60s)
13:52:17 [2022-08-23T13:52:17.256Z]     --- PASS: TestExternalGraphDriver/pull (1.72s)
13:52:17 [2022-08-23T13:52:17.256Z] === RUN   TestGraphdriverPluginV2
13:52:17 [2022-08-23T13:52:17.426Z] --- PASS: TestNetworkNat (0.75s)
13:52:17 [2022-08-23T13:52:17.426Z] === RUN   TestNetworkLocalhostTCPNat
13:52:17 [2022-08-23T13:52:17.809Z] --- PASS: TestCgroupNamespacesBuild (1.18s)
13:52:17 [2022-08-23T13:52:17.809Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:52:17 [2022-08-23T13:52:17.823Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:52:17 [2022-08-23T13:52:17.823Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
13:52:17 [2022-08-23T13:52:17.823Z] PASS
13:52:17 [2022-08-23T13:52:17.823Z] 
13:52:17 [2022-08-23T13:52:17.823Z] === Skipped
13:52:17 [2022-08-23T13:52:17.823Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
13:52:17 [2022-08-23T13:52:17.823Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:52:17 [2022-08-23T13:52:17.823Z] 
13:52:17 [2022-08-23T13:52:17.823Z] DONE 5 tests, 1 skipped in 5.692s
13:52:17 [2022-08-23T13:52:17.823Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:52:17 [2022-08-23T13:52:17.823Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
13:52:17 [2022-08-23T13:52:17.823Z] ++ set -e
13:52:17 [2022-08-23T13:52:17.823Z] ++ '[' -n 0 ']'
13:52:17 [2022-08-23T13:52:17.823Z] ++ set -x
13:52:17 [2022-08-23T13:52:17.823Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
13:52:17 [2022-08-23T13:52:17.823Z] INFO: Testing against a local daemon
13:52:17 [2022-08-23T13:52:17.823Z] === RUN   TestContinueAfterPluginCrash
13:52:17 [2022-08-23T13:52:17.823Z] === PAUSE TestContinueAfterPluginCrash
13:52:17 [2022-08-23T13:52:17.823Z] === RUN   TestReadPluginNoRead
13:52:17 [2022-08-23T13:52:17.823Z] === PAUSE TestReadPluginNoRead
13:52:17 [2022-08-23T13:52:17.823Z] === RUN   TestDaemonStartWithLogOpt
13:52:17 [2022-08-23T13:52:17.823Z] === PAUSE TestDaemonStartWithLogOpt
13:52:17 [2022-08-23T13:52:17.823Z] === CONT  TestContinueAfterPluginCrash
13:52:17 [2022-08-23T13:52:17.823Z] === CONT  TestDaemonStartWithLogOpt
13:52:18 [2022-08-23T13:52:18.353Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
13:52:18 [2022-08-23T13:52:18.610Z] --- PASS: TestNetworkLocalhostTCPNat (1.26s)
13:52:18 [2022-08-23T13:52:18.610Z] === RUN   TestNetworkLoopbackNat
13:52:18 [2022-08-23T13:52:18.747Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.11s)
13:52:18 [2022-08-23T13:52:18.747Z] === RUN   TestBuildWithSession
13:52:18 [2022-08-23T13:52:18.747Z]     build_session_test.go:25: TODO: BuildKit
13:52:18 [2022-08-23T13:52:18.747Z] --- SKIP: TestBuildWithSession (0.00s)
13:52:18 [2022-08-23T13:52:18.747Z] === RUN   TestBuildSquashParent
13:52:18 [2022-08-23T13:52:18.866Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
13:52:19 [2022-08-23T13:52:19.094Z] tests/integration/api_service_test.py .................................. [ 59%]
13:52:19 [2022-08-23T13:52:19.122Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
13:52:19 [2022-08-23T13:52:19.122Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
13:52:19 [2022-08-23T13:52:19.379Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
13:52:19 [2022-08-23T13:52:19.942Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
13:52:20 [2022-08-23T13:52:20.878Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
13:52:20 [2022-08-23T13:52:20.878Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
13:52:21 [2022-08-23T13:52:21.122Z] --- PASS: TestDaemonStartWithLogOpt (3.04s)
13:52:21 [2022-08-23T13:52:21.122Z] === CONT  TestReadPluginNoRead
13:52:21 [2022-08-23T13:52:21.134Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
13:52:21 [2022-08-23T13:52:21.697Z] --- PASS: TestNetworkLoopbackNat (2.99s)
13:52:21 [2022-08-23T13:52:21.697Z] === RUN   TestPause
13:52:21 [2022-08-23T13:52:21.953Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
13:52:22 [2022-08-23T13:52:22.210Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
13:52:22 [2022-08-23T13:52:22.467Z] --- PASS: TestPause (0.84s)
13:52:22 [2022-08-23T13:52:22.467Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:52:22 [2022-08-23T13:52:22.467Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:52:22 [2022-08-23T13:52:22.467Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:52:22 [2022-08-23T13:52:22.467Z] === RUN   TestPauseStopPausedContainer
13:52:22 [2022-08-23T13:52:22.724Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
13:52:23 [2022-08-23T13:52:23.030Z] === RUN   TestReadPluginNoRead/default
13:52:23 [2022-08-23T13:52:23.287Z] --- PASS: TestPauseStopPausedContainer (0.78s)
13:52:23 [2022-08-23T13:52:23.287Z] === RUN   TestPidHost
13:52:23 [2022-08-23T13:52:23.521Z] ............................                                             [ 66%]
13:52:23 [2022-08-23T13:52:23.544Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
13:52:23 [2022-08-23T13:52:23.544Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
13:52:23 [2022-08-23T13:52:23.544Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
13:52:24 [2022-08-23T13:52:24.406Z] === RUN   TestReadPluginNoRead/disabled_caching
13:52:24 [2022-08-23T13:52:24.472Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
13:52:25 [2022-08-23T13:52:25.035Z] --- PASS: TestPidHost (1.82s)
13:52:25 [2022-08-23T13:52:25.035Z] === RUN   TestPsFilter
13:52:25 [2022-08-23T13:52:25.035Z] --- PASS: TestPsFilter (0.14s)
13:52:25 [2022-08-23T13:52:25.035Z] === RUN   TestRemoveContainerWithRemovedVolume
13:52:25 [2022-08-23T13:52:25.291Z] === RUN   TestDockerSuite/TestLogsAPIUntil
13:52:25 [2022-08-23T13:52:25.314Z] --- PASS: TestBuildSquashParent (6.42s)
13:52:25 [2022-08-23T13:52:25.314Z] === RUN   TestBuildWithRemoveAndForceRemove
13:52:25 [2022-08-23T13:52:25.314Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:52:25 [2022-08-23T13:52:25.314Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:52:25 [2022-08-23T13:52:25.314Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:52:25 [2022-08-23T13:52:25.314Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:52:25 [2022-08-23T13:52:25.314Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:52:25 [2022-08-23T13:52:25.314Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:52:25 [2022-08-23T13:52:25.314Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:52:25 [2022-08-23T13:52:25.314Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:52:25 [2022-08-23T13:52:25.314Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:52:25 [2022-08-23T13:52:25.314Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:52:25 [2022-08-23T13:52:25.314Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:52:25 [2022-08-23T13:52:25.314Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:52:25 [2022-08-23T13:52:25.314Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:52:25 [2022-08-23T13:52:25.314Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:52:25 [2022-08-23T13:52:25.342Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:52:25 [2022-08-23T13:52:25.856Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s)
13:52:25 [2022-08-23T13:52:25.856Z] === RUN   TestRemoveContainerWithVolume
13:52:25 [2022-08-23T13:52:25.909Z] --- PASS: TestContinueAfterPluginCrash (8.07s)
13:52:26 [2022-08-23T13:52:26.421Z] --- PASS: TestRemoveContainerWithVolume (0.54s)
13:52:26 [2022-08-23T13:52:26.421Z] === RUN   TestRemoveContainerRunning
13:52:26 [2022-08-23T13:52:26.477Z] === CONT  TestReadPluginNoRead
13:52:26 [2022-08-23T13:52:26.477Z]     read_test.go:92: [dadf50cf1b5e6] daemon is not started
13:52:26 [2022-08-23T13:52:26.477Z] --- PASS: TestReadPluginNoRead (5.65s)
13:52:26 [2022-08-23T13:52:26.477Z]     --- PASS: TestReadPluginNoRead/default (1.18s)
13:52:26 [2022-08-23T13:52:26.477Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.16s)
13:52:26 [2022-08-23T13:52:26.477Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s)
13:52:26 [2022-08-23T13:52:26.477Z] PASS
13:52:26 [2022-08-23T13:52:26.477Z] 
13:52:26 [2022-08-23T13:52:26.477Z] DONE 6 tests in 8.786s
13:52:26 [2022-08-23T13:52:26.477Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
13:52:26 [2022-08-23T13:52:26.477Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
13:52:26 [2022-08-23T13:52:26.477Z] ++ set -e
13:52:26 [2022-08-23T13:52:26.477Z] ++ '[' -n 0 ']'
13:52:26 [2022-08-23T13:52:26.477Z] ++ set -x
13:52:26 [2022-08-23T13:52:26.477Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
13:52:26 [2022-08-23T13:52:26.477Z] testing: warning: no tests to run
13:52:26 [2022-08-23T13:52:26.477Z] PASS
13:52:26 [2022-08-23T13:52:26.477Z] 
13:52:26 [2022-08-23T13:52:26.477Z] DONE 0 tests in 0.029s
13:52:26 [2022-08-23T13:52:26.477Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:52:26 [2022-08-23T13:52:26.477Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
13:52:26 [2022-08-23T13:52:26.477Z] ++ set -e
13:52:26 [2022-08-23T13:52:26.477Z] ++ '[' -n 0 ']'
13:52:26 [2022-08-23T13:52:26.477Z] ++ set -x
13:52:26 [2022-08-23T13:52:26.477Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
13:52:26 [2022-08-23T13:52:26.676Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
13:52:26 [2022-08-23T13:52:26.695Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:52:26 [2022-08-23T13:52:26.736Z] INFO: Testing against a local daemon
13:52:26 [2022-08-23T13:52:26.736Z] === RUN   TestPluginWithDevMounts
13:52:26 [2022-08-23T13:52:26.736Z] === PAUSE TestPluginWithDevMounts
13:52:26 [2022-08-23T13:52:26.736Z] === CONT  TestPluginWithDevMounts
13:52:26 [2022-08-23T13:52:26.932Z] --- PASS: TestRemoveContainerRunning (0.52s)
13:52:26 [2022-08-23T13:52:26.932Z] === RUN   TestRemoveContainerForceRemoveRunning
13:52:26 [2022-08-23T13:52:26.954Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:52:27 [2022-08-23T13:52:27.495Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.54s)
13:52:27 [2022-08-23T13:52:27.495Z] === RUN   TestRemoveInvalidContainer
13:52:27 [2022-08-23T13:52:27.495Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:52:27 [2022-08-23T13:52:27.495Z] === RUN   TestRenameLinkedContainer
13:52:28 [2022-08-23T13:52:28.112Z] --- PASS: TestPluginWithDevMounts (1.53s)
13:52:28 [2022-08-23T13:52:28.112Z] PASS
13:52:28 [2022-08-23T13:52:28.112Z] 
13:52:28 [2022-08-23T13:52:28.112Z] DONE 1 tests in 1.623s
13:52:28 [2022-08-23T13:52:28.112Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
13:52:28 [2022-08-23T13:52:28.112Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
13:52:28 [2022-08-23T13:52:28.112Z] ++ set -e
13:52:28 [2022-08-23T13:52:28.112Z] ++ '[' -n 0 ']'
13:52:28 [2022-08-23T13:52:28.112Z] ++ set -x
13:52:28 [2022-08-23T13:52:28.112Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
13:52:28 [2022-08-23T13:52:28.371Z] INFO: Testing against a local daemon
13:52:28 [2022-08-23T13:52:28.371Z] === RUN   TestSecretInspect
13:52:28 [2022-08-23T13:52:28.859Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:52:28 [2022-08-23T13:52:28.860Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:52:28 [2022-08-23T13:52:28.863Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
13:52:29 [2022-08-23T13:52:29.119Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
13:52:29 [2022-08-23T13:52:29.682Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
13:52:29 [2022-08-23T13:52:29.939Z] --- PASS: TestRenameLinkedContainer (2.53s)
13:52:29 [2022-08-23T13:52:29.939Z] === RUN   TestRenameStoppedContainer
13:52:30 [2022-08-23T13:52:30.275Z] --- PASS: TestSecretInspect (1.80s)
13:52:30 [2022-08-23T13:52:30.275Z] === RUN   TestSecretList
13:52:30 [2022-08-23T13:52:30.502Z] --- PASS: TestRenameStoppedContainer (0.61s)
13:52:30 [2022-08-23T13:52:30.502Z] === RUN   TestRenameRunningContainerAndReuse
13:52:30 [2022-08-23T13:52:30.765Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
13:52:30 [2022-08-23T13:52:30.765Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.71s)
13:52:30 [2022-08-23T13:52:30.765Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.78s)
13:52:30 [2022-08-23T13:52:30.765Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.92s)
13:52:30 [2022-08-23T13:52:30.765Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.98s)
13:52:30 [2022-08-23T13:52:30.765Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.11s)
13:52:30 [2022-08-23T13:52:30.765Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.02s)
13:52:30 [2022-08-23T13:52:30.765Z] === RUN   TestBuildMultiStageCopy
13:52:30 [2022-08-23T13:52:30.765Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:52:31 [2022-08-23T13:52:31.867Z] --- PASS: TestRenameRunningContainerAndReuse (1.10s)
13:52:31 [2022-08-23T13:52:31.867Z] === RUN   TestRenameInvalidName
13:52:32 [2022-08-23T13:52:32.179Z] --- PASS: TestSecretList (2.20s)
13:52:32 [2022-08-23T13:52:32.179Z] === RUN   TestSecretsCreateAndDelete
13:52:32 [2022-08-23T13:52:32.432Z] --- PASS: TestRenameInvalidName (0.65s)
13:52:32 [2022-08-23T13:52:32.432Z] === RUN   TestRenameAnonymousContainer
13:52:33 [2022-08-23T13:52:33.360Z]     check_test.go:540: [d17918a5bf6f8] daemon is not started
13:52:33 [2022-08-23T13:52:33.360Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
13:52:34 [2022-08-23T13:52:34.288Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
13:52:34 [2022-08-23T13:52:34.544Z] --- PASS: TestRenameAnonymousContainer (2.14s)
13:52:34 [2022-08-23T13:52:34.544Z] === RUN   TestRenameContainerWithSameName
13:52:34 [2022-08-23T13:52:34.712Z] --- PASS: TestSecretsCreateAndDelete (2.19s)
13:52:34 [2022-08-23T13:52:34.712Z] === RUN   TestSecretsUpdate
13:52:34 [2022-08-23T13:52:34.800Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
13:52:34 [2022-08-23T13:52:34.957Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:52:35 [2022-08-23T13:52:35.056Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
13:52:35 [2022-08-23T13:52:35.056Z] --- PASS: TestRenameContainerWithSameName (0.74s)
13:52:35 [2022-08-23T13:52:35.056Z] === RUN   TestRenameContainerWithLinkedContainer
13:52:35 [2022-08-23T13:52:35.216Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:52:36 [2022-08-23T13:52:36.153Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:52:36 [2022-08-23T13:52:36.616Z] --- PASS: TestSecretsUpdate (2.17s)
13:52:36 [2022-08-23T13:52:36.616Z] === RUN   TestTemplatedSecret
13:52:36 [2022-08-23T13:52:36.964Z] === RUN   TestDockerSuite/TestPostContainersAttach
13:52:36 [2022-08-23T13:52:36.964Z] --- PASS: TestRenameContainerWithLinkedContainer (1.64s)
13:52:36 [2022-08-23T13:52:36.964Z] === RUN   TestResize
13:52:37 [2022-08-23T13:52:37.090Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:52:37 [2022-08-23T13:52:37.219Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
13:52:37 [2022-08-23T13:52:37.476Z] --- PASS: TestResize (0.71s)
13:52:37 [2022-08-23T13:52:37.476Z] === RUN   TestResizeWithInvalidSize
13:52:38 [2022-08-23T13:52:38.027Z] --- PASS: TestBuildMultiStageCopy (7.32s)
13:52:38 [2022-08-23T13:52:38.027Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.38s)
13:52:38 [2022-08-23T13:52:38.027Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.94s)
13:52:38 [2022-08-23T13:52:38.027Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
13:52:38 [2022-08-23T13:52:38.027Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
13:52:38 [2022-08-23T13:52:38.027Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
13:52:38 [2022-08-23T13:52:38.027Z] === RUN   TestBuildMultiStageParentConfig
13:52:38 [2022-08-23T13:52:38.037Z] --- PASS: TestResizeWithInvalidSize (0.61s)
13:52:38 [2022-08-23T13:52:38.037Z] === RUN   TestResizeWhenContainerNotStarted
13:52:38 [2022-08-23T13:52:38.965Z] --- PASS: TestResizeWhenContainerNotStarted (0.76s)
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:52:38 [2022-08-23T13:52:38.965Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:52:39 [2022-08-23T13:52:39.151Z] --- PASS: TestTemplatedSecret (2.54s)
13:52:39 [2022-08-23T13:52:39.151Z] === RUN   TestSecretCreateResolve
13:52:41 [2022-08-23T13:52:41.482Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:52:41 [2022-08-23T13:52:41.683Z] --- PASS: TestSecretCreateResolve (2.19s)
13:52:41 [2022-08-23T13:52:41.683Z] PASS
13:52:41 [2022-08-23T13:52:41.683Z] 
13:52:41 [2022-08-23T13:52:41.683Z] DONE 6 tests in 13.185s
13:52:41 [2022-08-23T13:52:41.683Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
13:52:41 [2022-08-23T13:52:41.683Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
13:52:41 [2022-08-23T13:52:41.683Z] ++ set -e
13:52:41 [2022-08-23T13:52:41.683Z] ++ '[' -n 0 ']'
13:52:41 [2022-08-23T13:52:41.683Z] ++ set -x
13:52:41 [2022-08-23T13:52:41.683Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
13:52:41 [2022-08-23T13:52:41.683Z] INFO: Testing against a local daemon
13:52:41 [2022-08-23T13:52:41.683Z] === RUN   TestServiceCreateInit
13:52:41 [2022-08-23T13:52:41.683Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:52:42 [2022-08-23T13:52:42.847Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:52:43 [2022-08-23T13:52:43.298Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
13:52:43 [2022-08-23T13:52:43.298Z] === RUN   TestBuildLabelWithTargets
13:52:44 [2022-08-23T13:52:44.213Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
13:52:44 [2022-08-23T13:52:44.213Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
13:52:44 [2022-08-23T13:52:44.213Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
13:52:44 [2022-08-23T13:52:44.213Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:52:44 [2022-08-23T13:52:44.213Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:52:44 [2022-08-23T13:52:44.777Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
13:52:44 [2022-08-23T13:52:44.777Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
13:52:44 [2022-08-23T13:52:44.974Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:52:46 [2022-08-23T13:52:46.144Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
13:52:46 [2022-08-23T13:52:46.144Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
13:52:46 [2022-08-23T13:52:46.144Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:52:46 [2022-08-23T13:52:46.144Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
13:52:46 [2022-08-23T13:52:46.144Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:52:46 [2022-08-23T13:52:46.707Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
13:52:46 [2022-08-23T13:52:46.707Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
13:52:48 [2022-08-23T13:52:48.261Z] --- PASS: TestServiceCreateInit (6.76s)
13:52:48 [2022-08-23T13:52:48.261Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.14s)
13:52:48 [2022-08-23T13:52:48.261Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.61s)
13:52:48 [2022-08-23T13:52:48.261Z] === RUN   TestCreateServiceMultipleTimes
13:52:48 [2022-08-23T13:52:48.602Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
13:52:48 [2022-08-23T13:52:48.602Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
13:52:48 [2022-08-23T13:52:48.858Z] === RUN   TestDockerSuite/TestAttachAfterDetach
13:52:49 [2022-08-23T13:52:49.114Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
13:52:50 [2022-08-23T13:52:50.480Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:52:50 [2022-08-23T13:52:50.480Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
13:52:50 [2022-08-23T13:52:50.480Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:52:50 [2022-08-23T13:52:50.736Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
13:52:51 [2022-08-23T13:52:51.416Z] --- PASS: TestBuildLabelWithTargets (8.00s)
13:52:51 [2022-08-23T13:52:51.416Z] === RUN   TestBuildWithEmptyLayers
13:52:52 [2022-08-23T13:52:52.630Z] === RUN   TestDockerSuite/TestAttachDetach
13:52:53 [2022-08-23T13:52:53.194Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
13:52:53 [2022-08-23T13:52:53.771Z] === RUN   TestDockerSuite/TestAttachDisconnect
13:52:54 [2022-08-23T13:52:54.342Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:52:54 [2022-08-23T13:52:54.598Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
13:52:54 [2022-08-23T13:52:54.704Z] --- PASS: TestBuildWithEmptyLayers (3.00s)
13:52:54 [2022-08-23T13:52:54.704Z] === RUN   TestBuildMultiStageOnBuild
13:52:55 [2022-08-23T13:52:55.964Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:52:55 [2022-08-23T13:52:55.964Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
13:52:55 [2022-08-23T13:52:55.964Z]     docker_cli_daemon_test.go:233: unmatched requirement Devicemapper
13:52:55 [2022-08-23T13:52:55.964Z]     check_test.go:540: [d8e3c682abceb] daemon is not started
13:52:55 [2022-08-23T13:52:55.964Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
13:52:55 [2022-08-23T13:52:55.964Z]     docker_cli_daemon_test.go:213: unmatched requirement Devicemapper
13:52:55 [2022-08-23T13:52:55.964Z]     check_test.go:540: [d33f31c4b370f] daemon is not started
13:52:55 [2022-08-23T13:52:55.964Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
13:52:56 [2022-08-23T13:52:56.528Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:52:56 [2022-08-23T13:52:56.528Z] === RUN   TestDockerSuite/TestAttachPausedContainer
13:52:57 [2022-08-23T13:52:57.456Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
13:52:58 [2022-08-23T13:52:58.019Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
13:52:58 [2022-08-23T13:52:58.275Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:52:59 [2022-08-23T13:52:59.643Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:52:59 [2022-08-23T13:52:59.643Z]     check_test.go:540: [d27c3a98dcad1] daemon is not started
13:52:59 [2022-08-23T13:52:59.643Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
13:52:59 [2022-08-23T13:52:59.975Z] --- PASS: TestBuildMultiStageOnBuild (5.03s)
13:52:59 [2022-08-23T13:52:59.975Z] === RUN   TestBuildUncleanTarFilenames
13:52:59 [2022-08-23T13:52:59.975Z] --- PASS: TestBuildUncleanTarFilenames (0.59s)
13:52:59 [2022-08-23T13:52:59.975Z] === RUN   TestBuildMultiStageLayerLeak
13:53:01 [2022-08-23T13:53:01.010Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:53:03 [2022-08-23T13:53:03.529Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:53:03 [2022-08-23T13:53:03.529Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.39s)
13:53:03 [2022-08-23T13:53:03.529Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.52s)
13:53:03 [2022-08-23T13:53:03.529Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.23s)
13:53:03 [2022-08-23T13:53:03.529Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.49s)
13:53:03 [2022-08-23T13:53:03.529Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.79s)
13:53:03 [2022-08-23T13:53:03.529Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.78s)
13:53:03 [2022-08-23T13:53:03.529Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.39s)
13:53:03 [2022-08-23T13:53:03.529Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.54s)
13:53:03 [2022-08-23T13:53:03.529Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.59s)
13:53:03 [2022-08-23T13:53:03.529Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.40s)
13:53:03 [2022-08-23T13:53:03.529Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.17s)
13:53:03 [2022-08-23T13:53:03.530Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.51s)
13:53:03 [2022-08-23T13:53:03.530Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.20s)
13:53:03 [2022-08-23T13:53:03.530Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.69s)
13:53:03 [2022-08-23T13:53:03.530Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.05s)
13:53:03 [2022-08-23T13:53:03.530Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.52s)
13:53:03 [2022-08-23T13:53:03.530Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
13:53:03 [2022-08-23T13:53:03.530Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
13:53:04 [2022-08-23T13:53:04.167Z] --- PASS: TestBuildMultiStageLayerLeak (4.40s)
13:53:04 [2022-08-23T13:53:04.167Z] === RUN   TestBuildWithHugeFile
13:53:04 [2022-08-23T13:53:04.458Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
13:53:05 [2022-08-23T13:53:05.020Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
13:53:05 [2022-08-23T13:53:05.085Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
13:53:06 [2022-08-23T13:53:06.346Z] --- PASS: TestCreateServiceMultipleTimes (15.63s)
13:53:06 [2022-08-23T13:53:06.346Z] === RUN   TestCreateServiceConflict
13:53:06 [2022-08-23T13:53:06.346Z] --- PASS: TestCreateServiceConflict (2.26s)
13:53:06 [2022-08-23T13:53:06.346Z] === RUN   TestCreateServiceMaxReplicas
13:53:06 [2022-08-23T13:53:06.911Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (3.37s)
13:53:06 [2022-08-23T13:53:06.911Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (1.70s)
13:53:06 [2022-08-23T13:53:06.911Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.66s)
13:53:06 [2022-08-23T13:53:06.911Z] === RUN   TestCgroupNamespacesRun
13:53:07 [2022-08-23T13:53:07.841Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
13:53:08 [2022-08-23T13:53:08.404Z] --- PASS: TestCgroupNamespacesRun (1.70s)
13:53:08 [2022-08-23T13:53:08.404Z] === RUN   TestCgroupNamespacesRunPrivileged
13:53:08 [2022-08-23T13:53:08.879Z] --- PASS: TestCreateServiceMaxReplicas (2.72s)
13:53:08 [2022-08-23T13:53:08.879Z] === RUN   TestCreateWithDuplicateNetworkNames
13:53:10 [2022-08-23T13:53:10.301Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.71s)
13:53:10 [2022-08-23T13:53:10.301Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:53:10 [2022-08-23T13:53:10.563Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
13:53:11 [2022-08-23T13:53:11.931Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.69s)
13:53:11 [2022-08-23T13:53:11.931Z] === RUN   TestCgroupNamespacesRunHostMode
13:53:13 [2022-08-23T13:53:13.822Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
13:53:13 [2022-08-23T13:53:13.822Z] --- PASS: TestCgroupNamespacesRunHostMode (1.70s)
13:53:13 [2022-08-23T13:53:13.822Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:53:15 [2022-08-23T13:53:15.188Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
13:53:15 [2022-08-23T13:53:15.188Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.57s)
13:53:15 [2022-08-23T13:53:15.188Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:53:15 [2022-08-23T13:53:15.752Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
13:53:16 [2022-08-23T13:53:16.682Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.58s)
13:53:16 [2022-08-23T13:53:16.682Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:53:16 [2022-08-23T13:53:16.939Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
13:53:17 [2022-08-23T13:53:17.195Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
13:53:17 [2022-08-23T13:53:17.758Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s)
13:53:17 [2022-08-23T13:53:17.758Z] === RUN   TestCgroupNamespacesRunOlderClient
13:53:18 [2022-08-23T13:53:18.014Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
13:53:18 [2022-08-23T13:53:18.943Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
13:53:19 [2022-08-23T13:53:19.200Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.65s)
13:53:19 [2022-08-23T13:53:19.200Z] === RUN   TestNISDomainname
13:53:20 [2022-08-23T13:53:20.130Z] --- PASS: TestNISDomainname (0.96s)
13:53:20 [2022-08-23T13:53:20.130Z] === RUN   TestHostnameDnsResolution
13:53:20 [2022-08-23T13:53:20.174Z] tests/integration/api_volume_test.py .........                           [ 74%]
13:53:21 [2022-08-23T13:53:21.499Z] --- PASS: TestHostnameDnsResolution (1.17s)
13:53:21 [2022-08-23T13:53:21.499Z] === RUN   TestUnprivilegedPortsAndPing
13:53:21 [2022-08-23T13:53:21.499Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
13:53:22 [2022-08-23T13:53:22.061Z] tests/integration/client_test.py .....                                   [ 75%]
13:53:22 [2022-08-23T13:53:22.061Z] tests/integration/context_api_test.py ...                                [ 76%]
13:53:22 [2022-08-23T13:53:22.062Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
13:53:22 [2022-08-23T13:53:22.318Z] --- PASS: TestUnprivilegedPortsAndPing (0.81s)
13:53:22 [2022-08-23T13:53:22.318Z] === RUN   TestPrivilegedHostDevices
13:53:22 [2022-08-23T13:53:22.623Z] tests/integration/errors_test.py .                                       [ 76%]
13:53:22 [2022-08-23T13:53:22.882Z] --- PASS: TestPrivilegedHostDevices (0.80s)
13:53:22 [2022-08-23T13:53:22.882Z] === RUN   TestRunConsoleSize
13:53:23 [2022-08-23T13:53:23.138Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
13:53:23 [2022-08-23T13:53:23.701Z] --- PASS: TestRunConsoleSize (0.81s)
13:53:23 [2022-08-23T13:53:23.701Z] === RUN   TestRunWithAlternativeContainerdShim
13:53:23 [2022-08-23T13:53:23.759Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.04s)
13:53:23 [2022-08-23T13:53:23.759Z] === RUN   TestCreateServiceSecretFileMode
13:53:24 [2022-08-23T13:53:24.018Z] --- PASS: TestCreateServiceSecretFileMode (2.01s)
13:53:24 [2022-08-23T13:53:24.018Z] === RUN   TestCreateServiceConfigFileMode
13:53:26 [2022-08-23T13:53:26.220Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
13:53:26 [2022-08-23T13:53:26.550Z] --- PASS: TestCreateServiceConfigFileMode (2.47s)
13:53:26 [2022-08-23T13:53:26.550Z] === RUN   TestCreateServiceSysctls
13:53:27 [2022-08-23T13:53:27.163Z] --- PASS: TestRunWithAlternativeContainerdShim (3.13s)
13:53:27 [2022-08-23T13:53:27.163Z] === RUN   TestStats
13:53:28 [2022-08-23T13:53:28.529Z]     check_test.go:540: [d674237c6eccb] daemon is not started
13:53:28 [2022-08-23T13:53:28.529Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
13:53:29 [2022-08-23T13:53:29.457Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
13:53:29 [2022-08-23T13:53:29.714Z] --- PASS: TestStats (2.82s)
13:53:29 [2022-08-23T13:53:29.714Z] === RUN   TestStopContainerWithTimeout
13:53:29 [2022-08-23T13:53:29.714Z] === RUN   TestStopContainerWithTimeout/0
13:53:29 [2022-08-23T13:53:29.714Z] === PAUSE TestStopContainerWithTimeout/0
13:53:29 [2022-08-23T13:53:29.714Z] === RUN   TestStopContainerWithTimeout/1
13:53:29 [2022-08-23T13:53:29.714Z] === PAUSE TestStopContainerWithTimeout/1
13:53:29 [2022-08-23T13:53:29.714Z] === RUN   TestStopContainerWithTimeout/3
13:53:29 [2022-08-23T13:53:29.714Z] === PAUSE TestStopContainerWithTimeout/3
13:53:29 [2022-08-23T13:53:29.714Z] === RUN   TestStopContainerWithTimeout/-1
13:53:29 [2022-08-23T13:53:29.714Z] === PAUSE TestStopContainerWithTimeout/-1
13:53:29 [2022-08-23T13:53:29.714Z] === CONT  TestStopContainerWithTimeout/0
13:53:29 [2022-08-23T13:53:29.714Z] === CONT  TestStopContainerWithTimeout/3
13:53:29 [2022-08-23T13:53:29.838Z] --- PASS: TestCreateServiceSysctls (3.09s)
13:53:29 [2022-08-23T13:53:29.838Z] === RUN   TestCreateServiceCapabilities
13:53:31 [2022-08-23T13:53:31.083Z] === CONT  TestStopContainerWithTimeout/-1
13:53:31 [2022-08-23T13:53:31.083Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
13:53:31 [2022-08-23T13:53:31.743Z] --- PASS: TestCreateServiceCapabilities (2.02s)
13:53:31 [2022-08-23T13:53:31.743Z] === RUN   TestInspect
13:53:32 [2022-08-23T13:53:32.973Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
13:53:32 [2022-08-23T13:53:32.973Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
13:53:32 [2022-08-23T13:53:32.973Z] === CONT  TestStopContainerWithTimeout/1
13:53:34 [2022-08-23T13:53:34.287Z] --- PASS: TestInspect (2.71s)
13:53:34 [2022-08-23T13:53:34.288Z] === RUN   TestCreateJob
13:53:34 [2022-08-23T13:53:34.343Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
13:53:34 [2022-08-23T13:53:34.599Z] --- PASS: TestStopContainerWithTimeout (0.02s)
13:53:34 [2022-08-23T13:53:34.599Z]     --- PASS: TestStopContainerWithTimeout/0 (1.18s)
13:53:34 [2022-08-23T13:53:34.599Z]     --- PASS: TestStopContainerWithTimeout/3 (3.04s)
13:53:34 [2022-08-23T13:53:34.599Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.64s)
13:53:34 [2022-08-23T13:53:34.599Z]     --- PASS: TestStopContainerWithTimeout/1 (1.68s)
13:53:34 [2022-08-23T13:53:34.599Z] === RUN   TestDeleteDevicemapper
13:53:34 [2022-08-23T13:53:34.599Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:53:34 [2022-08-23T13:53:34.599Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:53:34 [2022-08-23T13:53:34.599Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:53:35 [2022-08-23T13:53:35.530Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
13:53:37 [2022-08-23T13:53:37.424Z]     check_test.go:540: [db8e08b08a3b2] daemon is not started
13:53:37 [2022-08-23T13:53:37.424Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
13:53:37 [2022-08-23T13:53:37.575Z] --- PASS: TestCreateJob (2.96s)
13:53:37 [2022-08-23T13:53:37.575Z] === RUN   TestReplicatedJob
13:53:37 [2022-08-23T13:53:37.986Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.38s)
13:53:37 [2022-08-23T13:53:37.986Z] === RUN   TestUpdateMemory
13:53:37 [2022-08-23T13:53:37.986Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
13:53:37 [2022-08-23T13:53:37.986Z] --- SKIP: TestUpdateMemory (0.00s)
13:53:37 [2022-08-23T13:53:37.986Z] === RUN   TestUpdateCPUQuota
13:53:37 [2022-08-23T13:53:37.986Z] === RUN   TestDockerSuite/TestBuildAddNonTar
13:53:38 [2022-08-23T13:53:38.913Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
13:53:38 [2022-08-23T13:53:38.913Z] --- PASS: TestUpdateCPUQuota (1.12s)
13:53:38 [2022-08-23T13:53:38.913Z] === RUN   TestUpdatePidsLimit
13:53:38 [2022-08-23T13:53:38.913Z] === RUN   TestUpdatePidsLimit/update_from_none
13:53:39 [2022-08-23T13:53:39.477Z] === RUN   TestUpdatePidsLimit/no_change
13:53:39 [2022-08-23T13:53:39.477Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
13:53:39 [2022-08-23T13:53:39.733Z] === RUN   TestUpdatePidsLimit/update_lower
13:53:39 [2022-08-23T13:53:39.990Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:53:40 [2022-08-23T13:53:40.246Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:53:40 [2022-08-23T13:53:40.502Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:53:40 [2022-08-23T13:53:40.758Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
13:53:40 [2022-08-23T13:53:40.758Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:53:41 [2022-08-23T13:53:41.272Z] tests/integration/models_containers_test.py ............................ [ 83%]
13:53:42 [2022-08-23T13:53:42.123Z] --- PASS: TestUpdatePidsLimit (2.98s)
13:53:42 [2022-08-23T13:53:42.123Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.33s)
13:53:42 [2022-08-23T13:53:42.123Z]     --- PASS: TestUpdatePidsLimit/no_change (0.29s)
13:53:42 [2022-08-23T13:53:42.123Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.26s)
13:53:42 [2022-08-23T13:53:42.123Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.31s)
13:53:42 [2022-08-23T13:53:42.123Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.26s)
13:53:42 [2022-08-23T13:53:42.123Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s)
13:53:42 [2022-08-23T13:53:42.123Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s)
13:53:42 [2022-08-23T13:53:42.123Z] === RUN   TestUpdateRestartPolicy
13:53:42 [2022-08-23T13:53:42.123Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
13:53:42 [2022-08-23T13:53:42.844Z] --- PASS: TestReplicatedJob (5.18s)
13:53:42 [2022-08-23T13:53:42.845Z] === RUN   TestUpdateReplicatedJob
13:53:44 [2022-08-23T13:53:44.650Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
13:53:45 [2022-08-23T13:53:45.378Z] --- PASS: TestUpdateReplicatedJob (3.16s)
13:53:45 [2022-08-23T13:53:45.378Z] === RUN   TestServiceListWithStatuses
13:53:45 [2022-08-23T13:53:45.378Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:53:45 [2022-08-23T13:53:45.378Z] --- SKIP: TestServiceListWithStatuses (0.00s)
13:53:45 [2022-08-23T13:53:45.378Z] === RUN   TestDockerNetworkConnectAlias
13:53:45 [2022-08-23T13:53:45.580Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
13:53:46 [2022-08-23T13:53:46.142Z] === RUN   TestDockerSuite/TestBuildAddScript
13:53:46 [2022-08-23T13:53:46.704Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
13:53:47 [2022-08-23T13:53:47.266Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
13:53:47 [2022-08-23T13:53:47.832Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
13:53:47 [2022-08-23T13:53:47.832Z]     docker_cli_daemon_test.go:2841: Checking IpcMode private set from config
13:53:48 [2022-08-23T13:53:48.088Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
13:53:48 [2022-08-23T13:53:48.344Z]     docker_cli_daemon_test.go:2841: Checking IpcMode shareable set from config
13:53:48 [2022-08-23T13:53:48.905Z]     docker_cli_daemon_test.go:2841: Checking IpcMode host set from config
13:53:49 [2022-08-23T13:53:49.467Z]     docker_cli_daemon_test.go:2841: Checking IpcMode container:123 set from config
13:53:49 [2022-08-23T13:53:49.566Z] --- PASS: TestDockerNetworkConnectAlias (4.05s)
13:53:49 [2022-08-23T13:53:49.566Z] === RUN   TestDockerNetworkReConnect
13:53:50 [2022-08-23T13:53:50.029Z]     docker_cli_daemon_test.go:2841: Checking IpcMode nosuchmode set from config
13:53:50 [2022-08-23T13:53:50.286Z]     docker_cli_daemon_test.go:2841: Checking IpcMode private set from cli
13:53:50 [2022-08-23T13:53:50.849Z]     docker_cli_daemon_test.go:2841: Checking IpcMode shareable set from cli
13:53:51 [2022-08-23T13:53:51.412Z]     docker_cli_daemon_test.go:2841: Checking IpcMode host set from cli
13:53:51 [2022-08-23T13:53:51.974Z]     docker_cli_daemon_test.go:2841: Checking IpcMode container:123 set from cli
13:53:52 [2022-08-23T13:53:52.537Z]     docker_cli_daemon_test.go:2841: Checking IpcMode nosuchmode set from cli
13:53:52 [2022-08-23T13:53:52.854Z] --- PASS: TestDockerNetworkReConnect (3.22s)
13:53:52 [2022-08-23T13:53:52.855Z] === RUN   TestServicePlugin
13:53:52 [2022-08-23T13:53:52.855Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:53:52 [2022-08-23T13:53:52.855Z] --- SKIP: TestServicePlugin (0.00s)
13:53:52 [2022-08-23T13:53:52.855Z] === RUN   TestServiceUpdateLabel
13:53:53 [2022-08-23T13:53:53.101Z]     check_test.go:540: [dffd582e7e452] daemon is not started
13:53:53 [2022-08-23T13:53:53.101Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
13:53:53 [2022-08-23T13:53:53.101Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
13:53:54 [2022-08-23T13:53:54.030Z]     check_test.go:540: [d2325139142a1] daemon is not started
13:53:54 [2022-08-23T13:53:54.030Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
13:53:54 [2022-08-23T13:53:54.030Z] --- PASS: TestUpdateRestartPolicy (12.09s)
13:53:54 [2022-08-23T13:53:54.030Z] === RUN   TestUpdateRestartWithAutoRemove
13:53:54 [2022-08-23T13:53:54.595Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
13:53:54 [2022-08-23T13:53:54.852Z] --- PASS: TestUpdateRestartWithAutoRemove (0.69s)
13:53:54 [2022-08-23T13:53:54.852Z] === RUN   TestWaitNonBlocked
13:53:54 [2022-08-23T13:53:54.852Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:53:54 [2022-08-23T13:53:54.852Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:53:54 [2022-08-23T13:53:54.852Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:53:54 [2022-08-23T13:53:54.852Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:53:54 [2022-08-23T13:53:54.852Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:53:54 [2022-08-23T13:53:54.852Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:53:55 [2022-08-23T13:53:55.388Z] --- PASS: TestServiceUpdateLabel (2.19s)
13:53:55 [2022-08-23T13:53:55.388Z] === RUN   TestServiceUpdateSecrets
13:53:55 [2022-08-23T13:53:55.780Z] --- PASS: TestWaitNonBlocked (0.02s)
13:53:55 [2022-08-23T13:53:55.780Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.84s)
13:53:55 [2022-08-23T13:53:55.780Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.92s)
13:53:55 [2022-08-23T13:53:55.780Z] === RUN   TestWaitBlocked
13:53:55 [2022-08-23T13:53:55.780Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:53:55 [2022-08-23T13:53:55.780Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:53:55 [2022-08-23T13:53:55.780Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:53:55 [2022-08-23T13:53:55.780Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:53:55 [2022-08-23T13:53:55.780Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:53:55 [2022-08-23T13:53:55.780Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:53:56 [2022-08-23T13:53:56.036Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
13:53:56 [2022-08-23T13:53:56.965Z] --- PASS: TestWaitBlocked (0.02s)
13:53:56 [2022-08-23T13:53:56.965Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.17s)
13:53:56 [2022-08-23T13:53:56.965Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.23s)
13:53:56 [2022-08-23T13:53:56.965Z] === RUN   TestWaitConditions
13:53:56 [2022-08-23T13:53:56.965Z] === RUN   TestWaitConditions/default
13:53:56 [2022-08-23T13:53:56.965Z] === PAUSE TestWaitConditions/default
13:53:56 [2022-08-23T13:53:56.965Z] === RUN   TestWaitConditions/not-running
13:53:56 [2022-08-23T13:53:56.965Z] === PAUSE TestWaitConditions/not-running
13:53:56 [2022-08-23T13:53:56.965Z] === RUN   TestWaitConditions/next-exit
13:53:56 [2022-08-23T13:53:56.965Z] === PAUSE TestWaitConditions/next-exit
13:53:56 [2022-08-23T13:53:56.965Z] === RUN   TestWaitConditions/removed
13:53:56 [2022-08-23T13:53:56.965Z] === PAUSE TestWaitConditions/removed
13:53:56 [2022-08-23T13:53:56.965Z] === CONT  TestWaitConditions/default
13:53:56 [2022-08-23T13:53:56.965Z] === CONT  TestWaitConditions/next-exit
13:53:57 [2022-08-23T13:53:57.200Z] .........                                                                [ 85%]
13:53:57 [2022-08-23T13:53:57.529Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
13:53:58 [2022-08-23T13:53:58.907Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
13:53:59 [2022-08-23T13:53:59.163Z] === CONT  TestWaitConditions/removed
13:53:59 [2022-08-23T13:53:59.420Z] === CONT  TestWaitConditions/not-running
13:53:59 [2022-08-23T13:53:59.420Z]     check_test.go:540: [d3079430bac9d] daemon is not started
13:53:59 [2022-08-23T13:53:59.420Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
13:54:00 [2022-08-23T13:54:00.351Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
13:54:00 [2022-08-23T13:54:00.414Z] --- PASS: TestBuildWithHugeFile (50.57s)
13:54:00 [2022-08-23T13:54:00.414Z] === RUN   TestBuildWCOWSandboxSize
13:54:00 [2022-08-23T13:54:00.414Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:54:00 [2022-08-23T13:54:00.414Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:54:00 [2022-08-23T13:54:00.414Z] === RUN   TestBuildWithEmptyDockerfile
13:54:00 [2022-08-23T13:54:00.414Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:54:00 [2022-08-23T13:54:00.414Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:54:00 [2022-08-23T13:54:00.414Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:54:00 [2022-08-23T13:54:00.414Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:54:00 [2022-08-23T13:54:00.414Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:54:00 [2022-08-23T13:54:00.414Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:54:00 [2022-08-23T13:54:00.414Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:54:00 [2022-08-23T13:54:00.414Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:54:00 [2022-08-23T13:54:00.414Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:54:00 [2022-08-23T13:54:00.414Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
13:54:00 [2022-08-23T13:54:00.414Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s)
13:54:00 [2022-08-23T13:54:00.414Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s)
13:54:00 [2022-08-23T13:54:00.414Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
13:54:00 [2022-08-23T13:54:00.414Z] === RUN   TestBuildPreserveOwnership
13:54:00 [2022-08-23T13:54:00.414Z] === RUN   TestBuildPreserveOwnership/copy_from
13:54:00 [2022-08-23T13:54:00.913Z] === RUN   TestDockerSuite/TestBuildAddTar
13:54:01 [2022-08-23T13:54:01.351Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:54:01 [2022-08-23T13:54:01.479Z] --- PASS: TestWaitConditions (0.03s)
13:54:01 [2022-08-23T13:54:01.479Z]     --- PASS: TestWaitConditions/next-exit (2.13s)
13:54:01 [2022-08-23T13:54:01.479Z]     --- PASS: TestWaitConditions/default (2.37s)
13:54:01 [2022-08-23T13:54:01.479Z]     --- PASS: TestWaitConditions/removed (2.03s)
13:54:01 [2022-08-23T13:54:01.479Z]     --- PASS: TestWaitConditions/not-running (2.04s)
13:54:01 [2022-08-23T13:54:01.479Z] === RUN   TestWaitRestartedContainer
13:54:01 [2022-08-23T13:54:01.479Z] === RUN   TestWaitRestartedContainer/default
13:54:01 [2022-08-23T13:54:01.479Z] === PAUSE TestWaitRestartedContainer/default
13:54:01 [2022-08-23T13:54:01.479Z] === RUN   TestWaitRestartedContainer/not-running
13:54:01 [2022-08-23T13:54:01.479Z] === PAUSE TestWaitRestartedContainer/not-running
13:54:01 [2022-08-23T13:54:01.479Z] === RUN   TestWaitRestartedContainer/next-exit
13:54:01 [2022-08-23T13:54:01.479Z] === PAUSE TestWaitRestartedContainer/next-exit
13:54:01 [2022-08-23T13:54:01.479Z] === CONT  TestWaitRestartedContainer/default
13:54:01 [2022-08-23T13:54:01.479Z] === CONT  TestWaitRestartedContainer/next-exit
13:54:01 [2022-08-23T13:54:01.736Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
13:54:02 [2022-08-23T13:54:02.092Z] tests/integration/models_images_test.py ...............                  [ 89%]
13:54:03 [2022-08-23T13:54:03.274Z] tests/integration/models_networks_test.py ....                           [ 90%]
13:54:03 [2022-08-23T13:54:03.627Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
13:54:03 [2022-08-23T13:54:03.884Z] === CONT  TestWaitRestartedContainer/not-running
13:54:05 [2022-08-23T13:54:05.252Z] --- PASS: TestWaitRestartedContainer (0.03s)
13:54:05 [2022-08-23T13:54:05.252Z]     --- PASS: TestWaitRestartedContainer/default (2.46s)
13:54:05 [2022-08-23T13:54:05.252Z]     --- PASS: TestWaitRestartedContainer/next-exit (2.51s)
13:54:05 [2022-08-23T13:54:05.252Z]     --- PASS: TestWaitRestartedContainer/not-running (1.43s)
13:54:05 [2022-08-23T13:54:05.252Z] === CONT  TestDaemonRestartIpcMode
13:54:05 [2022-08-23T13:54:05.252Z] === CONT  TestContainerKillOnDaemonStart
13:54:05 [2022-08-23T13:54:05.567Z] --- PASS: TestBuildPreserveOwnership (10.11s)
13:54:05 [2022-08-23T13:54:05.567Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.10s)
13:54:05 [2022-08-23T13:54:05.567Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (3.99s)
13:54:05 [2022-08-23T13:54:05.567Z] === RUN   TestBuildPlatformInvalid
13:54:05 [2022-08-23T13:54:05.567Z] --- PASS: TestBuildPlatformInvalid (0.09s)
13:54:05 [2022-08-23T13:54:05.567Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:54:05 [2022-08-23T13:54:05.567Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
13:54:05 [2022-08-23T13:54:05.567Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
13:54:05 [2022-08-23T13:54:05.567Z] PASS
13:54:05 [2022-08-23T13:54:05.567Z] 
13:54:05 [2022-08-23T13:54:05.567Z] === Skipped
13:54:05 [2022-08-23T13:54:05.567Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:54:05 [2022-08-23T13:54:05.567Z]     build_session_test.go:25: TODO: BuildKit
13:54:05 [2022-08-23T13:54:05.567Z] 
13:54:05 [2022-08-23T13:54:05.567Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:54:05 [2022-08-23T13:54:05.567Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:54:05 [2022-08-23T13:54:05.567Z] 
13:54:05 [2022-08-23T13:54:05.567Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
13:54:05 [2022-08-23T13:54:05.567Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
13:54:05 [2022-08-23T13:54:05.567Z] 
13:54:05 [2022-08-23T13:54:05.567Z] DONE 34 tests, 3 skipped in 110.783s
13:54:05 [2022-08-23T13:54:05.567Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:54:05 [2022-08-23T13:54:05.567Z] INFO: Testing against a local daemon
13:54:05 [2022-08-23T13:54:05.567Z] === RUN   TestConfigInspect
13:54:05 [2022-08-23T13:54:05.567Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:54:05 [2022-08-23T13:54:05.567Z] --- SKIP: TestConfigInspect (0.03s)
13:54:05 [2022-08-23T13:54:05.567Z] === RUN   TestConfigList
13:54:05 [2022-08-23T13:54:05.567Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:54:05 [2022-08-23T13:54:05.567Z] --- SKIP: TestConfigList (0.01s)
13:54:05 [2022-08-23T13:54:05.567Z] === RUN   TestConfigsCreateAndDelete
13:54:05 [2022-08-23T13:54:05.567Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:54:05 [2022-08-23T13:54:05.567Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
13:54:05 [2022-08-23T13:54:05.567Z] === RUN   TestConfigsUpdate
13:54:05 [2022-08-23T13:54:05.567Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:54:05 [2022-08-23T13:54:05.567Z] --- SKIP: TestConfigsUpdate (0.01s)
13:54:05 [2022-08-23T13:54:05.567Z] === RUN   TestTemplatedConfig
13:54:05 [2022-08-23T13:54:05.567Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:54:05 [2022-08-23T13:54:05.567Z] --- SKIP: TestTemplatedConfig (0.00s)
13:54:05 [2022-08-23T13:54:05.567Z] === RUN   TestConfigCreateResolve
13:54:05 [2022-08-23T13:54:05.567Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:54:05 [2022-08-23T13:54:05.567Z] --- SKIP: TestConfigCreateResolve (0.01s)
13:54:05 [2022-08-23T13:54:05.567Z] PASS
13:54:05 [2022-08-23T13:54:05.567Z] 
13:54:05 [2022-08-23T13:54:05.567Z] === Skipped
13:54:05 [2022-08-23T13:54:05.568Z] === SKIP: amd64.integration.config TestConfigInspect (0.03s)
13:54:05 [2022-08-23T13:54:05.568Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:54:05 [2022-08-23T13:54:05.568Z] 
13:54:05 [2022-08-23T13:54:05.568Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
13:54:05 [2022-08-23T13:54:05.568Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:54:05 [2022-08-23T13:54:05.568Z] 
13:54:05 [2022-08-23T13:54:05.568Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
13:54:05 [2022-08-23T13:54:05.568Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:54:05 [2022-08-23T13:54:05.568Z] 
13:54:05 [2022-08-23T13:54:05.568Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
13:54:05 [2022-08-23T13:54:05.568Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:54:05 [2022-08-23T13:54:05.568Z] 
13:54:05 [2022-08-23T13:54:05.568Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
13:54:05 [2022-08-23T13:54:05.568Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:54:05 [2022-08-23T13:54:05.568Z] 
13:54:05 [2022-08-23T13:54:05.568Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
13:54:05 [2022-08-23T13:54:05.568Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:54:05 [2022-08-23T13:54:05.568Z] 
13:54:05 [2022-08-23T13:54:05.568Z] DONE 6 tests, 6 skipped in 0.161s
13:54:05 [2022-08-23T13:54:05.568Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:54:05 [2022-08-23T13:54:05.568Z] INFO: Testing against a local daemon
13:54:05 [2022-08-23T13:54:05.568Z] === RUN   TestAttachWithTTY
13:54:05 [2022-08-23T13:54:05.840Z] --- PASS: TestAttachWithTTY (0.06s)
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestAttachWithoutTTy
13:54:05 [2022-08-23T13:54:05.840Z] --- PASS: TestAttachWithoutTTy (0.04s)
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestCheckpoint
13:54:05 [2022-08-23T13:54:05.840Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:54:05 [2022-08-23T13:54:05.840Z] --- SKIP: TestCheckpoint (0.00s)
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/commit
13:54:05 [2022-08-23T13:54:05.840Z] === PAUSE TestContainerInvalidJSON/commit
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/containers/create
13:54:05 [2022-08-23T13:54:05.840Z] === PAUSE TestContainerInvalidJSON/containers/create
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
13:54:05 [2022-08-23T13:54:05.840Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
13:54:05 [2022-08-23T13:54:05.840Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
13:54:05 [2022-08-23T13:54:05.840Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:54:05 [2022-08-23T13:54:05.840Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
13:54:05 [2022-08-23T13:54:05.840Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
13:54:05 [2022-08-23T13:54:05.840Z] === CONT  TestContainerInvalidJSON/commit
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
13:54:05 [2022-08-23T13:54:05.840Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/commit/empty_body
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
13:54:05 [2022-08-23T13:54:05.840Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
13:54:05 [2022-08-23T13:54:05.840Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
13:54:05 [2022-08-23T13:54:05.840Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
13:54:05 [2022-08-23T13:54:05.840Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
13:54:05 [2022-08-23T13:54:05.840Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
13:54:05 [2022-08-23T13:54:05.840Z] === CONT  TestContainerInvalidJSON/containers/create
13:54:05 [2022-08-23T13:54:05.841Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
13:54:05 [2022-08-23T13:54:05.841Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
13:54:05 [2022-08-23T13:54:05.841Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
13:54:05 [2022-08-23T13:54:05.841Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
13:54:05 [2022-08-23T13:54:05.841Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:54:05 [2022-08-23T13:54:05.841Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
13:54:05 [2022-08-23T13:54:05.841Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:54:05 [2022-08-23T13:54:05.841Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
13:54:05 [2022-08-23T13:54:05.841Z] === RUN   TestCopyFromContainerPathIsNotDir
13:54:05 [2022-08-23T13:54:05.841Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
13:54:05 [2022-08-23T13:54:05.841Z] === RUN   TestCopyToContainerPathDoesNotExist
13:54:05 [2022-08-23T13:54:05.841Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
13:54:05 [2022-08-23T13:54:05.841Z] === RUN   TestCopyEmptyFile
13:54:06 [2022-08-23T13:54:06.111Z] --- PASS: TestCopyEmptyFile (0.24s)
13:54:06 [2022-08-23T13:54:06.111Z] === RUN   TestCopyToContainerPathIsNotDir
13:54:06 [2022-08-23T13:54:06.111Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
13:54:06 [2022-08-23T13:54:06.111Z] === RUN   TestCopyFromContainer
13:54:07 [2022-08-23T13:54:07.770Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
13:54:08 [2022-08-23T13:54:08.699Z]     check_test.go:540: [d61ed5d528097] daemon is not started
13:54:08 [2022-08-23T13:54:08.699Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
13:54:08 [2022-08-23T13:54:08.699Z] === RUN   TestDockerSuite/TestBuildAddTarXz
13:54:09 [2022-08-23T13:54:09.261Z] --- PASS: TestDaemonRestartIpcMode (3.84s)
13:54:09 [2022-08-23T13:54:09.261Z] === CONT  TestIpcModeOlderClient
13:54:09 [2022-08-23T13:54:09.261Z] --- PASS: TestIpcModeOlderClient (0.07s)
13:54:09 [2022-08-23T13:54:09.261Z] === CONT  TestContainerStartOnDaemonRestart
13:54:09 [2022-08-23T13:54:09.807Z] tests/integration/models_nodes_test.py .                                 [ 90%]
13:54:09 [2022-08-23T13:54:09.807Z] tests/integration/models_resources_test.py .                             [ 91%]
13:54:10 [2022-08-23T13:54:10.189Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
13:54:10 [2022-08-23T13:54:10.266Z] --- PASS: TestServiceUpdateSecrets (14.44s)
13:54:10 [2022-08-23T13:54:10.266Z] === RUN   TestServiceUpdateConfigs
13:54:10 [2022-08-23T13:54:10.302Z] === RUN   TestCopyFromContainer//
13:54:10 [2022-08-23T13:54:10.302Z] === RUN   TestCopyFromContainer//bar/root
13:54:10 [2022-08-23T13:54:10.302Z] === RUN   TestCopyFromContainer//bar/root/
13:54:10 [2022-08-23T13:54:10.302Z] === RUN   TestCopyFromContainer/bar/quux
13:54:10 [2022-08-23T13:54:10.302Z] === RUN   TestCopyFromContainer/bar/quux/
13:54:10 [2022-08-23T13:54:10.561Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:54:10 [2022-08-23T13:54:10.561Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:54:10 [2022-08-23T13:54:10.561Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:54:10 [2022-08-23T13:54:10.561Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:54:10 [2022-08-23T13:54:10.561Z] === RUN   TestCopyFromContainer/bar/notarget
13:54:10 [2022-08-23T13:54:10.820Z] --- PASS: TestCopyFromContainer (4.54s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCopyFromContainer// (0.06s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCopyFromContainer/bar/quux (0.05s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
13:54:10 [2022-08-23T13:54:10.820Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:54:10 [2022-08-23T13:54:10.820Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:54:10 [2022-08-23T13:54:10.820Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:54:10 [2022-08-23T13:54:10.820Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:54:10 [2022-08-23T13:54:10.820Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:54:10 [2022-08-23T13:54:10.820Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:54:10 [2022-08-23T13:54:10.820Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:54:10 [2022-08-23T13:54:10.820Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:54:10 [2022-08-23T13:54:10.820Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:54:10 [2022-08-23T13:54:10.820Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:54:10 [2022-08-23T13:54:10.820Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:54:10 [2022-08-23T13:54:10.820Z] === RUN   TestCreateLinkToNonExistingContainer
13:54:10 [2022-08-23T13:54:10.820Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
13:54:10 [2022-08-23T13:54:10.820Z] === RUN   TestCreateWithInvalidEnv
13:54:10 [2022-08-23T13:54:10.820Z] === RUN   TestCreateWithInvalidEnv/0
13:54:10 [2022-08-23T13:54:10.820Z] === PAUSE TestCreateWithInvalidEnv/0
13:54:10 [2022-08-23T13:54:10.820Z] === RUN   TestCreateWithInvalidEnv/1
13:54:10 [2022-08-23T13:54:10.820Z] === PAUSE TestCreateWithInvalidEnv/1
13:54:10 [2022-08-23T13:54:10.820Z] === RUN   TestCreateWithInvalidEnv/2
13:54:10 [2022-08-23T13:54:10.820Z] === PAUSE TestCreateWithInvalidEnv/2
13:54:10 [2022-08-23T13:54:10.820Z] === CONT  TestCreateWithInvalidEnv/0
13:54:10 [2022-08-23T13:54:10.820Z] === CONT  TestCreateWithInvalidEnv/2
13:54:10 [2022-08-23T13:54:10.820Z] === CONT  TestCreateWithInvalidEnv/1
13:54:10 [2022-08-23T13:54:10.820Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:54:10 [2022-08-23T13:54:10.820Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:54:10 [2022-08-23T13:54:10.820Z] === RUN   TestCreateTmpfsMountsTarget
13:54:10 [2022-08-23T13:54:10.820Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
13:54:10 [2022-08-23T13:54:10.820Z] === RUN   TestCreateWithCustomMaskedPaths
13:54:11 [2022-08-23T13:54:11.557Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
13:54:11 [2022-08-23T13:54:11.573Z] tests/integration/models_services_test.py ................X.             [ 95%]
13:54:12 [2022-08-23T13:54:12.118Z] --- PASS: TestContainerStartOnDaemonRestart (2.82s)
13:54:12 [2022-08-23T13:54:12.118Z] === CONT  TestRestartDaemonWithRestartingContainer
13:54:12 [2022-08-23T13:54:12.208Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s)
13:54:12 [2022-08-23T13:54:12.208Z] === RUN   TestCreateWithCustomReadonlyPaths
13:54:13 [2022-08-23T13:54:13.048Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
13:54:13 [2022-08-23T13:54:13.145Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.25s)
13:54:13 [2022-08-23T13:54:13.145Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:54:13 [2022-08-23T13:54:13.145Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:54:13 [2022-08-23T13:54:13.145Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:54:13 [2022-08-23T13:54:13.145Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:54:13 [2022-08-23T13:54:13.145Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:54:13 [2022-08-23T13:54:13.145Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:54:13 [2022-08-23T13:54:13.145Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:54:13 [2022-08-23T13:54:13.145Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:54:13 [2022-08-23T13:54:13.145Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:54:13 [2022-08-23T13:54:13.145Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:54:13 [2022-08-23T13:54:13.145Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:54:13 [2022-08-23T13:54:13.145Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:54:13 [2022-08-23T13:54:13.145Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:54:13 [2022-08-23T13:54:13.404Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:54:13 [2022-08-23T13:54:13.404Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:54:13 [2022-08-23T13:54:13.404Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:54:13 [2022-08-23T13:54:13.404Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:54:13 [2022-08-23T13:54:13.404Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
13:54:13 [2022-08-23T13:54:13.404Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
13:54:13 [2022-08-23T13:54:13.404Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s)
13:54:13 [2022-08-23T13:54:13.404Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s)
13:54:13 [2022-08-23T13:54:13.404Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
13:54:13 [2022-08-23T13:54:13.404Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:54:13 [2022-08-23T13:54:13.663Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.37s)
13:54:13 [2022-08-23T13:54:13.663Z] === RUN   TestCreateDifferentPlatform
13:54:13 [2022-08-23T13:54:13.663Z] === RUN   TestCreateDifferentPlatform/different_os
13:54:13 [2022-08-23T13:54:13.663Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:54:13 [2022-08-23T13:54:13.663Z] --- PASS: TestCreateDifferentPlatform (0.02s)
13:54:13 [2022-08-23T13:54:13.663Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:54:13 [2022-08-23T13:54:13.663Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:54:13 [2022-08-23T13:54:13.663Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:54:13 [2022-08-23T13:54:13.663Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
13:54:13 [2022-08-23T13:54:13.663Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:54:13 [2022-08-23T13:54:13.923Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
13:54:13 [2022-08-23T13:54:13.923Z] === RUN   TestCreateInvalidHostConfig
13:54:13 [2022-08-23T13:54:13.923Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
13:54:13 [2022-08-23T13:54:13.923Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
13:54:13 [2022-08-23T13:54:13.923Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
13:54:13 [2022-08-23T13:54:13.923Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
13:54:13 [2022-08-23T13:54:13.923Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:54:13 [2022-08-23T13:54:13.923Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:54:13 [2022-08-23T13:54:13.923Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
13:54:13 [2022-08-23T13:54:13.923Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
13:54:13 [2022-08-23T13:54:13.923Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
13:54:13 [2022-08-23T13:54:13.923Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
13:54:13 [2022-08-23T13:54:13.923Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:54:13 [2022-08-23T13:54:13.923Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
13:54:13 [2022-08-23T13:54:13.923Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
13:54:13 [2022-08-23T13:54:13.923Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
13:54:13 [2022-08-23T13:54:13.923Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
13:54:13 [2022-08-23T13:54:13.923Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
13:54:13 [2022-08-23T13:54:13.923Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
13:54:13 [2022-08-23T13:54:13.923Z] === RUN   TestContainerStartOnDaemonRestart
13:54:13 [2022-08-23T13:54:13.923Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
13:54:13 [2022-08-23T13:54:13.923Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
13:54:13 [2022-08-23T13:54:13.923Z] === RUN   TestDaemonRestartIpcMode
13:54:13 [2022-08-23T13:54:13.923Z] === PAUSE TestDaemonRestartIpcMode
13:54:13 [2022-08-23T13:54:13.923Z] === RUN   TestDaemonHostGatewayIP
13:54:13 [2022-08-23T13:54:13.923Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
13:54:13 [2022-08-23T13:54:13.923Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
13:54:13 [2022-08-23T13:54:13.923Z] === RUN   TestRestartDaemonWithRestartingContainer
13:54:13 [2022-08-23T13:54:13.923Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:54:13 [2022-08-23T13:54:13.923Z] === RUN   TestContainerKillOnDaemonStart
13:54:13 [2022-08-23T13:54:13.923Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
13:54:13 [2022-08-23T13:54:13.923Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
13:54:13 [2022-08-23T13:54:13.923Z] === RUN   TestDiff
13:54:14 [2022-08-23T13:54:14.182Z] --- PASS: TestDiff (0.38s)
13:54:14 [2022-08-23T13:54:14.182Z] === RUN   TestExecConsoleSize
13:54:14 [2022-08-23T13:54:14.751Z] --- PASS: TestExecConsoleSize (0.46s)
13:54:14 [2022-08-23T13:54:14.751Z] === RUN   TestExecWithCloseStdin
13:54:14 [2022-08-23T13:54:14.825Z] tests/integration/models_swarm_test.py ..                                [ 96%]
13:54:14 [2022-08-23T13:54:14.825Z] tests/integration/models_volumes_test.py ..                              [ 96%]
13:54:14 [2022-08-23T13:54:14.945Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.62s)
13:54:14 [2022-08-23T13:54:14.945Z] === CONT  TestDaemonHostGatewayIP
13:54:15 [2022-08-23T13:54:15.010Z] --- PASS: TestExecWithCloseStdin (0.44s)
13:54:15 [2022-08-23T13:54:15.010Z] === RUN   TestExec
13:54:15 [2022-08-23T13:54:15.506Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
13:54:15 [2022-08-23T13:54:15.579Z] --- PASS: TestExec (0.43s)
13:54:15 [2022-08-23T13:54:15.579Z] === RUN   TestExecUser
13:54:16 [2022-08-23T13:54:16.146Z] --- PASS: TestExecUser (0.48s)
13:54:16 [2022-08-23T13:54:16.146Z] === RUN   TestExportContainerAndImportImage
13:54:16 [2022-08-23T13:54:16.439Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
13:54:16 [2022-08-23T13:54:16.715Z] --- PASS: TestExportContainerAndImportImage (0.59s)
13:54:16 [2022-08-23T13:54:16.715Z] === RUN   TestExportContainerAfterDaemonRestart
13:54:18 [2022-08-23T13:54:18.094Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s)
13:54:18 [2022-08-23T13:54:18.094Z] === RUN   TestHealthCheckWorkdir
13:54:18 [2022-08-23T13:54:18.330Z] --- PASS: TestDaemonHostGatewayIP (3.54s)
13:54:18 [2022-08-23T13:54:18.353Z] --- PASS: TestHealthCheckWorkdir (0.52s)
13:54:18 [2022-08-23T13:54:18.353Z] === RUN   TestHealthKillContainer
13:54:18 [2022-08-23T13:54:18.586Z] --- PASS: TestContainerKillOnDaemonStart (13.24s)
13:54:18 [2022-08-23T13:54:18.586Z] PASS
13:54:18 [2022-08-23T13:54:18.586Z] 
13:54:18 [2022-08-23T13:54:18.586Z] === Skipped
13:54:18 [2022-08-23T13:54:18.586Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
13:54:18 [2022-08-23T13:54:18.586Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:54:18 [2022-08-23T13:54:18.586Z] 
13:54:18 [2022-08-23T13:54:18.586Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
13:54:18 [2022-08-23T13:54:18.586Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:54:18 [2022-08-23T13:54:18.586Z] 
13:54:18 [2022-08-23T13:54:18.586Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
13:54:18 [2022-08-23T13:54:18.586Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:54:18 [2022-08-23T13:54:18.586Z] 
13:54:18 [2022-08-23T13:54:18.586Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:54:18 [2022-08-23T13:54:18.586Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:54:18 [2022-08-23T13:54:18.586Z] 
13:54:18 [2022-08-23T13:54:18.586Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
13:54:18 [2022-08-23T13:54:18.586Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:54:18 [2022-08-23T13:54:18.586Z] 
13:54:18 [2022-08-23T13:54:18.586Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
13:54:18 [2022-08-23T13:54:18.586Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
13:54:18 [2022-08-23T13:54:18.586Z] 
13:54:18 [2022-08-23T13:54:18.586Z] DONE 273 tests, 6 skipped in 173.810s
13:54:18 [2022-08-23T13:54:18.586Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
13:54:18 [2022-08-23T13:54:18.586Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m
13:54:18 [2022-08-23T13:54:18.586Z] ++ set -e
13:54:18 [2022-08-23T13:54:18.586Z] ++ '[' -n 0 ']'
13:54:18 [2022-08-23T13:54:18.586Z] ++ set -x
13:54:18 [2022-08-23T13:54:18.586Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m
13:54:18 [2022-08-23T13:54:18.586Z] === RUN   TestConfigDaemonLibtrustID
13:54:18 [2022-08-23T13:54:18.718Z] tests/integration/regression_test.py ......                              [ 98%]
13:54:18 [2022-08-23T13:54:18.975Z] tests/integration/credentials/store_test.py ......                       [ 99%]
13:54:18 [2022-08-23T13:54:18.975Z] tests/integration/credentials/utils_test.py .                            [100%]
13:54:18 [2022-08-23T13:54:18.975Z] 
13:54:18 [2022-08-23T13:54:18.975Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
13:54:18 [2022-08-23T13:54:18.975Z] =========================== short test summary info ============================
13:54:18 [2022-08-23T13:54:18.975Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:54:18 [2022-08-23T13:54:18.975Z]   CONFIG_RT_GROUP_SCHED isn't enabled
13:54:18 [2022-08-23T13:54:18.975Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:54:18 [2022-08-23T13:54:18.975Z]   Not supported on most drivers
13:54:18 [2022-08-23T13:54:18.975Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
13:54:18 [2022-08-23T13:54:18.975Z]   Output of docker top depends on host distro, and is not formalized.
13:54:18 [2022-08-23T13:54:18.975Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:54:18 [2022-08-23T13:54:18.975Z]   Output of docker top depends on host distro, and is not formalized.
13:54:18 [2022-08-23T13:54:18.975Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
13:54:18 [2022-08-23T13:54:18.975Z]   Can fail if eth0 has multiple IP addresses
13:54:18 [2022-08-23T13:54:18.975Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:54:18 [2022-08-23T13:54:18.975Z]   This doesn't seem to be taken into account by the engine
13:54:18 [2022-08-23T13:54:18.975Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
13:54:18 [2022-08-23T13:54:18.975Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:54:18 [2022-08-23T13:54:18.975Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 282.90 seconds ==
13:54:19 [2022-08-23T13:54:19.148Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
13:54:19 [2022-08-23T13:54:19.148Z] --- PASS: TestConfigDaemonLibtrustID (0.57s)
13:54:19 [2022-08-23T13:54:19.148Z] === RUN   TestConfigDaemonID
13:54:19 [2022-08-23T13:54:19.230Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
13:54:20 [2022-08-23T13:54:20.513Z]     daemon_test.go:83: [de816095363c6] daemon is not started
13:54:20 [2022-08-23T13:54:20.513Z] --- PASS: TestConfigDaemonID (1.05s)
13:54:20 [2022-08-23T13:54:20.513Z] === RUN   TestDaemonConfigValidation
13:54:20 [2022-08-23T13:54:20.513Z] === RUN   TestDaemonConfigValidation/config_with_no_content
13:54:20 [2022-08-23T13:54:20.513Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
13:54:20 [2022-08-23T13:54:20.513Z] === RUN   TestDaemonConfigValidation/config_with_{}
13:54:20 [2022-08-23T13:54:20.513Z] === PAUSE TestDaemonConfigValidation/config_with_{}
13:54:20 [2022-08-23T13:54:20.513Z] === RUN   TestDaemonConfigValidation/invalid_config
13:54:20 [2022-08-23T13:54:20.513Z] === PAUSE TestDaemonConfigValidation/invalid_config
13:54:20 [2022-08-23T13:54:20.513Z] === RUN   TestDaemonConfigValidation/malformed_config
13:54:20 [2022-08-23T13:54:20.513Z] === PAUSE TestDaemonConfigValidation/malformed_config
13:54:20 [2022-08-23T13:54:20.513Z] === RUN   TestDaemonConfigValidation/valid_config
13:54:20 [2022-08-23T13:54:20.513Z] === PAUSE TestDaemonConfigValidation/valid_config
13:54:20 [2022-08-23T13:54:20.513Z] === CONT  TestDaemonConfigValidation/config_with_no_content
13:54:20 [2022-08-23T13:54:20.513Z] === CONT  TestDaemonConfigValidation/malformed_config
13:54:20 [2022-08-23T13:54:20.513Z] === CONT  TestDaemonConfigValidation/valid_config
13:54:20 [2022-08-23T13:54:20.513Z] === CONT  TestDaemonConfigValidation/invalid_config
13:54:20 [2022-08-23T13:54:20.513Z] === CONT  TestDaemonConfigValidation/config_with_{}
13:54:20 [2022-08-23T13:54:20.513Z] --- PASS: TestDaemonConfigValidation (0.00s)
13:54:20 [2022-08-23T13:54:20.513Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.14s)
13:54:20 [2022-08-23T13:54:20.513Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.16s)
13:54:20 [2022-08-23T13:54:20.513Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.12s)
13:54:20 [2022-08-23T13:54:20.513Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.11s)
13:54:20 [2022-08-23T13:54:20.513Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s)
13:54:20 [2022-08-23T13:54:20.513Z] === RUN   TestConfigDaemonSeccompProfiles
13:54:20 [2022-08-23T13:54:20.513Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
13:54:21 [2022-08-23T13:54:21.442Z] === RUN   TestDockerSuite/TestBuildBlankName
13:54:21 [2022-08-23T13:54:21.442Z]     check_test.go:540: [d3dd0eeab6314] daemon is not started
13:54:21 [2022-08-23T13:54:21.442Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
13:54:21 [2022-08-23T13:54:21.698Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
13:54:21 [2022-08-23T13:54:21.954Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
13:54:21 [2022-08-23T13:54:21.954Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
13:54:22 [2022-08-23T13:54:22.517Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
13:54:22 [2022-08-23T13:54:22.773Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
13:54:23 [2022-08-23T13:54:23.030Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
13:54:23 [2022-08-23T13:54:23.958Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
13:54:23 [2022-08-23T13:54:23.958Z] === CONT  TestConfigDaemonSeccompProfiles
13:54:23 [2022-08-23T13:54:23.958Z]     daemon_test.go:197: [dcba402583da6] daemon is not started
13:54:23 [2022-08-23T13:54:23.958Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s)
13:54:23 [2022-08-23T13:54:23.958Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s)
13:54:23 [2022-08-23T13:54:23.958Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s)
13:54:23 [2022-08-23T13:54:23.958Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s)
13:54:23 [2022-08-23T13:54:23.958Z] === RUN   TestDaemonProxy
13:54:23 [2022-08-23T13:54:23.959Z] === RUN   TestDaemonProxy/environment_variables
13:54:24 [2022-08-23T13:54:24.887Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
13:54:24 [2022-08-23T13:54:24.887Z]     check_test.go:540: [d8c9d8f9e6232] daemon is not started
13:54:24 [2022-08-23T13:54:24.887Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
13:54:25 [2022-08-23T13:54:25.184Z] --- PASS: TestServiceUpdateConfigs (14.34s)
13:54:25 [2022-08-23T13:54:25.184Z] === RUN   TestServiceUpdateNetwork
13:54:25 [2022-08-23T13:54:25.449Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
13:54:25 [2022-08-23T13:54:25.706Z] === RUN   TestDaemonProxy/command-line_options
13:54:26 [2022-08-23T13:54:26.266Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
13:54:26 [2022-08-23T13:54:26.470Z] --- PASS: TestHealthKillContainer (7.88s)
13:54:26 [2022-08-23T13:54:26.470Z] === RUN   TestHealthCheckProcessKilled
13:54:27 [2022-08-23T13:54:27.039Z] --- PASS: TestHealthCheckProcessKilled (0.65s)
13:54:27 [2022-08-23T13:54:27.039Z] === RUN   TestInspectCpusetInConfigPre120
13:54:27 [2022-08-23T13:54:27.039Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
13:54:27 [2022-08-23T13:54:27.039Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
13:54:27 [2022-08-23T13:54:27.039Z] === RUN   TestIpcModeNone
13:54:27 [2022-08-23T13:54:27.193Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
13:54:27 [2022-08-23T13:54:27.299Z] --- PASS: TestIpcModeNone (0.43s)
13:54:27 [2022-08-23T13:54:27.299Z] === RUN   TestIpcModePrivate
13:54:27 [2022-08-23T13:54:27.449Z] === RUN   TestDaemonProxy/configuration_file
13:54:27 [2022-08-23T13:54:27.707Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
13:54:27 [2022-08-23T13:54:27.871Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
13:54:28 [2022-08-23T13:54:28.130Z] --- PASS: TestIpcModePrivate (0.63s)
13:54:28 [2022-08-23T13:54:28.130Z] === RUN   TestIpcModeShareable
13:54:28 [2022-08-23T13:54:28.130Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:54:28 [2022-08-23T13:54:28.130Z] --- SKIP: TestIpcModeShareable (0.00s)
13:54:28 [2022-08-23T13:54:28.130Z] === RUN   TestAPIIpcModeShareableAndContainer
13:54:29 [2022-08-23T13:54:29.073Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
13:54:29 [2022-08-23T13:54:29.073Z] === RUN   TestDaemonProxy/conflicting_options
13:54:29 [2022-08-23T13:54:29.514Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.38s)
13:54:29 [2022-08-23T13:54:29.514Z] === RUN   TestAPIIpcModeHost
13:54:29 [2022-08-23T13:54:29.514Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:54:29 [2022-08-23T13:54:29.514Z] --- SKIP: TestAPIIpcModeHost (0.00s)
13:54:29 [2022-08-23T13:54:29.514Z] === RUN   TestDaemonIpcModeShareable
13:54:29 [2022-08-23T13:54:29.514Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:54:29 [2022-08-23T13:54:29.514Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
13:54:29 [2022-08-23T13:54:29.514Z] === RUN   TestDaemonIpcModePrivate
13:54:29 [2022-08-23T13:54:29.635Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
13:54:29 [2022-08-23T13:54:29.636Z] === RUN   TestDaemonProxy/reload_sanitized
13:54:30 [2022-08-23T13:54:30.203Z] --- PASS: TestDaemonProxy (6.31s)
13:54:30 [2022-08-23T13:54:30.203Z]     --- PASS: TestDaemonProxy/environment_variables (1.76s)
13:54:30 [2022-08-23T13:54:30.203Z]     --- PASS: TestDaemonProxy/command-line_options (1.77s)
13:54:30 [2022-08-23T13:54:30.203Z]     --- PASS: TestDaemonProxy/configuration_file (1.76s)
13:54:30 [2022-08-23T13:54:30.203Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
13:54:30 [2022-08-23T13:54:30.203Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.53s)
13:54:30 [2022-08-23T13:54:30.203Z] PASS
13:54:30 [2022-08-23T13:54:30.203Z] 
13:54:30 [2022-08-23T13:54:30.203Z] DONE 18 tests in 11.588s
13:54:30 [2022-08-23T13:54:30.203Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
13:54:30 [2022-08-23T13:54:30.203Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
13:54:30 [2022-08-23T13:54:30.203Z] ++ set -e
13:54:30 [2022-08-23T13:54:30.203Z] ++ '[' -n 0 ']'
13:54:30 [2022-08-23T13:54:30.203Z] ++ set -x
13:54:30 [2022-08-23T13:54:30.203Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
13:54:30 [2022-08-23T13:54:30.203Z] INFO: Testing against a local daemon
13:54:30 [2022-08-23T13:54:30.203Z] === RUN   TestCommitInheritsEnv
13:54:30 [2022-08-23T13:54:30.452Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
13:54:30 [2022-08-23T13:54:30.712Z] --- PASS: TestDaemonIpcModePrivate (1.16s)
13:54:30 [2022-08-23T13:54:30.712Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:54:30 [2022-08-23T13:54:30.712Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:54:30 [2022-08-23T13:54:30.712Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
13:54:30 [2022-08-23T13:54:30.712Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:54:30 [2022-08-23T13:54:30.712Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:54:30 [2022-08-23T13:54:30.712Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
13:54:30 [2022-08-23T13:54:30.712Z] === RUN   TestIpcModeOlderClient
13:54:30 [2022-08-23T13:54:30.712Z] === PAUSE TestIpcModeOlderClient
13:54:30 [2022-08-23T13:54:30.712Z] === RUN   TestKillContainerInvalidSignal
13:54:30 [2022-08-23T13:54:30.765Z] --- PASS: TestCommitInheritsEnv (0.43s)
13:54:30 [2022-08-23T13:54:30.766Z] === RUN   TestImportExtremelyLargeImageWorks
13:54:30 [2022-08-23T13:54:30.766Z] === PAUSE TestImportExtremelyLargeImageWorks
13:54:30 [2022-08-23T13:54:30.766Z] === RUN   TestImportWithCustomPlatform
13:54:30 [2022-08-23T13:54:30.766Z] === RUN   TestImportWithCustomPlatform/#00
13:54:30 [2022-08-23T13:54:30.766Z] === RUN   TestImportWithCustomPlatform/_______
13:54:30 [2022-08-23T13:54:30.766Z] === RUN   TestImportWithCustomPlatform//
13:54:30 [2022-08-23T13:54:30.766Z] === RUN   TestImportWithCustomPlatform/linux
13:54:30 [2022-08-23T13:54:30.972Z] --- PASS: TestKillContainerInvalidSignal (0.41s)
13:54:30 [2022-08-23T13:54:30.972Z] === RUN   TestKillContainer
13:54:30 [2022-08-23T13:54:30.972Z] === RUN   TestKillContainer/no_signal
13:54:31 [2022-08-23T13:54:31.021Z] === RUN   TestImportWithCustomPlatform/LINUX
13:54:31 [2022-08-23T13:54:31.021Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
13:54:31 [2022-08-23T13:54:31.021Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
13:54:31 [2022-08-23T13:54:31.021Z] === RUN   TestImportWithCustomPlatform/macos
13:54:31 [2022-08-23T13:54:31.021Z] === RUN   TestImportWithCustomPlatform/macos/arm64
13:54:31 [2022-08-23T13:54:31.021Z] === RUN   TestImportWithCustomPlatform/nintendo64
13:54:31 [2022-08-23T13:54:31.277Z] --- PASS: TestImportWithCustomPlatform (0.49s)
13:54:31 [2022-08-23T13:54:31.277Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.13s)
13:54:31 [2022-08-23T13:54:31.277Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
13:54:31 [2022-08-23T13:54:31.277Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
13:54:31 [2022-08-23T13:54:31.277Z]     --- PASS: TestImportWithCustomPlatform/linux (0.09s)
13:54:31 [2022-08-23T13:54:31.277Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.12s)
13:54:31 [2022-08-23T13:54:31.277Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.11s)
13:54:31 [2022-08-23T13:54:31.277Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
13:54:31 [2022-08-23T13:54:31.277Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
13:54:31 [2022-08-23T13:54:31.277Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
13:54:31 [2022-08-23T13:54:31.277Z] === RUN   TestImagesFilterMultiReference
13:54:31 [2022-08-23T13:54:31.277Z] --- PASS: TestImagesFilterMultiReference (0.07s)
13:54:31 [2022-08-23T13:54:31.277Z] === RUN   TestImagePullPlatformInvalid
13:54:31 [2022-08-23T13:54:31.277Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
13:54:31 [2022-08-23T13:54:31.277Z] === RUN   TestRemoveImageOrphaning
13:54:31 [2022-08-23T13:54:31.393Z] Leaving: AppArmorNo profiles have been unloaded.
13:54:31 [2022-08-23T13:54:31.393Z] 
13:54:31 [2022-08-23T13:54:31.393Z] Unloading profiles will leave already running processes permanently
13:54:31 [2022-08-23T13:54:31.393Z] unconfined, which can lead to unexpected situations.
13:54:31 [2022-08-23T13:54:31.393Z] 
13:54:31 [2022-08-23T13:54:31.393Z] To set a process to complain mode, use the command line tool
13:54:31 [2022-08-23T13:54:31.393Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
13:54:31 [2022-08-23T13:54:31.393Z] 
Post stage
[Pipeline] junit
13:54:31 [2022-08-23T13:54:31.402Z] Recording test results
13:54:31 [2022-08-23T13:54:31.520Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
13:54:31 [2022-08-23T13:54:31.540Z] === RUN   TestKillContainer/non_killing_signal
13:54:31 [2022-08-23T13:54:31.540Z] === RUN   TestKillContainer/killing_signal
13:54:31 [2022-08-23T13:54:31.790Z] + echo Ensuring container killed.
13:54:31 [2022-08-23T13:54:31.790Z] Ensuring container killed.
13:54:31 [2022-08-23T13:54:31.790Z] + docker rm -vf docker-pr44
13:54:31 [2022-08-23T13:54:31.790Z] Error: No such container: docker-pr44
[Pipeline] sh
13:54:31 [2022-08-23T13:54:31.839Z] --- PASS: TestRemoveImageOrphaning (0.42s)
13:54:31 [2022-08-23T13:54:31.839Z] === RUN   TestRemoveImageGarbageCollector
13:54:32 [2022-08-23T13:54:32.096Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
13:54:32 [2022-08-23T13:54:32.096Z] time="2022-08-23T13:54:32Z" level=info msg="[graphdriver] trying configured driver: overlay2"
13:54:32 [2022-08-23T13:54:32.108Z] --- PASS: TestKillContainer (1.17s)
13:54:32 [2022-08-23T13:54:32.108Z]     --- PASS: TestKillContainer/no_signal (0.37s)
13:54:32 [2022-08-23T13:54:32.108Z]     --- PASS: TestKillContainer/non_killing_signal (0.25s)
13:54:32 [2022-08-23T13:54:32.108Z]     --- PASS: TestKillContainer/killing_signal (0.38s)
13:54:32 [2022-08-23T13:54:32.108Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:54:32 [2022-08-23T13:54:32.108Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:54:32 [2022-08-23T13:54:32.123Z] + echo Chowning /workspace to jenkins user
13:54:32 [2022-08-23T13:54:32.123Z] Chowning /workspace to jenkins user
13:54:32 [2022-08-23T13:54:32.123Z] + id -u
13:54:32 [2022-08-23T13:54:32.123Z] + id -g
13:54:32 [2022-08-23T13:54:32.123Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43739:/workspace busybox chown -R 1000:1000 /workspace
13:54:32 [2022-08-23T13:54:32.676Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:54:32 [2022-08-23T13:54:32.935Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.79s)
13:54:32 [2022-08-23T13:54:32.935Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s)
13:54:32 [2022-08-23T13:54:32.935Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s)
13:54:32 [2022-08-23T13:54:32.935Z] === RUN   TestKillStoppedContainer
13:54:32 [2022-08-23T13:54:32.935Z] --- PASS: TestKillStoppedContainer (0.04s)
13:54:32 [2022-08-23T13:54:32.935Z] === RUN   TestKillStoppedContainerAPIPre120
13:54:32 [2022-08-23T13:54:32.935Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
13:54:32 [2022-08-23T13:54:32.935Z] === RUN   TestKillDifferentUserContainer
[Pipeline] catchError
[Pipeline] {
13:54:33 [2022-08-23T13:54:33.504Z] --- PASS: TestKillDifferentUserContainer (0.44s)
13:54:33 [2022-08-23T13:54:33.504Z] === RUN   TestInspectOomKilledTrue
13:54:33 [2022-08-23T13:54:33.504Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
13:54:33 [2022-08-23T13:54:33.504Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
13:54:33 [2022-08-23T13:54:33.504Z] === RUN   TestInspectOomKilledFalse
13:54:33 [2022-08-23T13:54:33.504Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:54:33 [2022-08-23T13:54:33.504Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
13:54:33 [2022-08-23T13:54:33.504Z] === RUN   TestLinksEtcHostsContentMatch
13:54:33 [2022-08-23T13:54:33.504Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
13:54:33 [2022-08-23T13:54:33.504Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
13:54:33 [2022-08-23T13:54:33.504Z] === RUN   TestLinksContainerNames
[Pipeline] sh
13:54:33 [2022-08-23T13:54:33.773Z] + bundleName=docker-py
13:54:33 [2022-08-23T13:54:33.773Z] + echo Creating docker-py-bundles.tar.gz
13:54:33 [2022-08-23T13:54:33.773Z] Creating docker-py-bundles.tar.gz
13:54:33 [2022-08-23T13:54:33.773Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log
[Pipeline] archiveArtifacts
13:54:33 [2022-08-23T13:54:33.782Z] Archiving artifacts
13:54:33 [2022-08-23T13:54:33.986Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
13:54:34 [2022-08-23T13:54:34.011Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43739/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
13:54:34 [2022-08-23T13:54:34.242Z] --- PASS: TestRemoveImageGarbageCollector (2.46s)
13:54:34 [2022-08-23T13:54:34.243Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:54:34 [2022-08-23T13:54:34.243Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
13:54:34 [2022-08-23T13:54:34.243Z] === RUN   TestTagInvalidReference
13:54:34 [2022-08-23T13:54:34.243Z] --- PASS: TestTagInvalidReference (0.02s)
13:54:34 [2022-08-23T13:54:34.243Z] === RUN   TestTagValidPrefixedRepo
13:54:34 [2022-08-23T13:54:34.243Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
13:54:34 [2022-08-23T13:54:34.243Z] === RUN   TestTagExistedNameWithoutForce
13:54:34 [2022-08-23T13:54:34.243Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
13:54:34 [2022-08-23T13:54:34.243Z] === RUN   TestTagOfficialNames
13:54:34 [2022-08-23T13:54:34.243Z] --- PASS: TestTagOfficialNames (0.08s)
13:54:34 [2022-08-23T13:54:34.243Z] === RUN   TestTagMatchesDigest
13:54:34 [2022-08-23T13:54:34.346Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/make.sh binary
13:54:34 [2022-08-23T13:54:34.443Z] --- PASS: TestLinksContainerNames (0.84s)
13:54:34 [2022-08-23T13:54:34.443Z] === RUN   TestLogsFollowTailEmpty
13:54:34 [2022-08-23T13:54:34.499Z] --- PASS: TestTagMatchesDigest (0.05s)
13:54:34 [2022-08-23T13:54:34.499Z] === CONT  TestImportExtremelyLargeImageWorks
13:54:34 [2022-08-23T13:54:34.603Z] 
13:54:34 [2022-08-23T13:54:34.703Z] --- PASS: TestLogsFollowTailEmpty (0.38s)
13:54:34 [2022-08-23T13:54:34.703Z] === RUN   TestLogs
13:54:34 [2022-08-23T13:54:34.703Z] === RUN   TestLogs/driver_local
13:54:34 [2022-08-23T13:54:34.703Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
13:54:34 [2022-08-23T13:54:34.703Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
13:54:34 [2022-08-23T13:54:34.703Z] === RUN   TestLogs/driver_local/tty/only_stdout
13:54:34 [2022-08-23T13:54:34.703Z] === PAUSE TestLogs/driver_local/tty/only_stdout
13:54:34 [2022-08-23T13:54:34.703Z] === RUN   TestLogs/driver_local/tty/only_stderr
13:54:34 [2022-08-23T13:54:34.703Z] === PAUSE TestLogs/driver_local/tty/only_stderr
13:54:34 [2022-08-23T13:54:34.703Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
13:54:34 [2022-08-23T13:54:34.703Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
13:54:34 [2022-08-23T13:54:34.703Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
13:54:34 [2022-08-23T13:54:34.703Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
13:54:34 [2022-08-23T13:54:34.703Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
13:54:34 [2022-08-23T13:54:34.703Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
13:54:34 [2022-08-23T13:54:34.703Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
13:54:34 [2022-08-23T13:54:34.703Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
13:54:34 [2022-08-23T13:54:34.859Z] Removing bundles/
13:54:34 [2022-08-23T13:54:34.859Z] 
13:54:34 [2022-08-23T13:54:34.859Z] ---> Making bundle: binary (in bundles/binary)
13:54:34 [2022-08-23T13:54:34.859Z] Building: bundles/binary-daemon/dockerd
13:54:34 [2022-08-23T13:54:34.859Z] GOOS="" GOARCH="" GOARM=""
13:54:35 [2022-08-23T13:54:35.062Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
13:54:35 [2022-08-23T13:54:35.318Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
13:54:35 [2022-08-23T13:54:35.641Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
13:54:35 [2022-08-23T13:54:35.641Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
13:54:36 [2022-08-23T13:54:36.210Z] === CONT  TestLogs/driver_local/tty/only_stderr
13:54:36 [2022-08-23T13:54:36.210Z] === CONT  TestLogs/driver_local/tty/only_stdout
13:54:36 [2022-08-23T13:54:36.470Z] === RUN   TestLogs/driver_json-file
13:54:36 [2022-08-23T13:54:36.470Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
13:54:36 [2022-08-23T13:54:36.470Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
13:54:36 [2022-08-23T13:54:36.470Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
13:54:36 [2022-08-23T13:54:36.470Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
13:54:36 [2022-08-23T13:54:36.470Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
13:54:36 [2022-08-23T13:54:36.470Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
13:54:36 [2022-08-23T13:54:36.470Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:54:36 [2022-08-23T13:54:36.470Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:54:36 [2022-08-23T13:54:36.470Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
13:54:36 [2022-08-23T13:54:36.470Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
13:54:36 [2022-08-23T13:54:36.470Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
13:54:36 [2022-08-23T13:54:36.470Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
13:54:36 [2022-08-23T13:54:36.729Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
13:54:36 [2022-08-23T13:54:36.730Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:54:37 [2022-08-23T13:54:37.210Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
13:54:37 [2022-08-23T13:54:37.299Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
13:54:37 [2022-08-23T13:54:37.299Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
13:54:37 [2022-08-23T13:54:37.387Z] --- PASS: TestServiceUpdateNetwork (12.29s)
13:54:37 [2022-08-23T13:54:37.387Z] === RUN   TestServiceUpdatePidsLimit
13:54:37 [2022-08-23T13:54:37.387Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
13:54:37 [2022-08-23T13:54:37.868Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
13:54:37 [2022-08-23T13:54:37.868Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
13:54:37 [2022-08-23T13:54:37.956Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
13:54:38 [2022-08-23T13:54:38.437Z] --- PASS: TestLogs (3.67s)
13:54:38 [2022-08-23T13:54:38.437Z]     --- PASS: TestLogs/driver_local (0.01s)
13:54:38 [2022-08-23T13:54:38.437Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.72s)
13:54:38 [2022-08-23T13:54:38.437Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.75s)
13:54:38 [2022-08-23T13:54:38.437Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.58s)
13:54:38 [2022-08-23T13:54:38.437Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.58s)
13:54:38 [2022-08-23T13:54:38.437Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.53s)
13:54:38 [2022-08-23T13:54:38.437Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.52s)
13:54:38 [2022-08-23T13:54:38.437Z]     --- PASS: TestLogs/driver_json-file (0.01s)
13:54:38 [2022-08-23T13:54:38.437Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.69s)
13:54:38 [2022-08-23T13:54:38.437Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.72s)
13:54:38 [2022-08-23T13:54:38.437Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.54s)
13:54:38 [2022-08-23T13:54:38.437Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.55s)
13:54:38 [2022-08-23T13:54:38.437Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.52s)
13:54:38 [2022-08-23T13:54:38.437Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.53s)
13:54:38 [2022-08-23T13:54:38.437Z] === RUN   TestContainerNetworkMountsNoChown
13:54:38 [2022-08-23T13:54:38.697Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s)
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/default
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/default
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/private
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/private
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rprivate
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rprivate
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/slave
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/slave
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rslave
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rslave
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/shared
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/shared
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rshared
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rshared
13:54:38 [2022-08-23T13:54:38.697Z] === CONT  TestMountDaemonRoot/default
13:54:38 [2022-08-23T13:54:38.697Z] === CONT  TestMountDaemonRoot/rshared
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/default/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/default/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === CONT  TestMountDaemonRoot/shared
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === CONT  TestMountDaemonRoot/rslave
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === CONT  TestMountDaemonRoot/slave
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === CONT  TestMountDaemonRoot/rprivate
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === CONT  TestMountDaemonRoot/private
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/private/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/private/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:54:38 [2022-08-23T13:54:38.697Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:54:38 [2022-08-23T13:54:38.697Z] === CONT  TestMountDaemonRoot/default/bind_root
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/default/mount_root
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:54:38 [2022-08-23T13:54:38.956Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:54:39 [2022-08-23T13:54:39.216Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:54:39 [2022-08-23T13:54:39.216Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:54:39 [2022-08-23T13:54:39.216Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:54:39 [2022-08-23T13:54:39.216Z] === CONT  TestMountDaemonRoot/private/bind_root
13:54:39 [2022-08-23T13:54:39.216Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:54:39 [2022-08-23T13:54:39.216Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:54:39 [2022-08-23T13:54:39.216Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:54:39 [2022-08-23T13:54:39.216Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:54:39 [2022-08-23T13:54:39.216Z] === CONT  TestMountDaemonRoot/private/mount_root
13:54:39 [2022-08-23T13:54:39.216Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:54:39 [2022-08-23T13:54:39.216Z] --- PASS: TestMountDaemonRoot (0.01s)
13:54:39 [2022-08-23T13:54:39.216Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
13:54:39 [2022-08-23T13:54:39.216Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
13:54:39 [2022-08-23T13:54:39.216Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.01s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
13:54:39 [2022-08-23T13:54:39.216Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.01s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.01s)
13:54:39 [2022-08-23T13:54:39.216Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z] === RUN   TestContainerBindMountNonRecursive
13:54:39 [2022-08-23T13:54:39.216Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
13:54:39 [2022-08-23T13:54:39.216Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s)
13:54:39 [2022-08-23T13:54:39.216Z] === RUN   TestContainerVolumesMountedAsShared
13:54:39 [2022-08-23T13:54:39.216Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
13:54:39 [2022-08-23T13:54:39.216Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
13:54:39 [2022-08-23T13:54:39.216Z] === RUN   TestContainerVolumesMountedAsSlave
13:54:39 [2022-08-23T13:54:39.216Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
13:54:39 [2022-08-23T13:54:39.216Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
13:54:39 [2022-08-23T13:54:39.216Z] === RUN   TestNetworkNat
13:54:39 [2022-08-23T13:54:39.784Z] --- PASS: TestNetworkNat (0.50s)
13:54:39 [2022-08-23T13:54:39.784Z] === RUN   TestNetworkLocalhostTCPNat
13:54:40 [2022-08-23T13:54:40.043Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s)
13:54:40 [2022-08-23T13:54:40.043Z] === RUN   TestNetworkLoopbackNat
13:54:40 [2022-08-23T13:54:40.481Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
13:54:42 [2022-08-23T13:54:42.578Z] --- PASS: TestNetworkLoopbackNat (2.53s)
13:54:42 [2022-08-23T13:54:42.578Z] === RUN   TestPause
13:54:42 [2022-08-23T13:54:42.578Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
13:54:42 [2022-08-23T13:54:42.578Z] --- SKIP: TestPause (0.00s)
13:54:42 [2022-08-23T13:54:42.578Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:54:42 [2022-08-23T13:54:42.578Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:54:42 [2022-08-23T13:54:42.578Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:54:42 [2022-08-23T13:54:42.578Z] === RUN   TestPauseStopPausedContainer
13:54:42 [2022-08-23T13:54:42.578Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
13:54:42 [2022-08-23T13:54:42.578Z] --- SKIP: TestPauseStopPausedContainer (0.02s)
13:54:42 [2022-08-23T13:54:42.578Z] === RUN   TestPidHost
13:54:43 [2022-08-23T13:54:43.517Z] --- PASS: TestPidHost (0.84s)
13:54:43 [2022-08-23T13:54:43.517Z] === RUN   TestPsFilter
13:54:43 [2022-08-23T13:54:43.517Z] --- PASS: TestPsFilter (0.08s)
13:54:43 [2022-08-23T13:54:43.517Z] === RUN   TestRemoveContainerWithRemovedVolume
13:54:43 [2022-08-23T13:54:43.751Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
13:54:44 [2022-08-23T13:54:44.085Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s)
13:54:44 [2022-08-23T13:54:44.085Z] === RUN   TestRemoveContainerWithVolume
13:54:44 [2022-08-23T13:54:44.345Z] --- PASS: TestRemoveContainerWithVolume (0.39s)
13:54:44 [2022-08-23T13:54:44.345Z] === RUN   TestRemoveContainerRunning
13:54:44 [2022-08-23T13:54:44.913Z] --- PASS: TestRemoveContainerRunning (0.39s)
13:54:44 [2022-08-23T13:54:44.913Z] === RUN   TestRemoveContainerForceRemoveRunning
13:54:45 [2022-08-23T13:54:45.173Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s)
13:54:45 [2022-08-23T13:54:45.173Z] === RUN   TestRemoveInvalidContainer
13:54:45 [2022-08-23T13:54:45.173Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:54:45 [2022-08-23T13:54:45.173Z] === RUN   TestRenameLinkedContainer
13:54:46 [2022-08-23T13:54:46.071Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
13:54:47 [2022-08-23T13:54:47.020Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
13:54:47 [2022-08-23T13:54:47.079Z] --- PASS: TestRenameLinkedContainer (1.61s)
13:54:47 [2022-08-23T13:54:47.079Z] === RUN   TestRenameStoppedContainer
13:54:47 [2022-08-23T13:54:47.079Z] --- PASS: TestRenameStoppedContainer (0.38s)
13:54:47 [2022-08-23T13:54:47.079Z] === RUN   TestRenameRunningContainerAndReuse
13:54:47 [2022-08-23T13:54:47.949Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
13:54:48 [2022-08-23T13:54:48.017Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s)
13:54:48 [2022-08-23T13:54:48.017Z] === RUN   TestRenameInvalidName
13:54:48 [2022-08-23T13:54:48.586Z] --- PASS: TestRenameInvalidName (0.39s)
13:54:48 [2022-08-23T13:54:48.586Z] === RUN   TestRenameAnonymousContainer
13:54:49 [2022-08-23T13:54:49.860Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
13:54:49 [2022-08-23T13:54:49.965Z] --- PASS: TestRenameAnonymousContainer (1.41s)
13:54:49 [2022-08-23T13:54:49.965Z] === RUN   TestRenameContainerWithSameName
13:54:50 [2022-08-23T13:54:50.122Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
13:54:50 [2022-08-23T13:54:50.224Z] --- PASS: TestRenameContainerWithSameName (0.41s)
13:54:50 [2022-08-23T13:54:50.224Z] === RUN   TestRenameContainerWithLinkedContainer
13:54:51 [2022-08-23T13:54:51.050Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
13:54:51 [2022-08-23T13:54:51.197Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s)
13:54:51 [2022-08-23T13:54:51.197Z] === RUN   TestResize
13:54:51 [2022-08-23T13:54:51.467Z] --- PASS: TestResize (0.43s)
13:54:51 [2022-08-23T13:54:51.467Z] === RUN   TestResizeWithInvalidSize
13:54:51 [2022-08-23T13:54:51.979Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
13:54:52 [2022-08-23T13:54:52.045Z] --- PASS: TestResizeWithInvalidSize (0.43s)
13:54:52 [2022-08-23T13:54:52.046Z] === RUN   TestResizeWhenContainerNotStarted
13:54:52 [2022-08-23T13:54:52.306Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s)
13:54:52 [2022-08-23T13:54:52.306Z] === RUN   TestDaemonRestartKillContainers
13:54:52 [2022-08-23T13:54:52.306Z]     restart_test.go:22: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
13:54:52 [2022-08-23T13:54:52.306Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
13:54:52 [2022-08-23T13:54:52.306Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
13:54:52 [2022-08-23T13:54:52.306Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
13:54:52 [2022-08-23T13:54:52.633Z] --- PASS: TestServiceUpdatePidsLimit (16.03s)
13:54:52 [2022-08-23T13:54:52.633Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
13:54:52 [2022-08-23T13:54:52.633Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
13:54:52 [2022-08-23T13:54:52.633Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
13:54:52 [2022-08-23T13:54:52.633Z] PASS
13:54:52 [2022-08-23T13:54:52.633Z] 
13:54:52 [2022-08-23T13:54:52.633Z] === Skipped
13:54:52 [2022-08-23T13:54:52.633Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
13:54:52 [2022-08-23T13:54:52.633Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:54:52 [2022-08-23T13:54:52.633Z] 
13:54:52 [2022-08-23T13:54:52.633Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
13:54:52 [2022-08-23T13:54:52.633Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:54:52 [2022-08-23T13:54:52.633Z] 
13:54:52 [2022-08-23T13:54:52.633Z] DONE 27 tests, 2 skipped in 130.670s
13:54:52 [2022-08-23T13:54:52.633Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
13:54:52 [2022-08-23T13:54:52.633Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
13:54:52 [2022-08-23T13:54:52.633Z] ++ set -e
13:54:52 [2022-08-23T13:54:52.633Z] ++ '[' -n 0 ']'
13:54:52 [2022-08-23T13:54:52.633Z] ++ set -x
13:54:52 [2022-08-23T13:54:52.633Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
13:54:52 [2022-08-23T13:54:52.633Z] INFO: Testing against a local daemon
13:54:52 [2022-08-23T13:54:52.633Z] === RUN   TestSessionCreate
13:54:52 [2022-08-23T13:54:52.633Z] --- PASS: TestSessionCreate (0.02s)
13:54:52 [2022-08-23T13:54:52.633Z] === RUN   TestSessionCreateWithBadUpgrade
13:54:52 [2022-08-23T13:54:52.633Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
13:54:52 [2022-08-23T13:54:52.633Z] PASS
13:54:52 [2022-08-23T13:54:52.633Z] 
13:54:52 [2022-08-23T13:54:52.633Z] DONE 2 tests in 0.128s
13:54:52 [2022-08-23T13:54:52.633Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
13:54:52 [2022-08-23T13:54:52.634Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
13:54:52 [2022-08-23T13:54:52.634Z] ++ set -e
13:54:52 [2022-08-23T13:54:52.634Z] ++ '[' -n 0 ']'
13:54:52 [2022-08-23T13:54:52.634Z] ++ set -x
13:54:52 [2022-08-23T13:54:52.634Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
13:54:52 [2022-08-23T13:54:52.634Z] INFO: Testing against a local daemon
13:54:52 [2022-08-23T13:54:52.634Z] === RUN   TestCgroupDriverSystemdMemoryLimit
13:54:52 [2022-08-23T13:54:52.634Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:54:52 [2022-08-23T13:54:52.634Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
13:54:52 [2022-08-23T13:54:52.634Z] === RUN   TestDiskUsage
13:54:52 [2022-08-23T13:54:52.634Z] === PAUSE TestDiskUsage
13:54:52 [2022-08-23T13:54:52.634Z] === RUN   TestEventsExecDie
13:54:52 [2022-08-23T13:54:52.893Z] --- PASS: TestEventsExecDie (0.51s)
13:54:52 [2022-08-23T13:54:52.893Z] === RUN   TestEventsBackwardsCompatible
13:54:52 [2022-08-23T13:54:52.893Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
13:54:52 [2022-08-23T13:54:52.893Z] === RUN   TestEventsVolumeCreate
13:54:52 [2022-08-23T13:54:52.893Z] --- PASS: TestEventsVolumeCreate (0.05s)
13:54:52 [2022-08-23T13:54:52.893Z] === RUN   TestInfoBinaryCommits
13:54:52 [2022-08-23T13:54:52.893Z] --- PASS: TestInfoBinaryCommits (0.02s)
13:54:52 [2022-08-23T13:54:52.893Z] === RUN   TestInfoAPIVersioned
13:54:52 [2022-08-23T13:54:52.893Z] --- PASS: TestInfoAPIVersioned (0.01s)
13:54:52 [2022-08-23T13:54:52.893Z] === RUN   TestInfoAPI
13:54:52 [2022-08-23T13:54:52.893Z] --- PASS: TestInfoAPI (0.02s)
13:54:52 [2022-08-23T13:54:52.893Z] === RUN   TestInfoAPIWarnings
13:54:52 [2022-08-23T13:54:52.909Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
13:54:53 [2022-08-23T13:54:53.166Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
13:54:53 [2022-08-23T13:54:53.243Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
13:54:54 [2022-08-23T13:54:54.181Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.72s)
13:54:54 [2022-08-23T13:54:54.181Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.86s)
13:54:54 [2022-08-23T13:54:54.181Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.85s)
13:54:54 [2022-08-23T13:54:54.181Z] === RUN   TestCgroupNamespacesRun
13:54:55 [2022-08-23T13:54:55.056Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
13:54:55 [2022-08-23T13:54:55.119Z] --- PASS: TestCgroupNamespacesRun (1.11s)
13:54:55 [2022-08-23T13:54:55.119Z] === RUN   TestCgroupNamespacesRunPrivileged
13:54:55 [2022-08-23T13:54:55.313Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
13:54:56 [2022-08-23T13:54:56.497Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s)
13:54:56 [2022-08-23T13:54:56.497Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:54:57 [2022-08-23T13:54:57.435Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s)
13:54:57 [2022-08-23T13:54:57.435Z] === RUN   TestCgroupNamespacesRunHostMode
13:54:57 [2022-08-23T13:54:57.836Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
13:54:58 [2022-08-23T13:54:58.813Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s)
13:54:58 [2022-08-23T13:54:58.813Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:54:59 [2022-08-23T13:54:59.751Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s)
13:54:59 [2022-08-23T13:54:59.751Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:55:00 [2022-08-23T13:55:00.690Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s)
13:55:00 [2022-08-23T13:55:00.690Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:55:01 [2022-08-23T13:55:01.105Z]     docker_cli_daemon_test.go:2504: [df0f9bab06e6d] daemon is not started
13:55:01 [2022-08-23T13:55:01.628Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s)
13:55:01 [2022-08-23T13:55:01.628Z] === RUN   TestCgroupNamespacesRunOlderClient
13:55:02 [2022-08-23T13:55:02.996Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
13:55:03 [2022-08-23T13:55:03.006Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.24s)
13:55:03 [2022-08-23T13:55:03.006Z] === RUN   TestNISDomainname
13:55:03 [2022-08-23T13:55:03.006Z]     run_linux_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
13:55:03 [2022-08-23T13:55:03.006Z] --- SKIP: TestNISDomainname (0.02s)
13:55:03 [2022-08-23T13:55:03.006Z] === RUN   TestHostnameDnsResolution
13:55:03 [2022-08-23T13:55:03.266Z] --- PASS: TestHostnameDnsResolution (0.63s)
13:55:03 [2022-08-23T13:55:03.266Z] === RUN   TestUnprivilegedPortsAndPing
13:55:03 [2022-08-23T13:55:03.266Z]     run_linux_test.go:115: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
13:55:03 [2022-08-23T13:55:03.266Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s)
13:55:03 [2022-08-23T13:55:03.266Z] === RUN   TestPrivilegedHostDevices
13:55:03 [2022-08-23T13:55:03.558Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
13:55:03 [2022-08-23T13:55:03.835Z] --- PASS: TestPrivilegedHostDevices (0.41s)
13:55:03 [2022-08-23T13:55:03.835Z] === RUN   TestRunConsoleSize
13:55:04 [2022-08-23T13:55:04.094Z] --- PASS: TestRunConsoleSize (0.41s)
13:55:04 [2022-08-23T13:55:04.094Z] === RUN   TestRunWithAlternativeContainerdShim
13:55:04 [2022-08-23T13:55:04.926Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
13:55:06 [2022-08-23T13:55:06.631Z] --- PASS: TestRunWithAlternativeContainerdShim (1.97s)
13:55:06 [2022-08-23T13:55:06.631Z] === RUN   TestStats
13:55:06 [2022-08-23T13:55:06.631Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
13:55:06 [2022-08-23T13:55:06.631Z] --- SKIP: TestStats (0.00s)
13:55:06 [2022-08-23T13:55:06.631Z] === RUN   TestStopContainerWithTimeout
13:55:06 [2022-08-23T13:55:06.631Z] === RUN   TestStopContainerWithTimeout/0
13:55:06 [2022-08-23T13:55:06.631Z] === PAUSE TestStopContainerWithTimeout/0
13:55:06 [2022-08-23T13:55:06.631Z] === RUN   TestStopContainerWithTimeout/1
13:55:06 [2022-08-23T13:55:06.631Z] === PAUSE TestStopContainerWithTimeout/1
13:55:06 [2022-08-23T13:55:06.631Z] === RUN   TestStopContainerWithTimeout/3
13:55:06 [2022-08-23T13:55:06.631Z] === PAUSE TestStopContainerWithTimeout/3
13:55:06 [2022-08-23T13:55:06.631Z] === RUN   TestStopContainerWithTimeout/-1
13:55:06 [2022-08-23T13:55:06.631Z] === PAUSE TestStopContainerWithTimeout/-1
13:55:06 [2022-08-23T13:55:06.631Z] === CONT  TestStopContainerWithTimeout/0
13:55:06 [2022-08-23T13:55:06.631Z] === CONT  TestStopContainerWithTimeout/3
13:55:06 [2022-08-23T13:55:06.816Z] === RUN   TestDockerSuite/TestBuildCacheAdd
13:55:06 [2022-08-23T13:55:06.891Z] === CONT  TestStopContainerWithTimeout/-1
13:55:07 [2022-08-23T13:55:07.378Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
13:55:08 [2022-08-23T13:55:08.320Z] === RUN   TestDockerSuite/TestBuildCacheFrom
13:55:08 [2022-08-23T13:55:08.795Z] === CONT  TestStopContainerWithTimeout/1
13:55:10 [2022-08-23T13:55:10.174Z] --- PASS: TestStopContainerWithTimeout (0.01s)
13:55:10 [2022-08-23T13:55:10.174Z]     --- PASS: TestStopContainerWithTimeout/0 (0.72s)
13:55:10 [2022-08-23T13:55:10.174Z]     --- PASS: TestStopContainerWithTimeout/3 (2.71s)
13:55:10 [2022-08-23T13:55:10.174Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.38s)
13:55:10 [2022-08-23T13:55:10.174Z]     --- PASS: TestStopContainerWithTimeout/1 (1.39s)
13:55:10 [2022-08-23T13:55:10.174Z] === RUN   TestDeleteDevicemapper
13:55:10 [2022-08-23T13:55:10.174Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:55:10 [2022-08-23T13:55:10.174Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:55:10 [2022-08-23T13:55:10.174Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:55:10 [2022-08-23T13:55:10.999Z] --- PASS: TestInfoAPIWarnings (16.54s)
13:55:10 [2022-08-23T13:55:10.999Z] === RUN   TestInfoDebug
13:55:10 [2022-08-23T13:55:10.999Z] --- PASS: TestInfoDebug (0.52s)
13:55:10 [2022-08-23T13:55:10.999Z] === RUN   TestInfoInsecureRegistries
13:55:10 [2022-08-23T13:55:10.999Z] --- PASS: TestInfoInsecureRegistries (0.52s)
13:55:10 [2022-08-23T13:55:10.999Z] === RUN   TestInfoRegistryMirrors
13:55:11 [2022-08-23T13:55:11.262Z] --- PASS: TestInfoRegistryMirrors (0.54s)
13:55:11 [2022-08-23T13:55:11.262Z] === RUN   TestLoginFailsWithBadCredentials
13:55:11 [2022-08-23T13:55:11.521Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
13:55:11 [2022-08-23T13:55:11.521Z] === RUN   TestPingCacheHeaders
13:55:11 [2022-08-23T13:55:11.521Z] --- PASS: TestPingCacheHeaders (0.02s)
13:55:11 [2022-08-23T13:55:11.521Z] === RUN   TestPingGet
13:55:11 [2022-08-23T13:55:11.521Z] --- PASS: TestPingGet (0.01s)
13:55:11 [2022-08-23T13:55:11.521Z] === RUN   TestPingHead
13:55:11 [2022-08-23T13:55:11.521Z] --- PASS: TestPingHead (0.02s)
13:55:11 [2022-08-23T13:55:11.521Z] === RUN   TestPingSwarmHeader
13:55:11 [2022-08-23T13:55:11.554Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.33s)
13:55:11 [2022-08-23T13:55:11.554Z] === RUN   TestUpdateMemory
13:55:11 [2022-08-23T13:55:11.554Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
13:55:11 [2022-08-23T13:55:11.554Z] --- SKIP: TestUpdateMemory (0.00s)
13:55:11 [2022-08-23T13:55:11.554Z] === RUN   TestUpdateCPUQuota
13:55:11 [2022-08-23T13:55:11.554Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
13:55:11 [2022-08-23T13:55:11.554Z] --- SKIP: TestUpdateCPUQuota (0.00s)
13:55:11 [2022-08-23T13:55:11.554Z] === RUN   TestUpdatePidsLimit
13:55:11 [2022-08-23T13:55:11.554Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
13:55:11 [2022-08-23T13:55:11.554Z] --- SKIP: TestUpdatePidsLimit (0.00s)
13:55:11 [2022-08-23T13:55:11.554Z] === RUN   TestUpdateRestartPolicy
13:55:11 [2022-08-23T13:55:11.589Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
13:55:12 [2022-08-23T13:55:12.088Z] === RUN   TestPingSwarmHeader/before_swarm_init
13:55:12 [2022-08-23T13:55:12.656Z] === RUN   TestPingSwarmHeader/after_swarm_init
13:55:13 [2022-08-23T13:55:13.593Z] === RUN   TestPingSwarmHeader/after_swarm_leave
13:55:13 [2022-08-23T13:55:13.852Z] --- PASS: TestPingSwarmHeader (2.15s)
13:55:13 [2022-08-23T13:55:13.852Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
13:55:13 [2022-08-23T13:55:13.852Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
13:55:13 [2022-08-23T13:55:13.852Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
13:55:13 [2022-08-23T13:55:13.852Z] === RUN   TestPingBuilderHeader
13:55:13 [2022-08-23T13:55:13.852Z] === RUN   TestPingBuilderHeader/default_config
13:55:14 [2022-08-23T13:55:14.107Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
13:55:14 [2022-08-23T13:55:14.107Z] === RUN   TestDockerDaemonSuite/TestShmSize
13:55:14 [2022-08-23T13:55:14.421Z] === RUN   TestPingBuilderHeader/buildkit_disabled
13:55:14 [2022-08-23T13:55:14.680Z] --- PASS: TestPingBuilderHeader (1.05s)
13:55:14 [2022-08-23T13:55:14.680Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
13:55:14 [2022-08-23T13:55:14.680Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
13:55:14 [2022-08-23T13:55:14.680Z] === RUN   TestVersion
13:55:14 [2022-08-23T13:55:14.680Z] --- PASS: TestVersion (0.02s)
13:55:14 [2022-08-23T13:55:14.680Z] === CONT  TestDiskUsage
13:55:15 [2022-08-23T13:55:15.247Z] === RUN   TestDiskUsage/empty
13:55:15 [2022-08-23T13:55:15.247Z] === RUN   TestDiskUsage/empty/container_types
13:55:15 [2022-08-23T13:55:15.247Z] === RUN   TestDiskUsage/empty/image_types
13:55:15 [2022-08-23T13:55:15.247Z] === RUN   TestDiskUsage/empty/volume_types
13:55:15 [2022-08-23T13:55:15.247Z] === RUN   TestDiskUsage/empty/build-cache_types
13:55:15 [2022-08-23T13:55:15.247Z] === RUN   TestDiskUsage/empty/container,_volume_types
13:55:15 [2022-08-23T13:55:15.247Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
13:55:15 [2022-08-23T13:55:15.247Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
13:55:15 [2022-08-23T13:55:15.247Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
13:55:15 [2022-08-23T13:55:15.247Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
13:55:15 [2022-08-23T13:55:15.247Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
13:55:15 [2022-08-23T13:55:15.247Z] === RUN   TestDiskUsage/after_LoadBusybox
13:55:15 [2022-08-23T13:55:15.475Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
13:55:15 [2022-08-23T13:55:15.506Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
13:55:15 [2022-08-23T13:55:15.506Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
13:55:15 [2022-08-23T13:55:15.506Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
13:55:15 [2022-08-23T13:55:15.506Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
13:55:15 [2022-08-23T13:55:15.506Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
13:55:15 [2022-08-23T13:55:15.506Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
13:55:15 [2022-08-23T13:55:15.506Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
13:55:15 [2022-08-23T13:55:15.506Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
13:55:15 [2022-08-23T13:55:15.506Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
13:55:15 [2022-08-23T13:55:15.506Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
13:55:15 [2022-08-23T13:55:15.506Z] === RUN   TestDiskUsage/after_container.Run
13:55:15 [2022-08-23T13:55:15.765Z] === RUN   TestDiskUsage/after_container.Run/container_types
13:55:15 [2022-08-23T13:55:15.765Z] === RUN   TestDiskUsage/after_container.Run/image_types
13:55:15 [2022-08-23T13:55:15.765Z] === RUN   TestDiskUsage/after_container.Run/volume_types
13:55:15 [2022-08-23T13:55:15.765Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
13:55:15 [2022-08-23T13:55:15.765Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
13:55:15 [2022-08-23T13:55:15.765Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
13:55:15 [2022-08-23T13:55:15.765Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
13:55:15 [2022-08-23T13:55:15.765Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
13:55:15 [2022-08-23T13:55:15.765Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
13:55:15 [2022-08-23T13:55:15.765Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
13:55:16 [2022-08-23T13:55:16.024Z] --- PASS: TestDiskUsage (1.15s)
13:55:16 [2022-08-23T13:55:16.024Z]     --- PASS: TestDiskUsage/empty (0.01s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]     --- PASS: TestDiskUsage/after_container.Run (0.31s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z] PASS
13:55:16 [2022-08-23T13:55:16.024Z] 
13:55:16 [2022-08-23T13:55:16.024Z] === Skipped
13:55:16 [2022-08-23T13:55:16.024Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
13:55:16 [2022-08-23T13:55:16.024Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:55:16 [2022-08-23T13:55:16.024Z] 
13:55:16 [2022-08-23T13:55:16.024Z] DONE 57 tests, 1 skipped in 23.721s
13:55:16 [2022-08-23T13:55:16.024Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
13:55:16 [2022-08-23T13:55:16.024Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
13:55:16 [2022-08-23T13:55:16.024Z] ++ set -e
13:55:16 [2022-08-23T13:55:16.024Z] ++ '[' -n 0 ']'
13:55:16 [2022-08-23T13:55:16.024Z] ++ set -x
13:55:16 [2022-08-23T13:55:16.025Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
13:55:16 [2022-08-23T13:55:16.025Z] INFO: Testing against a local daemon
13:55:16 [2022-08-23T13:55:16.025Z] === RUN   TestVolumesCreateAndList
13:55:16 [2022-08-23T13:55:16.025Z] --- PASS: TestVolumesCreateAndList (0.02s)
13:55:16 [2022-08-23T13:55:16.025Z] === RUN   TestVolumesRemove
13:55:16 [2022-08-23T13:55:16.025Z] --- PASS: TestVolumesRemove (0.07s)
13:55:16 [2022-08-23T13:55:16.025Z] === RUN   TestVolumesInspect
13:55:16 [2022-08-23T13:55:16.038Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
13:55:16 [2022-08-23T13:55:16.283Z] --- PASS: TestVolumesInspect (0.02s)
13:55:16 [2022-08-23T13:55:16.283Z] === RUN   TestVolumesInvalidJSON
13:55:16 [2022-08-23T13:55:16.283Z] === RUN   TestVolumesInvalidJSON/volumes/create
13:55:16 [2022-08-23T13:55:16.283Z] === PAUSE TestVolumesInvalidJSON/volumes/create
13:55:16 [2022-08-23T13:55:16.283Z] === CONT  TestVolumesInvalidJSON/volumes/create
13:55:16 [2022-08-23T13:55:16.283Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
13:55:16 [2022-08-23T13:55:16.283Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
13:55:16 [2022-08-23T13:55:16.283Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
13:55:16 [2022-08-23T13:55:16.283Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
13:55:16 [2022-08-23T13:55:16.283Z] --- PASS: TestVolumesInvalidJSON (0.01s)
13:55:16 [2022-08-23T13:55:16.283Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
13:55:16 [2022-08-23T13:55:16.283Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
13:55:16 [2022-08-23T13:55:16.283Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
13:55:16 [2022-08-23T13:55:16.283Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
13:55:16 [2022-08-23T13:55:16.283Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
13:55:16 [2022-08-23T13:55:16.283Z] PASS
13:55:16 [2022-08-23T13:55:16.283Z] 
13:55:16 [2022-08-23T13:55:16.283Z] DONE 9 tests in 0.215s
13:55:16 [2022-08-23T13:55:16.283Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
13:55:16 [2022-08-23T13:55:16.283Z] ++++ cat bundles/test-integration/docker.pid
13:55:16 [2022-08-23T13:55:16.283Z] +++ kill 14479
13:55:16 [2022-08-23T13:55:16.542Z] +++ /etc/init.d/apparmor stop
13:55:16 [2022-08-23T13:55:16.542Z] Leaving: AppArmorNo profiles have been unloaded.
13:55:16 [2022-08-23T13:55:16.542Z] 
13:55:16 [2022-08-23T13:55:16.542Z] Unloading profiles will leave already running processes permanently
13:55:16 [2022-08-23T13:55:16.542Z] unconfined, which can lead to unexpected situations.
13:55:16 [2022-08-23T13:55:16.542Z] 
13:55:16 [2022-08-23T13:55:16.542Z] To set a process to complain mode, use the command line tool
13:55:16 [2022-08-23T13:55:16.542Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
13:55:16 [2022-08-23T13:55:16.542Z] +++ true
13:55:16 [2022-08-23T13:55:16.542Z] exiting test-integration
13:55:16 [2022-08-23T13:55:16.542Z] ++ exit 0
13:55:16 [2022-08-23T13:55:16.542Z] 
13:55:16 [2022-08-23T13:55:16.601Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
Post stage
[Pipeline] junit
13:55:17 [2022-08-23T13:55:17.124Z] Recording test results
13:55:17 [2022-08-23T13:55:17.257Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
13:55:17 [2022-08-23T13:55:17.528Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
13:55:17 [2022-08-23T13:55:17.581Z] + echo Ensuring container killed.
13:55:17 [2022-08-23T13:55:17.581Z] Ensuring container killed.
13:55:17 [2022-08-23T13:55:17.581Z] + docker rm -vf docker-pr44
13:55:17 [2022-08-23T13:55:17.581Z] Error: No such container: docker-pr44
[Pipeline] sh
13:55:17 [2022-08-23T13:55:17.863Z] + echo Chowning /workspace to jenkins user
13:55:17 [2022-08-23T13:55:17.863Z] Chowning /workspace to jenkins user
13:55:17 [2022-08-23T13:55:17.863Z] + id -u
13:55:17 [2022-08-23T13:55:17.863Z] + id -g
13:55:17 [2022-08-23T13:55:17.863Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43739:/workspace busybox chown -R 1000:1000 /workspace
13:55:18 [2022-08-23T13:55:18.897Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
13:55:18 [2022-08-23T13:55:18.897Z]     check_test.go:540: [d881879d07818] daemon is not started
13:55:18 [2022-08-23T13:55:18.897Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
13:55:19 [2022-08-23T13:55:19.535Z] + bundleName=arm64-integration
13:55:19 [2022-08-23T13:55:19.535Z] + echo Creating arm64-integration-bundles.tar.gz
13:55:19 [2022-08-23T13:55:19.535Z] Creating arm64-integration-bundles.tar.gz
13:55:19 [2022-08-23T13:55:19.535Z] + xargs tar -czf arm64-integration-bundles.tar.gz
13:55:19 [2022-08-23T13:55:19.535Z] + 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
13:55:19 [2022-08-23T13:55:19.818Z] Archiving artifacts
13:55:19 [2022-08-23T13:55:19.827Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
13:55:20 [2022-08-23T13:55:20.061Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43739/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
13:55:20 [2022-08-23T13:55:20.365Z] + make clean
13:55:20 [2022-08-23T13:55:20.366Z] docker volume rm -f docker-dev-cache docker-mod-cache
13:55:20 [2022-08-23T13:55:20.366Z] docker-dev-cache
13:55:20 [2022-08-23T13:55:20.366Z] docker-mod-cache
[Pipeline] deleteDir
13:55:20 [2022-08-23T13:55:20.756Z] === RUN   TestDockerSuite/TestBuildClearCmd
13:55:21 [2022-08-23T13:55:21.321Z] === RUN   TestDockerSuite/TestBuildCmd
13:55:21 [2022-08-23T13:55:21.578Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
13:55:21 [2022-08-23T13:55:21.835Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
13:55:22 [2022-08-23T13:55:22.398Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
13:55:22 [2022-08-23T13:55:22.398Z]     docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows
13:55:22 [2022-08-23T13:55:22.398Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
13:55:23 [2022-08-23T13:55:23.763Z] --- PASS: TestUpdateRestartPolicy (10.91s)
13:55:23 [2022-08-23T13:55:23.763Z] === RUN   TestUpdateRestartWithAutoRemove
13:55:23 [2022-08-23T13:55:23.763Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s)
13:55:23 [2022-08-23T13:55:23.763Z] === RUN   TestWaitNonBlocked
13:55:23 [2022-08-23T13:55:23.763Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:55:23 [2022-08-23T13:55:23.763Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:55:23 [2022-08-23T13:55:23.763Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:55:23 [2022-08-23T13:55:23.763Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:55:23 [2022-08-23T13:55:23.763Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:55:23 [2022-08-23T13:55:23.763Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:55:23 [2022-08-23T13:55:23.763Z] --- PASS: TestWaitNonBlocked (0.01s)
13:55:23 [2022-08-23T13:55:23.763Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s)
13:55:23 [2022-08-23T13:55:23.763Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.82s)
13:55:23 [2022-08-23T13:55:23.763Z] === RUN   TestWaitBlocked
13:55:23 [2022-08-23T13:55:23.763Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:55:23 [2022-08-23T13:55:23.763Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:55:23 [2022-08-23T13:55:23.763Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:55:23 [2022-08-23T13:55:23.763Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:55:23 [2022-08-23T13:55:23.763Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:55:23 [2022-08-23T13:55:23.763Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:55:23 [2022-08-23T13:55:23.764Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
13:55:24 [2022-08-23T13:55:24.333Z] --- PASS: TestWaitBlocked (0.01s)
13:55:24 [2022-08-23T13:55:24.333Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.57s)
13:55:24 [2022-08-23T13:55:24.333Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s)
13:55:24 [2022-08-23T13:55:24.333Z] === RUN   TestWaitConditions
13:55:24 [2022-08-23T13:55:24.333Z] === RUN   TestWaitConditions/default
13:55:24 [2022-08-23T13:55:24.333Z] === PAUSE TestWaitConditions/default
13:55:24 [2022-08-23T13:55:24.333Z] === RUN   TestWaitConditions/not-running
13:55:24 [2022-08-23T13:55:24.333Z] === PAUSE TestWaitConditions/not-running
13:55:24 [2022-08-23T13:55:24.333Z] === RUN   TestWaitConditions/next-exit
13:55:24 [2022-08-23T13:55:24.333Z] === PAUSE TestWaitConditions/next-exit
13:55:24 [2022-08-23T13:55:24.333Z] === RUN   TestWaitConditions/removed
13:55:24 [2022-08-23T13:55:24.333Z] === PAUSE TestWaitConditions/removed
13:55:24 [2022-08-23T13:55:24.333Z] === CONT  TestWaitConditions/default
13:55:24 [2022-08-23T13:55:24.333Z] === CONT  TestWaitConditions/next-exit
13:55:25 [2022-08-23T13:55:25.133Z] --- PASS: TestDockerDaemonSuite (334.31s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.05s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.74s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.84s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.04s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.69s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.04s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.63s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.99s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.73s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.94s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.90s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.93s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.59s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.31s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.54s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.40s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.45s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.48s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.23s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.33s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.10s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.93s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.81s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.25s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.88s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.61s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.86s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.47s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.65s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.63s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.37s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.39s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.60s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.46s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.47s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.04s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.64s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.03s)
13:55:25 [2022-08-23T13:55:25.133Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (12.55s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (1.99s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.53s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.61s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.13s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.40s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.38s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.81s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.28s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.24s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.89s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.77s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.80s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.17s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.91s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.99s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.33s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.68s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.29s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.43s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.88s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.13s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.82s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.99s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.04s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.58s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.12s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.04s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.57s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.91s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.30s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.84s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.01s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.34s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.35s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.68s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.42s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.54s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.54s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.67s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.40s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.32s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.22s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.48s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.93s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.30s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.18s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.33s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.80s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.05s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.15s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.15s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.84s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.42s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.73s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.95s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.62s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.10s)
13:55:25 [2022-08-23T13:55:25.134Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.30s)
13:55:25 [2022-08-23T13:55:25.134Z] === RUN   TestDockerSwarmSuite
13:55:25 [2022-08-23T13:55:25.134Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
13:55:26 [2022-08-23T13:55:26.240Z] === CONT  TestWaitConditions/removed
13:55:26 [2022-08-23T13:55:26.240Z] === CONT  TestWaitConditions/not-running
13:55:27 [2022-08-23T13:55:27.618Z] --- PASS: TestWaitConditions (0.01s)
13:55:27 [2022-08-23T13:55:27.618Z]     --- PASS: TestWaitConditions/default (1.51s)
13:55:27 [2022-08-23T13:55:27.618Z]     --- PASS: TestWaitConditions/next-exit (1.67s)
13:55:27 [2022-08-23T13:55:27.618Z]     --- PASS: TestWaitConditions/removed (1.66s)
13:55:27 [2022-08-23T13:55:27.618Z]     --- PASS: TestWaitConditions/not-running (1.52s)
13:55:27 [2022-08-23T13:55:27.618Z] === RUN   TestWaitRestartedContainer
13:55:27 [2022-08-23T13:55:27.618Z] === RUN   TestWaitRestartedContainer/default
13:55:27 [2022-08-23T13:55:27.618Z] === PAUSE TestWaitRestartedContainer/default
13:55:27 [2022-08-23T13:55:27.618Z] === RUN   TestWaitRestartedContainer/not-running
13:55:27 [2022-08-23T13:55:27.618Z] === PAUSE TestWaitRestartedContainer/not-running
13:55:27 [2022-08-23T13:55:27.618Z] === RUN   TestWaitRestartedContainer/next-exit
13:55:27 [2022-08-23T13:55:27.618Z] === PAUSE TestWaitRestartedContainer/next-exit
13:55:27 [2022-08-23T13:55:27.618Z] === CONT  TestWaitRestartedContainer/default
13:55:27 [2022-08-23T13:55:27.618Z] === CONT  TestWaitRestartedContainer/next-exit
13:55:28 [2022-08-23T13:55:28.402Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
13:55:29 [2022-08-23T13:55:29.330Z] === RUN   TestDockerSuite/TestBuildConditionalCache
13:55:29 [2022-08-23T13:55:29.527Z] === CONT  TestWaitRestartedContainer/not-running
13:55:30 [2022-08-23T13:55:30.097Z] --- PASS: TestWaitRestartedContainer (0.01s)
13:55:30 [2022-08-23T13:55:30.097Z]     --- PASS: TestWaitRestartedContainer/default (1.51s)
13:55:30 [2022-08-23T13:55:30.097Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.55s)
13:55:30 [2022-08-23T13:55:30.097Z]     --- PASS: TestWaitRestartedContainer/not-running (0.84s)
13:55:30 [2022-08-23T13:55:30.097Z] === CONT  TestDaemonRestartIpcMode
13:55:30 [2022-08-23T13:55:30.097Z] === CONT  TestIpcModeOlderClient
13:55:30 [2022-08-23T13:55:30.097Z] --- PASS: TestIpcModeOlderClient (0.07s)
13:55:30 [2022-08-23T13:55:30.097Z] === CONT  TestRestartDaemonWithRestartingContainer
13:55:30 [2022-08-23T13:55:30.760Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
13:55:31 [2022-08-23T13:55:31.328Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
13:55:31 [2022-08-23T13:55:31.892Z] === RUN   TestDockerSuite/TestBuildContextCleanup
13:55:32 [2022-08-23T13:55:32.148Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
13:55:32 [2022-08-23T13:55:32.735Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.44s)
13:55:32 [2022-08-23T13:55:32.735Z] --- PASS: TestDaemonRestartIpcMode (2.59s)
13:55:32 [2022-08-23T13:55:32.735Z] PASS
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === Skipped
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s)
13:55:32 [2022-08-23T13:55:32.735Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestPause (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s)
13:55:32 [2022-08-23T13:55:32.735Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     restart_test.go:22: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s)
13:55:32 [2022-08-23T13:55:32.735Z]     run_linux_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     run_linux_test.go:115: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestStats (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.735Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
13:55:32 [2022-08-23T13:55:32.735Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
13:55:32 [2022-08-23T13:55:32.735Z] 
13:55:32 [2022-08-23T13:55:32.736Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
13:55:32 [2022-08-23T13:55:32.736Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
13:55:32 [2022-08-23T13:55:32.736Z] 
13:55:32 [2022-08-23T13:55:32.736Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
13:55:32 [2022-08-23T13:55:32.736Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
13:55:32 [2022-08-23T13:55:32.736Z] 
13:55:32 [2022-08-23T13:55:32.736Z] DONE 250 tests, 27 skipped in 87.103s
13:55:32 [2022-08-23T13:55:32.736Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
13:55:32 [2022-08-23T13:55:32.736Z] === RUN   TestConfigDaemonLibtrustID
13:55:33 [2022-08-23T13:55:33.077Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
13:55:33 [2022-08-23T13:55:33.305Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
13:55:33 [2022-08-23T13:55:33.305Z] === RUN   TestConfigDaemonID
13:55:33 [2022-08-23T13:55:33.639Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
13:55:34 [2022-08-23T13:55:34.202Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
13:55:34 [2022-08-23T13:55:34.243Z]     daemon_test.go:83: [d79f565011338] daemon is not started
13:55:34 [2022-08-23T13:55:34.243Z] --- PASS: TestConfigDaemonID (1.08s)
13:55:34 [2022-08-23T13:55:34.243Z] === RUN   TestDaemonConfigValidation
13:55:34 [2022-08-23T13:55:34.243Z] === RUN   TestDaemonConfigValidation/config_with_no_content
13:55:34 [2022-08-23T13:55:34.243Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
13:55:34 [2022-08-23T13:55:34.243Z] === RUN   TestDaemonConfigValidation/config_with_{}
13:55:34 [2022-08-23T13:55:34.243Z] === PAUSE TestDaemonConfigValidation/config_with_{}
13:55:34 [2022-08-23T13:55:34.243Z] === RUN   TestDaemonConfigValidation/invalid_config
13:55:34 [2022-08-23T13:55:34.243Z] === PAUSE TestDaemonConfigValidation/invalid_config
13:55:34 [2022-08-23T13:55:34.243Z] === RUN   TestDaemonConfigValidation/malformed_config
13:55:34 [2022-08-23T13:55:34.243Z] === PAUSE TestDaemonConfigValidation/malformed_config
13:55:34 [2022-08-23T13:55:34.503Z] === RUN   TestDaemonConfigValidation/valid_config
13:55:34 [2022-08-23T13:55:34.503Z] === PAUSE TestDaemonConfigValidation/valid_config
13:55:34 [2022-08-23T13:55:34.503Z] === CONT  TestDaemonConfigValidation/config_with_no_content
13:55:34 [2022-08-23T13:55:34.503Z] === CONT  TestDaemonConfigValidation/malformed_config
13:55:34 [2022-08-23T13:55:34.503Z] === CONT  TestDaemonConfigValidation/invalid_config
13:55:34 [2022-08-23T13:55:34.503Z] === CONT  TestDaemonConfigValidation/config_with_{}
13:55:34 [2022-08-23T13:55:34.503Z] === CONT  TestDaemonConfigValidation/valid_config
13:55:34 [2022-08-23T13:55:34.503Z] --- PASS: TestDaemonConfigValidation (0.00s)
13:55:34 [2022-08-23T13:55:34.503Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
13:55:34 [2022-08-23T13:55:34.503Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.10s)
13:55:34 [2022-08-23T13:55:34.503Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
13:55:34 [2022-08-23T13:55:34.503Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s)
13:55:34 [2022-08-23T13:55:34.503Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
13:55:34 [2022-08-23T13:55:34.503Z] === RUN   TestConfigDaemonSeccompProfiles
13:55:34 [2022-08-23T13:55:34.503Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
13:55:35 [2022-08-23T13:55:35.883Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
13:55:36 [2022-08-23T13:55:36.723Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
13:55:36 [2022-08-23T13:55:36.820Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
13:55:37 [2022-08-23T13:55:37.758Z] === CONT  TestConfigDaemonSeccompProfiles
13:55:37 [2022-08-23T13:55:37.758Z]     daemon_test.go:197: [d61667e909e79] daemon is not started
13:55:37 [2022-08-23T13:55:37.758Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s)
13:55:37 [2022-08-23T13:55:37.758Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s)
13:55:37 [2022-08-23T13:55:37.758Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s)
13:55:37 [2022-08-23T13:55:37.758Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s)
13:55:37 [2022-08-23T13:55:37.758Z] === RUN   TestDaemonProxy
13:55:37 [2022-08-23T13:55:37.758Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
13:55:37 [2022-08-23T13:55:37.758Z] --- SKIP: TestDaemonProxy (0.00s)
13:55:37 [2022-08-23T13:55:37.758Z] PASS
13:55:37 [2022-08-23T13:55:37.758Z] 
13:55:37 [2022-08-23T13:55:37.758Z] === Skipped
13:55:37 [2022-08-23T13:55:37.758Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s)
13:55:37 [2022-08-23T13:55:37.758Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
13:55:37 [2022-08-23T13:55:37.758Z] 
13:55:37 [2022-08-23T13:55:37.758Z] DONE 13 tests, 1 skipped in 5.252s
13:55:37 [2022-08-23T13:55:37.758Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
13:55:38 [2022-08-23T13:55:38.018Z] INFO: Testing against a local daemon
13:55:38 [2022-08-23T13:55:38.018Z] === RUN   TestCommitInheritsEnv
13:55:39 [2022-08-23T13:55:39.396Z] --- PASS: TestCommitInheritsEnv (1.14s)
13:55:39 [2022-08-23T13:55:39.396Z] === RUN   TestImportExtremelyLargeImageWorks
13:55:39 [2022-08-23T13:55:39.396Z] === PAUSE TestImportExtremelyLargeImageWorks
13:55:39 [2022-08-23T13:55:39.396Z] === RUN   TestImportWithCustomPlatform
13:55:39 [2022-08-23T13:55:39.396Z] === RUN   TestImportWithCustomPlatform/#00
13:55:39 [2022-08-23T13:55:39.396Z] === RUN   TestImportWithCustomPlatform/_______
13:55:39 [2022-08-23T13:55:39.396Z] === RUN   TestImportWithCustomPlatform//
13:55:39 [2022-08-23T13:55:39.396Z] === RUN   TestImportWithCustomPlatform/linux
13:55:39 [2022-08-23T13:55:39.396Z] === RUN   TestImportWithCustomPlatform/LINUX
13:55:39 [2022-08-23T13:55:39.396Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
13:55:39 [2022-08-23T13:55:39.396Z] === RUN   TestImportWithCustomPlatform/macos
13:55:39 [2022-08-23T13:55:39.396Z] === RUN   TestImportWithCustomPlatform/macos/arm64
13:55:39 [2022-08-23T13:55:39.396Z] === RUN   TestImportWithCustomPlatform/nintendo64
13:55:39 [2022-08-23T13:55:39.396Z] --- PASS: TestImportWithCustomPlatform (0.28s)
13:55:39 [2022-08-23T13:55:39.396Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.06s)
13:55:39 [2022-08-23T13:55:39.396Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
13:55:39 [2022-08-23T13:55:39.396Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
13:55:39 [2022-08-23T13:55:39.396Z]     --- PASS: TestImportWithCustomPlatform/linux (0.06s)
13:55:39 [2022-08-23T13:55:39.396Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.06s)
13:55:39 [2022-08-23T13:55:39.396Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s)
13:55:39 [2022-08-23T13:55:39.396Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
13:55:39 [2022-08-23T13:55:39.396Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
13:55:39 [2022-08-23T13:55:39.396Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
13:55:39 [2022-08-23T13:55:39.396Z] === RUN   TestImagesFilterMultiReference
13:55:39 [2022-08-23T13:55:39.655Z] --- PASS: TestImagesFilterMultiReference (0.08s)
13:55:39 [2022-08-23T13:55:39.655Z] === RUN   TestImagePullPlatformInvalid
13:55:39 [2022-08-23T13:55:39.655Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
13:55:39 [2022-08-23T13:55:39.655Z] === RUN   TestRemoveImageOrphaning
13:55:41 [2022-08-23T13:55:41.560Z] --- PASS: TestRemoveImageOrphaning (1.60s)
13:55:41 [2022-08-23T13:55:41.560Z] === RUN   TestRemoveImageGarbageCollector
13:55:41 [2022-08-23T13:55:41.560Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
13:55:41 [2022-08-23T13:55:41.560Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
13:55:41 [2022-08-23T13:55:41.560Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:55:41 [2022-08-23T13:55:41.560Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
13:55:41 [2022-08-23T13:55:41.560Z] === RUN   TestTagInvalidReference
13:55:41 [2022-08-23T13:55:41.560Z] --- PASS: TestTagInvalidReference (0.01s)
13:55:41 [2022-08-23T13:55:41.560Z] === RUN   TestTagValidPrefixedRepo
13:55:41 [2022-08-23T13:55:41.560Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
13:55:41 [2022-08-23T13:55:41.560Z] === RUN   TestTagExistedNameWithoutForce
13:55:41 [2022-08-23T13:55:41.560Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
13:55:41 [2022-08-23T13:55:41.560Z] === RUN   TestTagOfficialNames
13:55:41 [2022-08-23T13:55:41.560Z] --- PASS: TestTagOfficialNames (0.04s)
13:55:41 [2022-08-23T13:55:41.560Z] === RUN   TestTagMatchesDigest
13:55:41 [2022-08-23T13:55:41.560Z] --- PASS: TestTagMatchesDigest (0.01s)
13:55:41 [2022-08-23T13:55:41.560Z] === CONT  TestImportExtremelyLargeImageWorks
13:55:46 [2022-08-23T13:55:46.669Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
13:55:46 [2022-08-23T13:55:46.669Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
13:55:48 [2022-08-23T13:55:48.559Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
13:55:49 [2022-08-23T13:55:49.933Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
13:55:50 [2022-08-23T13:55:50.862Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
13:55:52 [2022-08-23T13:55:52.231Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
13:55:53 [2022-08-23T13:55:53.601Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
13:55:53 [2022-08-23T13:55:53.601Z]     docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows
13:55:53 [2022-08-23T13:55:53.601Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
13:55:53 [2022-08-23T13:55:53.601Z]     docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows
13:55:53 [2022-08-23T13:55:53.601Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
13:55:53 [2022-08-23T13:55:53.601Z]     docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows
13:55:53 [2022-08-23T13:55:53.601Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
13:55:53 [2022-08-23T13:55:53.601Z]     docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows
13:55:53 [2022-08-23T13:55:53.601Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
13:55:53 [2022-08-23T13:55:53.601Z]     docker_api_swarm_test.go:563: [d7dd99e492ac0] joining swarm manager [d43f8419a0d3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
13:55:56 [2022-08-23T13:55:56.871Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
13:56:01 [2022-08-23T13:56:01.043Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
13:56:03 [2022-08-23T13:56:03.564Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
13:56:04 [2022-08-23T13:56:04.126Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
13:56:06 [2022-08-23T13:56:06.016Z]     docker_api_swarm_test.go:585: [d3d4462b9c6b4] joining swarm manager [d43f8419a0d3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
13:56:09 [2022-08-23T13:56:09.287Z]     check_test.go:611: [d7dd99e492ac0] daemon is not started
13:56:09 [2022-08-23T13:56:09.861Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
13:56:15 [2022-08-23T13:56:15.110Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
13:56:15 [2022-08-23T13:56:15.110Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
13:56:16 [2022-08-23T13:56:16.477Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
13:56:19 [2022-08-23T13:56:19.748Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
13:56:19 [2022-08-23T13:56:19.748Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
13:56:19 [2022-08-23T13:56:19.748Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
13:56:19 [2022-08-23T13:56:19.748Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
13:56:19 [2022-08-23T13:56:19.748Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
13:56:19 [2022-08-23T13:56:19.748Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
13:56:21 [2022-08-23T13:56:21.115Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
13:56:22 [2022-08-23T13:56:22.482Z]     docker_api_swarm_test.go:46: [d61bf9ad1187a] joining swarm manager [d37dd707be50a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
13:56:22 [2022-08-23T13:56:22.482Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
13:56:23 [2022-08-23T13:56:23.851Z] === RUN   TestDockerSuite/TestBuildDockerignore
13:56:31 [2022-08-23T13:56:31.944Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
13:56:32 [2022-08-23T13:56:32.873Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
13:56:36 [2022-08-23T13:56:36.154Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
13:56:41 [2022-08-23T13:56:41.270Z] Created binary: bundles/binary-daemon/dockerd
13:56:41 [2022-08-23T13:56:41.270Z] Copying nested executables into bundles/binary-daemon
13:56:41 [2022-08-23T13:56:41.270Z] Building: bundles/binary-daemon/docker-proxy
13:56:41 [2022-08-23T13:56:41.270Z] GOOS="" GOARCH="" GOARM=""
13:56:41 [2022-08-23T13:56:41.270Z] Created binary: bundles/binary-daemon/docker-proxy
13:56:41 [2022-08-23T13:56:41.270Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
13:56:41 [2022-08-23T13:56:41.404Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
13:56:41 [2022-08-23T13:56:41.404Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
13:56:41 [2022-08-23T13:56:41.590Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/make.sh cross
13:56:41 [2022-08-23T13:56:41.846Z] 
13:56:42 [2022-08-23T13:56:42.102Z] Removing bundles/
13:56:42 [2022-08-23T13:56:42.102Z] 
13:56:42 [2022-08-23T13:56:42.102Z] ---> Making bundle: cross (in bundles/cross)
13:56:42 [2022-08-23T13:56:42.102Z] Cross building: bundles/cross/linux/amd64
13:56:42 [2022-08-23T13:56:42.102Z] Building: bundles/cross/linux/amd64-daemon/dockerd
13:56:42 [2022-08-23T13:56:42.102Z] GOOS="linux" GOARCH="amd64" GOARM=""
13:56:45 [2022-08-23T13:56:45.573Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
13:56:46 [2022-08-23T13:56:46.502Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
13:56:46 [2022-08-23T13:56:46.502Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
13:56:50 [2022-08-23T13:56:50.671Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
13:56:52 [2022-08-23T13:56:52.039Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
13:56:53 [2022-08-23T13:56:53.406Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
13:56:58 [2022-08-23T13:56:58.665Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
13:57:00 [2022-08-23T13:57:00.580Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
13:57:01 [2022-08-23T13:57:01.946Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
13:57:16 [2022-08-23T13:57:16.793Z] === RUN   TestDockerSuite/TestBuildDotDotFile
13:57:16 [2022-08-23T13:57:16.793Z] === RUN   TestDockerSuite/TestBuildEOLInLine
13:57:18 [2022-08-23T13:57:18.056Z] --- PASS: TestImportExtremelyLargeImageWorks (92.16s)
13:57:18 [2022-08-23T13:57:18.056Z] PASS
13:57:18 [2022-08-23T13:57:18.056Z] 
13:57:18 [2022-08-23T13:57:18.056Z] === Skipped
13:57:18 [2022-08-23T13:57:18.056Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
13:57:18 [2022-08-23T13:57:18.056Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
13:57:18 [2022-08-23T13:57:18.056Z] 
13:57:18 [2022-08-23T13:57:18.056Z] DONE 22 tests, 1 skipped in 95.619s
13:57:18 [2022-08-23T13:57:18.056Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
13:57:18 [2022-08-23T13:57:18.056Z] === RUN   TestStripANSICommands
13:57:18 [2022-08-23T13:57:18.056Z] === RUN   TestStripANSICommands/#00
13:57:18 [2022-08-23T13:57:18.056Z] === RUN   TestStripANSICommands/#01
13:57:18 [2022-08-23T13:57:18.056Z] --- PASS: TestStripANSICommands (0.00s)
13:57:18 [2022-08-23T13:57:18.056Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
13:57:18 [2022-08-23T13:57:18.056Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
13:57:18 [2022-08-23T13:57:18.056Z] PASS
13:57:18 [2022-08-23T13:57:18.056Z] 
13:57:18 [2022-08-23T13:57:18.056Z] DONE 3 tests in 0.040s
13:57:18 [2022-08-23T13:57:18.056Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
13:57:18 [2022-08-23T13:57:18.056Z] INFO: Testing against a local daemon
13:57:18 [2022-08-23T13:57:18.056Z] === RUN   TestNetworkCreateDelete
13:57:18 [2022-08-23T13:57:18.056Z] --- PASS: TestNetworkCreateDelete (0.13s)
13:57:18 [2022-08-23T13:57:18.056Z] === RUN   TestDockerNetworkDeletePreferID
13:57:18 [2022-08-23T13:57:18.056Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
13:57:18 [2022-08-23T13:57:18.056Z] === RUN   TestDaemonDNSFallback
13:57:18 [2022-08-23T13:57:18.162Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
13:57:18 [2022-08-23T13:57:18.724Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
13:57:18 [2022-08-23T13:57:18.981Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
13:57:19 [2022-08-23T13:57:19.544Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
13:57:19 [2022-08-23T13:57:19.544Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
13:57:19 [2022-08-23T13:57:19.800Z] === RUN   TestDockerSuite/TestBuildEntrypoint
13:57:20 [2022-08-23T13:57:20.362Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
13:57:20 [2022-08-23T13:57:20.592Z] --- PASS: TestDaemonDNSFallback (6.30s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestInspectNetwork
13:57:20 [2022-08-23T13:57:20.592Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestInspectNetwork (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestRunContainerWithBridgeNone
13:57:20 [2022-08-23T13:57:20.592Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/create
13:57:20 [2022-08-23T13:57:20.592Z] === PAUSE TestNetworkInvalidJSON/networks/create
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
13:57:20 [2022-08-23T13:57:20.592Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
13:57:20 [2022-08-23T13:57:20.592Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
13:57:20 [2022-08-23T13:57:20.592Z] === CONT  TestNetworkInvalidJSON/networks/create
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
13:57:20 [2022-08-23T13:57:20.592Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
13:57:20 [2022-08-23T13:57:20.592Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
13:57:20 [2022-08-23T13:57:20.592Z] --- PASS: TestNetworkInvalidJSON (0.01s)
13:57:20 [2022-08-23T13:57:20.592Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
13:57:20 [2022-08-23T13:57:20.592Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkList
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkList//networks
13:57:20 [2022-08-23T13:57:20.592Z] === PAUSE TestNetworkList//networks
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestNetworkList//networks/
13:57:20 [2022-08-23T13:57:20.592Z] === PAUSE TestNetworkList//networks/
13:57:20 [2022-08-23T13:57:20.592Z] === CONT  TestNetworkList//networks
13:57:20 [2022-08-23T13:57:20.592Z] === CONT  TestNetworkList//networks/
13:57:20 [2022-08-23T13:57:20.592Z] --- PASS: TestNetworkList (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z]     --- PASS: TestNetworkList//networks (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestHostIPv4BridgeLabel
13:57:20 [2022-08-23T13:57:20.592Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestDaemonRestartWithLiveRestore
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestDaemonDefaultNetworkPools
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestDaemonRestartWithExistingNetwork
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestServiceWithPredefinedNetwork
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:243: FLAKY_TEST
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestServiceWithDataPathPortInit
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z] PASS
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === Skipped
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:243: FLAKY_TEST
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s)
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] DONE 34 tests, 12 skipped in 7.060s
13:57:20 [2022-08-23T13:57:20.592Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:57:20 [2022-08-23T13:57:20.592Z] INFO: Testing against a local daemon
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestDockerNetworkIpvlanPersistance
13:57:20 [2022-08-23T13:57:20.592Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z] === RUN   TestDockerNetworkIpvlan
13:57:20 [2022-08-23T13:57:20.592Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:57:20 [2022-08-23T13:57:20.592Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z] PASS
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === Skipped
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:57:20 [2022-08-23T13:57:20.592Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:57:20 [2022-08-23T13:57:20.592Z] 
13:57:20 [2022-08-23T13:57:20.592Z] DONE 2 tests, 2 skipped in 0.083s
13:57:20 [2022-08-23T13:57:20.592Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:57:20 [2022-08-23T13:57:20.851Z] INFO: Testing against a local daemon
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestDockerNetworkMacvlanPersistance
13:57:20 [2022-08-23T13:57:20.851Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestDockerNetworkMacvlan
13:57:20 [2022-08-23T13:57:20.851Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] PASS
13:57:20 [2022-08-23T13:57:20.851Z] 
13:57:20 [2022-08-23T13:57:20.851Z] === Skipped
13:57:20 [2022-08-23T13:57:20.851Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.851Z] 
13:57:20 [2022-08-23T13:57:20.851Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
13:57:20 [2022-08-23T13:57:20.851Z] 
13:57:20 [2022-08-23T13:57:20.851Z] DONE 2 tests, 2 skipped in 0.072s
13:57:20 [2022-08-23T13:57:20.851Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
13:57:20 [2022-08-23T13:57:20.851Z] testing: warning: no tests to run
13:57:20 [2022-08-23T13:57:20.851Z] PASS
13:57:20 [2022-08-23T13:57:20.851Z] 
13:57:20 [2022-08-23T13:57:20.851Z] DONE 0 tests in 0.028s
13:57:20 [2022-08-23T13:57:20.851Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:57:20 [2022-08-23T13:57:20.851Z] INFO: Testing against a local daemon
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthZPluginAllowRequest
13:57:20 [2022-08-23T13:57:20.851Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthZPluginTLS
13:57:20 [2022-08-23T13:57:20.851Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestAuthZPluginTLS (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthZPluginDenyRequest
13:57:20 [2022-08-23T13:57:20.851Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthZPluginAPIDenyResponse
13:57:20 [2022-08-23T13:57:20.851Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthZPluginDenyResponse
13:57:20 [2022-08-23T13:57:20.851Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthZPluginAllowEventStream
13:57:20 [2022-08-23T13:57:20.851Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthZPluginErrorResponse
13:57:20 [2022-08-23T13:57:20.851Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthZPluginErrorRequest
13:57:20 [2022-08-23T13:57:20.851Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:57:20 [2022-08-23T13:57:20.851Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:57:20 [2022-08-23T13:57:20.851Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:57:20 [2022-08-23T13:57:20.851Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthZPluginHeader
13:57:20 [2022-08-23T13:57:20.851Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:20 [2022-08-23T13:57:20.851Z] --- SKIP: TestAuthZPluginHeader (0.00s)
13:57:20 [2022-08-23T13:57:20.851Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:57:21 [2022-08-23T13:57:21.419Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:21 [2022-08-23T13:57:21.419Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.41s)
13:57:21 [2022-08-23T13:57:21.419Z] === RUN   TestAuthZPluginV2Disable
13:57:21 [2022-08-23T13:57:21.678Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:21 [2022-08-23T13:57:21.678Z] --- SKIP: TestAuthZPluginV2Disable (0.32s)
13:57:21 [2022-08-23T13:57:21.678Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:57:21 [2022-08-23T13:57:21.937Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:21 [2022-08-23T13:57:21.937Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s)
13:57:21 [2022-08-23T13:57:21.937Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:57:22 [2022-08-23T13:57:22.196Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.196Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s)
13:57:22 [2022-08-23T13:57:22.196Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:57:22 [2022-08-23T13:57:22.252Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
13:57:22 [2022-08-23T13:57:22.764Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.764Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s)
13:57:22 [2022-08-23T13:57:22.764Z] PASS
13:57:22 [2022-08-23T13:57:22.764Z] 
13:57:22 [2022-08-23T13:57:22.764Z] === Skipped
13:57:22 [2022-08-23T13:57:22.764Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
13:57:22 [2022-08-23T13:57:22.764Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.764Z] 
13:57:22 [2022-08-23T13:57:22.764Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
13:57:22 [2022-08-23T13:57:22.764Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.764Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.41s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.32s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s)
13:57:22 [2022-08-23T13:57:22.765Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] DONE 17 tests, 17 skipped in 1.786s
13:57:22 [2022-08-23T13:57:22.765Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:57:22 [2022-08-23T13:57:22.765Z] INFO: Testing against a local daemon
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
13:57:22 [2022-08-23T13:57:22.765Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
13:57:22 [2022-08-23T13:57:22.765Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/pull
13:57:22 [2022-08-23T13:57:22.765Z] === PAUSE TestPluginInvalidJSON/plugins/pull
13:57:22 [2022-08-23T13:57:22.765Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
13:57:22 [2022-08-23T13:57:22.765Z] === CONT  TestPluginInvalidJSON/plugins/pull
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
13:57:22 [2022-08-23T13:57:22.765Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
13:57:22 [2022-08-23T13:57:22.765Z] --- PASS: TestPluginInvalidJSON (0.02s)
13:57:22 [2022-08-23T13:57:22.765Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginInstall
13:57:22 [2022-08-23T13:57:22.765Z]     plugin_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] --- SKIP: TestPluginInstall (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginsWithRuntimes
13:57:22 [2022-08-23T13:57:22.765Z]     plugin_test.go:202: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
13:57:22 [2022-08-23T13:57:22.765Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestPluginBackCompatMediaTypes
13:57:22 [2022-08-23T13:57:22.765Z]     plugin_test.go:266: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
13:57:22 [2022-08-23T13:57:22.765Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z] PASS
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === Skipped
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     plugin_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     plugin_test.go:202: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
13:57:22 [2022-08-23T13:57:22.765Z]     plugin_test.go:266: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
13:57:22 [2022-08-23T13:57:22.765Z] 
13:57:22 [2022-08-23T13:57:22.765Z] DONE 19 tests, 3 skipped in 0.134s
13:57:22 [2022-08-23T13:57:22.765Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:57:22 [2022-08-23T13:57:22.765Z] INFO: Testing against a local daemon
13:57:22 [2022-08-23T13:57:22.765Z] === RUN   TestExternalGraphDriver
13:57:23 [2022-08-23T13:57:23.181Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
13:57:23 [2022-08-23T13:57:23.332Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
13:57:23 [2022-08-23T13:57:23.332Z] --- SKIP: TestExternalGraphDriver (0.34s)
13:57:23 [2022-08-23T13:57:23.332Z] === RUN   TestGraphdriverPluginV2
13:57:24 [2022-08-23T13:57:24.116Z] --- PASS: TestImportExtremelyLargeImageWorks (169.72s)
13:57:24 [2022-08-23T13:57:24.116Z] PASS
13:57:24 [2022-08-23T13:57:24.116Z] 
13:57:24 [2022-08-23T13:57:24.116Z] DONE 22 tests in 173.953s
13:57:24 [2022-08-23T13:57:24.116Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
13:57:24 [2022-08-23T13:57:24.116Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
13:57:24 [2022-08-23T13:57:24.116Z] ++ set -e
13:57:24 [2022-08-23T13:57:24.116Z] ++ '[' -n 0 ']'
13:57:24 [2022-08-23T13:57:24.116Z] ++ set -x
13:57:24 [2022-08-23T13:57:24.116Z] ++ env -i DEST=/go/src/github.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-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
13:57:24 [2022-08-23T13:57:24.116Z] === RUN   TestStripANSICommands
13:57:24 [2022-08-23T13:57:24.116Z] === RUN   TestStripANSICommands/#00
13:57:24 [2022-08-23T13:57:24.116Z] === RUN   TestStripANSICommands/#01
13:57:24 [2022-08-23T13:57:24.116Z] --- PASS: TestStripANSICommands (0.00s)
13:57:24 [2022-08-23T13:57:24.116Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
13:57:24 [2022-08-23T13:57:24.116Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
13:57:24 [2022-08-23T13:57:24.116Z] PASS
13:57:24 [2022-08-23T13:57:24.116Z] 
13:57:24 [2022-08-23T13:57:24.116Z] DONE 3 tests in 0.019s
13:57:24 [2022-08-23T13:57:24.116Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
13:57:24 [2022-08-23T13:57:24.116Z] ++ 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
13:57:24 [2022-08-23T13:57:24.116Z] ++ set -e
13:57:24 [2022-08-23T13:57:24.116Z] ++ '[' -n 0 ']'
13:57:24 [2022-08-23T13:57:24.116Z] ++ set -x
13:57:24 [2022-08-23T13:57:24.116Z] ++ env -i DEST=/go/src/github.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
13:57:24 [2022-08-23T13:57:24.116Z] INFO: Testing against a local daemon
13:57:24 [2022-08-23T13:57:24.116Z] === RUN   TestNetworkCreateDelete
13:57:24 [2022-08-23T13:57:24.372Z] --- PASS: TestNetworkCreateDelete (0.22s)
13:57:24 [2022-08-23T13:57:24.372Z] === RUN   TestDockerNetworkDeletePreferID
13:57:24 [2022-08-23T13:57:24.628Z] === RUN   TestDockerSuite/TestBuildEnv
13:57:24 [2022-08-23T13:57:24.885Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s)
13:57:24 [2022-08-23T13:57:24.885Z] === RUN   TestDaemonDNSFallback
13:57:25 [2022-08-23T13:57:25.447Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
13:57:26 [2022-08-23T13:57:26.399Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
13:57:27 [2022-08-23T13:57:27.325Z] === RUN   TestDockerSuite/TestBuildEnvUsage
13:57:27 [2022-08-23T13:57:27.536Z] --- PASS: TestGraphdriverPluginV2 (3.66s)
13:57:27 [2022-08-23T13:57:27.536Z] PASS
13:57:27 [2022-08-23T13:57:27.536Z] 
13:57:27 [2022-08-23T13:57:27.536Z] === Skipped
13:57:27 [2022-08-23T13:57:27.536Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.34s)
13:57:27 [2022-08-23T13:57:27.536Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
13:57:27 [2022-08-23T13:57:27.536Z] 
13:57:27 [2022-08-23T13:57:27.536Z] DONE 2 tests, 1 skipped in 4.086s
13:57:27 [2022-08-23T13:57:27.536Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:57:27 [2022-08-23T13:57:27.536Z] INFO: Testing against a local daemon
13:57:27 [2022-08-23T13:57:27.536Z] === RUN   TestContinueAfterPluginCrash
13:57:27 [2022-08-23T13:57:27.536Z] === PAUSE TestContinueAfterPluginCrash
13:57:27 [2022-08-23T13:57:27.536Z] === RUN   TestReadPluginNoRead
13:57:27 [2022-08-23T13:57:27.536Z] === PAUSE TestReadPluginNoRead
13:57:27 [2022-08-23T13:57:27.536Z] === RUN   TestDaemonStartWithLogOpt
13:57:27 [2022-08-23T13:57:27.536Z] === PAUSE TestDaemonStartWithLogOpt
13:57:27 [2022-08-23T13:57:27.536Z] === CONT  TestContinueAfterPluginCrash
13:57:27 [2022-08-23T13:57:27.536Z] === CONT  TestDaemonStartWithLogOpt
13:57:29 [2022-08-23T13:57:29.841Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
13:57:31 [2022-08-23T13:57:31.731Z] --- PASS: TestDaemonStartWithLogOpt (4.18s)
13:57:31 [2022-08-23T13:57:31.731Z] === CONT  TestReadPluginNoRead
13:57:31 [2022-08-23T13:57:31.732Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
13:57:31 [2022-08-23T13:57:31.732Z] --- PASS: TestDaemonDNSFallback (6.69s)
13:57:31 [2022-08-23T13:57:31.732Z] === RUN   TestInspectNetwork
13:57:32 [2022-08-23T13:57:32.295Z]     docker_api_swarm_test.go:304: [ddeb4f5dbafc5] joining swarm manager [d710d6a22dc7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
13:57:33 [2022-08-23T13:57:33.637Z] === RUN   TestReadPluginNoRead/default
13:57:34 [2022-08-23T13:57:34.186Z]     docker_api_swarm_test.go:305: [d19d7e15a69ed] joining swarm manager [d710d6a22dc7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
13:57:34 [2022-08-23T13:57:34.574Z] === RUN   TestReadPluginNoRead/disabled_caching
13:57:35 [2022-08-23T13:57:35.953Z] --- PASS: TestContinueAfterPluginCrash (8.91s)
13:57:35 [2022-08-23T13:57:35.953Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:57:36 [2022-08-23T13:57:36.077Z] === RUN   TestInspectNetwork/full_network_id
13:57:36 [2022-08-23T13:57:36.077Z] === RUN   TestInspectNetwork/partial_network_id
13:57:36 [2022-08-23T13:57:36.077Z] === RUN   TestInspectNetwork/network_name
13:57:36 [2022-08-23T13:57:36.077Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:57:36 [2022-08-23T13:57:36.077Z]     docker_api_swarm_test.go:351: Waiting for election to occur...
13:57:37 [2022-08-23T13:57:37.331Z] === CONT  TestReadPluginNoRead
13:57:37 [2022-08-23T13:57:37.331Z]     read_test.go:92: [d5cb01b15569c] daemon is not started
13:57:37 [2022-08-23T13:57:37.331Z] --- PASS: TestReadPluginNoRead (6.03s)
13:57:37 [2022-08-23T13:57:37.331Z]     --- PASS: TestReadPluginNoRead/default (1.26s)
13:57:37 [2022-08-23T13:57:37.331Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.30s)
13:57:37 [2022-08-23T13:57:37.331Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.29s)
13:57:37 [2022-08-23T13:57:37.331Z] PASS
13:57:37 [2022-08-23T13:57:37.331Z] 
13:57:37 [2022-08-23T13:57:37.331Z] DONE 6 tests in 10.315s
13:57:37 [2022-08-23T13:57:37.331Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
13:57:37 [2022-08-23T13:57:37.331Z] testing: warning: no tests to run
13:57:37 [2022-08-23T13:57:37.331Z] PASS
13:57:37 [2022-08-23T13:57:37.331Z] 
13:57:37 [2022-08-23T13:57:37.331Z] DONE 0 tests in 0.030s
13:57:37 [2022-08-23T13:57:37.331Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:57:37 [2022-08-23T13:57:37.331Z] INFO: Testing against a local daemon
13:57:37 [2022-08-23T13:57:37.331Z] === RUN   TestPluginWithDevMounts
13:57:37 [2022-08-23T13:57:37.331Z]     mounts_test.go:20: (*Execution).IsRootless-fm
13:57:37 [2022-08-23T13:57:37.331Z] --- SKIP: TestPluginWithDevMounts (0.00s)
13:57:37 [2022-08-23T13:57:37.331Z] PASS
13:57:37 [2022-08-23T13:57:37.331Z] 
13:57:37 [2022-08-23T13:57:37.331Z] === Skipped
13:57:37 [2022-08-23T13:57:37.331Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
13:57:37 [2022-08-23T13:57:37.331Z]     mounts_test.go:20: (*Execution).IsRootless-fm
13:57:37 [2022-08-23T13:57:37.331Z] 
13:57:37 [2022-08-23T13:57:37.331Z] DONE 1 tests, 1 skipped in 0.109s
13:57:37 [2022-08-23T13:57:37.332Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
13:57:37 [2022-08-23T13:57:37.332Z] INFO: Testing against a local daemon
13:57:37 [2022-08-23T13:57:37.332Z] === RUN   TestSecretInspect
13:57:37 [2022-08-23T13:57:37.591Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] --- SKIP: TestSecretInspect (0.02s)
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestSecretList
13:57:37 [2022-08-23T13:57:37.592Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] --- SKIP: TestSecretList (0.01s)
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestSecretsCreateAndDelete
13:57:37 [2022-08-23T13:57:37.592Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestSecretsUpdate
13:57:37 [2022-08-23T13:57:37.592Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] --- SKIP: TestSecretsUpdate (0.02s)
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestTemplatedSecret
13:57:37 [2022-08-23T13:57:37.592Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] --- SKIP: TestTemplatedSecret (0.00s)
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestSecretCreateResolve
13:57:37 [2022-08-23T13:57:37.592Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] --- SKIP: TestSecretCreateResolve (0.01s)
13:57:37 [2022-08-23T13:57:37.592Z] PASS
13:57:37 [2022-08-23T13:57:37.592Z] 
13:57:37 [2022-08-23T13:57:37.592Z] === Skipped
13:57:37 [2022-08-23T13:57:37.592Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
13:57:37 [2022-08-23T13:57:37.592Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] 
13:57:37 [2022-08-23T13:57:37.592Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
13:57:37 [2022-08-23T13:57:37.592Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] 
13:57:37 [2022-08-23T13:57:37.592Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
13:57:37 [2022-08-23T13:57:37.592Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] 
13:57:37 [2022-08-23T13:57:37.592Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s)
13:57:37 [2022-08-23T13:57:37.592Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] 
13:57:37 [2022-08-23T13:57:37.592Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
13:57:37 [2022-08-23T13:57:37.592Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] 
13:57:37 [2022-08-23T13:57:37.592Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
13:57:37 [2022-08-23T13:57:37.592Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] 
13:57:37 [2022-08-23T13:57:37.592Z] DONE 6 tests, 6 skipped in 0.150s
13:57:37 [2022-08-23T13:57:37.592Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
13:57:37 [2022-08-23T13:57:37.592Z] INFO: Testing against a local daemon
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestServiceCreateInit
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:57:37 [2022-08-23T13:57:37.592Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:57:37 [2022-08-23T13:57:37.592Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] --- PASS: TestServiceCreateInit (0.02s)
13:57:37 [2022-08-23T13:57:37.592Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
13:57:37 [2022-08-23T13:57:37.592Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestCreateServiceMultipleTimes
13:57:37 [2022-08-23T13:57:37.592Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s)
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestCreateServiceConflict
13:57:37 [2022-08-23T13:57:37.592Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] --- SKIP: TestCreateServiceConflict (0.01s)
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestCreateServiceMaxReplicas
13:57:37 [2022-08-23T13:57:37.592Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestCreateWithDuplicateNetworkNames
13:57:37 [2022-08-23T13:57:37.592Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.592Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
13:57:37 [2022-08-23T13:57:37.592Z] === RUN   TestCreateServiceSecretFileMode
13:57:37 [2022-08-23T13:57:37.852Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.852Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
13:57:37 [2022-08-23T13:57:37.852Z] === RUN   TestCreateServiceConfigFileMode
13:57:37 [2022-08-23T13:57:37.852Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.852Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
13:57:37 [2022-08-23T13:57:37.852Z] === RUN   TestCreateServiceSysctls
13:57:37 [2022-08-23T13:57:37.852Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.852Z] --- SKIP: TestCreateServiceSysctls (0.03s)
13:57:37 [2022-08-23T13:57:37.852Z] === RUN   TestCreateServiceCapabilities
13:57:37 [2022-08-23T13:57:37.852Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.852Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
13:57:37 [2022-08-23T13:57:37.852Z] === RUN   TestInspect
13:57:37 [2022-08-23T13:57:37.852Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.852Z] --- SKIP: TestInspect (0.02s)
13:57:37 [2022-08-23T13:57:37.852Z] === RUN   TestCreateJob
13:57:37 [2022-08-23T13:57:37.852Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.852Z] --- SKIP: TestCreateJob (0.01s)
13:57:37 [2022-08-23T13:57:37.852Z] === RUN   TestReplicatedJob
13:57:37 [2022-08-23T13:57:37.852Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.852Z] --- SKIP: TestReplicatedJob (0.01s)
13:57:37 [2022-08-23T13:57:37.852Z] === RUN   TestUpdateReplicatedJob
13:57:37 [2022-08-23T13:57:37.852Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.852Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
13:57:37 [2022-08-23T13:57:37.852Z] === RUN   TestServiceListWithStatuses
13:57:37 [2022-08-23T13:57:37.852Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:57:37 [2022-08-23T13:57:37.852Z] --- SKIP: TestServiceListWithStatuses (0.00s)
13:57:37 [2022-08-23T13:57:37.852Z] === RUN   TestDockerNetworkConnectAlias
13:57:37 [2022-08-23T13:57:37.852Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.852Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
13:57:37 [2022-08-23T13:57:37.852Z] === RUN   TestDockerNetworkReConnect
13:57:37 [2022-08-23T13:57:37.852Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:37 [2022-08-23T13:57:37.852Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
13:57:37 [2022-08-23T13:57:37.852Z] === RUN   TestServicePlugin
13:57:39 [2022-08-23T13:57:39.760Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] --- SKIP: TestServicePlugin (1.90s)
13:57:39 [2022-08-23T13:57:39.760Z] === RUN   TestServiceUpdateLabel
13:57:39 [2022-08-23T13:57:39.760Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] --- SKIP: TestServiceUpdateLabel (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z] === RUN   TestServiceUpdateSecrets
13:57:39 [2022-08-23T13:57:39.760Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z] === RUN   TestServiceUpdateConfigs
13:57:39 [2022-08-23T13:57:39.760Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z] === RUN   TestServiceUpdateNetwork
13:57:39 [2022-08-23T13:57:39.760Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] --- SKIP: TestServiceUpdateNetwork (0.02s)
13:57:39 [2022-08-23T13:57:39.760Z] === RUN   TestServiceUpdatePidsLimit
13:57:39 [2022-08-23T13:57:39.760Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s)
13:57:39 [2022-08-23T13:57:39.760Z] PASS
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === Skipped
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
13:57:39 [2022-08-23T13:57:39.760Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
13:57:39 [2022-08-23T13:57:39.760Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s)
13:57:39 [2022-08-23T13:57:39.760Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s)
13:57:39 [2022-08-23T13:57:39.760Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s)
13:57:39 [2022-08-23T13:57:39.760Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestInspect (0.02s)
13:57:39 [2022-08-23T13:57:39.760Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
13:57:39 [2022-08-23T13:57:39.760Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestServicePlugin (1.90s)
13:57:39 [2022-08-23T13:57:39.760Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
13:57:39 [2022-08-23T13:57:39.760Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s)
13:57:39 [2022-08-23T13:57:39.760Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s)
13:57:39 [2022-08-23T13:57:39.760Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:57:39 [2022-08-23T13:57:39.760Z] 
13:57:39 [2022-08-23T13:57:39.760Z] DONE 24 tests, 23 skipped in 2.330s
13:57:39 [2022-08-23T13:57:39.760Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
13:57:40 [2022-08-23T13:57:40.020Z] INFO: Testing against a local daemon
13:57:40 [2022-08-23T13:57:40.020Z] === RUN   TestSessionCreate
13:57:40 [2022-08-23T13:57:40.020Z] --- PASS: TestSessionCreate (0.03s)
13:57:40 [2022-08-23T13:57:40.020Z] === RUN   TestSessionCreateWithBadUpgrade
13:57:40 [2022-08-23T13:57:40.020Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
13:57:40 [2022-08-23T13:57:40.020Z] PASS
13:57:40 [2022-08-23T13:57:40.020Z] 
13:57:40 [2022-08-23T13:57:40.020Z] DONE 2 tests in 0.144s
13:57:40 [2022-08-23T13:57:40.020Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
13:57:40 [2022-08-23T13:57:40.020Z] INFO: Testing against a local daemon
13:57:40 [2022-08-23T13:57:40.020Z] === RUN   TestCgroupDriverSystemdMemoryLimit
13:57:40 [2022-08-23T13:57:40.020Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:57:40 [2022-08-23T13:57:40.020Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
13:57:40 [2022-08-23T13:57:40.020Z] === RUN   TestDiskUsage
13:57:40 [2022-08-23T13:57:40.020Z] === PAUSE TestDiskUsage
13:57:40 [2022-08-23T13:57:40.020Z] === RUN   TestEventsExecDie
13:57:40 [2022-08-23T13:57:40.245Z] --- PASS: TestInspectNetwork (8.51s)
13:57:40 [2022-08-23T13:57:40.245Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:57:40 [2022-08-23T13:57:40.245Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:57:40 [2022-08-23T13:57:40.245Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:57:40 [2022-08-23T13:57:40.245Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:57:40 [2022-08-23T13:57:40.245Z] === RUN   TestRunContainerWithBridgeNone
13:57:40 [2022-08-23T13:57:40.589Z] --- PASS: TestEventsExecDie (0.50s)
13:57:40 [2022-08-23T13:57:40.589Z] === RUN   TestEventsBackwardsCompatible
13:57:40 [2022-08-23T13:57:40.589Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
13:57:40 [2022-08-23T13:57:40.589Z] === RUN   TestEventsVolumeCreate
13:57:40 [2022-08-23T13:57:40.848Z] --- PASS: TestEventsVolumeCreate (0.05s)
13:57:40 [2022-08-23T13:57:40.848Z] === RUN   TestInfoBinaryCommits
13:57:40 [2022-08-23T13:57:40.848Z] --- PASS: TestInfoBinaryCommits (0.02s)
13:57:40 [2022-08-23T13:57:40.848Z] === RUN   TestInfoAPIVersioned
13:57:40 [2022-08-23T13:57:40.848Z] --- PASS: TestInfoAPIVersioned (0.00s)
13:57:40 [2022-08-23T13:57:40.848Z] === RUN   TestInfoAPI
13:57:40 [2022-08-23T13:57:40.848Z] --- PASS: TestInfoAPI (0.02s)
13:57:40 [2022-08-23T13:57:40.848Z] === RUN   TestInfoAPIWarnings
13:57:42 [2022-08-23T13:57:42.136Z] --- PASS: TestRunContainerWithBridgeNone (2.00s)
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/create
13:57:42 [2022-08-23T13:57:42.136Z] === PAUSE TestNetworkInvalidJSON/networks/create
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
13:57:42 [2022-08-23T13:57:42.136Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
13:57:42 [2022-08-23T13:57:42.136Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
13:57:42 [2022-08-23T13:57:42.136Z] === CONT  TestNetworkInvalidJSON/networks/create
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
13:57:42 [2022-08-23T13:57:42.136Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
13:57:42 [2022-08-23T13:57:42.136Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
13:57:42 [2022-08-23T13:57:42.136Z] --- PASS: TestNetworkInvalidJSON (0.03s)
13:57:42 [2022-08-23T13:57:42.136Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
13:57:42 [2022-08-23T13:57:42.136Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
13:57:42 [2022-08-23T13:57:42.136Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkList
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkList//networks
13:57:42 [2022-08-23T13:57:42.136Z] === PAUSE TestNetworkList//networks
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestNetworkList//networks/
13:57:42 [2022-08-23T13:57:42.136Z] === PAUSE TestNetworkList//networks/
13:57:42 [2022-08-23T13:57:42.136Z] === CONT  TestNetworkList//networks
13:57:42 [2022-08-23T13:57:42.136Z] === CONT  TestNetworkList//networks/
13:57:42 [2022-08-23T13:57:42.136Z] --- PASS: TestNetworkList (0.02s)
13:57:42 [2022-08-23T13:57:42.136Z]     --- PASS: TestNetworkList//networks (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:57:42 [2022-08-23T13:57:42.136Z] === RUN   TestHostIPv4BridgeLabel
13:57:42 [2022-08-23T13:57:42.697Z] --- PASS: TestHostIPv4BridgeLabel (0.58s)
13:57:42 [2022-08-23T13:57:42.697Z] === RUN   TestDaemonRestartWithLiveRestore
13:57:44 [2022-08-23T13:57:44.064Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
13:57:44 [2022-08-23T13:57:44.064Z] === RUN   TestDaemonDefaultNetworkPools
13:57:44 [2022-08-23T13:57:44.626Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s)
13:57:44 [2022-08-23T13:57:44.626Z] === RUN   TestDaemonRestartWithExistingNetwork
13:57:46 [2022-08-23T13:57:46.001Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
13:57:46 [2022-08-23T13:57:46.001Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:57:47 [2022-08-23T13:57:47.367Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.35s)
13:57:47 [2022-08-23T13:57:47.367Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:57:47 [2022-08-23T13:57:47.623Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
13:57:47 [2022-08-23T13:57:47.623Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
13:57:47 [2022-08-23T13:57:47.623Z] === RUN   TestServiceWithPredefinedNetwork
13:57:48 [2022-08-23T13:57:48.989Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
13:57:50 [2022-08-23T13:57:50.355Z] --- PASS: TestServiceWithPredefinedNetwork (2.74s)
13:57:50 [2022-08-23T13:57:50.355Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:57:50 [2022-08-23T13:57:50.355Z]     service_test.go:243: FLAKY_TEST
13:57:50 [2022-08-23T13:57:50.355Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:57:50 [2022-08-23T13:57:50.355Z] === RUN   TestServiceWithDataPathPortInit
13:57:52 [2022-08-23T13:57:52.246Z]     docker_api_swarm_test.go:364: Waiting for possible election...
13:57:56 [2022-08-23T13:57:56.416Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
13:57:56 [2022-08-23T13:57:56.416Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
13:57:56 [2022-08-23T13:57:56.977Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
13:57:57 [2022-08-23T13:57:57.233Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
13:57:58 [2022-08-23T13:57:58.162Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
13:57:58 [2022-08-23T13:57:58.162Z]     docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows
13:57:58 [2022-08-23T13:57:58.162Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
13:57:58 [2022-08-23T13:57:58.418Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
13:57:58 [2022-08-23T13:57:58.936Z] --- PASS: TestInfoAPIWarnings (16.57s)
13:57:58 [2022-08-23T13:57:58.936Z] === RUN   TestInfoDebug
13:57:58 [2022-08-23T13:57:58.936Z] --- PASS: TestInfoDebug (0.54s)
13:57:58 [2022-08-23T13:57:58.936Z] === RUN   TestInfoInsecureRegistries
13:57:58 [2022-08-23T13:57:58.936Z] --- PASS: TestInfoInsecureRegistries (0.54s)
13:57:58 [2022-08-23T13:57:58.936Z] === RUN   TestInfoRegistryMirrors
13:57:58 [2022-08-23T13:57:58.936Z] --- PASS: TestInfoRegistryMirrors (0.55s)
13:57:58 [2022-08-23T13:57:58.936Z] === RUN   TestLoginFailsWithBadCredentials
13:57:59 [2022-08-23T13:57:59.504Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
13:57:59 [2022-08-23T13:57:59.504Z] === RUN   TestPingCacheHeaders
13:57:59 [2022-08-23T13:57:59.504Z] --- PASS: TestPingCacheHeaders (0.03s)
13:57:59 [2022-08-23T13:57:59.504Z] === RUN   TestPingGet
13:57:59 [2022-08-23T13:57:59.504Z] --- PASS: TestPingGet (0.02s)
13:57:59 [2022-08-23T13:57:59.504Z] === RUN   TestPingHead
13:57:59 [2022-08-23T13:57:59.504Z] --- PASS: TestPingHead (0.04s)
13:57:59 [2022-08-23T13:57:59.504Z] === RUN   TestPingSwarmHeader
13:58:00 [2022-08-23T13:58:00.072Z] === RUN   TestPingSwarmHeader/before_swarm_init
13:58:00 [2022-08-23T13:58:00.072Z] === RUN   TestPingSwarmHeader/after_swarm_init
13:58:01 [2022-08-23T13:58:01.009Z] === RUN   TestPingSwarmHeader/after_swarm_leave
13:58:01 [2022-08-23T13:58:01.009Z] --- PASS: TestPingSwarmHeader (1.69s)
13:58:01 [2022-08-23T13:58:01.009Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
13:58:01 [2022-08-23T13:58:01.009Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
13:58:01 [2022-08-23T13:58:01.009Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
13:58:01 [2022-08-23T13:58:01.009Z] === RUN   TestPingBuilderHeader
13:58:01 [2022-08-23T13:58:01.009Z] === RUN   TestPingBuilderHeader/default_config
13:58:01 [2022-08-23T13:58:01.580Z] === RUN   TestPingBuilderHeader/buildkit_disabled
13:58:02 [2022-08-23T13:58:02.148Z] --- PASS: TestPingBuilderHeader (1.08s)
13:58:02 [2022-08-23T13:58:02.148Z]     --- PASS: TestPingBuilderHeader/default_config (0.54s)
13:58:02 [2022-08-23T13:58:02.148Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.54s)
13:58:02 [2022-08-23T13:58:02.148Z] === RUN   TestVersion
13:58:02 [2022-08-23T13:58:02.148Z] --- PASS: TestVersion (0.03s)
13:58:02 [2022-08-23T13:58:02.148Z] === CONT  TestDiskUsage
13:58:02 [2022-08-23T13:58:02.717Z] === RUN   TestDiskUsage/empty
13:58:02 [2022-08-23T13:58:02.717Z] === RUN   TestDiskUsage/empty/container_types
13:58:02 [2022-08-23T13:58:02.717Z] === RUN   TestDiskUsage/empty/image_types
13:58:02 [2022-08-23T13:58:02.717Z] === RUN   TestDiskUsage/empty/volume_types
13:58:02 [2022-08-23T13:58:02.717Z] === RUN   TestDiskUsage/empty/build-cache_types
13:58:02 [2022-08-23T13:58:02.717Z] === RUN   TestDiskUsage/empty/container,_volume_types
13:58:02 [2022-08-23T13:58:02.717Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
13:58:02 [2022-08-23T13:58:02.717Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
13:58:02 [2022-08-23T13:58:02.717Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
13:58:02 [2022-08-23T13:58:02.717Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
13:58:02 [2022-08-23T13:58:02.717Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
13:58:02 [2022-08-23T13:58:02.717Z] === RUN   TestDiskUsage/after_LoadBusybox
13:58:02 [2022-08-23T13:58:02.977Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
13:58:02 [2022-08-23T13:58:02.977Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
13:58:02 [2022-08-23T13:58:02.977Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
13:58:02 [2022-08-23T13:58:02.977Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
13:58:02 [2022-08-23T13:58:02.977Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
13:58:02 [2022-08-23T13:58:02.977Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
13:58:02 [2022-08-23T13:58:02.977Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
13:58:02 [2022-08-23T13:58:02.977Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
13:58:02 [2022-08-23T13:58:02.977Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
13:58:02 [2022-08-23T13:58:02.977Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
13:58:02 [2022-08-23T13:58:02.977Z] === RUN   TestDiskUsage/after_container.Run
13:58:03 [2022-08-23T13:58:03.236Z] === RUN   TestDiskUsage/after_container.Run/container_types
13:58:03 [2022-08-23T13:58:03.236Z] === RUN   TestDiskUsage/after_container.Run/image_types
13:58:03 [2022-08-23T13:58:03.236Z] === RUN   TestDiskUsage/after_container.Run/volume_types
13:58:03 [2022-08-23T13:58:03.236Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
13:58:03 [2022-08-23T13:58:03.236Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
13:58:03 [2022-08-23T13:58:03.236Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
13:58:03 [2022-08-23T13:58:03.236Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
13:58:03 [2022-08-23T13:58:03.236Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
13:58:03 [2022-08-23T13:58:03.236Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
13:58:03 [2022-08-23T13:58:03.236Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
13:58:03 [2022-08-23T13:58:03.495Z] --- PASS: TestDiskUsage (1.18s)
13:58:03 [2022-08-23T13:58:03.495Z]     --- PASS: TestDiskUsage/empty (0.01s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.16s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]     --- PASS: TestDiskUsage/after_container.Run (0.35s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s)
13:58:03 [2022-08-23T13:58:03.495Z] PASS
13:58:03 [2022-08-23T13:58:03.495Z] 
13:58:03 [2022-08-23T13:58:03.495Z] === Skipped
13:58:03 [2022-08-23T13:58:03.495Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:58:03 [2022-08-23T13:58:03.495Z] 
13:58:03 [2022-08-23T13:58:03.495Z] DONE 57 tests, 1 skipped in 23.373s
13:58:03 [2022-08-23T13:58:03.495Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
13:58:03 [2022-08-23T13:58:03.495Z] INFO: Testing against a local daemon
13:58:03 [2022-08-23T13:58:03.495Z] === RUN   TestVolumesCreateAndList
13:58:03 [2022-08-23T13:58:03.495Z] --- PASS: TestVolumesCreateAndList (0.02s)
13:58:03 [2022-08-23T13:58:03.495Z] === RUN   TestVolumesRemove
13:58:03 [2022-08-23T13:58:03.495Z] --- PASS: TestVolumesRemove (0.04s)
13:58:03 [2022-08-23T13:58:03.495Z] === RUN   TestVolumesInspect
13:58:03 [2022-08-23T13:58:03.495Z] --- PASS: TestVolumesInspect (0.03s)
13:58:03 [2022-08-23T13:58:03.495Z] === RUN   TestVolumesInvalidJSON
13:58:03 [2022-08-23T13:58:03.495Z] === RUN   TestVolumesInvalidJSON/volumes/create
13:58:03 [2022-08-23T13:58:03.495Z] === PAUSE TestVolumesInvalidJSON/volumes/create
13:58:03 [2022-08-23T13:58:03.495Z] === CONT  TestVolumesInvalidJSON/volumes/create
13:58:03 [2022-08-23T13:58:03.495Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
13:58:03 [2022-08-23T13:58:03.495Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
13:58:03 [2022-08-23T13:58:03.495Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
13:58:03 [2022-08-23T13:58:03.495Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
13:58:03 [2022-08-23T13:58:03.495Z] --- PASS: TestVolumesInvalidJSON (0.02s)
13:58:03 [2022-08-23T13:58:03.495Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
13:58:03 [2022-08-23T13:58:03.495Z] PASS
13:58:03 [2022-08-23T13:58:03.755Z] 
13:58:03 [2022-08-23T13:58:03.755Z] DONE 9 tests in 0.199s
13:58:03 [2022-08-23T13:58:03.755Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
13:58:03 [2022-08-23T13:58:03.755Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14417 is not a child of this shell
13:58:03 [2022-08-23T13:58:03.755Z] warning: PID 14417 from bundles/test-integration/docker.pid had a nonzero exit code
13:58:03 [2022-08-23T13:58:03.755Z] Leaving: AppArmorNo profiles have been unloaded.
13:58:03 [2022-08-23T13:58:03.755Z] 
13:58:03 [2022-08-23T13:58:03.755Z] Unloading profiles will leave already running processes permanently
13:58:03 [2022-08-23T13:58:03.755Z] unconfined, which can lead to unexpected situations.
13:58:03 [2022-08-23T13:58:03.755Z] 
13:58:03 [2022-08-23T13:58:03.755Z] To set a process to complain mode, use the command line tool
13:58:03 [2022-08-23T13:58:03.755Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
13:58:03 [2022-08-23T13:58:03.755Z] Removing test suite binaries
13:58:03 [2022-08-23T13:58:03.755Z] exiting test-integration
13:58:03 [2022-08-23T13:58:03.755Z] ++ exit 0
13:58:03 [2022-08-23T13:58:03.755Z] 
Post stage
[Pipeline] junit
13:58:04 [2022-08-23T13:58:04.711Z] Recording test results
13:58:06 [2022-08-23T13:58:06.504Z] === RUN   TestDockerSuite/TestBuildExpose
13:58:06 [2022-08-23T13:58:06.504Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
13:58:06 [2022-08-23T13:58:06.504Z] === RUN   TestDockerSuite/TestBuildExposeOrder
13:58:06 [2022-08-23T13:58:06.537Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
13:58:06 [2022-08-23T13:58:06.865Z] + echo Ensuring container killed.
13:58:06 [2022-08-23T13:58:06.865Z] Ensuring container killed.
13:58:06 [2022-08-23T13:58:06.865Z] + docker rm -vf docker-pr44
13:58:06 [2022-08-23T13:58:06.865Z] Error: No such container: docker-pr44
[Pipeline] sh
13:58:07 [2022-08-23T13:58:07.065Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
13:58:07 [2022-08-23T13:58:07.065Z] --- PASS: TestServiceWithDataPathPortInit (16.52s)
13:58:07 [2022-08-23T13:58:07.065Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:58:07 [2022-08-23T13:58:07.152Z] + echo Chowning /workspace to jenkins user
13:58:07 [2022-08-23T13:58:07.152Z] Chowning /workspace to jenkins user
13:58:07 [2022-08-23T13:58:07.152Z] + id -u
13:58:07 [2022-08-23T13:58:07.152Z] + id -g
13:58:07 [2022-08-23T13:58:07.152Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43739:/workspace busybox chown -R 1000:1000 /workspace
13:58:07 [2022-08-23T13:58:07.152Z] Unable to find image 'busybox:latest' locally
13:58:07 [2022-08-23T13:58:07.152Z] latest: Pulling from library/busybox
13:58:07 [2022-08-23T13:58:07.321Z] === RUN   TestDockerSuite/TestBuildFails
13:58:07 [2022-08-23T13:58:07.411Z] 50783e0dfb64: Pulling fs layer
13:58:07 [2022-08-23T13:58:07.411Z] 50783e0dfb64: Verifying Checksum
13:58:07 [2022-08-23T13:58:07.411Z] 50783e0dfb64: Download complete
13:58:07 [2022-08-23T13:58:07.411Z] 50783e0dfb64: Pull complete
13:58:07 [2022-08-23T13:58:07.411Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693
13:58:07 [2022-08-23T13:58:07.671Z] Status: Downloaded newer image for busybox:latest
13:58:07 [2022-08-23T13:58:07.894Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
13:58:07 [2022-08-23T13:58:07.894Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
13:58:08 [2022-08-23T13:58:08.822Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
13:58:09 [2022-08-23T13:58:09.347Z] + bundleName=amd64-rootless
13:58:09 [2022-08-23T13:58:09.347Z] + echo Creating amd64-rootless-bundles.tar.gz
13:58:09 [2022-08-23T13:58:09.347Z] Creating amd64-rootless-bundles.tar.gz
13:58:09 [2022-08-23T13:58:09.347Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json+  -o -name *.log -o -name *.prof -o -namexargs *-report.xml tar ) -czf -print amd64-rootless-bundles.tar.gz
13:58:09 [2022-08-23T13:58:09.347Z] 
[Pipeline] archiveArtifacts
13:58:09 [2022-08-23T13:58:09.361Z] Archiving artifacts
13:58:10 [2022-08-23T13:58:10.189Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
13:58:10 [2022-08-23T13:58:10.445Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:oyxh0cozh61czdlawltqtjnyi Created:2022-08-23 13:58:08.311836723 +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[35934fa99023d5ad63e941e82c4919200962dec803df42dbd8fbad62c083e738:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.g2epozw9053f3tu0h434ky7cl EndpointID:1f5531ed849be59fb6127b7ab1f98b47f3122b5882b8ffc68b160113ae83e78d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:282a203b3a71c0fb8825116293fe57df7a82c86a44b38c5a51831ea5e5ab0520 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:fe8dd03999b2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.g2epozw9053f3tu0h434ky7cl EndpointID:1f5531ed849be59fb6127b7ab1f98b47f3122b5882b8ffc68b160113ae83e78d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:58:11 [2022-08-23T13:58:11.320Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43739/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
13:58:11 [2022-08-23T13:58:11.373Z]     docker_api_swarm_test.go:272: [d1e40cb90158b] joining swarm manager [de5805fde1117]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
13:58:11 [2022-08-23T13:58:11.626Z] + make clean
13:58:11 [2022-08-23T13:58:11.886Z] docker volume rm -f docker-dev-cache docker-mod-cache
13:58:11 [2022-08-23T13:58:11.886Z] docker-dev-cache
13:58:11 [2022-08-23T13:58:11.886Z] docker-mod-cache
[Pipeline] deleteDir
13:58:11 [2022-08-23T13:58:11.936Z] === RUN   TestDockerSuite/TestBuildForceRm
13:58:12 [2022-08-23T13:58:12.499Z]     docker_api_swarm_test.go:273: [d320bb2fb3a86] joining swarm manager [de5805fde1117]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
13:58:13 [2022-08-23T13:58:13.061Z] === RUN   TestDockerSuite/TestBuildFromGit
13:58:13 [2022-08-23T13:58:13.989Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
13:58:14 [2022-08-23T13:58:14.245Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
13:58:15 [2022-08-23T13:58:15.175Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.04s)
13:58:15 [2022-08-23T13:58:15.175Z] PASS
13:58:15 [2022-08-23T13:58:15.175Z] 
13:58:15 [2022-08-23T13:58:15.175Z] === Skipped
13:58:15 [2022-08-23T13:58:15.175Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:58:15 [2022-08-23T13:58:15.175Z]     service_test.go:243: FLAKY_TEST
13:58:15 [2022-08-23T13:58:15.175Z] 
13:58:15 [2022-08-23T13:58:15.175Z] DONE 38 tests, 1 skipped in 50.787s
13:58:15 [2022-08-23T13:58:15.175Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:58:15 [2022-08-23T13:58:15.175Z] ++ 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
13:58:15 [2022-08-23T13:58:15.175Z] ++ set -e
13:58:15 [2022-08-23T13:58:15.175Z] ++ '[' -n 0 ']'
13:58:15 [2022-08-23T13:58:15.175Z] ++ set -x
13:58:15 [2022-08-23T13:58:15.175Z] ++ env -i DEST=/go/src/github.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
13:58:15 [2022-08-23T13:58:15.175Z] INFO: Testing against a local daemon
13:58:15 [2022-08-23T13:58:15.175Z] === RUN   TestDockerNetworkIpvlanPersistance
13:58:15 [2022-08-23T13:58:15.175Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:58:15 [2022-08-23T13:58:15.175Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
13:58:15 [2022-08-23T13:58:15.175Z] === RUN   TestDockerNetworkIpvlan
13:58:15 [2022-08-23T13:58:15.175Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:58:15 [2022-08-23T13:58:15.175Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:58:15 [2022-08-23T13:58:15.175Z] PASS
13:58:15 [2022-08-23T13:58:15.175Z] 
13:58:15 [2022-08-23T13:58:15.175Z] === Skipped
13:58:15 [2022-08-23T13:58:15.175Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
13:58:15 [2022-08-23T13:58:15.175Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:58:15 [2022-08-23T13:58:15.175Z] 
13:58:15 [2022-08-23T13:58:15.175Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:58:15 [2022-08-23T13:58:15.175Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:58:15 [2022-08-23T13:58:15.175Z] 
13:58:15 [2022-08-23T13:58:15.175Z] DONE 2 tests, 2 skipped in 0.048s
13:58:15 [2022-08-23T13:58:15.175Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:58:15 [2022-08-23T13:58:15.175Z] ++ 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
13:58:15 [2022-08-23T13:58:15.175Z] ++ set -e
13:58:15 [2022-08-23T13:58:15.175Z] ++ '[' -n 0 ']'
13:58:15 [2022-08-23T13:58:15.175Z] ++ set -x
13:58:15 [2022-08-23T13:58:15.175Z] ++ env -i DEST=/go/src/github.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
13:58:15 [2022-08-23T13:58:15.175Z] INFO: Testing against a local daemon
13:58:15 [2022-08-23T13:58:15.175Z] === RUN   TestDockerNetworkMacvlanPersistance
13:58:15 [2022-08-23T13:58:15.175Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
13:58:16 [2022-08-23T13:58:16.543Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s)
13:58:16 [2022-08-23T13:58:16.543Z] === RUN   TestDockerNetworkMacvlan
13:58:16 [2022-08-23T13:58:16.543Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
13:58:17 [2022-08-23T13:58:17.472Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:58:17 [2022-08-23T13:58:17.472Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
13:58:17 [2022-08-23T13:58:17.472Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
13:58:18 [2022-08-23T13:58:18.034Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:58:18 [2022-08-23T13:58:18.965Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:58:19 [2022-08-23T13:58:19.221Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
13:58:21 [2022-08-23T13:58:21.113Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
13:58:21 [2022-08-23T13:58:21.369Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:58:22 [2022-08-23T13:58:22.297Z] === RUN   TestDockerSuite/TestBuildIidFile
13:58:22 [2022-08-23T13:58:22.554Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
13:58:23 [2022-08-23T13:58:23.128Z] === RUN   TestDockerSuite/TestBuildInheritance
13:58:23 [2022-08-23T13:58:23.385Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
13:58:23 [2022-08-23T13:58:23.641Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
13:58:24 [2022-08-23T13:58:24.204Z] === RUN   TestDockerSuite/TestBuildInvalidTag
13:58:24 [2022-08-23T13:58:24.204Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
13:58:25 [2022-08-23T13:58:25.136Z] === RUN   TestDockerSuite/TestBuildLabel
13:58:25 [2022-08-23T13:58:25.392Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
13:58:25 [2022-08-23T13:58:25.955Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
13:58:26 [2022-08-23T13:58:26.519Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
13:58:26 [2022-08-23T13:58:26.776Z] === RUN   TestDockerSuite/TestBuildLabels
13:58:27 [2022-08-23T13:58:27.338Z] === RUN   TestDockerSuite/TestBuildLabelsCache
13:58:27 [2022-08-23T13:58:27.901Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:58:28 [2022-08-23T13:58:28.157Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
13:58:29 [2022-08-23T13:58:29.086Z] --- PASS: TestDockerNetworkMacvlan (12.59s)
13:58:29 [2022-08-23T13:58:29.086Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
13:58:29 [2022-08-23T13:58:29.086Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
13:58:29 [2022-08-23T13:58:29.086Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.16s)
13:58:29 [2022-08-23T13:58:29.086Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.18s)
13:58:29 [2022-08-23T13:58:29.086Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.07s)
13:58:29 [2022-08-23T13:58:29.086Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.87s)
13:58:29 [2022-08-23T13:58:29.086Z] PASS
13:58:29 [2022-08-23T13:58:29.086Z] 
13:58:29 [2022-08-23T13:58:29.086Z] DONE 8 tests in 13.986s
13:58:29 [2022-08-23T13:58:29.086Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
13:58:29 [2022-08-23T13:58:29.086Z] ++ 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
13:58:29 [2022-08-23T13:58:29.086Z] ++ set -e
13:58:29 [2022-08-23T13:58:29.086Z] ++ '[' -n 0 ']'
13:58:29 [2022-08-23T13:58:29.086Z] ++ set -x
13:58:29 [2022-08-23T13:58:29.086Z] ++ env -i DEST=/go/src/github.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
13:58:29 [2022-08-23T13:58:29.086Z] testing: warning: no tests to run
13:58:29 [2022-08-23T13:58:29.086Z] PASS
13:58:29 [2022-08-23T13:58:29.086Z] 
13:58:29 [2022-08-23T13:58:29.086Z] DONE 0 tests in 0.007s
13:58:29 [2022-08-23T13:58:29.086Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:58:29 [2022-08-23T13:58:29.086Z] ++ 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
13:58:29 [2022-08-23T13:58:29.086Z] ++ set -e
13:58:29 [2022-08-23T13:58:29.086Z] ++ '[' -n 0 ']'
13:58:29 [2022-08-23T13:58:29.086Z] ++ set -x
13:58:29 [2022-08-23T13:58:29.086Z] ++ env -i DEST=/go/src/github.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
13:58:29 [2022-08-23T13:58:29.086Z] INFO: Testing against a local daemon
13:58:29 [2022-08-23T13:58:29.086Z] === RUN   TestAuthZPluginAllowRequest
13:58:30 [2022-08-23T13:58:30.454Z] --- PASS: TestAuthZPluginAllowRequest (1.40s)
13:58:30 [2022-08-23T13:58:30.454Z] === RUN   TestAuthZPluginTLS
13:58:30 [2022-08-23T13:58:30.710Z] === RUN   TestDockerSuite/TestBuildLastModified
13:58:30 [2022-08-23T13:58:30.969Z] --- PASS: TestAuthZPluginTLS (0.56s)
13:58:30 [2022-08-23T13:58:30.969Z] === RUN   TestAuthZPluginDenyRequest
13:58:31 [2022-08-23T13:58:31.532Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
13:58:31 [2022-08-23T13:58:31.532Z] === RUN   TestAuthZPluginAPIDenyResponse
13:58:32 [2022-08-23T13:58:32.094Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
13:58:32 [2022-08-23T13:58:32.094Z] === RUN   TestAuthZPluginDenyResponse
13:58:32 [2022-08-23T13:58:32.655Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
13:58:32 [2022-08-23T13:58:32.655Z] === RUN   TestAuthZPluginAllowEventStream
13:58:33 [2022-08-23T13:58:33.582Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
13:58:34 [2022-08-23T13:58:34.144Z] --- PASS: TestAuthZPluginAllowEventStream (1.32s)
13:58:34 [2022-08-23T13:58:34.144Z] === RUN   TestAuthZPluginErrorResponse
13:58:34 [2022-08-23T13:58:34.707Z] --- PASS: TestAuthZPluginErrorResponse (0.58s)
13:58:34 [2022-08-23T13:58:34.707Z] === RUN   TestAuthZPluginErrorRequest
13:58:35 [2022-08-23T13:58:35.269Z] --- PASS: TestAuthZPluginErrorRequest (0.58s)
13:58:35 [2022-08-23T13:58:35.269Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:58:35 [2022-08-23T13:58:35.526Z] === RUN   TestDockerSuite/TestBuildLineBreak
13:58:35 [2022-08-23T13:58:35.783Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s)
13:58:35 [2022-08-23T13:58:35.783Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:58:37 [2022-08-23T13:58:37.675Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.08s)
13:58:37 [2022-08-23T13:58:37.675Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:58:39 [2022-08-23T13:58:39.047Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
13:58:39 [2022-08-23T13:58:39.047Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
13:58:39 [2022-08-23T13:58:39.047Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
13:58:39 [2022-08-23T13:58:39.304Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
13:58:39 [2022-08-23T13:58:39.304Z] === RUN   TestDockerSuite/TestBuildMaintainer
13:58:39 [2022-08-23T13:58:39.561Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.74s)
13:58:39 [2022-08-23T13:58:39.561Z] === RUN   TestAuthZPluginHeader
13:58:39 [2022-08-23T13:58:39.561Z] === RUN   TestDockerSuite/TestBuildMissingArgs
13:58:40 [2022-08-23T13:58:40.489Z] --- PASS: TestAuthZPluginHeader (0.82s)
13:58:40 [2022-08-23T13:58:40.489Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:58:40 [2022-08-23T13:58:40.746Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
13:58:42 [2022-08-23T13:58:42.113Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
13:58:44 [2022-08-23T13:58:44.634Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
13:58:45 [2022-08-23T13:58:45.196Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
13:58:45 [2022-08-23T13:58:45.196Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.77s)
13:58:45 [2022-08-23T13:58:45.196Z] === RUN   TestAuthZPluginV2Disable
13:58:45 [2022-08-23T13:58:45.452Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
13:58:48 [2022-08-23T13:58:48.509Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd
13:58:48 [2022-08-23T13:58:48.509Z] Copying nested executables into bundles/cross/linux/amd64-daemon
13:58:48 [2022-08-23T13:58:48.509Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy
13:58:48 [2022-08-23T13:58:48.509Z] GOOS="linux" GOARCH="amd64" GOARM=""
13:58:48 [2022-08-23T13:58:48.509Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy
13:58:48 [2022-08-23T13:58:48.509Z] Cross building: bundles/cross/windows/amd64
13:58:48 [2022-08-23T13:58:48.509Z] +++++++ cat ./cli/winresources/dockerd/winres.json
13:58:48 [2022-08-23T13:58:48.509Z] {
13:58:48 [2022-08-23T13:58:48.509Z]   "RT_GROUP_ICON": {
13:58:48 [2022-08-23T13:58:48.509Z]     "#1": {
13:58:48 [2022-08-23T13:58:48.509Z]       "0409": "../../winresources/docker.ico"
13:58:48 [2022-08-23T13:58:48.509Z]     }
13:58:48 [2022-08-23T13:58:48.509Z]   },
13:58:48 [2022-08-23T13:58:48.509Z]   "RT_MANIFEST": {
13:58:48 [2022-08-23T13:58:48.509Z]     "#1": {
13:58:48 [2022-08-23T13:58:48.509Z]       "0409": {
13:58:48 [2022-08-23T13:58:48.509Z]         "identity": {},
13:58:48 [2022-08-23T13:58:48.509Z]         "description": "Docker Engine",
13:58:48 [2022-08-23T13:58:48.509Z]         "minimum-os": "vista",
13:58:48 [2022-08-23T13:58:48.509Z]         "execution-level": "",
13:58:48 [2022-08-23T13:58:48.509Z]         "ui-access": false,
13:58:48 [2022-08-23T13:58:48.509Z]         "auto-elevate": false,
13:58:48 [2022-08-23T13:58:48.509Z]         "dpi-awareness": "unaware",
13:58:48 [2022-08-23T13:58:48.509Z]         "disable-theming": false,
13:58:48 [2022-08-23T13:58:48.509Z]         "disable-window-filtering": false,
13:58:48 [2022-08-23T13:58:48.509Z]         "high-resolution-scrolling-aware": false,
13:58:48 [2022-08-23T13:58:48.509Z]         "ultra-high-resolution-scrolling-aware": false,
13:58:48 [2022-08-23T13:58:48.509Z]         "long-path-aware": false,
13:58:48 [2022-08-23T13:58:48.509Z]         "printer-driver-isolation": false,
13:58:48 [2022-08-23T13:58:48.509Z]         "gdi-scaling": false,
13:58:48 [2022-08-23T13:58:48.509Z]         "segment-heap": false,
13:58:48 [2022-08-23T13:58:48.509Z]         "use-common-controls-v6": false
13:58:48 [2022-08-23T13:58:48.509Z]       }
13:58:48 [2022-08-23T13:58:48.509Z]     }
13:58:48 [2022-08-23T13:58:48.509Z]   },
13:58:48 [2022-08-23T13:58:48.509Z]   "RT_MESSAGETABLE": {
13:58:48 [2022-08-23T13:58:48.509Z]     "#1": {
13:58:48 [2022-08-23T13:58:48.509Z]       "0409": "../../winresources/event_messages.bin"
13:58:48 [2022-08-23T13:58:48.509Z]     }
13:58:48 [2022-08-23T13:58:48.509Z]   },
13:58:48 [2022-08-23T13:58:48.509Z]   "RT_VERSION": {
13:58:48 [2022-08-23T13:58:48.509Z]     "#1": {
13:58:48 [2022-08-23T13:58:48.509Z]       "0409": {
13:58:48 [2022-08-23T13:58:48.509Z]         "fixed": {
13:58:48 [2022-08-23T13:58:48.509Z]           "file_version": "0.0.0.0",
13:58:48 [2022-08-23T13:58:48.509Z]           "product_version": "0.0.0.0",
13:58:48 [2022-08-23T13:58:48.509Z]           "type": "Unknown"
13:58:48 [2022-08-23T13:58:48.509Z]         },
13:58:48 [2022-08-23T13:58:48.509Z]         "info": {
13:58:48 [2022-08-23T13:58:48.509Z]           "0000": {
13:58:48 [2022-08-23T13:58:48.509Z]             "CompanyName": "",
13:58:48 [2022-08-23T13:58:48.509Z]             "FileVersion": "dev",
13:58:48 [2022-08-23T13:58:48.509Z]             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
13:58:48 [2022-08-23T13:58:48.509Z]             "OriginalFileName": "dockerd.exe",
13:58:48 [2022-08-23T13:58:48.509Z]             "ProductName": "",
13:58:48 [2022-08-23T13:58:48.509Z]             "ProductVersion": "dev",
13:58:48 [2022-08-23T13:58:48.509Z]             "SpecialBuild": "4b84a3321723a849295d5cbf7342ec36077f9179"
13:58:48 [2022-08-23T13:58:48.509Z]           }
13:58:48 [2022-08-23T13:58:48.509Z]         }
13:58:48 [2022-08-23T13:58:48.509Z]       }
13:58:48 [2022-08-23T13:58:48.509Z]     }
13:58:48 [2022-08-23T13:58:48.509Z]   }
13:58:48 [2022-08-23T13:58:48.509Z] }
13:58:48 [2022-08-23T13:58:48.509Z] cmd/dockerd/config.go
13:58:48 [2022-08-23T13:58:48.509Z] cmd/dockerd/config_windows.go
13:58:48 [2022-08-23T13:58:48.509Z] cmd/dockerd/daemon.go
13:58:48 [2022-08-23T13:58:48.509Z] cmd/dockerd/daemon_test.go
13:58:48 [2022-08-23T13:58:48.509Z] cmd/dockerd/daemon_windows.go
13:58:48 [2022-08-23T13:58:48.509Z] cmd/dockerd/docker.go
13:58:48 [2022-08-23T13:58:48.509Z] cmd/dockerd/docker_windows.go
13:58:48 [2022-08-23T13:58:48.509Z] cmd/dockerd/genwinres_windows.go
13:58:48 [2022-08-23T13:58:48.509Z] cmd/dockerd/metrics.go
13:58:48 [2022-08-23T13:58:48.509Z] cmd/dockerd/options.go
13:58:48 [2022-08-23T13:58:48.509Z] cmd/dockerd/options_test.go
13:58:48 [2022-08-23T13:58:48.509Z] cmd/dockerd/service_windows.go
13:58:48 [2022-08-23T13:58:48.509Z] Building: bundles/cross/windows/amd64-daemon/dockerd.exe
13:58:48 [2022-08-23T13:58:48.509Z] GOOS="windows" GOARCH="amd64" GOARM=""
13:58:49 [2022-08-23T13:58:49.622Z] --- PASS: TestAuthZPluginV2Disable (4.10s)
13:58:49 [2022-08-23T13:58:49.622Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:58:52 [2022-08-23T13:58:52.141Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
13:58:53 [2022-08-23T13:58:53.068Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.84s)
13:58:53 [2022-08-23T13:58:53.068Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:58:54 [2022-08-23T13:58:54.434Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
13:58:55 [2022-08-23T13:58:55.364Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
13:58:57 [2022-08-23T13:58:57.885Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
13:58:57 [2022-08-23T13:58:57.885Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
13:58:57 [2022-08-23T13:58:57.885Z]     docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows
13:58:57 [2022-08-23T13:58:57.885Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
13:59:03 [2022-08-23T13:59:03.178Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
13:59:03 [2022-08-23T13:59:03.740Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
13:59:04 [2022-08-23T13:59:04.303Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
13:59:05 [2022-08-23T13:59:05.231Z]     docker_api_swarm_node_test.go:20: [dd8ddac38c237] joining swarm manager [d35c19f82b155]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
13:59:05 [2022-08-23T13:59:05.795Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.84s)
13:59:05 [2022-08-23T13:59:05.795Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:59:06 [2022-08-23T13:59:06.052Z] === RUN   TestDockerSuite/TestBuildMultipleTags
13:59:06 [2022-08-23T13:59:06.052Z]     docker_api_swarm_node_test.go:21: [de8f3b95096be] joining swarm manager [d35c19f82b155]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
13:59:06 [2022-08-23T13:59:06.309Z] === RUN   TestDockerSuite/TestBuildNetContainer
13:59:08 [2022-08-23T13:59:08.199Z] === RUN   TestDockerSuite/TestBuildNetNone
13:59:08 [2022-08-23T13:59:08.199Z] === RUN   TestDockerSuite/TestBuildNoContext
13:59:08 [2022-08-23T13:59:08.762Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
13:59:09 [2022-08-23T13:59:09.690Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
13:59:10 [2022-08-23T13:59:10.618Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
13:59:10 [2022-08-23T13:59:10.874Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
13:59:10 [2022-08-23T13:59:10.874Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
13:59:11 [2022-08-23T13:59:11.436Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
13:59:11 [2022-08-23T13:59:11.692Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
13:59:11 [2022-08-23T13:59:11.948Z] === RUN   TestDockerSuite/TestBuildOnBuild
13:59:13 [2022-08-23T13:59:13.314Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
13:59:15 [2022-08-23T13:59:15.202Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
13:59:15 [2022-08-23T13:59:15.804Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
13:59:16 [2022-08-23T13:59:16.731Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
13:59:17 [2022-08-23T13:59:17.293Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
13:59:18 [2022-08-23T13:59:18.221Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
13:59:19 [2022-08-23T13:59:19.588Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
13:59:20 [2022-08-23T13:59:20.956Z]     docker_api_swarm_test.go:502: [dceb6d62b817b] joining swarm manager [d10d2a1c80120]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
13:59:22 [2022-08-23T13:59:22.323Z] === RUN   TestDockerSuite/TestBuildPATH
13:59:22 [2022-08-23T13:59:22.885Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
13:59:22 [2022-08-23T13:59:22.885Z] PASS
13:59:22 [2022-08-23T13:59:22.885Z] 
13:59:22 [2022-08-23T13:59:22.885Z] DONE 17 tests in 53.694s
13:59:22 [2022-08-23T13:59:22.885Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:59:22 [2022-08-23T13:59:22.885Z] ++ 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
13:59:22 [2022-08-23T13:59:22.885Z] ++ set -e
13:59:22 [2022-08-23T13:59:22.885Z] ++ '[' -n 0 ']'
13:59:22 [2022-08-23T13:59:22.885Z] ++ set -x
13:59:22 [2022-08-23T13:59:22.885Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
13:59:22 [2022-08-23T13:59:22.885Z] INFO: Testing against a local daemon
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
13:59:22 [2022-08-23T13:59:22.885Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
13:59:22 [2022-08-23T13:59:22.885Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/pull
13:59:22 [2022-08-23T13:59:22.885Z] === PAUSE TestPluginInvalidJSON/plugins/pull
13:59:22 [2022-08-23T13:59:22.885Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
13:59:22 [2022-08-23T13:59:22.885Z] === CONT  TestPluginInvalidJSON/plugins/pull
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
13:59:22 [2022-08-23T13:59:22.885Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
13:59:22 [2022-08-23T13:59:22.885Z] --- PASS: TestPluginInvalidJSON (0.03s)
13:59:22 [2022-08-23T13:59:22.885Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
13:59:22 [2022-08-23T13:59:22.885Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInstall
13:59:22 [2022-08-23T13:59:22.885Z] === RUN   TestPluginInstall/no_auth
13:59:24 [2022-08-23T13:59:24.251Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
13:59:24 [2022-08-23T13:59:24.814Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
13:59:25 [2022-08-23T13:59:25.376Z] time="2022-08-23T13:59:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:59:25 [2022-08-23T13:59:25.376Z] time="2022-08-23T13:59:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:668e777d473032be497b7b628f28c9b8a78cc33cdf746f82d83715f623c34406" mediatype=application/vnd.docker.plugin.v1+json size=522
13:59:25 [2022-08-23T13:59:25.376Z] time="2022-08-23T13:59:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:59:25 [2022-08-23T13:59:25.376Z] time="2022-08-23T13:59:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:668e777d473032be497b7b628f28c9b8a78cc33cdf746f82d83715f623c34406" mediatype=application/vnd.docker.plugin.v1+json size=522
13:59:25 [2022-08-23T13:59:25.632Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
13:59:25 [2022-08-23T13:59:25.632Z] === RUN   TestPluginInstall/with_htpasswd
13:59:26 [2022-08-23T13:59:26.194Z] time="2022-08-23T13:59:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:59:26 [2022-08-23T13:59:26.195Z] time="2022-08-23T13:59:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:843a86e908977f3c4681ede71e469bf0f598600ee2db0d27840b363b4960a249" mediatype=application/vnd.docker.plugin.v1+json size=522
13:59:26 [2022-08-23T13:59:26.195Z] time="2022-08-23T13:59:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:59:26 [2022-08-23T13:59:26.195Z] time="2022-08-23T13:59:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:843a86e908977f3c4681ede71e469bf0f598600ee2db0d27840b363b4960a249" mediatype=application/vnd.docker.plugin.v1+json size=522
13:59:26 [2022-08-23T13:59:26.451Z] === RUN   TestPluginInstall/with_insecure
13:59:27 [2022-08-23T13:59:27.378Z] time="2022-08-23T13:59:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:59:27 [2022-08-23T13:59:27.378Z] time="2022-08-23T13:59:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8812186bf77113e48d7d9209319ee3f2202f18c71572441e61ab333598b874f4" mediatype=application/vnd.docker.plugin.v1+json size=522
13:59:27 [2022-08-23T13:59:27.378Z] time="2022-08-23T13:59:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:59:27 [2022-08-23T13:59:27.378Z] time="2022-08-23T13:59:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8812186bf77113e48d7d9209319ee3f2202f18c71572441e61ab333598b874f4" mediatype=application/vnd.docker.plugin.v1+json size=522
13:59:27 [2022-08-23T13:59:27.635Z]     plugin_test.go:196: [d320ee258db60] daemon is not started
13:59:27 [2022-08-23T13:59:27.635Z] --- PASS: TestPluginInstall (4.87s)
13:59:27 [2022-08-23T13:59:27.635Z]     --- PASS: TestPluginInstall/no_auth (2.75s)
13:59:27 [2022-08-23T13:59:27.635Z]     --- PASS: TestPluginInstall/with_htpasswd (0.83s)
13:59:27 [2022-08-23T13:59:27.635Z]     --- PASS: TestPluginInstall/with_insecure (1.29s)
13:59:27 [2022-08-23T13:59:27.635Z] === RUN   TestPluginsWithRuntimes
13:59:29 [2022-08-23T13:59:29.527Z] === RUN   TestPluginsWithRuntimes/No_Args
13:59:30 [2022-08-23T13:59:30.455Z] === RUN   TestPluginsWithRuntimes/With_Args
13:59:30 [2022-08-23T13:59:30.712Z]     docker_api_swarm_test.go:507: [df26adcf4266c] joining swarm manager [d10d2a1c80120]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
13:59:32 [2022-08-23T13:59:32.082Z] --- PASS: TestPluginsWithRuntimes (4.08s)
13:59:32 [2022-08-23T13:59:32.082Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.10s)
13:59:32 [2022-08-23T13:59:32.082Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.17s)
13:59:32 [2022-08-23T13:59:32.082Z] === RUN   TestPluginBackCompatMediaTypes
13:59:32 [2022-08-23T13:59:32.645Z] --- PASS: TestPluginBackCompatMediaTypes (0.81s)
13:59:32 [2022-08-23T13:59:32.645Z] PASS
13:59:32 [2022-08-23T13:59:32.645Z] 
13:59:32 [2022-08-23T13:59:32.645Z] DONE 24 tests in 9.839s
13:59:32 [2022-08-23T13:59:32.645Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:59:32 [2022-08-23T13:59:32.645Z] ++ 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
13:59:32 [2022-08-23T13:59:32.645Z] ++ set -e
13:59:32 [2022-08-23T13:59:32.645Z] ++ '[' -n 0 ']'
13:59:32 [2022-08-23T13:59:32.645Z] ++ set -x
13:59:32 [2022-08-23T13:59:32.645Z] ++ env -i DEST=/go/src/github.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
13:59:32 [2022-08-23T13:59:32.645Z] INFO: Testing against a local daemon
13:59:32 [2022-08-23T13:59:32.645Z] === RUN   TestExternalGraphDriver
13:59:33 [2022-08-23T13:59:33.207Z] === RUN   TestExternalGraphDriver/json
13:59:33 [2022-08-23T13:59:33.207Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
13:59:35 [2022-08-23T13:59:35.098Z] === RUN   TestExternalGraphDriver/spec
13:59:36 [2022-08-23T13:59:36.466Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
13:59:36 [2022-08-23T13:59:36.722Z] === RUN   TestExternalGraphDriver/pull
13:59:38 [2022-08-23T13:59:38.090Z] === RUN   TestDockerSuite/TestBuildRm
13:59:39 [2022-08-23T13:59:39.020Z] --- PASS: TestExternalGraphDriver (6.08s)
13:59:39 [2022-08-23T13:59:39.020Z]     --- PASS: TestExternalGraphDriver/json (1.89s)
13:59:39 [2022-08-23T13:59:39.020Z]     --- PASS: TestExternalGraphDriver/spec (1.86s)
13:59:39 [2022-08-23T13:59:39.020Z]     --- PASS: TestExternalGraphDriver/pull (1.98s)
13:59:39 [2022-08-23T13:59:39.020Z] === RUN   TestGraphdriverPluginV2
13:59:40 [2022-08-23T13:59:40.386Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
13:59:40 [2022-08-23T13:59:40.948Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
13:59:42 [2022-08-23T13:59:42.319Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
13:59:42 [2022-08-23T13:59:42.574Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
13:59:43 [2022-08-23T13:59:43.503Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
13:59:43 [2022-08-23T13:59:43.503Z] --- PASS: TestGraphdriverPluginV2 (4.83s)
13:59:43 [2022-08-23T13:59:43.503Z] PASS
13:59:43 [2022-08-23T13:59:43.503Z] 
13:59:43 [2022-08-23T13:59:43.503Z] DONE 5 tests in 10.953s
13:59:43 [2022-08-23T13:59:43.763Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:59:43 [2022-08-23T13:59:43.763Z] ++ 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
13:59:43 [2022-08-23T13:59:43.763Z] ++ set -e
13:59:43 [2022-08-23T13:59:43.763Z] ++ '[' -n 0 ']'
13:59:43 [2022-08-23T13:59:43.763Z] ++ set -x
13:59:43 [2022-08-23T13:59:43.763Z] ++ env -i DEST=/go/src/github.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
13:59:43 [2022-08-23T13:59:43.763Z] INFO: Testing against a local daemon
13:59:43 [2022-08-23T13:59:43.763Z] === RUN   TestContinueAfterPluginCrash
13:59:43 [2022-08-23T13:59:43.763Z] === PAUSE TestContinueAfterPluginCrash
13:59:43 [2022-08-23T13:59:43.763Z] === RUN   TestReadPluginNoRead
13:59:43 [2022-08-23T13:59:43.763Z] === PAUSE TestReadPluginNoRead
13:59:43 [2022-08-23T13:59:43.763Z] === RUN   TestDaemonStartWithLogOpt
13:59:43 [2022-08-23T13:59:43.763Z] === PAUSE TestDaemonStartWithLogOpt
13:59:43 [2022-08-23T13:59:43.763Z] === CONT  TestContinueAfterPluginCrash
13:59:43 [2022-08-23T13:59:43.763Z] === CONT  TestDaemonStartWithLogOpt
13:59:45 [2022-08-23T13:59:45.129Z] === RUN   TestDockerSuite/TestBuildShellInherited
13:59:46 [2022-08-23T13:59:46.057Z] === RUN   TestDockerSuite/TestBuildShellMultiple
13:59:47 [2022-08-23T13:59:47.949Z] --- PASS: TestDaemonStartWithLogOpt (4.28s)
13:59:47 [2022-08-23T13:59:47.949Z] === CONT  TestReadPluginNoRead
13:59:49 [2022-08-23T13:59:49.848Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
13:59:49 [2022-08-23T13:59:49.848Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
13:59:50 [2022-08-23T13:59:50.104Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
13:59:50 [2022-08-23T13:59:50.104Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
13:59:50 [2022-08-23T13:59:50.104Z] === RUN   TestDockerSuite/TestBuildSpaces
13:59:50 [2022-08-23T13:59:50.360Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
13:59:50 [2022-08-23T13:59:50.922Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:59:51 [2022-08-23T13:59:51.179Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
13:59:51 [2022-08-23T13:59:51.179Z] === RUN   TestDockerSuite/TestBuildStderr
13:59:51 [2022-08-23T13:59:51.741Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
13:59:52 [2022-08-23T13:59:52.306Z] === RUN   TestReadPluginNoRead/default
13:59:53 [2022-08-23T13:59:53.236Z] --- PASS: TestContinueAfterPluginCrash (9.43s)
13:59:53 [2022-08-23T13:59:53.798Z] === RUN   TestReadPluginNoRead/disabled_caching
13:59:55 [2022-08-23T13:59:55.164Z] === RUN   TestDockerSuite/TestBuildStopSignal
13:59:55 [2022-08-23T13:59:55.164Z] === CONT  TestReadPluginNoRead
13:59:55 [2022-08-23T13:59:55.164Z]     read_test.go:92: [d611c4328dbe5] daemon is not started
13:59:55 [2022-08-23T13:59:55.164Z] --- PASS: TestReadPluginNoRead (7.28s)
13:59:55 [2022-08-23T13:59:55.164Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.47s)
13:59:55 [2022-08-23T13:59:55.164Z]     --- PASS: TestReadPluginNoRead/default (1.52s)
13:59:55 [2022-08-23T13:59:55.164Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.47s)
13:59:55 [2022-08-23T13:59:55.164Z] PASS
13:59:55 [2022-08-23T13:59:55.164Z] 
13:59:55 [2022-08-23T13:59:55.164Z] DONE 6 tests in 11.613s
13:59:55 [2022-08-23T13:59:55.420Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
13:59:55 [2022-08-23T13:59:55.420Z] ++ 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
13:59:55 [2022-08-23T13:59:55.420Z] ++ set -e
13:59:55 [2022-08-23T13:59:55.420Z] ++ '[' -n 0 ']'
13:59:55 [2022-08-23T13:59:55.420Z] ++ set -x
13:59:55 [2022-08-23T13:59:55.420Z] ++ env -i DEST=/go/src/github.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
13:59:55 [2022-08-23T13:59:55.420Z] testing: warning: no tests to run
13:59:55 [2022-08-23T13:59:55.420Z] PASS
13:59:55 [2022-08-23T13:59:55.420Z] 
13:59:55 [2022-08-23T13:59:55.420Z] DONE 0 tests in 0.014s
13:59:55 [2022-08-23T13:59:55.420Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:59:55 [2022-08-23T13:59:55.420Z] ++ 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
13:59:55 [2022-08-23T13:59:55.420Z] ++ set -e
13:59:55 [2022-08-23T13:59:55.420Z] ++ '[' -n 0 ']'
13:59:55 [2022-08-23T13:59:55.420Z] ++ set -x
13:59:55 [2022-08-23T13:59:55.420Z] ++ env -i DEST=/go/src/github.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
13:59:55 [2022-08-23T13:59:55.420Z] INFO: Testing against a local daemon
13:59:55 [2022-08-23T13:59:55.420Z] === RUN   TestPluginWithDevMounts
13:59:55 [2022-08-23T13:59:55.420Z] === PAUSE TestPluginWithDevMounts
13:59:55 [2022-08-23T13:59:55.420Z] === CONT  TestPluginWithDevMounts
13:59:55 [2022-08-23T13:59:55.982Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
13:59:56 [2022-08-23T13:59:56.912Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
13:59:57 [2022-08-23T13:59:57.169Z] --- PASS: TestPluginWithDevMounts (1.82s)
13:59:57 [2022-08-23T13:59:57.169Z] PASS
13:59:57 [2022-08-23T13:59:57.169Z] 
13:59:57 [2022-08-23T13:59:57.169Z] DONE 1 tests in 1.865s
13:59:57 [2022-08-23T13:59:57.169Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
13:59:57 [2022-08-23T13:59:57.169Z] ++ 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
13:59:57 [2022-08-23T13:59:57.169Z] ++ set -e
13:59:57 [2022-08-23T13:59:57.169Z] ++ '[' -n 0 ']'
13:59:57 [2022-08-23T13:59:57.169Z] ++ set -x
13:59:57 [2022-08-23T13:59:57.169Z] ++ env -i DEST=/go/src/github.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
13:59:57 [2022-08-23T13:59:57.169Z] INFO: Testing against a local daemon
13:59:57 [2022-08-23T13:59:57.169Z] === RUN   TestSecretInspect
13:59:57 [2022-08-23T13:59:57.425Z] === RUN   TestDockerSuite/TestBuildTagEvent
13:59:57 [2022-08-23T13:59:57.988Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
13:59:58 [2022-08-23T13:59:58.916Z] === RUN   TestDockerSuite/TestBuildUser
13:59:59 [2022-08-23T13:59:59.845Z] --- PASS: TestSecretInspect (2.65s)
13:59:59 [2022-08-23T13:59:59.845Z] === RUN   TestSecretList
14:00:00 [2022-08-23T14:00:00.773Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
14:00:02 [2022-08-23T14:00:02.670Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
14:00:02 [2022-08-23T14:00:02.670Z] --- PASS: TestSecretList (2.69s)
14:00:02 [2022-08-23T14:00:02.670Z] === RUN   TestSecretsCreateAndDelete
14:00:03 [2022-08-23T14:00:03.603Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
14:00:04 [2022-08-23T14:00:04.975Z]     docker_api_swarm_node_test.go:81: [ddcb692890040] joining swarm manager [dd6d45995acfc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:00:05 [2022-08-23T14:00:05.536Z] --- PASS: TestSecretsCreateAndDelete (3.06s)
14:00:05 [2022-08-23T14:00:05.536Z] === RUN   TestSecretsUpdate
14:00:08 [2022-08-23T14:00:08.804Z] --- PASS: TestSecretsUpdate (2.87s)
14:00:08 [2022-08-23T14:00:08.804Z] === RUN   TestTemplatedSecret
14:00:12 [2022-08-23T14:00:12.072Z] --- PASS: TestTemplatedSecret (3.55s)
14:00:12 [2022-08-23T14:00:12.072Z] === RUN   TestSecretCreateResolve
14:00:15 [2022-08-23T14:00:15.340Z] --- PASS: TestSecretCreateResolve (2.85s)
14:00:15 [2022-08-23T14:00:15.340Z] PASS
14:00:15 [2022-08-23T14:00:15.340Z] 
14:00:15 [2022-08-23T14:00:15.340Z] DONE 6 tests in 17.706s
14:00:15 [2022-08-23T14:00:15.340Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
14:00:15 [2022-08-23T14:00:15.340Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
14:00:15 [2022-08-23T14:00:15.340Z] ++ set -e
14:00:15 [2022-08-23T14:00:15.340Z] ++ '[' -n 0 ']'
14:00:15 [2022-08-23T14:00:15.340Z] ++ set -x
14:00:15 [2022-08-23T14:00:15.340Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
14:00:15 [2022-08-23T14:00:15.340Z] INFO: Testing against a local daemon
14:00:15 [2022-08-23T14:00:15.340Z] === RUN   TestServiceCreateInit
14:00:15 [2022-08-23T14:00:15.340Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:00:17 [2022-08-23T14:00:17.858Z] === RUN   TestDockerSuite/TestBuildVerboseOut
14:00:18 [2022-08-23T14:00:18.422Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
14:00:18 [2022-08-23T14:00:18.678Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
14:00:18 [2022-08-23T14:00:18.935Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
14:00:19 [2022-08-23T14:00:19.496Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:00:19 [2022-08-23T14:00:19.753Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
14:00:20 [2022-08-23T14:00:20.681Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
14:00:22 [2022-08-23T14:00:22.050Z]     docker_api_swarm_node_test.go:53: [d8f6ec951f9b8] joining swarm manager [deeff007a86d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:00:22 [2022-08-23T14:00:22.306Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
14:00:22 [2022-08-23T14:00:22.306Z]     docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows
14:00:22 [2022-08-23T14:00:22.306Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
14:00:22 [2022-08-23T14:00:22.307Z]     docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows
14:00:22 [2022-08-23T14:00:22.307Z] === RUN   TestDockerSuite/TestBuildWindowsUser
14:00:22 [2022-08-23T14:00:22.307Z]     docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows
14:00:22 [2022-08-23T14:00:22.307Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
14:00:22 [2022-08-23T14:00:22.307Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
14:00:22 [2022-08-23T14:00:22.307Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
14:00:22 [2022-08-23T14:00:22.874Z]     docker_api_swarm_node_test.go:54: [d2a724eb3f40b] joining swarm manager [deeff007a86d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:00:23 [2022-08-23T14:00:23.832Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
14:00:24 [2022-08-23T14:00:24.087Z] === RUN   TestDockerSuite/TestBuildWithFailure
14:00:24 [2022-08-23T14:00:24.922Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd.exe
14:00:24 [2022-08-23T14:00:24.922Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json
14:00:24 [2022-08-23T14:00:24.922Z] {
14:00:24 [2022-08-23T14:00:24.922Z]   "RT_GROUP_ICON": {
14:00:24 [2022-08-23T14:00:24.922Z]     "#1": {
14:00:24 [2022-08-23T14:00:24.922Z]       "0409": "../../winresources/docker.ico"
14:00:24 [2022-08-23T14:00:24.922Z]     }
14:00:24 [2022-08-23T14:00:24.922Z]   },
14:00:24 [2022-08-23T14:00:24.922Z]   "RT_MANIFEST": {
14:00:24 [2022-08-23T14:00:24.922Z]     "#1": {
14:00:24 [2022-08-23T14:00:24.922Z]       "0409": {
14:00:24 [2022-08-23T14:00:24.922Z]         "identity": {},
14:00:24 [2022-08-23T14:00:24.922Z]         "description": "Docker Engine",
14:00:24 [2022-08-23T14:00:24.922Z]         "minimum-os": "vista",
14:00:24 [2022-08-23T14:00:24.922Z]         "execution-level": "",
14:00:24 [2022-08-23T14:00:24.922Z]         "ui-access": false,
14:00:24 [2022-08-23T14:00:24.922Z]         "auto-elevate": false,
14:00:24 [2022-08-23T14:00:24.922Z]         "dpi-awareness": "unaware",
14:00:24 [2022-08-23T14:00:24.922Z]         "disable-theming": false,
14:00:24 [2022-08-23T14:00:24.922Z]         "disable-window-filtering": false,
14:00:24 [2022-08-23T14:00:24.922Z]         "high-resolution-scrolling-aware": false,
14:00:24 [2022-08-23T14:00:24.922Z]         "ultra-high-resolution-scrolling-aware": false,
14:00:24 [2022-08-23T14:00:24.922Z]         "long-path-aware": false,
14:00:24 [2022-08-23T14:00:24.922Z]         "printer-driver-isolation": false,
14:00:24 [2022-08-23T14:00:24.922Z]         "gdi-scaling": false,
14:00:24 [2022-08-23T14:00:24.922Z]         "segment-heap": false,
14:00:24 [2022-08-23T14:00:24.922Z]         "use-common-controls-v6": false
14:00:24 [2022-08-23T14:00:24.922Z]       }
14:00:24 [2022-08-23T14:00:24.922Z]     }
14:00:24 [2022-08-23T14:00:24.922Z]   },
14:00:24 [2022-08-23T14:00:24.922Z]   "RT_MESSAGETABLE": {
14:00:24 [2022-08-23T14:00:24.922Z]     "#1": {
14:00:24 [2022-08-23T14:00:24.922Z]       "0409": "../../winresources/event_messages.bin"
14:00:24 [2022-08-23T14:00:24.922Z]     }
14:00:24 [2022-08-23T14:00:24.922Z]   },
14:00:24 [2022-08-23T14:00:24.922Z]   "RT_VERSION": {
14:00:24 [2022-08-23T14:00:24.922Z]     "#1": {
14:00:24 [2022-08-23T14:00:24.922Z]       "0409": {
14:00:24 [2022-08-23T14:00:24.922Z]         "fixed": {
14:00:24 [2022-08-23T14:00:24.922Z]           "file_version": "0.0.0.0",
14:00:24 [2022-08-23T14:00:24.922Z]           "product_version": "0.0.0.0",
14:00:24 [2022-08-23T14:00:24.922Z]           "type": "Unknown"
14:00:24 [2022-08-23T14:00:24.922Z]         },
14:00:24 [2022-08-23T14:00:24.922Z]         "info": {
14:00:24 [2022-08-23T14:00:24.922Z]           "0000": {
14:00:24 [2022-08-23T14:00:24.922Z]             "CompanyName": "",
14:00:24 [2022-08-23T14:00:24.922Z]             "FileVersion": "dev",
14:00:24 [2022-08-23T14:00:24.922Z]             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
14:00:24 [2022-08-23T14:00:24.922Z]             "OriginalFileName": "docker-proxy.exe",
14:00:24 [2022-08-23T14:00:24.922Z]             "ProductName": "",
14:00:24 [2022-08-23T14:00:24.922Z]             "ProductVersion": "dev",
14:00:24 [2022-08-23T14:00:24.922Z]             "SpecialBuild": "4b84a3321723a849295d5cbf7342ec36077f9179"
14:00:24 [2022-08-23T14:00:24.922Z]           }
14:00:24 [2022-08-23T14:00:24.922Z]         }
14:00:24 [2022-08-23T14:00:24.922Z]       }
14:00:24 [2022-08-23T14:00:24.922Z]     }
14:00:24 [2022-08-23T14:00:24.922Z]   }
14:00:24 [2022-08-23T14:00:24.922Z] }
14:00:24 [2022-08-23T14:00:24.922Z] cmd/docker-proxy/genwinres_windows.go
14:00:24 [2022-08-23T14:00:24.922Z] cmd/docker-proxy/main.go
14:00:24 [2022-08-23T14:00:24.922Z] cmd/docker-proxy/network_proxy_test.go
14:00:24 [2022-08-23T14:00:24.922Z] cmd/docker-proxy/proxy.go
14:00:24 [2022-08-23T14:00:24.922Z] cmd/docker-proxy/sctp_proxy.go
14:00:24 [2022-08-23T14:00:24.922Z] cmd/docker-proxy/tcp_proxy.go
14:00:24 [2022-08-23T14:00:24.922Z] cmd/docker-proxy/udp_proxy.go
14:00:24 [2022-08-23T14:00:24.922Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy.exe
14:00:24 [2022-08-23T14:00:24.922Z] GOOS="windows" GOARCH="amd64" GOARM=""
14:00:24 [2022-08-23T14:00:24.922Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy.exe
14:00:24 [2022-08-23T14:00:24.922Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
14:00:24 [2022-08-23T14:00:24.922Z] remote: Enumerating objects: 23, done.
14:00:24 [2022-08-23T14:00:24.922Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
14:00:24 [2022-08-23T14:00:24.922Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
14:00:24 [2022-08-23T14:00:24.922Z] Receiving objects:   4% (1/23)
Receiving objects:   8% (2/23)
remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
14:00:24 [2022-08-23T14:00:24.922Z] Receiving objects:  13% (3/23)
Receiving objects:  17% (4/23)
Receiving objects:  21% (5/23)
Receiving objects:  26% (6/23)
Receiving objects:  30% (7/23)
Receiving objects:  34% (8/23)
Receiving objects:  39% (9/23)
Receiving objects:  43% (10/23)
Receiving objects:  47% (11/23)
Receiving objects:  52% (12/23)
Receiving objects:  56% (13/23)
Receiving objects:  60% (14/23)
Receiving objects:  65% (15/23)
Receiving objects:  69% (16/23)
Receiving objects:  73% (17/23)
Receiving objects:  78% (18/23)
Receiving objects:  82% (19/23)
Receiving objects:  86% (20/23)
Receiving objects:  91% (21/23)
Receiving objects:  95% (22/23)
Receiving objects: 100% (23/23)
Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done.
14:00:24 [2022-08-23T14:00:24.922Z] Resolving deltas:   0% (0/2)
Resolving deltas:  50% (1/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
14:00:24 [2022-08-23T14:00:24.922Z] Building: bundles/cross/windows/amd64/containerutility.exe
14:00:24 [2022-08-23T14:00:24.922Z] Cross building: bundles/cross/linux/ppc64le
14:00:24 [2022-08-23T14:00:24.922Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd
14:00:24 [2022-08-23T14:00:24.922Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
14:00:25 [2022-08-23T14:00:25.016Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
14:00:25 [2022-08-23T14:00:25.016Z] --- PASS: TestServiceCreateInit (9.93s)
14:00:25 [2022-08-23T14:00:25.017Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.49s)
14:00:25 [2022-08-23T14:00:25.017Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.42s)
14:00:25 [2022-08-23T14:00:25.017Z] === RUN   TestCreateServiceMultipleTimes
14:00:25 [2022-08-23T14:00:25.273Z] === RUN   TestDockerSuite/TestBuildWithTabs
14:00:26 [2022-08-23T14:00:26.203Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
14:00:26 [2022-08-23T14:00:26.203Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
14:00:29 [2022-08-23T14:00:29.472Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
14:00:30 [2022-08-23T14:00:30.838Z] === RUN   TestDockerSuite/TestBuildWithVolumes
14:00:31 [2022-08-23T14:00:31.771Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
14:00:32 [2022-08-23T14:00:32.028Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
14:00:32 [2022-08-23T14:00:32.284Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
14:00:32 [2022-08-23T14:00:32.284Z]     docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows
14:00:32 [2022-08-23T14:00:32.284Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
14:00:33 [2022-08-23T14:00:33.213Z] === RUN   TestDockerSuite/TestBuildXZHost
14:00:34 [2022-08-23T14:00:34.579Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
14:00:35 [2022-08-23T14:00:35.142Z] === RUN   TestDockerSuite/TestCommitChange
14:00:36 [2022-08-23T14:00:36.508Z] === RUN   TestDockerSuite/TestCommitChangeLabels
14:00:36 [2022-08-23T14:00:36.764Z] === RUN   TestDockerSuite/TestCommitHardlink
14:00:37 [2022-08-23T14:00:37.694Z] === RUN   TestDockerSuite/TestCommitNewFile
14:00:38 [2022-08-23T14:00:38.622Z] === RUN   TestDockerSuite/TestCommitPausedContainer
14:00:39 [2022-08-23T14:00:39.590Z] === RUN   TestDockerSuite/TestCommitTTY
14:00:40 [2022-08-23T14:00:40.517Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
14:00:41 [2022-08-23T14:00:41.445Z] === RUN   TestDockerSuite/TestCommitWithoutPause
14:00:42 [2022-08-23T14:00:42.010Z] === RUN   TestDockerSuite/TestCopyAndRestart
14:00:42 [2022-08-23T14:00:42.267Z] --- PASS: TestCreateServiceMultipleTimes (17.32s)
14:00:42 [2022-08-23T14:00:42.267Z] === RUN   TestCreateServiceConflict
14:00:43 [2022-08-23T14:00:43.197Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
14:00:43 [2022-08-23T14:00:43.197Z] === RUN   TestDockerSuite/TestCpAbsolutePath
14:00:43 [2022-08-23T14:00:43.761Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
14:00:44 [2022-08-23T14:00:44.324Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
14:00:44 [2022-08-23T14:00:44.887Z] --- PASS: TestCreateServiceConflict (2.60s)
14:00:44 [2022-08-23T14:00:44.887Z] === RUN   TestCreateServiceMaxReplicas
14:00:45 [2022-08-23T14:00:45.143Z] === RUN   TestDockerSuite/TestCpFromCaseA
14:00:45 [2022-08-23T14:00:45.705Z] === RUN   TestDockerSuite/TestCpFromCaseB
14:00:46 [2022-08-23T14:00:46.267Z] === RUN   TestDockerSuite/TestCpFromCaseC
14:00:47 [2022-08-23T14:00:47.197Z] === RUN   TestDockerSuite/TestCpFromCaseD
14:00:48 [2022-08-23T14:00:48.125Z] === RUN   TestDockerSuite/TestCpFromCaseE
14:00:48 [2022-08-23T14:00:48.382Z] --- PASS: TestCreateServiceMaxReplicas (3.47s)
14:00:48 [2022-08-23T14:00:48.382Z] === RUN   TestCreateWithDuplicateNetworkNames
14:00:48 [2022-08-23T14:00:48.945Z] === RUN   TestDockerSuite/TestCpFromCaseF
14:00:49 [2022-08-23T14:00:49.507Z] === RUN   TestDockerSuite/TestCpFromCaseG
14:00:50 [2022-08-23T14:00:50.440Z] === RUN   TestDockerSuite/TestCpFromCaseH
14:00:51 [2022-08-23T14:00:51.369Z] === RUN   TestDockerSuite/TestCpFromCaseI
14:00:51 [2022-08-23T14:00:51.930Z] === RUN   TestDockerSuite/TestCpFromCaseJ
14:00:52 [2022-08-23T14:00:52.494Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
14:00:53 [2022-08-23T14:00:53.422Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
14:00:53 [2022-08-23T14:00:53.989Z] === RUN   TestDockerSuite/TestCpGarbagePath
14:00:54 [2022-08-23T14:00:54.551Z] === RUN   TestDockerSuite/TestCpLocalOnly
14:00:54 [2022-08-23T14:00:54.551Z] === RUN   TestDockerSuite/TestCpNameHasColon
14:00:54 [2022-08-23T14:00:54.806Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
14:00:55 [2022-08-23T14:00:55.062Z] === RUN   TestDockerSuite/TestCpRelativePath
14:00:55 [2022-08-23T14:00:55.991Z] === RUN   TestDockerSuite/TestCpSpecialFiles
14:00:56 [2022-08-23T14:00:56.921Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
14:00:57 [2022-08-23T14:00:57.482Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
14:00:58 [2022-08-23T14:00:58.045Z] === RUN   TestDockerSuite/TestCpToCaseA
14:00:58 [2022-08-23T14:00:58.972Z] === RUN   TestDockerSuite/TestCpToCaseB
14:00:59 [2022-08-23T14:00:59.535Z] === RUN   TestDockerSuite/TestCpToCaseC
14:01:00 [2022-08-23T14:01:00.906Z] === RUN   TestDockerSuite/TestCpToCaseD
14:01:01 [2022-08-23T14:01:01.469Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
14:01:02 [2022-08-23T14:01:02.398Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.95s)
14:01:02 [2022-08-23T14:01:02.398Z] === RUN   TestCreateServiceSecretFileMode
14:01:03 [2022-08-23T14:01:03.766Z]     docker_api_swarm_test.go:202: [d544a3d781f87] joining swarm manager [d8e2b8e12565a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:01:04 [2022-08-23T14:01:04.695Z] === RUN   TestDockerSuite/TestCpToCaseE
14:01:05 [2022-08-23T14:01:05.623Z] --- PASS: TestCreateServiceSecretFileMode (3.44s)
14:01:05 [2022-08-23T14:01:05.623Z] === RUN   TestCreateServiceConfigFileMode
14:01:07 [2022-08-23T14:01:07.515Z] === RUN   TestDockerSuite/TestCpToCaseF
14:01:08 [2022-08-23T14:01:08.078Z] === RUN   TestDockerSuite/TestCpToCaseG
14:01:08 [2022-08-23T14:01:08.642Z] --- PASS: TestCreateServiceConfigFileMode (3.03s)
14:01:08 [2022-08-23T14:01:08.642Z] === RUN   TestCreateServiceSysctls
14:01:11 [2022-08-23T14:01:11.935Z] === RUN   TestDockerSuite/TestCpToCaseH
14:01:12 [2022-08-23T14:01:12.496Z] --- PASS: TestCreateServiceSysctls (3.86s)
14:01:12 [2022-08-23T14:01:12.496Z] === RUN   TestCreateServiceCapabilities
14:01:14 [2022-08-23T14:01:14.389Z] === RUN   TestDockerSuite/TestCpToCaseI
14:01:14 [2022-08-23T14:01:14.951Z] === RUN   TestDockerSuite/TestCpToCaseJ
14:01:15 [2022-08-23T14:01:15.514Z] --- PASS: TestCreateServiceCapabilities (2.97s)
14:01:15 [2022-08-23T14:01:15.514Z] === RUN   TestInspect
14:01:18 [2022-08-23T14:01:18.784Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
14:01:19 [2022-08-23T14:01:19.041Z] --- PASS: TestInspect (3.48s)
14:01:19 [2022-08-23T14:01:19.041Z] === RUN   TestCreateJob
14:01:19 [2022-08-23T14:01:19.297Z] === RUN   TestDockerSuite/TestCpToDot
14:01:20 [2022-08-23T14:01:20.225Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
14:01:21 [2022-08-23T14:01:21.155Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
14:01:22 [2022-08-23T14:01:22.522Z] === RUN   TestDockerSuite/TestCpToStdout
14:01:22 [2022-08-23T14:01:22.522Z] --- PASS: TestCreateJob (3.52s)
14:01:22 [2022-08-23T14:01:22.522Z] === RUN   TestReplicatedJob
14:01:23 [2022-08-23T14:01:23.086Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
14:01:24 [2022-08-23T14:01:24.455Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
14:01:25 [2022-08-23T14:01:25.019Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
14:01:25 [2022-08-23T14:01:25.582Z] === RUN   TestDockerSuite/TestCpVolumePath
14:01:26 [2022-08-23T14:01:26.950Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
14:01:26 [2022-08-23T14:01:26.950Z] === RUN   TestDockerSuite/TestCreateArgs
14:01:27 [2022-08-23T14:01:27.210Z] === RUN   TestDockerSuite/TestCreateByImageID
14:01:27 [2022-08-23T14:01:27.771Z] === RUN   TestDockerSuite/TestCreateEchoStdout
14:01:28 [2022-08-23T14:01:28.333Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
14:01:28 [2022-08-23T14:01:28.333Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
14:01:28 [2022-08-23T14:01:28.333Z] === RUN   TestDockerSuite/TestCreateHostConfig
14:01:28 [2022-08-23T14:01:28.333Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
14:01:28 [2022-08-23T14:01:28.333Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
14:01:28 [2022-08-23T14:01:28.590Z] --- PASS: TestReplicatedJob (6.17s)
14:01:28 [2022-08-23T14:01:28.590Z] === RUN   TestUpdateReplicatedJob
14:01:29 [2022-08-23T14:01:29.152Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
14:01:29 [2022-08-23T14:01:29.409Z] === RUN   TestDockerSuite/TestCreateLabels
14:01:29 [2022-08-23T14:01:29.409Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
14:01:29 [2022-08-23T14:01:29.665Z] === RUN   TestDockerSuite/TestCreateRM
14:01:29 [2022-08-23T14:01:29.665Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
14:01:29 [2022-08-23T14:01:29.665Z]     docker_cli_create_test.go:83: unmatched requirement Devicemapper
14:01:29 [2022-08-23T14:01:29.665Z] === RUN   TestDockerSuite/TestCreateStopSignal
14:01:29 [2022-08-23T14:01:29.665Z] === RUN   TestDockerSuite/TestCreateStopTimeout
14:01:29 [2022-08-23T14:01:29.922Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
14:01:31 [2022-08-23T14:01:31.291Z]     docker_api_swarm_test.go:384: [d66ccc2a462a0] joining swarm manager [d1b4967ab89eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:01:32 [2022-08-23T14:01:32.660Z]     docker_api_swarm_test.go:385: [d25e3fa019426] joining swarm manager [d1b4967ab89eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:01:32 [2022-08-23T14:01:32.660Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
14:01:32 [2022-08-23T14:01:32.660Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
14:01:32 [2022-08-23T14:01:32.917Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
14:01:32 [2022-08-23T14:01:32.917Z] --- PASS: TestUpdateReplicatedJob (4.15s)
14:01:32 [2022-08-23T14:01:32.917Z] === RUN   TestServiceListWithStatuses
14:01:32 [2022-08-23T14:01:32.917Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:01:32 [2022-08-23T14:01:32.917Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:01:32 [2022-08-23T14:01:32.917Z] === RUN   TestDockerNetworkConnectAlias
14:01:37 [2022-08-23T14:01:37.088Z] === RUN   TestDockerSuite/TestCreateWithPortRange
14:01:37 [2022-08-23T14:01:37.088Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
14:01:37 [2022-08-23T14:01:37.088Z] === RUN   TestDockerSuite/TestEventsAttach
14:01:38 [2022-08-23T14:01:38.017Z] === RUN   TestDockerSuite/TestEventsCommit
14:01:38 [2022-08-23T14:01:38.273Z] --- PASS: TestDockerNetworkConnectAlias (5.44s)
14:01:38 [2022-08-23T14:01:38.273Z] === RUN   TestDockerNetworkReConnect
14:01:38 [2022-08-23T14:01:38.835Z] === RUN   TestDockerSuite/TestEventsContainerEvents
14:01:39 [2022-08-23T14:01:39.397Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
14:01:39 [2022-08-23T14:01:39.653Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
14:01:40 [2022-08-23T14:01:40.581Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
14:01:42 [2022-08-23T14:01:42.474Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
14:01:42 [2022-08-23T14:01:42.474Z] --- PASS: TestDockerNetworkReConnect (3.86s)
14:01:42 [2022-08-23T14:01:42.474Z] === RUN   TestServicePlugin
14:01:43 [2022-08-23T14:01:43.403Z] === RUN   TestDockerSuite/TestEventsContainerRestart
14:01:45 [2022-08-23T14:01:45.928Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
14:01:46 [2022-08-23T14:01:46.857Z]     plugin_test.go:61: [db4820689debb] joining swarm manager [ddcb59b3e4940]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:01:47 [2022-08-23T14:01:47.785Z]     plugin_test.go:64: [dc9ca93c6f5e1] joining swarm manager [ddcb59b3e4940]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:01:48 [2022-08-23T14:01:48.712Z] === RUN   TestDockerSuite/TestEventsCopy
14:01:49 [2022-08-23T14:01:49.641Z] === RUN   TestDockerSuite/TestEventsFilterContainer
14:01:51 [2022-08-23T14:01:51.007Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
14:01:56 [2022-08-23T14:01:56.253Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
14:01:56 [2022-08-23T14:01:56.509Z] === RUN   TestDockerSuite/TestEventsFilterImageName
14:01:57 [2022-08-23T14:01:57.436Z] === RUN   TestDockerSuite/TestEventsFilterLabels
14:01:58 [2022-08-23T14:01:58.363Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
14:01:58 [2022-08-23T14:01:58.363Z] === RUN   TestDockerSuite/TestEventsFilterType
14:01:58 [2022-08-23T14:01:58.620Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
14:01:58 [2022-08-23T14:01:58.620Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
14:01:58 [2022-08-23T14:01:58.876Z] === RUN   TestDockerSuite/TestEventsFilters
14:01:59 [2022-08-23T14:01:59.804Z] === RUN   TestDockerSuite/TestEventsFormat
14:02:00 [2022-08-23T14:02:00.731Z] === RUN   TestDockerSuite/TestEventsFormatBadField
14:02:00 [2022-08-23T14:02:00.731Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
14:02:00 [2022-08-23T14:02:00.731Z] === RUN   TestDockerSuite/TestEventsImageImport
14:02:01 [2022-08-23T14:02:01.661Z] === RUN   TestDockerSuite/TestEventsImageLoad
14:02:01 [2022-08-23T14:02:01.917Z] === RUN   TestDockerSuite/TestEventsImagePull
14:02:02 [2022-08-23T14:02:02.870Z] === RUN   TestDockerSuite/TestEventsImageTag
14:02:04 [2022-08-23T14:02:04.240Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
14:02:04 [2022-08-23T14:02:04.240Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
14:02:04 [2022-08-23T14:02:04.240Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
14:02:04 [2022-08-23T14:02:04.240Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
14:02:04 [2022-08-23T14:02:04.240Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
14:02:04 [2022-08-23T14:02:04.240Z] === RUN   TestDockerSuite/TestEventsPluginOps
14:02:06 [2022-08-23T14:02:06.756Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
14:02:07 [2022-08-23T14:02:07.011Z] === RUN   TestDockerSuite/TestEventsRename
14:02:07 [2022-08-23T14:02:07.574Z] === RUN   TestDockerSuite/TestEventsResize
14:02:07 [2022-08-23T14:02:07.830Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
14:02:08 [2022-08-23T14:02:08.392Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
14:02:08 [2022-08-23T14:02:08.954Z] === RUN   TestDockerSuite/TestEventsStreaming
14:02:09 [2022-08-23T14:02:09.516Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
14:02:12 [2022-08-23T14:02:12.030Z] === RUN   TestDockerSuite/TestEventsTop
14:02:12 [2022-08-23T14:02:12.592Z] === RUN   TestDockerSuite/TestEventsUntag
14:02:13 [2022-08-23T14:02:13.956Z] --- PASS: TestServicePlugin (31.91s)
14:02:13 [2022-08-23T14:02:13.956Z] === RUN   TestServiceUpdateLabel
14:02:15 [2022-08-23T14:02:15.321Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
14:02:16 [2022-08-23T14:02:16.685Z] --- PASS: TestServiceUpdateLabel (2.42s)
14:02:16 [2022-08-23T14:02:16.685Z] === RUN   TestServiceUpdateSecrets
14:02:26 [2022-08-23T14:02:26.641Z] === RUN   TestDockerSuite/TestNetworkEvents
14:02:31 [2022-08-23T14:02:31.321Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd
14:02:31 [2022-08-23T14:02:31.321Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy
14:02:31 [2022-08-23T14:02:31.321Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
14:02:31 [2022-08-23T14:02:31.321Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy
14:02:31 [2022-08-23T14:02:31.321Z] Cross building: bundles/cross/linux/s390x
14:02:31 [2022-08-23T14:02:31.321Z] Building: bundles/cross/linux/s390x-daemon/dockerd
14:02:31 [2022-08-23T14:02:31.321Z] GOOS="linux" GOARCH="s390x" GOARM=""
14:02:31 [2022-08-23T14:02:31.883Z] --- PASS: TestServiceUpdateSecrets (14.60s)
14:02:31 [2022-08-23T14:02:31.883Z] === RUN   TestServiceUpdateConfigs
14:02:31 [2022-08-23T14:02:31.883Z] === RUN   TestDockerSuite/TestVolumeEvents
14:02:37 [2022-08-23T14:02:37.127Z]     check_test.go:611: [d25e3fa019426] daemon is not started
14:02:37 [2022-08-23T14:02:37.127Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
14:02:37 [2022-08-23T14:02:37.383Z] === RUN   TestDockerSuite/TestExec
14:02:37 [2022-08-23T14:02:37.946Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
14:02:38 [2022-08-23T14:02:38.509Z]     docker_api_swarm_test.go:802: [d8f2729d4cb2f] joining swarm manager [d11aa2fa675d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:02:39 [2022-08-23T14:02:39.437Z] === RUN   TestDockerSuite/TestExecCgroup
14:02:39 [2022-08-23T14:02:39.999Z]     docker_api_swarm_test.go:802: [dee255327722d] joining swarm manager [d11aa2fa675d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:02:40 [2022-08-23T14:02:40.256Z] === RUN   TestDockerSuite/TestExecEnv
14:02:40 [2022-08-23T14:02:40.817Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
14:02:42 [2022-08-23T14:02:42.183Z] === RUN   TestDockerSuite/TestExecExitStatus
14:02:42 [2022-08-23T14:02:42.438Z]     docker_api_swarm_test.go:802: [dc08ed0df7afa] joining swarm manager [d11aa2fa675d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
14:02:42 [2022-08-23T14:02:42.695Z] === RUN   TestDockerSuite/TestExecInspectID
14:02:43 [2022-08-23T14:02:43.622Z]     docker_api_swarm_test.go:802: [ddd5f5f478561] joining swarm manager [d11aa2fa675d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
14:02:44 [2022-08-23T14:02:44.986Z]     docker_api_swarm_test.go:810: [ded33527dc44c] joining swarm manager [d11aa2fa675d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
14:02:45 [2022-08-23T14:02:45.242Z] === RUN   TestDockerSuite/TestExecInteractive
14:02:46 [2022-08-23T14:02:46.174Z] --- PASS: TestServiceUpdateConfigs (14.96s)
14:02:46 [2022-08-23T14:02:46.174Z] === RUN   TestServiceUpdateNetwork
14:02:46 [2022-08-23T14:02:46.174Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
14:02:46 [2022-08-23T14:02:46.737Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
14:02:47 [2022-08-23T14:02:47.299Z] === RUN   TestDockerSuite/TestExecParseError
14:02:47 [2022-08-23T14:02:47.862Z] === RUN   TestDockerSuite/TestExecPausedContainer
14:02:48 [2022-08-23T14:02:48.791Z] === RUN   TestDockerSuite/TestExecSetEnv
14:02:49 [2022-08-23T14:02:49.353Z] === RUN   TestDockerSuite/TestExecStartFails
14:02:49 [2022-08-23T14:02:49.915Z] === RUN   TestDockerSuite/TestExecStopNotHanging
14:02:50 [2022-08-23T14:02:50.844Z] === RUN   TestDockerSuite/TestExecTTY
14:02:51 [2022-08-23T14:02:51.406Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
14:02:51 [2022-08-23T14:02:51.969Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
14:02:52 [2022-08-23T14:02:52.535Z] === RUN   TestDockerSuite/TestExecUlimits
14:02:53 [2022-08-23T14:02:53.101Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
14:02:53 [2022-08-23T14:02:53.101Z]     docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows
14:02:53 [2022-08-23T14:02:53.101Z] === RUN   TestDockerSuite/TestExecWithImageUser
14:02:54 [2022-08-23T14:02:54.468Z] === RUN   TestDockerSuite/TestExecWithNoTERM
14:02:55 [2022-08-23T14:02:55.031Z] === RUN   TestDockerSuite/TestExecWithPrivileged
14:02:55 [2022-08-23T14:02:55.959Z] === RUN   TestDockerSuite/TestExecWithTERM
14:02:56 [2022-08-23T14:02:56.214Z] === RUN   TestDockerSuite/TestExecWithUser
14:02:57 [2022-08-23T14:02:57.145Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
14:02:58 [2022-08-23T14:02:58.072Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
14:02:59 [2022-08-23T14:02:59.437Z] --- PASS: TestServiceUpdateNetwork (13.39s)
14:02:59 [2022-08-23T14:02:59.437Z] === RUN   TestServiceUpdatePidsLimit
14:03:00 [2022-08-23T14:03:00.366Z] === RUN   TestDockerSuite/TestHealth
14:03:00 [2022-08-23T14:03:00.927Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:03:02 [2022-08-23T14:03:02.358Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:03:08 [2022-08-23T14:03:08.889Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:03:16 [2022-08-23T14:03:16.971Z] --- PASS: TestServiceUpdatePidsLimit (17.03s)
14:03:16 [2022-08-23T14:03:16.971Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.27s)
14:03:16 [2022-08-23T14:03:16.971Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
14:03:16 [2022-08-23T14:03:16.971Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.92s)
14:03:16 [2022-08-23T14:03:16.971Z] PASS
14:03:16 [2022-08-23T14:03:16.971Z] 
14:03:16 [2022-08-23T14:03:16.971Z] === Skipped
14:03:16 [2022-08-23T14:03:16.971Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:03:16 [2022-08-23T14:03:16.971Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:03:16 [2022-08-23T14:03:16.971Z] 
14:03:16 [2022-08-23T14:03:16.971Z] DONE 27 tests, 1 skipped in 181.546s
14:03:16 [2022-08-23T14:03:16.971Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:03:16 [2022-08-23T14:03:16.971Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
14:03:16 [2022-08-23T14:03:16.971Z] ++ set -e
14:03:16 [2022-08-23T14:03:16.971Z] ++ '[' -n 0 ']'
14:03:16 [2022-08-23T14:03:16.971Z] ++ set -x
14:03:16 [2022-08-23T14:03:16.971Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
14:03:16 [2022-08-23T14:03:16.971Z] INFO: Testing against a local daemon
14:03:16 [2022-08-23T14:03:16.971Z] === RUN   TestSessionCreate
14:03:16 [2022-08-23T14:03:16.971Z] --- PASS: TestSessionCreate (0.02s)
14:03:16 [2022-08-23T14:03:16.971Z] === RUN   TestSessionCreateWithBadUpgrade
14:03:16 [2022-08-23T14:03:16.971Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
14:03:16 [2022-08-23T14:03:16.971Z] PASS
14:03:16 [2022-08-23T14:03:16.971Z] 
14:03:16 [2022-08-23T14:03:16.971Z] DONE 2 tests in 0.073s
14:03:16 [2022-08-23T14:03:16.971Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:03:16 [2022-08-23T14:03:16.971Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
14:03:16 [2022-08-23T14:03:16.971Z] ++ set -e
14:03:16 [2022-08-23T14:03:16.971Z] ++ '[' -n 0 ']'
14:03:16 [2022-08-23T14:03:16.971Z] ++ set -x
14:03:16 [2022-08-23T14:03:16.971Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
14:03:16 [2022-08-23T14:03:16.971Z] INFO: Testing against a local daemon
14:03:16 [2022-08-23T14:03:16.971Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:03:16 [2022-08-23T14:03:16.971Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:03:16 [2022-08-23T14:03:16.971Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:03:16 [2022-08-23T14:03:16.971Z] === RUN   TestDiskUsage
14:03:16 [2022-08-23T14:03:16.971Z] === PAUSE TestDiskUsage
14:03:16 [2022-08-23T14:03:16.971Z] === RUN   TestEventsExecDie
14:03:17 [2022-08-23T14:03:17.228Z] --- PASS: TestEventsExecDie (0.58s)
14:03:17 [2022-08-23T14:03:17.228Z] === RUN   TestEventsBackwardsCompatible
14:03:17 [2022-08-23T14:03:17.228Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
14:03:17 [2022-08-23T14:03:17.228Z] === RUN   TestEventsVolumeCreate
14:03:17 [2022-08-23T14:03:17.228Z] --- PASS: TestEventsVolumeCreate (0.05s)
14:03:17 [2022-08-23T14:03:17.228Z] === RUN   TestInfoBinaryCommits
14:03:17 [2022-08-23T14:03:17.228Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:03:17 [2022-08-23T14:03:17.228Z] === RUN   TestInfoAPIVersioned
14:03:17 [2022-08-23T14:03:17.228Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:03:17 [2022-08-23T14:03:17.228Z] === RUN   TestInfoAPI
14:03:17 [2022-08-23T14:03:17.228Z] --- PASS: TestInfoAPI (0.01s)
14:03:17 [2022-08-23T14:03:17.228Z] === RUN   TestInfoAPIWarnings
14:03:20 [2022-08-23T14:03:20.493Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
14:03:23 [2022-08-23T14:03:23.008Z] === RUN   TestDockerSuite/TestBuildHistory
14:03:25 [2022-08-23T14:03:25.527Z] === RUN   TestDockerSuite/TestHistoryExistentImage
14:03:25 [2022-08-23T14:03:25.527Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
14:03:25 [2022-08-23T14:03:25.527Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
14:03:25 [2022-08-23T14:03:25.527Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
14:03:26 [2022-08-23T14:03:26.088Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
14:03:26 [2022-08-23T14:03:26.088Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
14:03:26 [2022-08-23T14:03:26.651Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
14:03:27 [2022-08-23T14:03:27.213Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
14:03:27 [2022-08-23T14:03:27.213Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
14:03:27 [2022-08-23T14:03:27.213Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
14:03:27 [2022-08-23T14:03:27.213Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
14:03:27 [2022-08-23T14:03:27.469Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
14:03:27 [2022-08-23T14:03:27.741Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
14:03:28 [2022-08-23T14:03:28.001Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
14:03:28 [2022-08-23T14:03:28.001Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
14:03:28 [2022-08-23T14:03:28.928Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
14:03:28 [2022-08-23T14:03:28.928Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
14:03:29 [2022-08-23T14:03:29.492Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
14:03:30 [2022-08-23T14:03:30.053Z] === RUN   TestDockerSuite/TestImagesFormat
14:03:30 [2022-08-23T14:03:30.053Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
14:03:30 [2022-08-23T14:03:30.614Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
14:03:32 [2022-08-23T14:03:32.502Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
14:03:33 [2022-08-23T14:03:33.063Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
14:03:33 [2022-08-23T14:03:33.320Z] === RUN   TestDockerSuite/TestImportBadURL
14:03:33 [2022-08-23T14:03:33.320Z] === RUN   TestDockerSuite/TestImportDisplay
14:03:33 [2022-08-23T14:03:33.882Z] --- PASS: TestInfoAPIWarnings (16.56s)
14:03:33 [2022-08-23T14:03:33.882Z] === RUN   TestInfoDebug
14:03:34 [2022-08-23T14:03:34.445Z] === RUN   TestDockerSuite/TestImportFile
14:03:34 [2022-08-23T14:03:34.445Z] --- PASS: TestInfoDebug (0.54s)
14:03:34 [2022-08-23T14:03:34.445Z] === RUN   TestInfoInsecureRegistries
14:03:35 [2022-08-23T14:03:35.008Z] --- PASS: TestInfoInsecureRegistries (0.53s)
14:03:35 [2022-08-23T14:03:35.008Z] === RUN   TestInfoRegistryMirrors
14:03:35 [2022-08-23T14:03:35.572Z] --- PASS: TestInfoRegistryMirrors (0.53s)
14:03:35 [2022-08-23T14:03:35.572Z] === RUN   TestLoginFailsWithBadCredentials
14:03:35 [2022-08-23T14:03:35.828Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
14:03:35 [2022-08-23T14:03:35.828Z] === RUN   TestDockerSuite/TestImportFileWithMessage
14:03:35 [2022-08-23T14:03:35.828Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
14:03:35 [2022-08-23T14:03:35.828Z] === RUN   TestPingCacheHeaders
14:03:35 [2022-08-23T14:03:35.828Z] --- PASS: TestPingCacheHeaders (0.05s)
14:03:35 [2022-08-23T14:03:35.828Z] === RUN   TestPingGet
14:03:35 [2022-08-23T14:03:35.828Z] --- PASS: TestPingGet (0.02s)
14:03:35 [2022-08-23T14:03:35.828Z] === RUN   TestPingHead
14:03:36 [2022-08-23T14:03:36.084Z] --- PASS: TestPingHead (0.04s)
14:03:36 [2022-08-23T14:03:36.084Z] === RUN   TestPingSwarmHeader
14:03:36 [2022-08-23T14:03:36.648Z] === RUN   TestPingSwarmHeader/before_swarm_init
14:03:36 [2022-08-23T14:03:36.905Z] === RUN   TestDockerSuite/TestImportGzipped
14:03:37 [2022-08-23T14:03:37.161Z] === RUN   TestPingSwarmHeader/after_swarm_init
14:03:38 [2022-08-23T14:03:38.530Z] === RUN   TestPingSwarmHeader/after_swarm_leave
14:03:38 [2022-08-23T14:03:38.530Z] --- PASS: TestPingSwarmHeader (2.37s)
14:03:38 [2022-08-23T14:03:38.530Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
14:03:38 [2022-08-23T14:03:38.530Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
14:03:38 [2022-08-23T14:03:38.530Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
14:03:38 [2022-08-23T14:03:38.530Z] === RUN   TestPingBuilderHeader
14:03:38 [2022-08-23T14:03:38.530Z] === RUN   TestPingBuilderHeader/default_config
14:03:38 [2022-08-23T14:03:38.530Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
14:03:38 [2022-08-23T14:03:38.787Z] === RUN   TestPingBuilderHeader/buildkit_disabled
14:03:39 [2022-08-23T14:03:39.350Z] --- PASS: TestPingBuilderHeader (1.09s)
14:03:39 [2022-08-23T14:03:39.350Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
14:03:39 [2022-08-23T14:03:39.350Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.55s)
14:03:39 [2022-08-23T14:03:39.350Z] === RUN   TestVersion
14:03:39 [2022-08-23T14:03:39.350Z] --- PASS: TestVersion (0.02s)
14:03:39 [2022-08-23T14:03:39.350Z] === CONT  TestDiskUsage
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDiskUsage/empty
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDiskUsage/empty/container_types
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDiskUsage/empty/image_types
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDiskUsage/empty/volume_types
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDiskUsage/empty/build-cache_types
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDiskUsage/empty/container,_volume_types
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
14:03:39 [2022-08-23T14:03:39.917Z] === RUN   TestDiskUsage/after_LoadBusybox
14:03:40 [2022-08-23T14:03:40.173Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
14:03:40 [2022-08-23T14:03:40.173Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
14:03:40 [2022-08-23T14:03:40.173Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
14:03:40 [2022-08-23T14:03:40.173Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
14:03:40 [2022-08-23T14:03:40.173Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
14:03:40 [2022-08-23T14:03:40.173Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
14:03:40 [2022-08-23T14:03:40.173Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
14:03:40 [2022-08-23T14:03:40.173Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
14:03:40 [2022-08-23T14:03:40.173Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
14:03:40 [2022-08-23T14:03:40.173Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
14:03:40 [2022-08-23T14:03:40.173Z] === RUN   TestDiskUsage/after_container.Run
14:03:40 [2022-08-23T14:03:40.740Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
14:03:40 [2022-08-23T14:03:40.740Z] === RUN   TestDiskUsage/after_container.Run/container_types
14:03:40 [2022-08-23T14:03:40.740Z] === RUN   TestDiskUsage/after_container.Run/image_types
14:03:40 [2022-08-23T14:03:40.740Z] === RUN   TestDiskUsage/after_container.Run/volume_types
14:03:40 [2022-08-23T14:03:40.740Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
14:03:40 [2022-08-23T14:03:40.740Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
14:03:40 [2022-08-23T14:03:40.740Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
14:03:40 [2022-08-23T14:03:40.740Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
14:03:40 [2022-08-23T14:03:40.740Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
14:03:40 [2022-08-23T14:03:40.740Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
14:03:40 [2022-08-23T14:03:40.740Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
14:03:40 [2022-08-23T14:03:40.740Z] --- PASS: TestDiskUsage (1.39s)
14:03:40 [2022-08-23T14:03:40.740Z]     --- PASS: TestDiskUsage/empty (0.01s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.29s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]     --- PASS: TestDiskUsage/after_container.Run (0.40s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.01s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z] PASS
14:03:40 [2022-08-23T14:03:40.740Z] 
14:03:40 [2022-08-23T14:03:40.740Z] === Skipped
14:03:40 [2022-08-23T14:03:40.740Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:03:40 [2022-08-23T14:03:40.740Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:03:40 [2022-08-23T14:03:40.740Z] 
14:03:40 [2022-08-23T14:03:40.740Z] DONE 57 tests, 1 skipped in 24.277s
14:03:40 [2022-08-23T14:03:40.997Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:03:40 [2022-08-23T14:03:40.997Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
14:03:40 [2022-08-23T14:03:40.997Z] ++ set -e
14:03:40 [2022-08-23T14:03:40.997Z] ++ '[' -n 0 ']'
14:03:40 [2022-08-23T14:03:40.997Z] ++ set -x
14:03:40 [2022-08-23T14:03:40.997Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
14:03:40 [2022-08-23T14:03:40.997Z] INFO: Testing against a local daemon
14:03:40 [2022-08-23T14:03:40.997Z] === RUN   TestVolumesCreateAndList
14:03:40 [2022-08-23T14:03:40.997Z] --- PASS: TestVolumesCreateAndList (0.03s)
14:03:40 [2022-08-23T14:03:40.997Z] === RUN   TestVolumesRemove
14:03:40 [2022-08-23T14:03:40.997Z] --- PASS: TestVolumesRemove (0.07s)
14:03:40 [2022-08-23T14:03:40.997Z] === RUN   TestVolumesInspect
14:03:40 [2022-08-23T14:03:40.997Z] --- PASS: TestVolumesInspect (0.03s)
14:03:40 [2022-08-23T14:03:40.997Z] === RUN   TestVolumesInvalidJSON
14:03:40 [2022-08-23T14:03:40.997Z] === RUN   TestVolumesInvalidJSON/volumes/create
14:03:40 [2022-08-23T14:03:40.997Z] === PAUSE TestVolumesInvalidJSON/volumes/create
14:03:40 [2022-08-23T14:03:40.997Z] === CONT  TestVolumesInvalidJSON/volumes/create
14:03:40 [2022-08-23T14:03:40.997Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
14:03:40 [2022-08-23T14:03:40.997Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
14:03:40 [2022-08-23T14:03:40.997Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
14:03:40 [2022-08-23T14:03:40.997Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
14:03:40 [2022-08-23T14:03:40.997Z] --- PASS: TestVolumesInvalidJSON (0.03s)
14:03:40 [2022-08-23T14:03:40.997Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
14:03:40 [2022-08-23T14:03:40.997Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
14:03:40 [2022-08-23T14:03:40.997Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
14:03:40 [2022-08-23T14:03:40.997Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
14:03:40 [2022-08-23T14:03:40.997Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
14:03:40 [2022-08-23T14:03:40.997Z] PASS
14:03:40 [2022-08-23T14:03:40.997Z] 
14:03:40 [2022-08-23T14:03:40.997Z] DONE 9 tests in 0.211s
14:03:40 [2022-08-23T14:03:40.997Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:03:41 [2022-08-23T14:03:41.253Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
14:03:41 [2022-08-23T14:03:41.253Z] ++++ cat bundles/test-integration/docker.pid
14:03:41 [2022-08-23T14:03:41.253Z] +++ kill 14493
14:03:41 [2022-08-23T14:03:41.510Z] +++ /etc/init.d/apparmor stop
14:03:41 [2022-08-23T14:03:41.510Z] Leaving: AppArmorNo profiles have been unloaded.
14:03:41 [2022-08-23T14:03:41.510Z] 
14:03:41 [2022-08-23T14:03:41.510Z] Unloading profiles will leave already running processes permanently
14:03:41 [2022-08-23T14:03:41.510Z] unconfined, which can lead to unexpected situations.
14:03:41 [2022-08-23T14:03:41.510Z] 
14:03:41 [2022-08-23T14:03:41.510Z] To set a process to complain mode, use the command line tool
14:03:41 [2022-08-23T14:03:41.510Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:03:41 [2022-08-23T14:03:41.510Z] +++ true
14:03:41 [2022-08-23T14:03:41.510Z] exiting test-integration
14:03:41 [2022-08-23T14:03:41.510Z] ++ exit 0
14:03:41 [2022-08-23T14:03:41.510Z] 
14:03:42 [2022-08-23T14:03:42.073Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
14:03:42 [2022-08-23T14:03:42.073Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
14:03:42 [2022-08-23T14:03:42.073Z] === RUN   TestDockerSuite/TestInspectAmpersand
14:03:42 [2022-08-23T14:03:42.329Z] + for job in $(jobs -p)
14:03:42 [2022-08-23T14:03:42.329Z] + wait 10757
14:03:42 [2022-08-23T14:03:42.890Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
14:03:43 [2022-08-23T14:03:43.147Z] === RUN   TestDockerSuite/TestInspectByPrefix
14:03:43 [2022-08-23T14:03:43.403Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
14:03:43 [2022-08-23T14:03:43.661Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
14:03:43 [2022-08-23T14:03:43.661Z]     docker_cli_inspect_test.go:201: unmatched requirement Devicemapper
14:03:43 [2022-08-23T14:03:43.661Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
14:03:44 [2022-08-23T14:03:44.588Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
14:03:44 [2022-08-23T14:03:44.844Z] === RUN   TestDockerSuite/TestInspectDefault
14:03:45 [2022-08-23T14:03:45.405Z] === RUN   TestDockerSuite/TestInspectHistory
14:03:45 [2022-08-23T14:03:45.966Z] === RUN   TestDockerSuite/TestInspectImage
14:03:45 [2022-08-23T14:03:45.966Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
14:03:45 [2022-08-23T14:03:45.966Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
14:03:45 [2022-08-23T14:03:45.966Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
14:03:45 [2022-08-23T14:03:45.966Z] === RUN   TestDockerSuite/TestInspectInt64
14:03:46 [2022-08-23T14:03:46.530Z] === RUN   TestDockerSuite/TestInspectJSONFields
14:03:46 [2022-08-23T14:03:46.787Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
14:03:47 [2022-08-23T14:03:47.043Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
14:03:47 [2022-08-23T14:03:47.605Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
14:03:47 [2022-08-23T14:03:47.860Z] === RUN   TestDockerSuite/TestInspectPlugin
14:03:50 [2022-08-23T14:03:50.377Z] === RUN   TestDockerSuite/TestInspectRootFS
14:03:50 [2022-08-23T14:03:50.377Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
14:03:50 [2022-08-23T14:03:50.938Z] === RUN   TestDockerSuite/TestInspectStatus
14:03:51 [2022-08-23T14:03:51.499Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
14:03:52 [2022-08-23T14:03:52.427Z] === RUN   TestDockerSuite/TestInspectTemplateError
14:03:52 [2022-08-23T14:03:52.990Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
14:03:53 [2022-08-23T14:03:53.246Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
14:03:53 [2022-08-23T14:03:53.809Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
14:03:54 [2022-08-23T14:03:54.072Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
14:03:54 [2022-08-23T14:03:54.338Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
14:03:54 [2022-08-23T14:03:54.909Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
14:03:55 [2022-08-23T14:03:55.471Z] === RUN   TestDockerSuite/TestInspectUnknownObject
14:03:55 [2022-08-23T14:03:55.472Z] === RUN   TestDockerSuite/TestLinkShortDefinition
14:03:56 [2022-08-23T14:03:56.838Z] === RUN   TestDockerSuite/TestLinksEnvs
14:03:58 [2022-08-23T14:03:58.730Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
14:03:58 [2022-08-23T14:03:58.730Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
14:03:58 [2022-08-23T14:03:58.730Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
14:04:00 [2022-08-23T14:04:00.096Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
14:04:01 [2022-08-23T14:04:01.026Z]     docker_api_swarm_service_test.go:395: [d6442437e36e8] joining swarm manager [dd32a2f95e89e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:04:01 [2022-08-23T14:04:01.957Z]     docker_api_swarm_service_test.go:395: [d21332d70c1f0] joining swarm manager [dd32a2f95e89e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:04:01 [2022-08-23T14:04:01.957Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
14:04:03 [2022-08-23T14:04:03.850Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
14:04:03 [2022-08-23T14:04:03.850Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
14:04:05 [2022-08-23T14:04:05.743Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
14:04:06 [2022-08-23T14:04:06.308Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
14:04:06 [2022-08-23T14:04:06.872Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
14:04:07 [2022-08-23T14:04:07.719Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd
14:04:07 [2022-08-23T14:04:07.728Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy
14:04:07 [2022-08-23T14:04:07.728Z] GOOS="linux" GOARCH="s390x" GOARM=""
14:04:07 [2022-08-23T14:04:07.728Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy
14:04:07 [2022-08-23T14:04:07.728Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
14:04:08 [2022-08-23T14:04:08.998Z] + sudo modprobe ip6table_filter
[Pipeline] sh
14:04:09 [2022-08-23T14:04:09.315Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/test/unit
14:04:09 [2022-08-23T14:04:09.572Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
14:04:09 [2022-08-23T14:04:09.572Z] + TESTFLAGS+=' -test.timeout=5m'
14:04:09 [2022-08-23T14:04:09.572Z] + TESTDIRS=./...
14:04:09 [2022-08-23T14:04:09.572Z] + exclude_paths='/vendor/|/integration'
14:04:09 [2022-08-23T14:04:09.572Z] ++ go list ./...
14:04:09 [2022-08-23T14:04:09.572Z] ++ grep -vE '(/vendor/|/integration)'
14:04:10 [2022-08-23T14:04:10.503Z] + pkg_list='github.com/docker/docker/api
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/backend/build
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/httpstatus
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/httputils
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/middleware
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/build
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/checkpoint
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/container
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/debug
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/distribution
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/grpc
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/image
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/network
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/plugin
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/session
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/swarm
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/system
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/server/router/volume
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/backend
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/blkiodev
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/container
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/events
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/filters
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/image
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/mount
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/network
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/plugins/logdriver
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/registry
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/strslice
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/swarm
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/swarm/runtime
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/time
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/versions
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/versions/v1p19
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/versions/v1p20
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/api/types/volume
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/builder
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/builder/builder-next
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/builder/builder-next/exporter
14:04:10 [2022-08-23T14:04:10.503Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/builder-next/worker
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/dockerfile
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/remotecontext
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/remotecontext/git
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/remotecontext/urlutil
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cli
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cli/config
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cli/debug
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cli/winresources/docker-proxy
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cli/winresources/dockerd
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/client
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cmd/docker-proxy
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cmd/dockerd
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cmd/dockerd/trap
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/container
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/container/stream
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/contrib/apparmor
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/contrib/docker-device-tool
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/contrib/httpserver
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/cluster
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/cluster/convert
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/cluster/executor
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/cluster/executor/container
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/cluster/provider
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/config
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/containerd
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/events
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/events/testutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/exec
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/aufs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/copy
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/overlay
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/register
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/vfs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/zfs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/images
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/initlayer
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/links
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/listeners
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/awslogs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/fluentd
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/gcplogs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/gelf
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/journald
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/local
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/logentries
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/loggertest
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/loggerutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/splunk
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/syslog
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/templates
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/names
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/network
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/stats
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/distribution
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/distribution/metadata
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/distribution/utils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/distribution/xfer
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/dockerversion
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/errdefs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/image
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/image/cache
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/image/tarexport
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/image/v1
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/internal/test/suite
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/layer
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libcontainerd
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libcontainerd/queue
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libcontainerd/remote
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libcontainerd/supervisor
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libcontainerd/types
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/bitseq
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/cluster
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/config
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/datastore
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/diagnostic
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/discoverapi
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/driverapi
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/bridge
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/host
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/null
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/overlay
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/remote
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/windows
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/drvregistry
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/etchosts
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/idm
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/internal/caller
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/ipam
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/ipamapi
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/ipams/builtin
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/ipams/null
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/ipams/remote
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/ipamutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/iptables
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/netlabel
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/netutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/networkdb
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/ns
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/options
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/osl
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/osl/kernel
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/portallocator
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/portmapper
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/resolvconf
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/testutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/libnetwork/types
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/oci
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/oci/caps
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/opts
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/aaparser
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/archive
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/authorization
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/broadcaster
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/capabilities
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/chrootarchive
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/containerfs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/devicemapper
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/directory
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/dmesg
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/fileutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/fsutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/homedir
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/idtools
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/ioutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/jsonmessage
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/longpath
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/loopback
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/namesgenerator
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/parsers
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/parsers/kernel
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/pidfile
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/platform
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/plugingetter
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/plugins
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/plugins/transport
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/pools
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/progress
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/pubsub
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/reexec
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/signal
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/stack
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/stdcopy
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/streamformatter
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/stringid
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/sysinfo
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/system
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/tailfile
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/tarsum
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/urlutil
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/pkg/useragent
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/plugin
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/plugin/executor/containerd
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/plugin/v2
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/profiles/apparmor
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/profiles/seccomp
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/quota
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/reference
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/registry
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/registry/resumable
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/restartmanager
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/rootless
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/rootless/specconv
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/runconfig
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/runconfig/opts
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/testutil
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/testutil/daemon
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/testutil/environment
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/testutil/fakecontext
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/testutil/fakegit
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/testutil/fakestorage
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/testutil/fixtures/load
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/testutil/fixtures/plugin
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/testutil/registry
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/testutil/request
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/volume
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/volume/drivers
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/volume/local
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/volume/mounts
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/volume/service
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/volume/service/opts
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/volume/testutils'
14:04:10 [2022-08-23T14:04:10.504Z] ++ grep --fixed-strings -v /libnetwork
14:04:10 [2022-08-23T14:04:10.504Z] ++ echo 'github.com/docker/docker/api
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/backend/build
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/httpstatus
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/httputils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/middleware
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/build
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/checkpoint
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/container
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/debug
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/distribution
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/grpc
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/image
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/network
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/plugin
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/session
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/swarm
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/system
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/server/router/volume
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/backend
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/blkiodev
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/container
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/events
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/filters
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/image
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/mount
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/network
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/plugins/logdriver
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/registry
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/strslice
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/swarm
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/swarm/runtime
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/time
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/versions
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/versions/v1p19
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/versions/v1p20
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/api/types/volume
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/builder-next
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/builder-next/exporter
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/builder-next/worker
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/dockerfile
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/remotecontext
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/remotecontext/git
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/builder/remotecontext/urlutil
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cli
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cli/config
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cli/debug
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cli/winresources/docker-proxy
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cli/winresources/dockerd
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/client
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cmd/docker-proxy
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cmd/dockerd
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cmd/dockerd/trap
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/container
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/container/stream
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/contrib/apparmor
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/contrib/docker-device-tool
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/contrib/httpserver
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/cluster
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/cluster/convert
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/cluster/executor
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/cluster/executor/container
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/cluster/provider
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/config
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/containerd
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/events
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/events/testutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/exec
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/aufs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/copy
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/overlay
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/register
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/vfs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/graphdriver/zfs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/images
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/initlayer
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/links
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/listeners
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/awslogs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/fluentd
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/gcplogs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/gelf
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/journald
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/local
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/logentries
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/loggertest
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/loggerutils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/splunk
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/syslog
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/logger/templates
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/names
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/network
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/daemon/stats
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/distribution
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/distribution/metadata
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/distribution/utils
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/distribution/xfer
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/dockerversion
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/errdefs
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/image
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/image/cache
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/image/tarexport
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/image/v1
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/internal/test/suite
14:04:10 [2022-08-23T14:04:10.504Z] github.com/docker/docker/layer
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libcontainerd
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libcontainerd/queue
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libcontainerd/remote
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libcontainerd/supervisor
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libcontainerd/types
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/bitseq
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/cluster
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/config
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/datastore
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/diagnostic
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/discoverapi
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/driverapi
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/bridge
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/host
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/null
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/overlay
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/remote
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/windows
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/drvregistry
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/etchosts
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/idm
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/internal/caller
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/ipam
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/ipamapi
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/ipams/builtin
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/ipams/null
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/ipams/remote
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/ipamutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/iptables
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/netlabel
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/netutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/networkdb
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/ns
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/options
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/osl
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/osl/kernel
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/portallocator
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/portmapper
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/resolvconf
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/testutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libnetwork/types
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/oci
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/oci/caps
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/opts
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/aaparser
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/archive
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/authorization
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/broadcaster
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/capabilities
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/chrootarchive
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/containerfs
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/devicemapper
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/directory
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/dmesg
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/fileutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/fsutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/homedir
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/idtools
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/ioutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/jsonmessage
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/longpath
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/loopback
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/namesgenerator
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/parsers
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/parsers/kernel
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/pidfile
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/platform
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/plugingetter
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/plugins
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/plugins/transport
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/pools
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/progress
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/pubsub
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/reexec
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/signal
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/stack
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/stdcopy
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/streamformatter
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/stringid
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/sysinfo
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/system
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/tailfile
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/tarsum
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/urlutil
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/useragent
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/plugin
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/plugin/executor/containerd
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/plugin/v2
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/profiles/apparmor
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/profiles/seccomp
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/quota
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/reference
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/registry
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/registry/resumable
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/restartmanager
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/rootless
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/rootless/specconv
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/runconfig
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/runconfig/opts
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/daemon
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/environment
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/fakecontext
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/fakegit
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/fakestorage
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/fixtures/load
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/fixtures/plugin
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/registry
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/request
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume/drivers
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume/local
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume/mounts
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume/service
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume/service/opts
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume/testutils'
14:04:10 [2022-08-23T14:04:10.505Z] + base_pkg_list='github.com/docker/docker/api
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/backend/build
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/httpstatus
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/httputils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/middleware
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/build
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/checkpoint
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/container
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/debug
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/distribution
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/grpc
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/image
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/network
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/plugin
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/session
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/swarm
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/system
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/volume
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/backend
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/blkiodev
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/container
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/events
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/filters
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/image
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/mount
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/network
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/plugins/logdriver
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/registry
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/strslice
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/swarm
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/swarm/runtime
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/time
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/versions
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/versions/v1p19
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/versions/v1p20
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/types/volume
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/builder
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/builder/builder-next
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/builder/builder-next/exporter
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/builder/builder-next/worker
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/builder/dockerfile
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/builder/remotecontext
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/builder/remotecontext/git
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/builder/remotecontext/urlutil
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/cli
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/cli/config
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/cli/debug
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/cli/winresources/docker-proxy
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/cli/winresources/dockerd
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/client
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/cmd/docker-proxy
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/cmd/dockerd
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/cmd/dockerd/trap
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/container
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/container/stream
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/contrib/apparmor
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/contrib/docker-device-tool
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/contrib/httpserver
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/cluster
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/cluster/convert
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/cluster/executor
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/cluster/executor/container
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/cluster/provider
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/config
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/containerd
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/events
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/events/testutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/exec
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver/aufs
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver/copy
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver/overlay
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver/register
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver/vfs
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/graphdriver/zfs
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/images
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/initlayer
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/links
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/listeners
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/awslogs
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/fluentd
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/gcplogs
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/gelf
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/journald
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/local
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/logentries
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/loggertest
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/loggerutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/splunk
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/syslog
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/logger/templates
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/names
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/network
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/daemon/stats
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/distribution
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/distribution/metadata
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/distribution/utils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/distribution/xfer
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/dockerversion
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/errdefs
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/image
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/image/cache
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/image/tarexport
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/image/v1
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/internal/test/suite
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/layer
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libcontainerd
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libcontainerd/queue
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libcontainerd/remote
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libcontainerd/supervisor
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/libcontainerd/types
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/oci
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/oci/caps
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/opts
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/aaparser
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/archive
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/authorization
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/broadcaster
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/capabilities
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/chrootarchive
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/containerfs
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/devicemapper
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/directory
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/dmesg
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/fileutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/fsutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/homedir
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/idtools
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/ioutils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/jsonmessage
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/longpath
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/loopback
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/namesgenerator
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/parsers
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/parsers/kernel
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/pidfile
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/platform
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/plugingetter
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/plugins
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/plugins/transport
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/pools
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/progress
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/pubsub
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/reexec
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/signal
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/stack
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/stdcopy
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/streamformatter
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/stringid
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/sysinfo
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/system
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/tailfile
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/tarsum
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/urlutil
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/pkg/useragent
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/plugin
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/plugin/executor/containerd
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/plugin/v2
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/profiles/apparmor
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/profiles/seccomp
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/quota
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/reference
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/registry
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/registry/resumable
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/restartmanager
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/rootless
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/rootless/specconv
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/runconfig
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/runconfig/opts
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/daemon
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/environment
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/fakecontext
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/fakegit
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/fakestorage
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/fixtures/load
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/fixtures/plugin
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/registry
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/testutil/request
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume/drivers
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume/local
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume/mounts
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume/service
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume/service/opts
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/volume/testutils'
14:04:10 [2022-08-23T14:04:10.505Z] ++ echo 'github.com/docker/docker/api
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/backend/build
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/httpstatus
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/httputils
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/middleware
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/build
14:04:10 [2022-08-23T14:04:10.505Z] github.com/docker/docker/api/server/router/checkpoint
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/server/router/container
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/server/router/debug
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/server/router/distribution
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/server/router/grpc
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/server/router/image
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/server/router/network
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/server/router/plugin
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/server/router/session
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/server/router/swarm
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/server/router/system
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/server/router/volume
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/backend
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/blkiodev
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/container
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/events
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/filters
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/image
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/mount
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/network
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/plugins/logdriver
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/registry
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/strslice
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/swarm
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/swarm/runtime
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/time
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/versions
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/versions/v1p19
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/versions/v1p20
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/api/types/volume
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/builder
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/builder/builder-next
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/builder/builder-next/exporter
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/builder/builder-next/worker
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/builder/dockerfile
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/builder/remotecontext
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/builder/remotecontext/git
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/builder/remotecontext/urlutil
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/cli
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/cli/config
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/cli/debug
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/cli/winresources/docker-proxy
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/cli/winresources/dockerd
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/client
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/cmd/docker-proxy
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/cmd/dockerd
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/cmd/dockerd/trap
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/container
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/container/stream
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/contrib/apparmor
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/contrib/docker-device-tool
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/contrib/httpserver
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/cluster
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/cluster/convert
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/cluster/executor
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/cluster/executor/container
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/cluster/provider
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/config
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/containerd
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/events
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/events/testutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/exec
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver/aufs
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver/copy
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver/overlay
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver/register
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver/vfs
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/graphdriver/zfs
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/images
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/initlayer
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/links
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/listeners
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/awslogs
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/fluentd
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/gcplogs
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/gelf
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/journald
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/local
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/logentries
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/loggertest
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/loggerutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/splunk
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/syslog
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/logger/templates
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/names
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/network
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/daemon/stats
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/distribution
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/distribution/metadata
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/distribution/utils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/distribution/xfer
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/dockerversion
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/errdefs
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/image
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/image/cache
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/image/tarexport
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/image/v1
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/internal/test/suite
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/layer
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libcontainerd
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libcontainerd/queue
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libcontainerd/remote
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libcontainerd/supervisor
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libcontainerd/types
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/bitseq
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cluster
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/config
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/datastore
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/diagnostic
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/discoverapi
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/driverapi
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/bridge
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/host
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/null
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/overlay
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/remote
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/windows
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drvregistry
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/etchosts
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/idm
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/internal/caller
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipam
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipamapi
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipams/builtin
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipams/null
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipams/remote
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipamutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/iptables
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/netlabel
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/netutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/networkdb
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ns
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/options
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/osl
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/osl/kernel
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/portallocator
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/portmapper
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/resolvconf
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/testutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/types
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/oci
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/oci/caps
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/opts
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/aaparser
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/archive
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/authorization
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/broadcaster
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/capabilities
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/chrootarchive
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/containerfs
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/devicemapper
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/directory
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/dmesg
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/fileutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/fsutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/homedir
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/idtools
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/ioutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/jsonmessage
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/longpath
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/loopback
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/namesgenerator
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/parsers
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/parsers/kernel
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/pidfile
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/platform
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/plugingetter
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/plugins
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/plugins/transport
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/pools
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/progress
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/pubsub
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/reexec
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/signal
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/stack
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/stdcopy
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/streamformatter
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/stringid
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/sysinfo
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/system
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/tailfile
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/tarsum
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/urlutil
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/pkg/useragent
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/plugin
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/plugin/executor/containerd
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/plugin/v2
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/profiles/apparmor
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/profiles/seccomp
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/quota
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/reference
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/registry
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/registry/resumable
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/restartmanager
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/rootless
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/rootless/specconv
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/runconfig
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/runconfig/opts
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/testutil
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/testutil/daemon
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/testutil/environment
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/testutil/fakecontext
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/testutil/fakegit
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/testutil/fakestorage
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/testutil/fixtures/load
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/testutil/fixtures/plugin
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/testutil/registry
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/testutil/request
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/volume
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/volume/drivers
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/volume/local
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/volume/mounts
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/volume/service
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/volume/service/opts
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/volume/testutils'
14:04:10 [2022-08-23T14:04:10.506Z] ++ grep --fixed-strings /libnetwork
14:04:10 [2022-08-23T14:04:10.506Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/bitseq
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cluster
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/config
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/datastore
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/diagnostic
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/discoverapi
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/driverapi
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/bridge
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/host
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/null
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/overlay
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/remote
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/windows
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/drvregistry
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/etchosts
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/idm
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/internal/caller
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipam
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipamapi
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipams/builtin
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipams/null
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipams/remote
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ipamutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/iptables
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/netlabel
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/netutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/networkdb
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/ns
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/options
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/osl
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/osl/kernel
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/portallocator
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/portmapper
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/resolvconf
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/testutils
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/types'
14:04:10 [2022-08-23T14:04:10.506Z] + echo 'github.com/docker/docker/libnetwork
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/bitseq
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cluster
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:04:10 [2022-08-23T14:04:10.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/config
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/datastore
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/diagnostic
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/discoverapi
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/driverapi
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/bridge
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/host
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/null
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/overlay
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/remote
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/windows
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drvregistry
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/etchosts
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/idm
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/internal/caller
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/ipam
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/ipamapi
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/ipams/builtin
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/ipams/null
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/ipams/remote
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/ipamutils
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/iptables
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/netlabel
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/netutils
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/networkdb
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/ns
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/options
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/osl
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/osl/kernel
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/portallocator
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/portmapper
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/resolvconf
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/testutils
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/types'
14:04:10 [2022-08-23T14:04:10.507Z] + grep --fixed-strings libnetwork/drivers/bridge
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/bridge
14:04:10 [2022-08-23T14:04:10.507Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:04:10 [2022-08-23T14:04:10.507Z] + type docker-proxy
14:04:10 [2022-08-23T14:04:10.507Z] hack/test/unit: line 25: type: docker-proxy: not found
14:04:10 [2022-08-23T14:04:10.507Z] + hack/make.sh binary-proxy install-proxy
14:04:10 [2022-08-23T14:04:10.507Z] 
14:04:10 [2022-08-23T14:04:10.763Z] Removing bundles/
14:04:10 [2022-08-23T14:04:10.763Z] 
14:04:10 [2022-08-23T14:04:10.763Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
14:04:10 [2022-08-23T14:04:10.763Z] Building: bundles/binary-proxy/docker-proxy
14:04:10 [2022-08-23T14:04:10.763Z] GOOS="" GOARCH="" GOARM=""
14:04:14 [2022-08-23T14:04:14.968Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
14:04:15 [2022-08-23T14:04:15.529Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
14:04:15 [2022-08-23T14:04:15.786Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
14:04:17 [2022-08-23T14:04:17.271Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
14:04:17 [2022-08-23T14:04:17.271Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
14:04:17 [2022-08-23T14:04:17.271Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
14:04:17 [2022-08-23T14:04:17.271Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
14:04:18 [2022-08-23T14:04:18.209Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
14:04:18 [2022-08-23T14:04:18.864Z] Created binary: bundles/binary-proxy/docker-proxy
14:04:18 [2022-08-23T14:04:18.864Z] 
14:04:18 [2022-08-23T14:04:18.864Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
14:04:18 [2022-08-23T14:04:18.864Z] Installing docker-proxy to /usr/local/bin/
14:04:18 [2022-08-23T14:04:18.864Z] 
14:04:18 [2022-08-23T14:04:18.864Z] + mkdir -p bundles
14:04:18 [2022-08-23T14:04:18.864Z] + '[' -n 'github.com/docker/docker/api
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/backend/build
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/httpstatus
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/httputils
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/middleware
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/build
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/checkpoint
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/container
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/debug
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/distribution
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/grpc
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/image
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/network
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/plugin
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/session
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/swarm
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/system
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/server/router/volume
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/backend
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/blkiodev
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/container
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/events
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/filters
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/image
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/mount
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/network
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/plugins/logdriver
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/registry
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/strslice
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/swarm
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/swarm/runtime
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/time
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/versions
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/versions/v1p19
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/versions/v1p20
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/api/types/volume
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/builder
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/builder/builder-next
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/builder/builder-next/exporter
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/builder/builder-next/worker
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/builder/dockerfile
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/builder/remotecontext
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/builder/remotecontext/git
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/builder/remotecontext/urlutil
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/cli
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/cli/config
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/cli/debug
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/cli/winresources/docker-proxy
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/cli/winresources/dockerd
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/client
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/cmd/docker-proxy
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/cmd/dockerd
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/cmd/dockerd/trap
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/container
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/container/stream
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/contrib/apparmor
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/contrib/docker-device-tool
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/contrib/httpserver
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/cluster
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/cluster/convert
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/cluster/executor
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/cluster/executor/container
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/cluster/provider
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/config
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/containerd
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/events
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/events/testutils
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/exec
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver/aufs
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver/copy
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver/overlay
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver/register
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver/vfs
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/graphdriver/zfs
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/images
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/initlayer
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/links
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/listeners
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/awslogs
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/fluentd
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/gcplogs
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/gelf
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/journald
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/local
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/logentries
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/loggertest
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/loggerutils
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/splunk
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/syslog
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/logger/templates
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/names
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/network
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/daemon/stats
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/distribution
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/distribution/metadata
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/distribution/utils
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/distribution/xfer
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/dockerversion
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/errdefs
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/image
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/image/cache
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/image/tarexport
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/image/v1
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/internal/test/suite
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/layer
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/libcontainerd
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/libcontainerd/queue
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/libcontainerd/remote
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/libcontainerd/supervisor
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/libcontainerd/types
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/oci
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/oci/caps
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/opts
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/aaparser
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/archive
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/authorization
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/broadcaster
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/capabilities
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/chrootarchive
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/containerfs
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/devicemapper
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/directory
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/dmesg
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/fileutils
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/fsutils
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/homedir
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/idtools
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/ioutils
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/jsonmessage
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/longpath
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/loopback
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/namesgenerator
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/parsers
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/parsers/kernel
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/pidfile
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/platform
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/plugingetter
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/plugins
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/plugins/transport
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/pools
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/progress
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/pubsub
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/reexec
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/signal
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/stack
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/stdcopy
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/streamformatter
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/stringid
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/sysinfo
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/system
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/tailfile
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/tarsum
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/urlutil
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/pkg/useragent
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/plugin
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/plugin/executor/containerd
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/plugin/v2
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/profiles/apparmor
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/profiles/seccomp
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/quota
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/reference
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/registry
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/registry/resumable
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/restartmanager
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/rootless
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/rootless/specconv
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/runconfig
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/runconfig/opts
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/testutil
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/testutil/daemon
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/testutil/environment
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/testutil/fakecontext
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/testutil/fakegit
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/testutil/fakestorage
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/testutil/fixtures/load
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/testutil/fixtures/plugin
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/testutil/registry
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/testutil/request
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/volume
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/volume/drivers
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/volume/local
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/volume/mounts
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/volume/service
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/volume/service/opts
14:04:18 [2022-08-23T14:04:18.864Z] github.com/docker/docker/volume/testutils' ']'
14:04:18 [2022-08-23T14:04:18.865Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m 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/httpstatus 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/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/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles 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/containerd 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/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy 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/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs 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/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/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal 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/loggertest 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/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/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils 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/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator 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/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid 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/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/apparmor 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/rootless/specconv 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
14:04:18 [2022-08-23T14:04:18.865Z] ?   	github.com/docker/docker/api	[no test files]
14:04:19 [2022-08-23T14:04:19.578Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
14:04:19 [2022-08-23T14:04:19.578Z]     docker_api_swarm_service_test.go:343: [da28c493671df] joining swarm manager [d06aab2927cd5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:04:20 [2022-08-23T14:04:20.505Z]     docker_api_swarm_service_test.go:343: [de491c28f15c1] joining swarm manager [d06aab2927cd5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:04:20 [2022-08-23T14:04:20.505Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
14:04:21 [2022-08-23T14:04:21.433Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
14:04:22 [2022-08-23T14:04:22.361Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
14:04:24 [2022-08-23T14:04:24.253Z] === RUN   TestDockerSuite/TestLogsFollowStopped
14:04:26 [2022-08-23T14:04:26.248Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
14:04:26 [2022-08-23T14:04:26.248Z] === RUN   TestDockerSuite/TestLogsSince
14:04:31 [2022-08-23T14:04:31.509Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
14:04:34 [2022-08-23T14:04:34.023Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
14:04:35 [2022-08-23T14:04:35.913Z]     docker_api_swarm_service_test.go:490: [d2f5e28c57c5c] joining swarm manager [d6d6dfc9ce18b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:04:36 [2022-08-23T14:04:36.474Z]     docker_api_swarm_service_test.go:490: [d7737061242a8] joining swarm manager [d6d6dfc9ce18b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:04:37 [2022-08-23T14:04:37.037Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
14:04:37 [2022-08-23T14:04:37.764Z] ok  	github.com/docker/docker/api/server	0.010s	coverage: 7.9% of statements
14:04:37 [2022-08-23T14:04:37.968Z] === RUN   TestDockerSuite/TestLogsTail
14:04:38 [2022-08-23T14:04:38.532Z] === RUN   TestDockerSuite/TestLogsTimestamps
14:04:39 [2022-08-23T14:04:39.460Z] === RUN   TestDockerSuite/TestLogsWithDetails
14:04:39 [2022-08-23T14:04:39.717Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
14:04:39 [2022-08-23T14:04:39.717Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
14:04:39 [2022-08-23T14:04:39.717Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
14:04:39 [2022-08-23T14:04:39.717Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
14:04:39 [2022-08-23T14:04:39.717Z] === RUN   TestDockerSuite/TestNetHostname
14:04:41 [2022-08-23T14:04:41.086Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
14:04:41 [2022-08-23T14:04:41.343Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
14:04:41 [2022-08-23T14:04:41.343Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
14:04:41 [2022-08-23T14:04:41.343Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
14:04:42 [2022-08-23T14:04:42.271Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
14:04:42 [2022-08-23T14:04:42.528Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
14:04:43 [2022-08-23T14:04:43.455Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
14:04:43 [2022-08-23T14:04:43.455Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
14:04:43 [2022-08-23T14:04:43.711Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
14:04:43 [2022-08-23T14:04:43.711Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
14:04:50 [2022-08-23T14:04:50.244Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
14:04:50 [2022-08-23T14:04:50.244Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
14:04:50 [2022-08-23T14:04:50.244Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
14:04:51 [2022-08-23T14:04:51.179Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
14:04:54 [2022-08-23T14:04:54.446Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
14:04:55 [2022-08-23T14:04:55.375Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
14:04:56 [2022-08-23T14:04:56.740Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
14:04:57 [2022-08-23T14:04:57.668Z]     docker_api_swarm_service_test.go:128: [df72a79ae0990] joining swarm manager [d6e49556ee157]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:04:58 [2022-08-23T14:04:58.596Z]     docker_api_swarm_service_test.go:129: [de0c78d6e553d] joining swarm manager [d6e49556ee157]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:04:58 [2022-08-23T14:04:58.853Z] === RUN   TestDockerSuite/TestPluginLogDriver
14:05:00 [2022-08-23T14:05:00.219Z]     docker_api_swarm_service_test.go:137: [d3df2aa9d2a2b] joining swarm manager [d6e49556ee157]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
14:05:01 [2022-08-23T14:05:01.149Z]     docker_api_swarm_service_test.go:138: [d0b2143be949f] joining swarm manager [d6e49556ee157]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
14:05:02 [2022-08-23T14:05:02.078Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
14:05:03 [2022-08-23T14:05:03.969Z] === RUN   TestDockerSuite/TestPluginActive
14:05:06 [2022-08-23T14:05:06.483Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
14:05:11 [2022-08-23T14:05:11.745Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
14:05:11 [2022-08-23T14:05:11.745Z]     docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows
14:05:12 [2022-08-23T14:05:12.001Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
14:05:13 [2022-08-23T14:05:13.364Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
14:05:16 [2022-08-23T14:05:16.628Z] === RUN   TestDockerSuite/TestPluginUpgrade
14:05:21 [2022-08-23T14:05:21.871Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
14:05:22 [2022-08-23T14:05:22.800Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
14:05:23 [2022-08-23T14:05:23.056Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
14:05:23 [2022-08-23T14:05:23.617Z] === RUN   TestDockerSuite/TestPortHostBinding
14:05:24 [2022-08-23T14:05:24.984Z] === RUN   TestDockerSuite/TestPortList
14:05:25 [2022-08-23T14:05:25.916Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
14:05:28 [2022-08-23T14:05:28.434Z]     docker_api_swarm_service_test.go:304: [d013f8eefc592] joining swarm manager [dce7b0b23045d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:05:28 [2022-08-23T14:05:28.997Z]     docker_api_swarm_service_test.go:304: [de6d149f1045a] joining swarm manager [dce7b0b23045d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:05:33 [2022-08-23T14:05:33.176Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
14:05:35 [2022-08-23T14:05:35.692Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
14:05:35 [2022-08-23T14:05:35.692Z] === RUN   TestDockerSuite/TestPruneContainerLabel
14:05:37 [2022-08-23T14:05:37.583Z] === RUN   TestDockerSuite/TestPruneContainerUntil
14:05:38 [2022-08-23T14:05:38.510Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
14:05:39 [2022-08-23T14:05:39.072Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
14:05:39 [2022-08-23T14:05:39.328Z] === RUN   TestDockerSuite/TestPsByOrder
14:05:41 [2022-08-23T14:05:41.217Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
14:05:41 [2022-08-23T14:05:41.778Z] === RUN   TestDockerSuite/TestPsListContainersBase
14:05:44 [2022-08-23T14:05:44.294Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
14:05:46 [2022-08-23T14:05:46.809Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
14:05:47 [2022-08-23T14:05:47.065Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
14:05:48 [2022-08-23T14:05:48.961Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
14:05:49 [2022-08-23T14:05:49.232Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
14:05:51 [2022-08-23T14:05:51.750Z]     docker_api_swarm_service_test.go:100: [db8bdb1556307] joining swarm manager [d9173515bca96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:05:52 [2022-08-23T14:05:52.311Z]     docker_api_swarm_service_test.go:101: [d10ad7253a360] joining swarm manager [d9173515bca96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:05:56 [2022-08-23T14:05:56.488Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
14:05:57 [2022-08-23T14:05:57.416Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
14:05:58 [2022-08-23T14:05:58.784Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
14:06:00 [2022-08-23T14:06:00.151Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
14:06:00 [2022-08-23T14:06:00.712Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
14:06:02 [2022-08-23T14:06:02.603Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
14:06:03 [2022-08-23T14:06:03.969Z] === RUN   TestDockerSuite/TestPsListContainersSize
14:06:05 [2022-08-23T14:06:05.335Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
14:06:05 [2022-08-23T14:06:05.335Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
14:06:05 [2022-08-23T14:06:05.591Z] === RUN   TestDockerSuite/TestPsRightTagName
14:06:07 [2022-08-23T14:06:07.481Z] === RUN   TestDockerSuite/TestPsShowMounts
14:06:09 [2022-08-23T14:06:09.398Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
14:06:09 [2022-08-23T14:06:09.398Z]     docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows
14:06:09 [2022-08-23T14:06:09.398Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
14:06:09 [2022-08-23T14:06:09.961Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
14:06:10 [2022-08-23T14:06:10.217Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
14:06:10 [2022-08-23T14:06:10.473Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
14:06:11 [2022-08-23T14:06:11.404Z]     check_test.go:611: [db8bdb1556307] daemon is not started
14:06:11 [2022-08-23T14:06:11.966Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
14:06:12 [2022-08-23T14:06:12.894Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
14:06:13 [2022-08-23T14:06:13.151Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ok  	github.com/docker/docker/api/server/httputils	0.012s	coverage: 31.9% of statements
14:06:14 [2022-08-23T14:06:14.180Z] ok  	github.com/docker/docker/api/server/middleware	0.006s	coverage: 37.7% of statements
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/router	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 6.0% of statements
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ok  	github.com/docker/docker/api/server/router/volume	0.007s	coverage: 67.9% of statements
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/container	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/events	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 92.2% of statements
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/image	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/network	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
14:06:14 [2022-08-23T14:06:14.180Z] ok  	github.com/docker/docker/api/types/registry	0.007s	coverage: 54.2% of statements
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
14:06:14 [2022-08-23T14:06:14.180Z] ok  	github.com/docker/docker/api/types/versions	0.004s	coverage: 77.3% of statements
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/builder	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
14:06:14 [2022-08-23T14:06:14.180Z] ok  	github.com/docker/docker/builder/remotecontext	0.123s	coverage: 13.7% of statements
14:06:14 [2022-08-23T14:06:14.180Z] ok  	github.com/docker/docker/builder/dockerfile	0.544s	coverage: 49.3% of statements
14:06:14 [2022-08-23T14:06:14.180Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
14:06:14 [2022-08-23T14:06:14.742Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
14:06:15 [2022-08-23T14:06:15.671Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.822s	coverage: 86.3% of statements
14:06:15 [2022-08-23T14:06:15.671Z] ?   	github.com/docker/docker/cli	[no test files]
14:06:15 [2022-08-23T14:06:15.671Z] ?   	github.com/docker/docker/cli/config	[no test files]
14:06:15 [2022-08-23T14:06:15.671Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
14:06:15 [2022-08-23T14:06:15.671Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
14:06:16 [2022-08-23T14:06:16.233Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.235s	coverage: 67.6% of statements
14:06:17 [2022-08-23T14:06:17.320Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
14:06:19 [2022-08-23T14:06:19.210Z]     docker_api_swarm_service_test.go:533: [d542cef8ed8e7] joining swarm manager [d7bce7b55226b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:06:19 [2022-08-23T14:06:19.773Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
14:06:20 [2022-08-23T14:06:20.403Z] ok  	github.com/docker/docker/client	0.121s	coverage: 75.9% of statements
14:06:20 [2022-08-23T14:06:20.700Z]     docker_api_swarm_service_test.go:534: [d1097e2493746] joining swarm manager [d7bce7b55226b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:06:20 [2022-08-23T14:06:20.700Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
14:06:22 [2022-08-23T14:06:22.066Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
14:06:22 [2022-08-23T14:06:22.322Z] === RUN   TestDockerSuite/TestRestartPolicyNO
14:06:22 [2022-08-23T14:06:22.579Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
14:06:22 [2022-08-23T14:06:22.835Z] === RUN   TestDockerSuite/TestRestartRunningContainer
14:06:25 [2022-08-23T14:06:25.363Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
14:06:26 [2022-08-23T14:06:26.736Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
14:06:28 [2022-08-23T14:06:28.623Z] === RUN   TestDockerSuite/TestRestartWithVolumes
14:06:29 [2022-08-23T14:06:29.559Z] === RUN   TestDockerSuite/TestRmiBlank
14:06:29 [2022-08-23T14:06:29.559Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
14:06:29 [2022-08-23T14:06:29.815Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
14:06:32 [2022-08-23T14:06:32.330Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
14:06:32 [2022-08-23T14:06:32.894Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
14:06:33 [2022-08-23T14:06:33.151Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
14:06:34 [2022-08-23T14:06:34.079Z] === RUN   TestDockerSuite/TestRmiImgIDForce
14:06:35 [2022-08-23T14:06:35.007Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
14:06:35 [2022-08-23T14:06:35.938Z] === RUN   TestDockerSuite/TestRmiParentImageFail
14:06:36 [2022-08-23T14:06:36.500Z] === RUN   TestDockerSuite/TestRmiTag
14:06:36 [2022-08-23T14:06:36.756Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
14:06:37 [2022-08-23T14:06:37.012Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
14:06:40 [2022-08-23T14:06:40.283Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
14:06:40 [2022-08-23T14:06:40.283Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
14:06:40 [2022-08-23T14:06:40.845Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
14:06:41 [2022-08-23T14:06:41.101Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
14:06:41 [2022-08-23T14:06:41.664Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
14:06:41 [2022-08-23T14:06:41.921Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
14:06:42 [2022-08-23T14:06:42.492Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
14:06:43 [2022-08-23T14:06:43.054Z] === RUN   TestDockerSuite/TestContainerNetworkMode
14:06:43 [2022-08-23T14:06:43.054Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
14:06:43 [2022-08-23T14:06:43.616Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
14:06:45 [2022-08-23T14:06:45.507Z]     docker_api_swarm_service_test.go:148: [dab4fab5bae07] joining swarm manager [d7ab0e1a027a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:06:46 [2022-08-23T14:06:46.439Z]     docker_api_swarm_service_test.go:148: [d6ac6912513f2] joining swarm manager [d7ab0e1a027a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:06:47 [2022-08-23T14:06:47.003Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
14:06:47 [2022-08-23T14:06:47.566Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
14:06:48 [2022-08-23T14:06:48.934Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
14:06:49 [2022-08-23T14:06:49.862Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
14:06:51 [2022-08-23T14:06:51.754Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
14:06:53 [2022-08-23T14:06:53.121Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
14:06:55 [2022-08-23T14:06:55.012Z] === RUN   TestDockerSuite/TestDevicePermissions
14:06:55 [2022-08-23T14:06:55.269Z] === RUN   TestDockerSuite/TestDockerFails
14:06:55 [2022-08-23T14:06:55.269Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
14:06:57 [2022-08-23T14:06:57.161Z] === RUN   TestDockerSuite/TestMountIntoProc
14:06:57 [2022-08-23T14:06:57.161Z] === RUN   TestDockerSuite/TestMountIntoSys
14:06:57 [2022-08-23T14:06:57.722Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
14:06:59 [2022-08-23T14:06:59.106Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
14:06:59 [2022-08-23T14:06:59.667Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
14:06:59 [2022-08-23T14:06:59.923Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
14:07:00 [2022-08-23T14:07:00.852Z] === RUN   TestDockerSuite/TestRunAddHost
14:07:01 [2022-08-23T14:07:01.415Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
14:07:01 [2022-08-23T14:07:01.671Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
14:07:02 [2022-08-23T14:07:02.233Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
14:07:02 [2022-08-23T14:07:02.233Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
14:07:02 [2022-08-23T14:07:02.795Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
14:07:03 [2022-08-23T14:07:03.724Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
14:07:04 [2022-08-23T14:07:04.286Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
14:07:05 [2022-08-23T14:07:05.215Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
14:07:05 [2022-08-23T14:07:05.777Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
14:07:06 [2022-08-23T14:07:06.704Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
14:07:07 [2022-08-23T14:07:07.038Z] ok  	github.com/docker/docker/cmd/dockerd	0.093s	coverage: 29.9% of statements
14:07:07 [2022-08-23T14:07:07.038Z] ok  	github.com/docker/docker/container	0.118s	coverage: 37.4% of statements
14:07:07 [2022-08-23T14:07:07.038Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.722s	coverage: 0.0% of statements
14:07:07 [2022-08-23T14:07:07.038Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
14:07:07 [2022-08-23T14:07:07.038Z] ?   	github.com/docker/docker/container/stream	[no test files]
14:07:07 [2022-08-23T14:07:07.038Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
14:07:07 [2022-08-23T14:07:07.038Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
14:07:07 [2022-08-23T14:07:07.038Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
14:07:07 [2022-08-23T14:07:07.631Z] === RUN   TestDockerSuite/TestRunAttachDetach
14:07:08 [2022-08-23T14:07:08.192Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
14:07:08 [2022-08-23T14:07:08.753Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
14:07:09 [2022-08-23T14:07:09.314Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
14:07:09 [2022-08-23T14:07:09.877Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
14:07:10 [2022-08-23T14:07:10.806Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
14:07:11 [2022-08-23T14:07:11.735Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
14:07:12 [2022-08-23T14:07:12.285Z] ok  	github.com/docker/docker/daemon/cluster	0.066s	coverage: 0.5% of statements
14:07:12 [2022-08-23T14:07:12.667Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
14:07:13 [2022-08-23T14:07:13.218Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.018s	coverage: 65.3% of statements
14:07:13 [2022-08-23T14:07:13.229Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
14:07:13 [2022-08-23T14:07:13.487Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
14:07:14 [2022-08-23T14:07:14.048Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
14:07:14 [2022-08-23T14:07:14.048Z] === RUN   TestDockerSuite/TestRunBindMounts
14:07:14 [2022-08-23T14:07:14.146Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.013s	coverage: 36.9% of statements
14:07:15 [2022-08-23T14:07:15.414Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
14:07:15 [2022-08-23T14:07:15.976Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
14:07:16 [2022-08-23T14:07:16.232Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
14:07:16 [2022-08-23T14:07:16.793Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
14:07:17 [2022-08-23T14:07:17.357Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
14:07:17 [2022-08-23T14:07:17.357Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
14:07:17 [2022-08-23T14:07:17.918Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
14:07:18 [2022-08-23T14:07:18.174Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
14:07:18 [2022-08-23T14:07:18.735Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
14:07:19 [2022-08-23T14:07:19.297Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
14:07:19 [2022-08-23T14:07:19.858Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
14:07:19 [2022-08-23T14:07:19.858Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
14:07:20 [2022-08-23T14:07:20.114Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
14:07:20 [2022-08-23T14:07:20.114Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
14:07:21 [2022-08-23T14:07:21.044Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
14:07:21 [2022-08-23T14:07:21.300Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
14:07:21 [2022-08-23T14:07:21.861Z] === RUN   TestDockerSuite/TestRunContainerNetwork
14:07:22 [2022-08-23T14:07:22.233Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.448s	coverage: 13.4% of statements
14:07:22 [2022-08-23T14:07:22.425Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
14:07:22 [2022-08-23T14:07:22.425Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
14:07:22 [2022-08-23T14:07:22.425Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
14:07:22 [2022-08-23T14:07:22.988Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
14:07:23 [2022-08-23T14:07:23.601Z] ok  	github.com/docker/docker/daemon/config	0.033s	coverage: 76.8% of statements
14:07:23 [2022-08-23T14:07:23.601Z] ok  	github.com/docker/docker/daemon	10.192s	coverage: 16.6% of statements
14:07:23 [2022-08-23T14:07:23.601Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
14:07:23 [2022-08-23T14:07:23.601Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
14:07:23 [2022-08-23T14:07:23.601Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
14:07:23 [2022-08-23T14:07:23.915Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
14:07:24 [2022-08-23T14:07:24.164Z] ok  	github.com/docker/docker/daemon/events	0.060s	coverage: 50.0% of statements
14:07:24 [2022-08-23T14:07:24.164Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
14:07:24 [2022-08-23T14:07:24.164Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
14:07:24 [2022-08-23T14:07:24.727Z] ok  	github.com/docker/docker/daemon/graphdriver	0.014s	coverage: 2.2% of statements
14:07:25 [2022-08-23T14:07:25.813Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
14:07:26 [2022-08-23T14:07:26.097Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.780s	coverage: 74.8% of statements
14:07:26 [2022-08-23T14:07:26.745Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
14:07:27 [2022-08-23T14:07:27.026Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.012s	coverage: 3.0% of statements
14:07:27 [2022-08-23T14:07:27.026Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.309s	coverage: 60.7% of statements
14:07:27 [2022-08-23T14:07:27.311Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
14:07:27 [2022-08-23T14:07:27.874Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
14:07:28 [2022-08-23T14:07:28.130Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
14:07:28 [2022-08-23T14:07:28.691Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
14:07:28 [2022-08-23T14:07:28.916Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.010s	coverage: 1.9% of statements
14:07:29 [2022-08-23T14:07:29.253Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
14:07:30 [2022-08-23T14:07:30.181Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
14:07:30 [2022-08-23T14:07:30.298Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.356s	coverage: 50.6% of statements
14:07:31 [2022-08-23T14:07:31.228Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.229s	coverage: 45.9% of statements
14:07:31 [2022-08-23T14:07:31.228Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
14:07:32 [2022-08-23T14:07:32.597Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.010s	coverage: 58.5% of statements
14:07:32 [2022-08-23T14:07:32.698Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
14:07:32 [2022-08-23T14:07:32.698Z] === RUN   TestDockerSuite/TestRunCreateVolume
14:07:32 [2022-08-23T14:07:32.853Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.805s	coverage: 58.5% of statements
14:07:32 [2022-08-23T14:07:32.853Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
14:07:32 [2022-08-23T14:07:32.853Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
14:07:33 [2022-08-23T14:07:33.259Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
14:07:33 [2022-08-23T14:07:33.790Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.025s	coverage: 3.0% of statements
14:07:34 [2022-08-23T14:07:34.352Z] ok  	github.com/docker/docker/daemon/links	0.010s	coverage: 93.0% of statements
14:07:34 [2022-08-23T14:07:34.626Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
14:07:35 [2022-08-23T14:07:35.281Z] ok  	github.com/docker/docker/daemon/images	0.054s	coverage: 6.9% of statements
14:07:35 [2022-08-23T14:07:35.281Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
14:07:35 [2022-08-23T14:07:35.281Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
14:07:35 [2022-08-23T14:07:35.994Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
14:07:36 [2022-08-23T14:07:36.210Z] ok  	github.com/docker/docker/daemon/logger	0.223s	coverage: 43.2% of statements
14:07:36 [2022-08-23T14:07:36.772Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.141s	coverage: 80.2% of statements
14:07:37 [2022-08-23T14:07:37.028Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.009s	coverage: 53.6% of statements
14:07:37 [2022-08-23T14:07:37.028Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
14:07:37 [2022-08-23T14:07:37.590Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.005s	coverage: 68.2% of statements
14:07:37 [2022-08-23T14:07:37.884Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
14:07:38 [2022-08-23T14:07:38.152Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.007s	coverage: 88.2% of statements
14:07:39 [2022-08-23T14:07:39.080Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.197s	coverage: 76.8% of statements
14:07:39 [2022-08-23T14:07:39.336Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
14:07:39 [2022-08-23T14:07:39.775Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
14:07:39 [2022-08-23T14:07:39.775Z]     docker_cli_run_test.go:4032: unmatched requirement DaemonIsWindows
14:07:39 [2022-08-23T14:07:39.775Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
14:07:39 [2022-08-23T14:07:39.775Z]     docker_cli_run_test.go:4051: unmatched requirement DaemonIsWindows
14:07:39 [2022-08-23T14:07:39.775Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
14:07:40 [2022-08-23T14:07:40.031Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
14:07:40 [2022-08-23T14:07:40.265Z] ok  	github.com/docker/docker/daemon/logger/local	0.034s	coverage: 79.4% of statements
14:07:40 [2022-08-23T14:07:40.828Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.024s	coverage: 63.5% of statements
14:07:41 [2022-08-23T14:07:41.401Z] === RUN   TestDockerSuite/TestRunDNSOptions
14:07:41 [2022-08-23T14:07:41.758Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.027s	coverage: 31.5% of statements
14:07:42 [2022-08-23T14:07:42.321Z] ok  	github.com/docker/docker/daemon/logger/journald	3.593s	coverage: 74.3% of statements
14:07:42 [2022-08-23T14:07:42.321Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
14:07:42 [2022-08-23T14:07:42.321Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
14:07:42 [2022-08-23T14:07:42.321Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
14:07:42 [2022-08-23T14:07:42.321Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
14:07:42 [2022-08-23T14:07:42.770Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
14:07:43 [2022-08-23T14:07:43.251Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.009s	coverage: 46.8% of statements
14:07:43 [2022-08-23T14:07:43.251Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
14:07:43 [2022-08-23T14:07:43.814Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
14:07:44 [2022-08-23T14:07:44.159Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
14:07:44 [2022-08-23T14:07:44.378Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.612s	coverage: 82.5% of statements
14:07:44 [2022-08-23T14:07:44.378Z] ?   	github.com/docker/docker/daemon/names	[no test files]
14:07:44 [2022-08-23T14:07:44.378Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
14:07:44 [2022-08-23T14:07:44.721Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
14:07:45 [2022-08-23T14:07:45.307Z] ok  	github.com/docker/docker/distribution/metadata	0.043s	coverage: 44.4% of statements
14:07:45 [2022-08-23T14:07:45.649Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
14:07:46 [2022-08-23T14:07:46.211Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
14:07:46 [2022-08-23T14:07:46.211Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
14:07:46 [2022-08-23T14:07:46.211Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
14:07:46 [2022-08-23T14:07:46.773Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
14:07:47 [2022-08-23T14:07:47.196Z] ok  	github.com/docker/docker/distribution	1.504s	coverage: 28.0% of statements
14:07:47 [2022-08-23T14:07:47.196Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
14:07:47 [2022-08-23T14:07:47.453Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
14:07:48 [2022-08-23T14:07:48.021Z] ok  	github.com/docker/docker/distribution/xfer	1.892s	coverage: 84.9% of statements
14:07:48 [2022-08-23T14:07:48.021Z] ?   	github.com/docker/docker/dockerversion	[no test files]
14:07:48 [2022-08-23T14:07:48.021Z] ok  	github.com/docker/docker/image	0.051s	coverage: 86.9% of statements
14:07:48 [2022-08-23T14:07:48.140Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
14:07:48 [2022-08-23T14:07:48.397Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
14:07:48 [2022-08-23T14:07:48.397Z] === RUN   TestDockerSuite/TestRunDuplicateMount
14:07:48 [2022-08-23T14:07:48.589Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
14:07:48 [2022-08-23T14:07:48.846Z] ok  	github.com/docker/docker/image/tarexport	0.008s	coverage: 0.7% of statements
14:07:48 [2022-08-23T14:07:48.846Z] ?   	github.com/docker/docker/image/v1	[no test files]
14:07:48 [2022-08-23T14:07:48.846Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
14:07:49 [2022-08-23T14:07:49.327Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
14:07:49 [2022-08-23T14:07:49.409Z] ok  	github.com/docker/docker/libcontainerd/queue	0.034s	coverage: 100.0% of statements
14:07:49 [2022-08-23T14:07:49.583Z] === RUN   TestDockerSuite/TestRunEchoStdout
14:07:50 [2022-08-23T14:07:50.146Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
14:07:50 [2022-08-23T14:07:50.338Z] ok  	github.com/docker/docker/oci	0.015s	coverage: 46.0% of statements
14:07:50 [2022-08-23T14:07:50.901Z] ok  	github.com/docker/docker/opts	0.028s	coverage: 66.0% of statements
14:07:51 [2022-08-23T14:07:51.075Z] === RUN   TestDockerSuite/TestRunEmptyEnv
14:07:51 [2022-08-23T14:07:51.075Z] === RUN   TestDockerSuite/TestRunEntrypoint
14:07:51 [2022-08-23T14:07:51.158Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
14:07:51 [2022-08-23T14:07:51.638Z] === RUN   TestDockerSuite/TestRunEnvironment
14:07:52 [2022-08-23T14:07:52.529Z] ok  	github.com/docker/docker/pkg/archive	0.295s	coverage: 82.3% of statements
14:07:52 [2022-08-23T14:07:52.567Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
14:07:53 [2022-08-23T14:07:53.130Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
14:07:53 [2022-08-23T14:07:53.390Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
14:07:53 [2022-08-23T14:07:53.458Z] ok  	github.com/docker/docker/pkg/authorization	0.178s	coverage: 68.3% of statements
14:07:53 [2022-08-23T14:07:53.459Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
14:07:53 [2022-08-23T14:07:53.646Z] === RUN   TestDockerSuite/TestRunExitCode
14:07:53 [2022-08-23T14:07:53.715Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
14:07:54 [2022-08-23T14:07:54.209Z] === RUN   TestDockerSuite/TestRunExitCodeOne
14:07:54 [2022-08-23T14:07:54.772Z] === RUN   TestDockerSuite/TestRunExitCodeZero
14:07:55 [2022-08-23T14:07:55.336Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
14:07:55 [2022-08-23T14:07:55.898Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
14:07:55 [2022-08-23T14:07:55.898Z] === RUN   TestDockerSuite/TestRunExposePort
14:07:55 [2022-08-23T14:07:55.898Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
14:07:56 [2022-08-23T14:07:56.463Z] === RUN   TestDockerSuite/TestRunGroupAdd
14:07:56 [2022-08-23T14:07:56.980Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.476s	coverage: 42.7% of statements
14:07:56 [2022-08-23T14:07:56.980Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
14:07:57 [2022-08-23T14:07:57.025Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
14:07:57 [2022-08-23T14:07:57.237Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
14:07:57 [2022-08-23T14:07:57.494Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
14:07:57 [2022-08-23T14:07:57.751Z] ok  	github.com/docker/docker/pkg/fileutils	0.009s	coverage: 87.2% of statements
14:07:58 [2022-08-23T14:07:58.008Z] ok  	github.com/docker/docker/pkg/fsutils	0.121s	coverage: 85.1% of statements
14:07:58 [2022-08-23T14:07:58.264Z] ok  	github.com/docker/docker/layer	7.659s	coverage: 68.9% of statements
14:07:58 [2022-08-23T14:07:58.264Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
14:07:58 [2022-08-23T14:07:58.264Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
14:07:58 [2022-08-23T14:07:58.264Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
14:07:58 [2022-08-23T14:07:58.264Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
14:07:58 [2022-08-23T14:07:58.265Z] ?   	github.com/docker/docker/oci/caps	[no test files]
14:07:58 [2022-08-23T14:07:58.265Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
14:07:58 [2022-08-23T14:07:58.265Z] ok  	github.com/docker/docker/pkg/homedir	0.010s	coverage: 11.4% of statements
14:07:58 [2022-08-23T14:07:58.407Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
14:07:58 [2022-08-23T14:07:58.408Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
14:07:58 [2022-08-23T14:07:58.408Z]     docker_cli_run_test.go:4134: unmatched requirement DaemonIsWindows
14:07:58 [2022-08-23T14:07:58.408Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
14:07:58 [2022-08-23T14:07:58.664Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
14:07:59 [2022-08-23T14:07:59.631Z] ok  	github.com/docker/docker/pkg/idtools	0.455s	coverage: 69.3% of statements
14:07:59 [2022-08-23T14:07:59.632Z] ok  	github.com/docker/docker/pkg/ioutils	0.450s	coverage: 70.1% of statements
14:07:59 [2022-08-23T14:07:59.888Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
14:07:59 [2022-08-23T14:07:59.888Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
14:07:59 [2022-08-23T14:07:59.888Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
14:08:00 [2022-08-23T14:08:00.144Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
14:08:00 [2022-08-23T14:08:00.144Z] ok  	github.com/docker/docker/pkg/parsers	0.004s	coverage: 97.0% of statements
14:08:00 [2022-08-23T14:08:00.401Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
14:08:00 [2022-08-23T14:08:00.657Z] ok  	github.com/docker/docker/pkg/pidfile	0.004s	coverage: 82.4% of statements
14:08:00 [2022-08-23T14:08:00.657Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.5% of statements
14:08:00 [2022-08-23T14:08:00.657Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
14:08:00 [2022-08-23T14:08:00.657Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
14:08:01 [2022-08-23T14:08:01.181Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
14:08:01 [2022-08-23T14:08:01.219Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.019s	coverage: 56.8% of statements
14:08:01 [2022-08-23T14:08:01.744Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
14:08:01 [2022-08-23T14:08:01.744Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
14:08:01 [2022-08-23T14:08:01.782Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
14:08:02 [2022-08-23T14:08:02.039Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
14:08:02 [2022-08-23T14:08:02.295Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
14:08:03 [2022-08-23T14:08:03.678Z] ok  	github.com/docker/docker/pkg/pubsub	1.034s	coverage: 75.0% of statements
14:08:03 [2022-08-23T14:08:03.678Z] ok  	github.com/docker/docker/pkg/reexec	0.008s	coverage: 82.4% of statements
14:08:03 [2022-08-23T14:08:03.934Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
14:08:04 [2022-08-23T14:08:04.190Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
14:08:04 [2022-08-23T14:08:04.261Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
14:08:04 [2022-08-23T14:08:04.446Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
14:08:04 [2022-08-23T14:08:04.446Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
14:08:05 [2022-08-23T14:08:05.008Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.1% of statements
14:08:05 [2022-08-23T14:08:05.265Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
14:08:05 [2022-08-23T14:08:05.828Z] ok  	github.com/docker/docker/pkg/tailfile	0.049s	coverage: 88.6% of statements
14:08:06 [2022-08-23T14:08:06.085Z] ok  	github.com/docker/docker/pkg/tarsum	0.042s	coverage: 89.3% of statements
14:08:06 [2022-08-23T14:08:06.342Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
14:08:06 [2022-08-23T14:08:06.776Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
14:08:08 [2022-08-23T14:08:08.234Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
14:08:08 [2022-08-23T14:08:08.490Z] ok  	github.com/docker/docker/plugin/v2	0.005s	coverage: 14.4% of statements
14:08:08 [2022-08-23T14:08:08.747Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 86.0% of statements
14:08:10 [2022-08-23T14:08:10.043Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
14:08:10 [2022-08-23T14:08:10.115Z] ok  	github.com/docker/docker/quota	0.228s	coverage: 71.4% of statements
14:08:10 [2022-08-23T14:08:10.115Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
14:08:11 [2022-08-23T14:08:11.045Z] ok  	github.com/docker/docker/registry	0.052s	coverage: 58.6% of statements
14:08:11 [2022-08-23T14:08:11.302Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
14:08:11 [2022-08-23T14:08:11.558Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
14:08:12 [2022-08-23T14:08:12.121Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 64.5% of statements
14:08:12 [2022-08-23T14:08:12.121Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
14:08:13 [2022-08-23T14:08:13.310Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
14:08:13 [2022-08-23T14:08:13.310Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
14:08:13 [2022-08-23T14:08:13.566Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
14:08:14 [2022-08-23T14:08:14.015Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
14:08:14 [2022-08-23T14:08:14.496Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
14:08:14 [2022-08-23T14:08:14.496Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
14:08:14 [2022-08-23T14:08:14.577Z] ok  	github.com/docker/docker/volume/local	0.101s	coverage: 76.8% of statements
14:08:14 [2022-08-23T14:08:14.752Z] === RUN   TestDockerSuite/TestRunInvalidReference
14:08:14 [2022-08-23T14:08:14.752Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
14:08:15 [2022-08-23T14:08:15.141Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 67.7% of statements
14:08:15 [2022-08-23T14:08:15.316Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
14:08:16 [2022-08-23T14:08:16.071Z] ok  	github.com/docker/docker/volume/service	0.016s	coverage: 72.3% of statements
14:08:17 [2022-08-23T14:08:17.842Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
14:08:18 [2022-08-23T14:08:18.405Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
14:08:19 [2022-08-23T14:08:19.333Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
14:08:25 [2022-08-23T14:08:25.866Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
14:08:25 [2022-08-23T14:08:25.866Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
14:08:25 [2022-08-23T14:08:25.866Z] === RUN   TestDockerSuite/TestRunModeHostname
14:08:26 [2022-08-23T14:08:26.793Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
14:08:26 [2022-08-23T14:08:26.793Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
14:08:26 [2022-08-23T14:08:26.793Z] === RUN   TestDockerSuite/TestRunModeIpcHost
14:08:27 [2022-08-23T14:08:27.722Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
14:08:28 [2022-08-23T14:08:28.284Z] === RUN   TestDockerSuite/TestRunModePIDContainer
14:08:29 [2022-08-23T14:08:29.213Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
14:08:29 [2022-08-23T14:08:29.213Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
14:08:29 [2022-08-23T14:08:29.468Z] === RUN   TestDockerSuite/TestRunModeUTSHost
14:08:30 [2022-08-23T14:08:30.397Z] === RUN   TestDockerSuite/TestRunMount
14:08:34 [2022-08-23T14:08:34.569Z] === RUN   TestDockerSuite/TestRunMountOrdering
14:08:34 [2022-08-23T14:08:34.825Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
14:08:35 [2022-08-23T14:08:35.081Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
14:08:36 [2022-08-23T14:08:36.011Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
14:08:37 [2022-08-23T14:08:37.923Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
14:08:37 [2022-08-23T14:08:37.923Z] === RUN   TestDockerSuite/TestRunNamedVolume
14:08:37 [2022-08-23T14:08:37.974Z] ok  	github.com/docker/docker/pkg/plugins	33.639s	coverage: 76.3% of statements
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/rootless	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/volume	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === Skipped
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z]     network_proxy_test.go:208: No support for dual stack yet
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:44: Driver btrfs not supported
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:44: Driver btrfs not supported
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:44: Driver btrfs not supported
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:44: Driver btrfs not supported
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:44: Driver btrfs not supported
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:71: No driver to put!
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z] time="2022-08-23T14:07:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z] time="2022-08-23T14:07:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z] time="2022-08-23T14:07:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:08:37 [2022-08-23T14:08:37.974Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:08:37 [2022-08-23T14:08:37.974Z] 
14:08:37 [2022-08-23T14:08:37.974Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
14:08:37 [2022-08-23T14:08:37.974Z] time="2022-08-23T14:07:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z] time="2022-08-23T14:07:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:71: No driver to put!
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     overlay_test.go:50: Fails to compute changes intermittently
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     overlay_test.go:65: Cannot run test with naive change algorithm
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:44: Driver zfs not supported
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:44: Driver zfs not supported
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:44: Driver zfs not supported
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:44: Driver zfs not supported
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:44: Driver zfs not supported
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     graphtest_unix.go:71: No driver to put!
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
14:08:37 [2022-08-23T14:08:37.975Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
14:08:37 [2022-08-23T14:08:37.975Z] 
14:08:37 [2022-08-23T14:08:37.975Z] DONE 2874 tests, 28 skipped in 257.566s
14:08:37 [2022-08-23T14:08:37.975Z] + '[' -n 'github.com/docker/docker/libnetwork
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/bitseq
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/cluster
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/config
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/datastore
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/diagnostic
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/discoverapi
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/driverapi
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/bridge
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/host
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/null
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/overlay
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/remote
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/windows
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/drvregistry
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/etchosts
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/idm
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/internal/caller
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/ipam
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/ipamapi
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/ipams/builtin
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/ipams/null
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/ipams/remote
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/ipamutils
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/iptables
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/netlabel
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/netutils
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/networkdb
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/ns
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/options
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/osl
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/osl/kernel
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/portallocator
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/portmapper
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/resolvconf
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/testutils
14:08:37 [2022-08-23T14:08:37.975Z] github.com/docker/docker/libnetwork/types' ']'
14:08:37 [2022-08-23T14:08:37.975Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
14:08:39 [2022-08-23T14:08:39.290Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
14:08:41 [2022-08-23T14:08:41.811Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
14:08:42 [2022-08-23T14:08:42.741Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
14:08:43 [2022-08-23T14:08:43.670Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
14:08:43 [2022-08-23T14:08:43.670Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
14:08:43 [2022-08-23T14:08:43.926Z] === RUN   TestDockerSuite/TestRunNetHost
14:08:44 [2022-08-23T14:08:44.855Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
14:08:45 [2022-08-23T14:08:45.111Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
14:08:45 [2022-08-23T14:08:45.673Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
14:08:46 [2022-08-23T14:08:46.236Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
14:08:47 [2022-08-23T14:08:47.605Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
14:08:49 [2022-08-23T14:08:49.497Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
14:08:49 [2022-08-23T14:08:49.758Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
14:08:53 [2022-08-23T14:08:53.028Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
14:08:53 [2022-08-23T14:08:53.028Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
14:08:53 [2022-08-23T14:08:53.028Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
14:08:53 [2022-08-23T14:08:53.285Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
14:08:53 [2022-08-23T14:08:53.851Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
14:08:53 [2022-08-23T14:08:53.851Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
14:08:54 [2022-08-23T14:08:54.420Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
14:08:54 [2022-08-23T14:08:54.983Z] === RUN   TestDockerSuite/TestRunNonExistingImage
14:08:55 [2022-08-23T14:08:55.238Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
14:08:55 [2022-08-23T14:08:55.801Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
14:08:56 [2022-08-23T14:08:56.056Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
14:08:58 [2022-08-23T14:08:58.572Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
14:09:01 [2022-08-23T14:09:01.087Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
14:09:01 [2022-08-23T14:09:01.650Z] === RUN   TestDockerSuite/TestRunOOMExitCode
14:09:01 [2022-08-23T14:09:01.650Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
14:09:01 [2022-08-23T14:09:01.650Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
14:09:02 [2022-08-23T14:09:02.214Z] === RUN   TestDockerSuite/TestRunPIDsLimit
14:09:02 [2022-08-23T14:09:02.777Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
14:09:03 [2022-08-23T14:09:03.708Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
14:09:04 [2022-08-23T14:09:04.271Z] === RUN   TestDockerSuite/TestRunPortInUse
14:09:04 [2022-08-23T14:09:04.834Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
14:09:05 [2022-08-23T14:09:05.397Z]     docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n"
14:09:05 [2022-08-23T14:09:05.397Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
14:09:06 [2022-08-23T14:09:06.325Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
14:09:06 [2022-08-23T14:09:06.888Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
14:09:06 [2022-08-23T14:09:06.888Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
14:09:07 [2022-08-23T14:09:07.450Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
14:09:08 [2022-08-23T14:09:08.012Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
14:09:08 [2022-08-23T14:09:08.012Z]     docker_cli_run_test.go:4117: unmatched requirement DaemonIsWindows
14:09:08 [2022-08-23T14:09:08.012Z] === RUN   TestDockerSuite/TestRunPublishPort
14:09:08 [2022-08-23T14:09:08.575Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
14:09:09 [2022-08-23T14:09:09.138Z] === RUN   TestDockerSuite/TestRunReadProcLatency
14:09:09 [2022-08-23T14:09:09.138Z]     docker_cli_run_test.go:2852: kernel doesn't have latency_stats configured
14:09:09 [2022-08-23T14:09:09.138Z] === RUN   TestDockerSuite/TestRunReadProcTimer
14:09:10 [2022-08-23T14:09:10.087Z] === RUN   TestDockerSuite/TestRunRedirectStdout
14:09:10 [2022-08-23T14:09:10.087Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
14:09:11 [2022-08-23T14:09:11.020Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
14:09:11 [2022-08-23T14:09:11.020Z]     docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved
14:09:11 [2022-08-23T14:09:11.020Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
14:09:12 [2022-08-23T14:09:12.911Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
14:09:13 [2022-08-23T14:09:13.473Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
14:09:14 [2022-08-23T14:09:14.402Z] === RUN   TestDockerSuite/TestRunRm
14:09:15 [2022-08-23T14:09:15.335Z] === RUN   TestDockerSuite/TestRunRmAndWait
14:09:16 [2022-08-23T14:09:16.263Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
14:09:18 [2022-08-23T14:09:18.782Z] === RUN   TestDockerSuite/TestRunRmPre125Api
14:09:19 [2022-08-23T14:09:19.344Z] === RUN   TestDockerSuite/TestRunRootWorkdir
14:09:19 [2022-08-23T14:09:19.600Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
14:09:21 [2022-08-23T14:09:21.495Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
14:09:21 [2022-08-23T14:09:21.753Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
14:09:22 [2022-08-23T14:09:22.009Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
14:09:24 [2022-08-23T14:09:24.529Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
14:09:24 [2022-08-23T14:09:24.606Z] ok  	github.com/docker/docker/libnetwork	37.327s	coverage: 40.6% of statements
14:09:24 [2022-08-23T14:09:24.606Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.116s	coverage: 84.4% of statements
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ok  	github.com/docker/docker/libnetwork/config	0.019s	coverage: 22.4% of statements
14:09:24 [2022-08-23T14:09:24.606Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
14:09:24 [2022-08-23T14:09:24.606Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.399s	coverage: 59.9% of statements
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
14:09:24 [2022-08-23T14:09:24.606Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.119s	coverage: 5.2% of statements
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.7% of statements
14:09:24 [2022-08-23T14:09:24.606Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
14:09:24 [2022-08-23T14:09:24.606Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
14:09:27 [2022-08-23T14:09:27.051Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
14:09:27 [2022-08-23T14:09:27.626Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
14:09:28 [2022-08-23T14:09:28.190Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
14:09:28 [2022-08-23T14:09:28.753Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
14:09:29 [2022-08-23T14:09:29.315Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
14:09:29 [2022-08-23T14:09:29.881Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
14:09:30 [2022-08-23T14:09:30.443Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
14:09:30 [2022-08-23T14:09:30.698Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
14:09:30 [2022-08-23T14:09:30.956Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
14:09:31 [2022-08-23T14:09:31.517Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
14:09:32 [2022-08-23T14:09:32.080Z] === RUN   TestDockerSuite/TestRunSetMacAddress
14:09:33 [2022-08-23T14:09:33.009Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
14:09:33 [2022-08-23T14:09:33.937Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
14:09:34 [2022-08-23T14:09:34.549Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.132s	coverage: 6.6% of statements
14:09:34 [2022-08-23T14:09:34.549Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
14:09:34 [2022-08-23T14:09:34.549Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 63.6% of statements
14:09:34 [2022-08-23T14:09:34.806Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.009s	coverage: 57.4% of statements
14:09:34 [2022-08-23T14:09:34.806Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
14:09:34 [2022-08-23T14:09:34.806Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
14:09:34 [2022-08-23T14:09:34.806Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
14:09:35 [2022-08-23T14:09:35.370Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
14:09:35 [2022-08-23T14:09:35.370Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.015s	coverage: 81.2% of statements
14:09:35 [2022-08-23T14:09:35.626Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
14:09:35 [2022-08-23T14:09:35.831Z] === RUN   TestDockerSuite/TestRunState
14:09:35 [2022-08-23T14:09:35.883Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
14:09:36 [2022-08-23T14:09:36.395Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
14:09:36 [2022-08-23T14:09:36.958Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
14:09:37 [2022-08-23T14:09:37.521Z] === RUN   TestDockerSuite/TestRunStdinPipe
14:09:38 [2022-08-23T14:09:38.084Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
14:09:38 [2022-08-23T14:09:38.341Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
14:09:38 [2022-08-23T14:09:38.341Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
14:09:38 [2022-08-23T14:09:38.341Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
14:09:38 [2022-08-23T14:09:38.904Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
14:09:39 [2022-08-23T14:09:39.466Z] === RUN   TestDockerSuite/TestRunSysctls
14:09:39 [2022-08-23T14:09:39.722Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
14:09:40 [2022-08-23T14:09:40.649Z] === RUN   TestDockerSuite/TestRunTLSVerify
14:09:40 [2022-08-23T14:09:40.650Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
14:09:40 [2022-08-23T14:09:40.650Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
14:09:41 [2022-08-23T14:09:41.212Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
14:09:43 [2022-08-23T14:09:43.124Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
14:09:43 [2022-08-23T14:09:43.381Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
14:09:44 [2022-08-23T14:09:44.749Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
14:09:44 [2022-08-23T14:09:44.749Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
14:09:48 [2022-08-23T14:09:48.016Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
14:09:48 [2022-08-23T14:09:48.016Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
14:09:48 [2022-08-23T14:09:48.087Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.016s	coverage: 100.0% of statements
14:09:50 [2022-08-23T14:09:50.533Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
14:09:50 [2022-08-23T14:09:50.533Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
14:09:51 [2022-08-23T14:09:51.096Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
14:09:51 [2022-08-23T14:09:51.658Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
14:09:52 [2022-08-23T14:09:52.220Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
14:09:54 [2022-08-23T14:09:54.167Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
14:09:54 [2022-08-23T14:09:54.423Z] === RUN   TestDockerSuite/TestRunUnshareProc
14:09:55 [2022-08-23T14:09:55.788Z] === RUN   TestDockerSuite/TestRunUserByID
14:09:56 [2022-08-23T14:09:56.354Z] === RUN   TestDockerSuite/TestRunUserByIDBig
14:09:56 [2022-08-23T14:09:56.611Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
14:09:56 [2022-08-23T14:09:56.611Z] === RUN   TestDockerSuite/TestRunUserByIDZero
14:09:56 [2022-08-23T14:09:56.868Z]     docker_cli_service_logs_test.go:248: checking task s9jnj8kp97y8
14:09:56 [2022-08-23T14:09:56.868Z]     docker_cli_service_logs_test.go:253: checking messages for s9jnj8kp97y8
14:09:56 [2022-08-23T14:09:56.868Z]     docker_cli_service_logs_test.go:248: checking task ij09z0odhmwo
14:09:56 [2022-08-23T14:09:56.868Z]     docker_cli_service_logs_test.go:253: checking messages for ij09z0odhmwo
14:09:57 [2022-08-23T14:09:57.430Z] === RUN   TestDockerSuite/TestRunUserByName
14:09:57 [2022-08-23T14:09:57.686Z] === RUN   TestDockerSwarmSuite/TestServiceScale
14:09:57 [2022-08-23T14:09:57.943Z] === RUN   TestDockerSuite/TestRunUserDefaults
14:09:58 [2022-08-23T14:09:58.888Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
14:09:58 [2022-08-23T14:09:58.888Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
14:09:58 [2022-08-23T14:09:58.888Z] === RUN   TestDockerSuite/TestRunUserNotFound
14:09:58 [2022-08-23T14:09:58.888Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
14:09:59 [2022-08-23T14:09:59.453Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
14:10:00 [2022-08-23T14:10:00.380Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
14:10:02 [2022-08-23T14:10:02.897Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
14:10:02 [2022-08-23T14:10:02.926Z] ok  	github.com/docker/docker/libnetwork/ipam	14.438s	coverage: 85.3% of statements
14:10:02 [2022-08-23T14:10:02.926Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
14:10:02 [2022-08-23T14:10:02.926Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
14:10:02 [2022-08-23T14:10:02.926Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
14:10:02 [2022-08-23T14:10:02.926Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
14:10:02 [2022-08-23T14:10:02.926Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
14:10:02 [2022-08-23T14:10:02.926Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
14:10:02 [2022-08-23T14:10:02.926Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.259s	coverage: 74.0% of statements
14:10:03 [2022-08-23T14:10:03.153Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
14:10:03 [2022-08-23T14:10:03.182Z] ok  	github.com/docker/docker/libnetwork/iptables	0.165s	coverage: 45.0% of statements
14:10:03 [2022-08-23T14:10:03.438Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
14:10:03 [2022-08-23T14:10:03.693Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 44.1% of statements
14:10:03 [2022-08-23T14:10:03.716Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
14:10:05 [2022-08-23T14:10:05.081Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
14:10:06 [2022-08-23T14:10:06.010Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
14:10:07 [2022-08-23T14:10:07.379Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
14:10:09 [2022-08-23T14:10:09.897Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
14:10:10 [2022-08-23T14:10:10.153Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
14:10:10 [2022-08-23T14:10:10.153Z]     docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows
14:10:10 [2022-08-23T14:10:10.153Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
14:10:10 [2022-08-23T14:10:10.153Z]     docker_cli_run_test.go:4107: unmatched requirement DaemonIsWindows
14:10:10 [2022-08-23T14:10:10.153Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
14:10:10 [2022-08-23T14:10:10.153Z]     docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows
14:10:10 [2022-08-23T14:10:10.153Z] === RUN   TestDockerSuite/TestRunWithBadDevice
14:10:10 [2022-08-23T14:10:10.409Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
14:10:10 [2022-08-23T14:10:10.409Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
14:10:10 [2022-08-23T14:10:10.409Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
14:10:10 [2022-08-23T14:10:10.970Z] === RUN   TestDockerSuite/TestRunWithCPUShares
14:10:11 [2022-08-23T14:10:11.226Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
14:10:12 [2022-08-23T14:10:12.154Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
14:10:12 [2022-08-23T14:10:12.715Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
14:10:12 [2022-08-23T14:10:12.971Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
14:10:12 [2022-08-23T14:10:12.971Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
14:10:13 [2022-08-23T14:10:13.534Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
14:10:13 [2022-08-23T14:10:13.534Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
14:10:13 [2022-08-23T14:10:13.534Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
14:10:13 [2022-08-23T14:10:13.534Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
14:10:13 [2022-08-23T14:10:13.534Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
14:10:13 [2022-08-23T14:10:13.534Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
14:10:13 [2022-08-23T14:10:13.534Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
14:10:13 [2022-08-23T14:10:13.534Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
14:10:13 [2022-08-23T14:10:13.534Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
14:10:13 [2022-08-23T14:10:13.534Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
14:10:13 [2022-08-23T14:10:13.534Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
14:10:13 [2022-08-23T14:10:13.534Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
14:10:13 [2022-08-23T14:10:13.534Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
14:10:13 [2022-08-23T14:10:13.534Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
14:10:13 [2022-08-23T14:10:13.534Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
14:10:14 [2022-08-23T14:10:14.096Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
14:10:14 [2022-08-23T14:10:14.681Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
14:10:14 [2022-08-23T14:10:14.681Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
14:10:15 [2022-08-23T14:10:15.244Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
14:10:15 [2022-08-23T14:10:15.244Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
14:10:16 [2022-08-23T14:10:16.172Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
14:10:16 [2022-08-23T14:10:16.172Z] === RUN   TestDockerSuite/TestRunWithShmSize
14:10:16 [2022-08-23T14:10:16.734Z] === RUN   TestDockerSuite/TestRunWithSwappiness
14:10:17 [2022-08-23T14:10:17.296Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
14:10:17 [2022-08-23T14:10:17.296Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
14:10:17 [2022-08-23T14:10:17.296Z] === RUN   TestDockerSuite/TestRunWithUlimits
14:10:18 [2022-08-23T14:10:18.225Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
14:10:18 [2022-08-23T14:10:18.225Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
14:10:19 [2022-08-23T14:10:19.153Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
14:10:19 [2022-08-23T14:10:19.716Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
14:10:19 [2022-08-23T14:10:19.716Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
14:10:19 [2022-08-23T14:10:19.716Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
14:10:20 [2022-08-23T14:10:20.279Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
14:10:20 [2022-08-23T14:10:20.279Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
14:10:20 [2022-08-23T14:10:20.845Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
14:10:21 [2022-08-23T14:10:21.408Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
14:10:21 [2022-08-23T14:10:21.971Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
14:10:23 [2022-08-23T14:10:23.340Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
14:10:23 [2022-08-23T14:10:23.596Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
14:10:24 [2022-08-23T14:10:24.159Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
14:10:24 [2022-08-23T14:10:24.159Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
14:10:24 [2022-08-23T14:10:24.159Z] === RUN   TestDockerSuite/TestSlowStdinClosing
14:10:24 [2022-08-23T14:10:24.159Z] === RUN   TestDockerSuite/TestSlowStdinClosing/0
14:10:24 [2022-08-23T14:10:24.722Z] === RUN   TestDockerSuite/TestSlowStdinClosing/1
14:10:25 [2022-08-23T14:10:25.650Z] === RUN   TestDockerSuite/TestSlowStdinClosing/2
14:10:25 [2022-08-23T14:10:25.651Z]     docker_cli_swarm_test.go:1895: [ddcb228a6dfcd] joining swarm manager [df8a312529b53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:10:26 [2022-08-23T14:10:26.212Z] === RUN   TestDockerSuite/TestStopContainerSignal
14:10:27 [2022-08-23T14:10:27.140Z]     docker_cli_swarm_test.go:1896: [d5c515864c9e9] joining swarm manager [df8a312529b53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:10:27 [2022-08-23T14:10:27.702Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
14:10:28 [2022-08-23T14:10:28.264Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
14:10:30 [2022-08-23T14:10:30.787Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
14:10:33 [2022-08-23T14:10:33.304Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
14:10:35 [2022-08-23T14:10:35.823Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
14:10:36 [2022-08-23T14:10:36.751Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
14:10:38 [2022-08-23T14:10:38.119Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
14:10:39 [2022-08-23T14:10:39.048Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
14:10:39 [2022-08-23T14:10:39.976Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
14:10:41 [2022-08-23T14:10:41.344Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
14:10:42 [2022-08-23T14:10:42.712Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
14:10:42 [2022-08-23T14:10:42.968Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
14:10:43 [2022-08-23T14:10:43.897Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
14:10:45 [2022-08-23T14:10:45.789Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
14:10:47 [2022-08-23T14:10:47.162Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
14:10:48 [2022-08-23T14:10:48.528Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
14:10:50 [2022-08-23T14:10:50.419Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
14:10:51 [2022-08-23T14:10:51.347Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
14:10:53 [2022-08-23T14:10:53.238Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
14:10:53 [2022-08-23T14:10:53.238Z]     docker_cli_run_test.go:4432: unmatched requirement DaemonIsWindows
14:10:53 [2022-08-23T14:10:53.238Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
14:10:53 [2022-08-23T14:10:53.238Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
14:10:53 [2022-08-23T14:10:53.495Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
14:10:53 [2022-08-23T14:10:53.751Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
14:10:54 [2022-08-23T14:10:54.315Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
14:10:55 [2022-08-23T14:10:55.244Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
14:10:56 [2022-08-23T14:10:56.174Z] === RUN   TestDockerSuite/TestSaveCheckTimes
14:10:56 [2022-08-23T14:10:56.174Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
14:10:57 [2022-08-23T14:10:57.540Z] === RUN   TestDockerSuite/TestSaveImageId
14:10:57 [2022-08-23T14:10:57.540Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
14:10:57 [2022-08-23T14:10:57.796Z] === RUN   TestDockerSuite/TestSaveLoadParents
14:10:59 [2022-08-23T14:10:59.162Z]     docker_cli_save_load_test.go:376: tmpdir /tmp/save-load-parents689210676
14:10:59 [2022-08-23T14:10:59.162Z] === RUN   TestDockerSuite/TestSaveMultipleNames
14:10:59 [2022-08-23T14:10:59.162Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
14:11:00 [2022-08-23T14:11:00.529Z] === RUN   TestDockerSuite/TestSaveSingleTag
14:11:00 [2022-08-23T14:11:00.529Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
14:11:00 [2022-08-23T14:11:00.529Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
14:11:01 [2022-08-23T14:11:01.458Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
14:11:02 [2022-08-23T14:11:02.841Z] === RUN   TestDockerSuite/TestSearchCmdOptions
14:11:05 [2022-08-23T14:11:05.357Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
14:11:05 [2022-08-23T14:11:05.357Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
14:11:05 [2022-08-23T14:11:05.613Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
14:11:05 [2022-08-23T14:11:05.869Z] === RUN   TestDockerSuite/TestSearchWithLimit
14:11:07 [2022-08-23T14:11:07.236Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
14:11:07 [2022-08-23T14:11:07.236Z]     docker_cli_sni_test.go:30: Flakey test
14:11:07 [2022-08-23T14:11:07.236Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
14:11:09 [2022-08-23T14:11:09.125Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
14:11:11 [2022-08-23T14:11:11.642Z]     docker_cli_swarm_test.go:1796: [d6b409e81c13a] joining swarm manager [dcae582afcb71]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:11:12 [2022-08-23T14:11:12.205Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
14:11:12 [2022-08-23T14:11:12.767Z]     docker_cli_swarm_test.go:1797: [dfb3cd24ad26a] joining swarm manager [dcae582afcb71]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:11:14 [2022-08-23T14:11:14.136Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
14:11:14 [2022-08-23T14:11:14.698Z] === RUN   TestDockerSuite/TestStartAttachSilent
14:11:15 [2022-08-23T14:11:15.627Z] === RUN   TestDockerSuite/TestStartAttachWithRename
14:11:18 [2022-08-23T14:11:18.143Z] === RUN   TestDockerSuite/TestStartMultipleContainers
14:11:19 [2022-08-23T14:11:19.510Z] === RUN   TestDockerSuite/TestStartPausedContainer
14:11:20 [2022-08-23T14:11:20.094Z] === RUN   TestDockerSuite/TestStartRecordError
14:11:21 [2022-08-23T14:11:21.460Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
14:11:22 [2022-08-23T14:11:22.389Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
14:11:23 [2022-08-23T14:11:23.756Z] === RUN   TestDockerSuite/TestStatsAllNoStream
14:11:26 [2022-08-23T14:11:26.273Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
14:11:28 [2022-08-23T14:11:28.790Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
14:11:30 [2022-08-23T14:11:30.156Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
14:11:33 [2022-08-23T14:11:33.424Z] === RUN   TestDockerSuite/TestStatsFormatAll
14:11:36 [2022-08-23T14:11:36.692Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
14:11:38 [2022-08-23T14:11:38.058Z] === RUN   TestDockerSuite/TestStatsNoStream
14:11:38 [2022-08-23T14:11:38.314Z]     docker_cli_swarm_test.go:1315: [d527a98279a90] joining swarm manager [dea03571cdab3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:11:39 [2022-08-23T14:11:39.682Z]     docker_cli_swarm_test.go:1316: [df62d1897716e] joining swarm manager [dea03571cdab3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:11:40 [2022-08-23T14:11:40.610Z] === RUN   TestDockerSuite/TestTopMultipleArgs
14:11:41 [2022-08-23T14:11:41.173Z] === RUN   TestDockerSuite/TestTopNonPrivileged
14:11:41 [2022-08-23T14:11:41.736Z] === RUN   TestDockerSuite/TestTopPrivileged
14:11:41 [2022-08-23T14:11:41.993Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
14:11:41 [2022-08-23T14:11:41.993Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows
14:11:41 [2022-08-23T14:11:41.993Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
14:11:42 [2022-08-23T14:11:42.556Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
14:11:43 [2022-08-23T14:11:43.118Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
14:11:43 [2022-08-23T14:11:43.118Z]     docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport
14:11:43 [2022-08-23T14:11:43.118Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
14:11:43 [2022-08-23T14:11:43.118Z]     docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport
14:11:43 [2022-08-23T14:11:43.118Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
14:11:44 [2022-08-23T14:11:44.046Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
14:11:44 [2022-08-23T14:11:44.609Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
14:11:45 [2022-08-23T14:11:45.173Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
14:11:46 [2022-08-23T14:11:46.101Z] === RUN   TestDockerSuite/TestUpdateStats
14:11:50 [2022-08-23T14:11:50.269Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
14:11:50 [2022-08-23T14:11:50.528Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
14:11:50 [2022-08-23T14:11:50.528Z]     docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport
14:11:50 [2022-08-23T14:11:50.528Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
14:11:51 [2022-08-23T14:11:51.457Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
14:11:52 [2022-08-23T14:11:52.018Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
14:11:53 [2022-08-23T14:11:53.908Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
14:11:55 [2022-08-23T14:11:55.085Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.729s	coverage: 60.1% of statements
14:11:55 [2022-08-23T14:11:55.085Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
14:11:55 [2022-08-23T14:11:55.085Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
14:11:55 [2022-08-23T14:11:55.085Z] ok  	github.com/docker/docker/libnetwork/osl	4.311s	coverage: 39.7% of statements
14:11:55 [2022-08-23T14:11:55.085Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
14:11:55 [2022-08-23T14:11:55.085Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.013s	coverage: 80.7% of statements
14:11:55 [2022-08-23T14:11:55.281Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
14:11:55 [2022-08-23T14:11:55.342Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.550s	coverage: 48.6% of statements
14:11:55 [2022-08-23T14:11:55.599Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.6% of statements
14:11:55 [2022-08-23T14:11:55.599Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
14:11:55 [2022-08-23T14:11:55.855Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
14:11:55 [2022-08-23T14:11:55.855Z] 
14:11:55 [2022-08-23T14:11:55.855Z] === Skipped
14:11:55 [2022-08-23T14:11:55.855Z] === SKIP: libnetwork TestParallel1 (0.00s)
14:11:55 [2022-08-23T14:11:55.855Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
14:11:55 [2022-08-23T14:11:55.855Z] 
14:11:55 [2022-08-23T14:11:55.855Z] === SKIP: libnetwork TestParallel3 (0.00s)
14:11:55 [2022-08-23T14:11:55.855Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
14:11:55 [2022-08-23T14:11:55.855Z] 
14:11:55 [2022-08-23T14:11:55.855Z] === SKIP: libnetwork TestParallel2 (0.00s)
14:11:55 [2022-08-23T14:11:55.855Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
14:11:55 [2022-08-23T14:11:55.855Z] 
14:11:55 [2022-08-23T14:11:55.855Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
14:11:55 [2022-08-23T14:11:55.855Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
14:11:55 [2022-08-23T14:11:55.855Z] 
14:11:55 [2022-08-23T14:11:55.855Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
14:11:55 [2022-08-23T14:11:55.855Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
14:11:55 [2022-08-23T14:11:55.855Z] 
14:11:55 [2022-08-23T14:11:55.855Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
14:11:55 [2022-08-23T14:11:55.855Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
14:11:55 [2022-08-23T14:11:55.855Z] 
14:11:55 [2022-08-23T14:11:55.855Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
14:11:55 [2022-08-23T14:11:55.855Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
14:11:55 [2022-08-23T14:11:55.855Z] 
14:11:55 [2022-08-23T14:11:55.855Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
14:11:55 [2022-08-23T14:11:55.855Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
14:11:55 [2022-08-23T14:11:55.855Z] 
14:11:55 [2022-08-23T14:11:55.855Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
14:11:55 [2022-08-23T14:11:55.855Z]     firewalld_test.go:14: firewalld is not running
14:11:55 [2022-08-23T14:11:55.855Z] 
14:11:55 [2022-08-23T14:11:55.855Z] DONE 327 tests, 9 skipped in 200.459s
Post stage
[Pipeline] junit
14:11:56 [2022-08-23T14:11:56.432Z] Recording test results
14:11:56 [2022-08-23T14:11:56.702Z] === RUN   TestDockerSuite/TestVolumeCLICreate
14:11:56 [2022-08-23T14:11:56.789Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
14:11:57 [2022-08-23T14:11:57.103Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/.git:/go/src/github.com/docker/docker/.git --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/validate/vendor
14:11:57 [2022-08-23T14:11:57.665Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:11:58 [2022-08-23T14:11:58.221Z] + echo Ensuring container killed.
14:11:58 [2022-08-23T14:11:58.221Z] Ensuring container killed.
14:11:58 [2022-08-23T14:11:58.221Z] + docker rm -vf docker-pr44
14:11:58 [2022-08-23T14:11:58.221Z] Error: No such container: docker-pr44
[Pipeline] sh
14:11:58 [2022-08-23T14:11:58.547Z] + echo Chowning /workspace to jenkins user
14:11:58 [2022-08-23T14:11:58.547Z] Chowning /workspace to jenkins user
14:11:58 [2022-08-23T14:11:58.547Z] + id -u
14:11:58 [2022-08-23T14:11:58.547Z] + id -g
14:11:58 [2022-08-23T14:11:58.547Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43739:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:12:00 [2022-08-23T14:12:00.199Z] + bundleName=unit
14:12:00 [2022-08-23T14:12:00.199Z] + echo Creating unit-bundles.tar.gz
14:12:00 [2022-08-23T14:12:00.199Z] Creating unit-bundles.tar.gz
14:12:00 [2022-08-23T14:12:00.199Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out
14:12:00 [2022-08-23T14:12:00.199Z] bundles/junit-report-libnetwork.xml
14:12:00 [2022-08-23T14:12:00.199Z] bundles/junit-report.xml
14:12:00 [2022-08-23T14:12:00.199Z] bundles/go-test-report-libnetwork.json
14:12:00 [2022-08-23T14:12:00.199Z] bundles/go-test-report.json
14:12:00 [2022-08-23T14:12:00.199Z] bundles/profile-libnetwork.out
14:12:00 [2022-08-23T14:12:00.199Z] bundles/profile.out
[Pipeline] archiveArtifacts
14:12:00 [2022-08-23T14:12:00.208Z] Archiving artifacts
14:12:00 [2022-08-23T14:12:00.666Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43739/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:12:00 [2022-08-23T14:12:00.970Z] + make clean
14:12:00 [2022-08-23T14:12:00.971Z] docker volume rm -f docker-dev-cache docker-mod-cache
14:12:00 [2022-08-23T14:12:00.971Z] docker-dev-cache
14:12:00 [2022-08-23T14:12:00.971Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:12:11 [2022-08-23T14:12:11.541Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
14:12:11 [2022-08-23T14:12:11.541Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
14:12:11 [2022-08-23T14:12:11.797Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
14:12:12 [2022-08-23T14:12:12.360Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
14:12:12 [2022-08-23T14:12:12.360Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
14:12:12 [2022-08-23T14:12:12.360Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
14:12:12 [2022-08-23T14:12:12.360Z] === RUN   TestDockerSuite/TestVolumeCLILs
14:12:12 [2022-08-23T14:12:12.924Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
14:12:12 [2022-08-23T14:12:12.924Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
14:12:13 [2022-08-23T14:12:13.486Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
14:12:13 [2022-08-23T14:12:13.486Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
14:12:13 [2022-08-23T14:12:13.486Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
14:12:13 [2022-08-23T14:12:13.742Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
14:12:13 [2022-08-23T14:12:13.742Z] === RUN   TestDockerSuite/TestVolumeCLIRm
14:12:15 [2022-08-23T14:12:15.110Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
14:12:15 [2022-08-23T14:12:15.110Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
14:12:15 [2022-08-23T14:12:15.377Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
14:12:15 [2022-08-23T14:12:15.377Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
14:12:15 [2022-08-23T14:12:15.377Z] === RUN   TestDockerSuite/TestVolumeLsFormat
14:12:15 [2022-08-23T14:12:15.377Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
14:12:15 [2022-08-23T14:12:15.377Z] --- PASS: TestDockerSuite (1343.39s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (1.01s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.10s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.82s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.35s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.82s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.63s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.28s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.83s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.99s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.09s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.41s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.62s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.94s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.88s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.54s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.94s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.44s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.29s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.34s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.84s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.97s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.45s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.47s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.22s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.06s)
14:12:15 [2022-08-23T14:12:15.377Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.69s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.65s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (2.13s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.16s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.83s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.26s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.89s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.94s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.74s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.84s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.10s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.15s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.88s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.85s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.80s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.72s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.82s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.79s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.85s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.91s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.93s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.82s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.85s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.66s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.68s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.36s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.24s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.62s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.41s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.84s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.97s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.62s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.72s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.51s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>} (1.51s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>} (1.52s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.54s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.34s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000ba9788_<nil>_<nil>} (1.55s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12691865616_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.69s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12691865616_/foo_true__<nil>_<nil>_<nil>_<nil>} (0.68s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-34236439093_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.48s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-34236439093_/foo_true__<nil>_<nil>_<nil>_<nil>} (0.69s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-34236439093_/foo_true__0xc000ba97b8_<nil>_<nil>_<nil>} (1.42s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000ba97d0_<nil>_<nil>} (1.49s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000ba97e8_<nil>_<nil>} (1.41s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000ba9800_<nil>_<nil>} (1.52s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000ba9818_<nil>_<nil>} (0.61s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.48s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.36s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.04s)
14:12:15 [2022-08-23T14:12:15.378Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.64s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.64s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.96s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.47s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.37s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.84s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.67s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.68s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.59s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.65s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.44s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.86s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.72s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.68s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.72s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.63s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.70s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.86s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.73s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (11.04s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.69s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.95s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.81s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.12s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.86s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.59s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.76s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.56s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.81s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.72s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.73s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.85s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.80s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.70s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.63s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.80s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.82s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.53s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (7.24s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.11s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.86s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.95s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.70s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.11s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.56s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.68s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.67s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.81s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.16s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.98s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.84s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.92s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.80s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.02s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.51s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.34s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.17s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.87s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.92s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.06s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.52s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.11s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.38s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.78s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.00s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.59s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.61s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.63s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.27s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.12s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (5.05s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.22s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.00s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.33s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddTar (8.00s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.22s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.36s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.03s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.11s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.42s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.92s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.57s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.84s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.52s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.30s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.87s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.18s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.78s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.62s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.52s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.70s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.44s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.17s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.52s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.68s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.38s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.56s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.73s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.91s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (5.89s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.53s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.93s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.98s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.28s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.80s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.65s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.38s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.31s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.37s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.53s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.62s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.22s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.13s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.38s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.82s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.69s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.43s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.04s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.52s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.66s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.77s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.50s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.18s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.12s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.58s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.47s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.80s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.85s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.55s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.11s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.89s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.63s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.17s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.43s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.16s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (8.20s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.08s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.06s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (9.65s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.81s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (3.51s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.78s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.74s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.88s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.83s)
14:12:15 [2022-08-23T14:12:15.378Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.82s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (12.45s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.15s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (3.63s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.31s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.30s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.62s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.12s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.29s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.31s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.79s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.23s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.34s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.00s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.95s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.64s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (4.25s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (16.22s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.29s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.12s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.51s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.31s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.33s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.01s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.22s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (7.58s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.22s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.38s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.32s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.29s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildFails (0.64s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.07s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.90s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.15s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.00s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.28s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.83s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.52s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.68s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.30s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.67s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.62s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.28s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.40s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.57s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.59s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.52s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.82s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.42s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.40s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.44s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.31s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.57s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (0.97s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.51s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.83s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.36s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.14s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.29s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.23s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.00s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.73s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.44s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.40s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.57s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.54s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.86s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.56s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.83s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.35s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.93s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.35s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.45s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.39s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.62s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.59s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.04s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.02s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.56s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.25s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.45s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.29s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.58s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.95s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.45s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.91s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.33s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.72s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.86s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.62s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.84s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.49s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.33s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.58s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildRm (2.27s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.69s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.21s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.41s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.02s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.21s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.19s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.55s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.13s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.35s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.32s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.71s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.65s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.31s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.79s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.96s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.44s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.71s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.01s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildUser (1.59s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.85s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (14.35s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.64s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.24s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.96s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.86s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.81s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.53s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.82s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.54s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.73s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.80s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.60s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (1.16s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.26s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.40s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.64s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.52s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.71s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCommitChange (0.97s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.57s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.00s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCommitNewFile (0.96s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.61s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.00s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.94s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.55s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.15s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.59s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.71s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.70s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.62s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.56s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.95s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.79s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.73s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.64s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.99s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.87s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.71s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.63s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.79s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.60s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.53s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.63s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.79s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.83s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.61s)
14:12:15 [2022-08-23T14:12:15.379Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.60s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToCaseA (0.92s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.46s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.38s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.93s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.54s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.71s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.69s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.40s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.81s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.84s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.68s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToDot (0.68s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.15s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.30s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.66s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.42s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.43s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.72s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.24s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.13s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.52s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.62s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.62s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.40s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.08s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.11s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateRM (0.11s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.17s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.78s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.87s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.11s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.17s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.88s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.87s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.59s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.44s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.71s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.72s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.25s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.65s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.45s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.20s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.03s)
14:12:15 [2022-08-23T14:12:15.636Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.41s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.27s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.71s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.30s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsFilters (0.95s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsFormat (0.97s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.03s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.93s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsImagePull (1.03s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (2.30s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.46s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsRename (0.50s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsResize (0.50s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.45s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.59s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.47s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.70s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsTop (0.55s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.92s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.66s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.50s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExec (0.66s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.25s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecCgroup (1.17s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecEnv (0.54s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.06s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.66s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecInspectID (2.69s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.76s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.59s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.62s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecParseError (0.63s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.82s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.72s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.55s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.78s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecTTY (0.60s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.50s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.72s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.35s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.54s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.54s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.59s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.03s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.23s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestHealth (19.75s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.85s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestBuildHistory (2.62s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.56s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.58s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.57s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.39s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.67s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.62s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.54s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.53s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.61s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.03s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.17s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImportFile (1.34s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.25s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.53s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.32s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.72s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.67s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.74s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.79s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.48s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.69s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.47s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.46s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.56s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectImage (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.44s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.47s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.07s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.48s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectPlugin (2.30s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.05s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.57s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.54s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.96s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.48s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.44s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.54s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.52s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.61s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.43s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.49s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.54s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.35s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.21s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.98s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.90s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.85s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.46s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.74s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.01s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.43s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.41s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.45s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.00s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.07s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.07s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.80s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.93s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.45s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.43s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsSince (6.52s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.51s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.85s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsTail (0.68s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.61s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.45s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestNetHostname (1.25s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.72s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.52s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.97s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.43s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.77s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.29s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.06s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.55s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.88s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.13s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (2.14s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPluginActive (2.25s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.63s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.57s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.79s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.11s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.36s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.96s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPortHostBinding (1.11s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPortList (7.88s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.61s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (2.05s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.27s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.46s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsByOrder (1.91s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.66s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.08s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.99s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.39s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.20s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.97s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.39s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.96s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.93s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.66s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.64s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (0.94s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.54s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.56s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPsShowMounts (2.14s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.45s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.42s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.44s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.92s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.47s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.47s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.99s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.45s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.17s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.46s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.42s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.14s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.26s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.87s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.34s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.79s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.08s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.69s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.08s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.61s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.48s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.71s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.47s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.58s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.42s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.46s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.45s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.46s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.74s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.29s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.69s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.27s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.03s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.91s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.18s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.72s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.42s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.81s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.26s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.48s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.30s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.46s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.51s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.89s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.42s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.23s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.55s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.48s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.05s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.62s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.92s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.58s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.91s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.90s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.59s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.59s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.59s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.49s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.81s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.97s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.98s)
14:12:15 [2022-08-23T14:12:15.637Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.44s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.43s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.46s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.35s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.47s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.47s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.51s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.50s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.51s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.48s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.48s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.44s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.46s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.44s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.72s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.50s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.51s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.45s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.50s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.10s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.43s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.24s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.65s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.41s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.45s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.47s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.47s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.19s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.15s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.10s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.67s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.46s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.32s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.66s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.79s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.48s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.48s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.17s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.58s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.47s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.54s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.62s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.62s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.64s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.48s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.66s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.66s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.66s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.80s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.72s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.56s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.57s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.43s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.54s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.64s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.02s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.48s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.51s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.33s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.28s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.57s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.70s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.13s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.73s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.98s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.64s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.24s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.93s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.97s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.80s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.33s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.31s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.69s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.88s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.75s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (0.94s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (0.89s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunMount (3.87s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.46s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.44s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.89s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.73s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.57s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.06s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.09s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.44s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.70s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.48s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.60s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.59s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.76s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.55s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.44s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.56s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.50s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.70s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.61s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.83s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.55s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.67s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.36s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.73s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.54s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.68s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.72s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.54s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.56s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.53s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.71s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.78s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.10s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.42s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.97s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunRm (0.73s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.59s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.47s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.48s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.59s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.59s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.65s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.03s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.58s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.47s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.66s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.65s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.59s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.45s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.59s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.52s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.72s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.67s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunState (1.42s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.60s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.54s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.61s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.68s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.12s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.51s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.79s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.48s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.27s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.83s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.95s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.50s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.60s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.43s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.28s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.32s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.69s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.19s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.79s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.57s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.62s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.60s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.26s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.45s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.65s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.36s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.88s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.46s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.08s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.57s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.53s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.45s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.89s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.43s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.43s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.47s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.45s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.52s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.05s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.50s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.64s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.79s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.59s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.63s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.11s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.46s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.50s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.12s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.57s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.74s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.49s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.08s)
14:12:15 [2022-08-23T14:12:15.638Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.67s)
14:12:15 [2022-08-23T14:12:15.638Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.75s)
14:12:15 [2022-08-23T14:12:15.638Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.65s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.60s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.54s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.32s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.16s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.59s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.34s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.32s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.87s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.94s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.27s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.32s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.54s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.69s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.40s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.35s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.81s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.87s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.33s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.77s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.79s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.17s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.11s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.06s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.37s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.35s)
14:12:15 [2022-08-23T14:12:15.638Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.06s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.12s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.30s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.17s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.37s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.43s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.02s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.79s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.65s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.84s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.53s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.56s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.57s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.12s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.17s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.14s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.48s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.05s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.59s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.72s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.49s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.55s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.51s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.43s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.46s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.95s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.62s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.56s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.07s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.50s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.89s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.73s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.59s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.62s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.79s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.26s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.50s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.51s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.43s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s)
14:12:15 [2022-08-23T14:12:15.639Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s)
14:12:15 [2022-08-23T14:12:15.639Z] === RUN   TestDockerRegistrySuite
14:12:15 [2022-08-23T14:12:15.639Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
14:12:16 [2022-08-23T14:12:16.567Z]     check_test.go:427: [d436c409dfd62] daemon is not started
14:12:16 [2022-08-23T14:12:16.567Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
14:12:17 [2022-08-23T14:12:17.934Z]     check_test.go:427: [de7b169084d04] daemon is not started
14:12:17 [2022-08-23T14:12:17.934Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
14:12:19 [2022-08-23T14:12:19.307Z]     check_test.go:427: [d14d818cd05be] daemon is not started
14:12:19 [2022-08-23T14:12:19.307Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
14:12:19 [2022-08-23T14:12:19.307Z]     check_test.go:427: [d4fb526d71696] daemon is not started
14:12:19 [2022-08-23T14:12:19.307Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
14:12:21 [2022-08-23T14:12:21.842Z]     check_test.go:427: [d2c323ac24048] daemon is not started
14:12:22 [2022-08-23T14:12:22.099Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
14:12:27 [2022-08-23T14:12:27.345Z]     check_test.go:427: [d89c6a0ad9bab] daemon is not started
14:12:27 [2022-08-23T14:12:27.345Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
14:12:30 [2022-08-23T14:12:30.612Z]     check_test.go:427: [d35cb325e635b] daemon is not started
14:12:30 [2022-08-23T14:12:30.612Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
14:12:31 [2022-08-23T14:12:31.175Z]     check_test.go:427: [d98993bb4ad94] daemon is not started
14:12:31 [2022-08-23T14:12:31.175Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
14:12:32 [2022-08-23T14:12:32.105Z]     check_test.go:427: [ddda6744234dd] daemon is not started
14:12:32 [2022-08-23T14:12:32.105Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
14:12:33 [2022-08-23T14:12:33.033Z]     check_test.go:427: [dfc5388d31db8] daemon is not started
14:12:33 [2022-08-23T14:12:33.033Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
14:12:33 [2022-08-23T14:12:33.961Z]     check_test.go:427: [d03d7a95e1775] daemon is not started
14:12:33 [2022-08-23T14:12:33.961Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
14:12:35 [2022-08-23T14:12:35.327Z]     check_test.go:427: [dce81d0625a77] daemon is not started
14:12:35 [2022-08-23T14:12:35.327Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
14:12:36 [2022-08-23T14:12:36.694Z]     check_test.go:427: [de5485adceaea] daemon is not started
14:12:36 [2022-08-23T14:12:36.694Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
14:12:37 [2022-08-23T14:12:37.625Z]     check_test.go:427: [d7d3fef6758b0] daemon is not started
14:12:37 [2022-08-23T14:12:37.625Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
14:12:38 [2022-08-23T14:12:38.188Z]     docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:90e68ea3756ebd786b50f6b1b5281e9c8769a09fd5cd9eda51d13780506f6330
14:12:39 [2022-08-23T14:12:39.118Z]     docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:662f184d04fbcaf39af0fc393f693882a26b7d3cea7ac3c97b1d79609d1504f9
14:12:39 [2022-08-23T14:12:39.118Z]     check_test.go:427: [df176306d4e44] daemon is not started
14:12:39 [2022-08-23T14:12:39.118Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
14:12:40 [2022-08-23T14:12:40.055Z]     docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c787f19fd1e7bd7e3810b1f6fff45692a217a57f50cae563156a5f47ed170c08
14:12:40 [2022-08-23T14:12:40.989Z]     docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:960452e241e58e57a5b1b90172fc7050a8470780d44c093ad0354d9707eb00a6
14:12:41 [2022-08-23T14:12:41.245Z]     check_test.go:427: [dab29cca73104] daemon is not started
14:12:41 [2022-08-23T14:12:41.245Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
14:12:42 [2022-08-23T14:12:42.177Z]     check_test.go:427: [da92f078f40b2] daemon is not started
14:12:42 [2022-08-23T14:12:42.177Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
14:12:44 [2022-08-23T14:12:44.696Z]     check_test.go:427: [d0870c9e182ef] daemon is not started
14:12:44 [2022-08-23T14:12:44.696Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
14:12:45 [2022-08-23T14:12:45.259Z]     check_test.go:427: [d6540148bc2e5] daemon is not started
14:12:45 [2022-08-23T14:12:45.259Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
14:12:45 [2022-08-23T14:12:45.259Z]     check_test.go:427: [d282edb59105f] daemon is not started
14:12:45 [2022-08-23T14:12:45.259Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
14:12:46 [2022-08-23T14:12:46.625Z]     check_test.go:427: [d599942433c3c] daemon is not started
14:12:46 [2022-08-23T14:12:46.625Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
14:12:47 [2022-08-23T14:12:47.189Z]     check_test.go:427: [db3ece10fc609] daemon is not started
14:12:47 [2022-08-23T14:12:47.189Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
14:12:48 [2022-08-23T14:12:48.119Z]     check_test.go:427: [d48f6c9a9bac8] daemon is not started
14:12:48 [2022-08-23T14:12:48.119Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
14:12:50 [2022-08-23T14:12:50.640Z]     check_test.go:427: [d69b2080da3c2] daemon is not started
14:12:50 [2022-08-23T14:12:50.640Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
14:12:50 [2022-08-23T14:12:50.897Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
14:12:51 [2022-08-23T14:12:51.153Z]     check_test.go:427: [dbc9075243d1c] daemon is not started
14:12:51 [2022-08-23T14:12:51.153Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
14:12:52 [2022-08-23T14:12:52.521Z]     check_test.go:427: [d648f60f26e0d] daemon is not started
14:12:52 [2022-08-23T14:12:52.521Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
14:12:52 [2022-08-23T14:12:52.777Z]     check_test.go:427: [d5b432b62731d] daemon is not started
14:12:52 [2022-08-23T14:12:52.777Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
14:12:53 [2022-08-23T14:12:53.033Z]     check_test.go:427: [ddfe5ac1ca940] daemon is not started
14:12:53 [2022-08-23T14:12:53.033Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
14:12:53 [2022-08-23T14:12:53.289Z]     check_test.go:427: [dd03e0d22703e] daemon is not started
14:12:53 [2022-08-23T14:12:53.289Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
14:12:53 [2022-08-23T14:12:53.853Z]     check_test.go:427: [d76c65874dbca] daemon is not started
14:12:53 [2022-08-23T14:12:53.853Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
14:12:54 [2022-08-23T14:12:54.110Z]     check_test.go:427: [d791ebf38f49c] daemon is not started
14:12:54 [2022-08-23T14:12:54.110Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
14:12:54 [2022-08-23T14:12:54.110Z]     check_test.go:427: [d239d80d58a28] daemon is not started
14:12:54 [2022-08-23T14:12:54.110Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
14:12:55 [2022-08-23T14:12:55.038Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
14:12:55 [2022-08-23T14:12:55.600Z]     check_test.go:427: [d15ddb8d7ec62] daemon is not started
14:12:55 [2022-08-23T14:12:55.600Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
14:12:57 [2022-08-23T14:12:57.495Z]     check_test.go:427: [d44c8632feb4d] daemon is not started
14:12:57 [2022-08-23T14:12:57.495Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
14:12:58 [2022-08-23T14:12:58.863Z]     check_test.go:427: [dcffd6fc935ca] daemon is not started
14:12:58 [2022-08-23T14:12:58.863Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
14:13:00 [2022-08-23T14:13:00.230Z]     check_test.go:427: [d66b6bac062a6] daemon is not started
14:13:00 [2022-08-23T14:13:00.230Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
14:13:01 [2022-08-23T14:13:01.160Z] === RUN   TestDockerRegistrySuite/TestV2Only
14:13:02 [2022-08-23T14:13:02.089Z] --- PASS: TestDockerRegistrySuite (46.44s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.17s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.05s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.34s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.78s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.24s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.81s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.02s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.92s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.07s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.05s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.13s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.23s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.97s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.82s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.93s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.96s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.13s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.97s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.99s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.86s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.86s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.59s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.46s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.19s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.57s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.13s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.31s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.38s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.40s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.23s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.96s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.17s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.46s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.07s)
14:13:02 [2022-08-23T14:13:02.089Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s)
14:13:02 [2022-08-23T14:13:02.089Z] === RUN   TestDockerSchema1RegistrySuite
14:13:02 [2022-08-23T14:13:02.089Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
14:13:02 [2022-08-23T14:13:02.089Z]     check_test.go:454: [d974982b0620f] daemon is not started
14:13:02 [2022-08-23T14:13:02.089Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
14:13:02 [2022-08-23T14:13:02.089Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
14:13:06 [2022-08-23T14:13:06.259Z]     check_test.go:454: [d2996ec0e3344] daemon is not started
14:13:06 [2022-08-23T14:13:06.259Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
14:13:08 [2022-08-23T14:13:08.776Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
14:13:12 [2022-08-23T14:13:12.045Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
14:13:12 [2022-08-23T14:13:12.045Z]     check_test.go:454: [d3c2cc635eaad] daemon is not started
14:13:12 [2022-08-23T14:13:12.045Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
14:13:12 [2022-08-23T14:13:12.608Z]     check_test.go:454: [d9bc63d7940b6] daemon is not started
14:13:12 [2022-08-23T14:13:12.608Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
14:13:12 [2022-08-23T14:13:12.864Z]     check_test.go:454: [d5ddeb170df15] daemon is not started
14:13:12 [2022-08-23T14:13:12.864Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
14:13:14 [2022-08-23T14:13:14.232Z]     check_test.go:454: [dd6f9f71042dc] daemon is not started
14:13:14 [2022-08-23T14:13:14.232Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
14:13:15 [2022-08-23T14:13:15.168Z]     check_test.go:454: [d49ab9d3cd831] daemon is not started
14:13:15 [2022-08-23T14:13:15.168Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
14:13:16 [2022-08-23T14:13:16.097Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
14:13:16 [2022-08-23T14:13:16.354Z]     check_test.go:454: [da61779988a30] daemon is not started
14:13:16 [2022-08-23T14:13:16.354Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
14:13:19 [2022-08-23T14:13:19.625Z]     check_test.go:454: [d4bcad50707e5] daemon is not started
14:13:19 [2022-08-23T14:13:19.625Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
14:13:19 [2022-08-23T14:13:19.881Z]     check_test.go:454: [df24856cb2f82] daemon is not started
14:13:19 [2022-08-23T14:13:19.881Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
14:13:20 [2022-08-23T14:13:20.137Z]     check_test.go:454: [d39a2860accd1] daemon is not started
14:13:20 [2022-08-23T14:13:20.137Z] --- PASS: TestDockerSchema1RegistrySuite (18.29s)
14:13:20 [2022-08-23T14:13:20.137Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.17s)
14:13:20 [2022-08-23T14:13:20.137Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.49s)
14:13:20 [2022-08-23T14:13:20.137Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (6.04s)
14:13:20 [2022-08-23T14:13:20.137Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.06s)
14:13:20 [2022-08-23T14:13:20.137Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s)
14:13:20 [2022-08-23T14:13:20.137Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.21s)
14:13:20 [2022-08-23T14:13:20.137Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.11s)
14:13:20 [2022-08-23T14:13:20.137Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.22s)
14:13:20 [2022-08-23T14:13:20.137Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.03s)
14:13:20 [2022-08-23T14:13:20.137Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s)
14:13:20 [2022-08-23T14:13:20.137Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.40s)
14:13:20 [2022-08-23T14:13:20.137Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
14:13:20 [2022-08-23T14:13:20.137Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
14:13:21 [2022-08-23T14:13:21.066Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
14:13:21 [2022-08-23T14:13:21.066Z]     check_test.go:483: [d635230675af7] daemon is not started
14:13:21 [2022-08-23T14:13:21.066Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
14:13:21 [2022-08-23T14:13:21.629Z]     check_test.go:483: [dfdc7cafa01e2] daemon is not started
14:13:21 [2022-08-23T14:13:21.629Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
14:13:21 [2022-08-23T14:13:21.885Z]     check_test.go:483: [da748709f7ddf] daemon is not started
14:13:21 [2022-08-23T14:13:21.885Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
14:13:23 [2022-08-23T14:13:23.252Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
14:13:23 [2022-08-23T14:13:23.815Z]     check_test.go:483: [d72d47678dd63] daemon is not started
14:13:23 [2022-08-23T14:13:23.815Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
14:13:24 [2022-08-23T14:13:24.378Z]     check_test.go:483: [dd398e7532a0d] daemon is not started
14:13:24 [2022-08-23T14:13:24.378Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
14:13:24 [2022-08-23T14:13:24.942Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
14:13:24 [2022-08-23T14:13:24.942Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
14:13:24 [2022-08-23T14:13:24.942Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
14:13:25 [2022-08-23T14:13:25.504Z]     check_test.go:483: [d199a2afc1b71] daemon is not started
14:13:25 [2022-08-23T14:13:25.504Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
14:13:25 [2022-08-23T14:13:25.504Z]     check_test.go:483: [d43564bd15780] daemon is not started
14:13:25 [2022-08-23T14:13:25.504Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.36s)
14:13:25 [2022-08-23T14:13:25.504Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.78s)
14:13:25 [2022-08-23T14:13:25.504Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.67s)
14:13:25 [2022-08-23T14:13:25.504Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s)
14:13:25 [2022-08-23T14:13:25.504Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.37s)
14:13:25 [2022-08-23T14:13:25.504Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.57s)
14:13:25 [2022-08-23T14:13:25.504Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.70s)
14:13:25 [2022-08-23T14:13:25.504Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.92s)
14:13:25 [2022-08-23T14:13:25.504Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.19s)
14:13:25 [2022-08-23T14:13:25.504Z] === RUN   TestDockerRegistryAuthTokenSuite
14:13:25 [2022-08-23T14:13:25.504Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
14:13:30 [2022-08-23T14:13:30.749Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
14:13:30 [2022-08-23T14:13:30.749Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
14:13:30 [2022-08-23T14:13:30.749Z]     check_test.go:510: [de934095872ba] daemon is not started
14:13:30 [2022-08-23T14:13:30.749Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
14:13:31 [2022-08-23T14:13:31.005Z]     check_test.go:510: [d25b22977b6a0] daemon is not started
14:13:31 [2022-08-23T14:13:31.005Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
14:13:31 [2022-08-23T14:13:31.005Z]     check_test.go:510: [decdcbaa7494e] daemon is not started
14:13:31 [2022-08-23T14:13:31.005Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
14:13:31 [2022-08-23T14:13:31.262Z]     check_test.go:510: [d87211d97b1bd] daemon is not started
14:13:31 [2022-08-23T14:13:31.262Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
14:13:31 [2022-08-23T14:13:31.518Z]     check_test.go:510: [d18f10d182a68] daemon is not started
14:13:31 [2022-08-23T14:13:31.518Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
14:13:31 [2022-08-23T14:13:31.518Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.88s)
14:13:31 [2022-08-23T14:13:31.518Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.18s)
14:13:31 [2022-08-23T14:13:31.518Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s)
14:13:31 [2022-08-23T14:13:31.518Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
14:13:31 [2022-08-23T14:13:31.518Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.18s)
14:13:31 [2022-08-23T14:13:31.518Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.21s)
14:13:31 [2022-08-23T14:13:31.518Z] === RUN   TestDockerNetworkSuite
14:13:31 [2022-08-23T14:13:31.518Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
14:13:32 [2022-08-23T14:13:32.886Z]     docker_cli_network_unix_test.go:46: [d78566460c959] daemon is not started
14:13:32 [2022-08-23T14:13:32.886Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
14:13:33 [2022-08-23T14:13:33.818Z]     docker_cli_network_unix_test.go:46: [d161b3a2b3838] daemon is not started
14:13:34 [2022-08-23T14:13:34.076Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
14:13:34 [2022-08-23T14:13:34.076Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
14:13:37 [2022-08-23T14:13:37.346Z]     docker_cli_network_unix_test.go:46: [d2f12836c4897] daemon is not started
14:13:37 [2022-08-23T14:13:37.346Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
14:13:38 [2022-08-23T14:13:38.714Z]     docker_cli_network_unix_test.go:46: [d341a566115e5] daemon is not started
14:13:38 [2022-08-23T14:13:38.970Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
14:13:38 [2022-08-23T14:13:38.970Z]     docker_cli_network_unix_test.go:1233: [db908086a0459] daemon is not started
14:13:41 [2022-08-23T14:13:41.487Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
14:13:42 [2022-08-23T14:13:42.416Z]     docker_cli_network_unix_test.go:46: [dcdef42c0769b] daemon is not started
14:13:42 [2022-08-23T14:13:42.672Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
14:13:47 [2022-08-23T14:13:47.920Z]     docker_cli_network_unix_test.go:46: [d2068a4fea11c] daemon is not started
14:13:47 [2022-08-23T14:13:47.920Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
14:13:49 [2022-08-23T14:13:49.812Z]     docker_cli_network_unix_test.go:46: [d23a4fbaa65fe] daemon is not started
14:13:50 [2022-08-23T14:13:50.068Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
14:13:51 [2022-08-23T14:13:51.435Z]     docker_cli_network_unix_test.go:46: [dbb53d9195bd5] daemon is not started
14:13:51 [2022-08-23T14:13:51.435Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
14:13:51 [2022-08-23T14:13:51.692Z]     docker_cli_network_unix_test.go:46: [d43f6d365579a] daemon is not started
14:13:51 [2022-08-23T14:13:51.692Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
14:13:52 [2022-08-23T14:13:52.255Z]     docker_cli_network_unix_test.go:46: [d7ae715bc1326] daemon is not started
14:13:52 [2022-08-23T14:13:52.255Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
14:13:52 [2022-08-23T14:13:52.823Z]     docker_cli_network_unix_test.go:46: [d2d25d9815cc2] daemon is not started
14:13:53 [2022-08-23T14:13:53.079Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
14:13:53 [2022-08-23T14:13:53.640Z]     docker_cli_network_unix_test.go:46: [dc91af1ac5368] daemon is not started
14:13:54 [2022-08-23T14:13:54.204Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
14:13:54 [2022-08-23T14:13:54.461Z]     docker_cli_network_unix_test.go:46: [db4f86d81faa0] daemon is not started
14:13:54 [2022-08-23T14:13:54.461Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
14:13:54 [2022-08-23T14:13:54.716Z]     docker_cli_network_unix_test.go:46: [d958f7e8c125a] daemon is not started
14:13:54 [2022-08-23T14:13:54.716Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
14:13:55 [2022-08-23T14:13:55.279Z]     docker_cli_network_unix_test.go:46: [d4ec07c5f25ce] daemon is not started
14:13:55 [2022-08-23T14:13:55.279Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
14:13:55 [2022-08-23T14:13:55.535Z]     docker_cli_network_unix_test.go:46: [da8578ba02c3f] daemon is not started
14:13:55 [2022-08-23T14:13:55.535Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
14:13:55 [2022-08-23T14:13:55.535Z]     docker_cli_network_unix_test.go:46: [d0a9ed19e3488] daemon is not started
14:13:55 [2022-08-23T14:13:55.535Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
14:13:55 [2022-08-23T14:13:55.791Z]     docker_cli_network_unix_test.go:46: [db3ca39bc9670] daemon is not started
14:13:55 [2022-08-23T14:13:55.791Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
14:13:56 [2022-08-23T14:13:56.721Z]     docker_cli_network_unix_test.go:46: [d88ad4f6a89a6] daemon is not started
14:13:56 [2022-08-23T14:13:56.721Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
14:13:57 [2022-08-23T14:13:57.282Z]     docker_cli_network_unix_test.go:46: [dc52be5cf79c8] daemon is not started
14:13:57 [2022-08-23T14:13:57.538Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
14:13:57 [2022-08-23T14:13:57.796Z]     docker_cli_network_unix_test.go:46: [dc4e8d9756dae] daemon is not started
14:13:57 [2022-08-23T14:13:57.796Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
14:13:57 [2022-08-23T14:13:57.796Z]     docker_cli_network_unix_test.go:46: [d0f897da84318] daemon is not started
14:13:58 [2022-08-23T14:13:58.052Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
14:13:58 [2022-08-23T14:13:58.052Z]     docker_cli_network_unix_test.go:46: [dc8622196763b] daemon is not started
14:13:58 [2022-08-23T14:13:58.052Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
14:13:59 [2022-08-23T14:13:59.418Z]     docker_cli_network_unix_test.go:968: [ddd967475d4a2] daemon is not started
14:14:00 [2022-08-23T14:14:00.347Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
14:14:01 [2022-08-23T14:14:01.716Z]     docker_cli_network_unix_test.go:46: [dd91a59308bb6] daemon is not started
14:14:01 [2022-08-23T14:14:01.716Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
14:14:04 [2022-08-23T14:14:04.238Z]     docker_cli_network_unix_test.go:1116: [d92ecfb9f45a3] daemon is not started
14:14:07 [2022-08-23T14:14:07.509Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
14:14:07 [2022-08-23T14:14:07.509Z]     docker_cli_network_unix_test.go:46: [d08b7b47e7f34] daemon is not started
14:14:07 [2022-08-23T14:14:07.509Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
14:14:08 [2022-08-23T14:14:08.071Z]     docker_cli_network_unix_test.go:46: [ddbbafb503ddc] daemon is not started
14:14:08 [2022-08-23T14:14:08.071Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
14:14:08 [2022-08-23T14:14:08.071Z]     docker_cli_network_unix_test.go:46: [d840f0e6a367d] daemon is not started
14:14:08 [2022-08-23T14:14:08.327Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
14:14:08 [2022-08-23T14:14:08.327Z]     docker_cli_network_unix_test.go:46: [dbb2d90ff9270] daemon is not started
14:14:08 [2022-08-23T14:14:08.327Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
14:14:08 [2022-08-23T14:14:08.327Z]     docker_cli_network_unix_test.go:46: [d331099b391e2] daemon is not started
14:14:08 [2022-08-23T14:14:08.327Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
14:14:08 [2022-08-23T14:14:08.592Z]     docker_cli_network_unix_test.go:46: [d1b5f0f704e69] daemon is not started
14:14:08 [2022-08-23T14:14:08.592Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
14:14:08 [2022-08-23T14:14:08.592Z]     docker_cli_network_unix_test.go:46: [d3b70fa1e578b] daemon is not started
14:14:08 [2022-08-23T14:14:08.592Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
14:14:10 [2022-08-23T14:14:10.487Z]     docker_cli_network_unix_test.go:46: [d4ddfa4c7628b] daemon is not started
14:14:11 [2022-08-23T14:14:11.050Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
14:14:11 [2022-08-23T14:14:11.050Z]     docker_cli_network_unix_test.go:46: [df8eae18f3a87] daemon is not started
14:14:11 [2022-08-23T14:14:11.050Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
14:14:11 [2022-08-23T14:14:11.050Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
14:14:11 [2022-08-23T14:14:11.050Z]     docker_cli_network_unix_test.go:46: [d38231c1fd1b3] daemon is not started
14:14:11 [2022-08-23T14:14:11.050Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
14:14:11 [2022-08-23T14:14:11.613Z]     docker_cli_network_unix_test.go:46: [de8de94d74f61] daemon is not started
14:14:11 [2022-08-23T14:14:11.869Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
14:14:16 [2022-08-23T14:14:16.041Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
14:14:16 [2022-08-23T14:14:16.969Z]     docker_cli_network_unix_test.go:1084: [df128af375268] daemon is not started
14:14:18 [2022-08-23T14:14:18.861Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
14:14:18 [2022-08-23T14:14:18.861Z]     docker_cli_network_unix_test.go:46: [d1154de9364a4] daemon is not started
14:14:18 [2022-08-23T14:14:18.861Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
14:14:19 [2022-08-23T14:14:19.117Z]     docker_cli_network_unix_test.go:46: [d6db618a62ee8] daemon is not started
14:14:19 [2022-08-23T14:14:19.374Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
14:14:20 [2022-08-23T14:14:20.740Z]     docker_cli_network_unix_test.go:46: [da82e5546b71e] daemon is not started
14:14:20 [2022-08-23T14:14:20.997Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
14:14:20 [2022-08-23T14:14:20.997Z]     docker_cli_network_unix_test.go:46: [d27c93e024a21] daemon is not started
14:14:20 [2022-08-23T14:14:20.997Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
14:14:21 [2022-08-23T14:14:21.253Z]     docker_cli_network_unix_test.go:46: [d2804fc6d5899] daemon is not started
14:14:21 [2022-08-23T14:14:21.814Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
14:14:22 [2022-08-23T14:14:22.070Z]     docker_cli_network_unix_test.go:46: [d6eb232640376] daemon is not started
14:14:22 [2022-08-23T14:14:22.070Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
14:14:22 [2022-08-23T14:14:22.999Z]     docker_cli_network_unix_test.go:46: [d024a37358759] daemon is not started
14:14:22 [2022-08-23T14:14:22.999Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
14:14:28 [2022-08-23T14:14:28.264Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
14:14:28 [2022-08-23T14:14:28.520Z]     docker_cli_network_unix_test.go:46: [d40c48cc73084] daemon is not started
14:14:28 [2022-08-23T14:14:28.776Z] --- PASS: TestDockerNetworkSuite (57.34s)
14:14:28 [2022-08-23T14:14:28.776Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.49s)
14:14:28 [2022-08-23T14:14:28.776Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.06s)
14:14:28 [2022-08-23T14:14:28.776Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.40s)
14:14:28 [2022-08-23T14:14:28.776Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.48s)
14:14:28 [2022-08-23T14:14:28.776Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.44s)
14:14:28 [2022-08-23T14:14:28.776Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.47s)
14:14:28 [2022-08-23T14:14:28.776Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.12s)
14:14:28 [2022-08-23T14:14:28.776Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.27s)
14:14:28 [2022-08-23T14:14:28.776Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.09s)
14:14:28 [2022-08-23T14:14:28.776Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.54s)
14:14:28 [2022-08-23T14:14:28.776Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.40s)
14:14:28 [2022-08-23T14:14:28.776Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.94s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.93s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.29s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.73s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.74s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.10s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.24s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.29s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.22s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.51s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.22s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.81s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.18s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.47s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.79s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.47s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.11s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.77s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.58s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.70s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.48s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.98s)
14:14:28 [2022-08-23T14:14:28.777Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.67s)
14:14:28 [2022-08-23T14:14:28.777Z] === RUN   TestDockerHubPullSuite
14:14:28 [2022-08-23T14:14:28.777Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
14:14:30 [2022-08-23T14:14:30.666Z]     docker_cli_swarm_test.go:1180: [d1ce0ff97155d] joining swarm manager [d82b41e4874ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:14:30 [2022-08-23T14:14:30.922Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
14:14:33 [2022-08-23T14:14:33.436Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
14:14:34 [2022-08-23T14:14:34.362Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
14:14:36 [2022-08-23T14:14:36.251Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
14:14:36 [2022-08-23T14:14:36.814Z]     docker_cli_swarm_test.go:1189: [d3f620ae3aaba] joining swarm manager [d82b41e4874ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:14:36 [2022-08-23T14:14:36.814Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
14:14:37 [2022-08-23T14:14:37.376Z] --- PASS: TestDockerHubPullSuite (8.44s)
14:14:37 [2022-08-23T14:14:37.376Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.08s)
14:14:37 [2022-08-23T14:14:37.376Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.53s)
14:14:37 [2022-08-23T14:14:37.376Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (1.07s)
14:14:37 [2022-08-23T14:14:37.376Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.75s)
14:14:37 [2022-08-23T14:14:37.376Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.64s)
14:14:37 [2022-08-23T14:14:37.376Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.36s)
14:14:37 [2022-08-23T14:14:37.376Z] PASS
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === Skipped
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_create_test.go:83: unmatched requirement Devicemapper
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_inspect_test.go:201: unmatched requirement Devicemapper
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_test.go:4032: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_test.go:4051: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_test.go:4134: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_test.go:4117: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_test.go:2852: kernel doesn't have latency_stats configured
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_test.go:4107: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
14:14:37 [2022-08-23T14:14:37.376Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
14:14:37 [2022-08-23T14:14:37.376Z] 
14:14:37 [2022-08-23T14:14:37.376Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
14:14:37 [2022-08-23T14:14:37.377Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
14:14:37 [2022-08-23T14:14:37.377Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
14:14:37 [2022-08-23T14:14:37.377Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
14:14:37 [2022-08-23T14:14:37.377Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
14:14:37 [2022-08-23T14:14:37.377Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s)
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_run_test.go:4432: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.377Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_sni_test.go:30: Flakey test
14:14:37 [2022-08-23T14:14:37.377Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows
14:14:37 [2022-08-23T14:14:37.377Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport
14:14:37 [2022-08-23T14:14:37.377Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport
14:14:37 [2022-08-23T14:14:37.377Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport
14:14:37 [2022-08-23T14:14:37.377Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
14:14:37 [2022-08-23T14:14:37.377Z]     docker_cli_network_unix_test.go:46: [d38231c1fd1b3] daemon is not started
14:14:37 [2022-08-23T14:14:37.377Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] DONE 1265 tests, 51 skipped in 1491.295s
14:14:37 [2022-08-23T14:14:37.377Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:14:37 [2022-08-23T14:14:37.377Z] ++++ cat bundles/test-integration/docker.pid
14:14:37 [2022-08-23T14:14:37.377Z] +++ kill 9494
14:14:37 [2022-08-23T14:14:37.377Z] +++ /etc/init.d/apparmor stop
14:14:37 [2022-08-23T14:14:37.377Z] Leaving: AppArmorNo profiles have been unloaded.
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] Unloading profiles will leave already running processes permanently
14:14:37 [2022-08-23T14:14:37.377Z] unconfined, which can lead to unexpected situations.
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.377Z] To set a process to complain mode, use the command line tool
14:14:37 [2022-08-23T14:14:37.377Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:14:37 [2022-08-23T14:14:37.377Z] +++ true
14:14:37 [2022-08-23T14:14:37.377Z] exiting test-integration
14:14:37 [2022-08-23T14:14:37.377Z] ++ exit 0
14:14:37 [2022-08-23T14:14:37.377Z] 
14:14:37 [2022-08-23T14:14:37.633Z] + for job in $(jobs -p)
14:14:37 [2022-08-23T14:14:37.633Z] + wait 10758
14:15:24 [2022-08-23T14:15:24.258Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
14:15:28 [2022-08-23T14:15:28.427Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
14:15:32 [2022-08-23T14:15:32.592Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
14:15:34 [2022-08-23T14:15:34.481Z]     docker_cli_swarm_test.go:1112: [dee084b38e3d1] joining swarm manager [d995e2b7c55a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:15:35 [2022-08-23T14:15:35.846Z]     docker_cli_swarm_test.go:1113: [dfbc5a6ee33df] joining swarm manager [d995e2b7c55a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:17:12 [2022-08-23T14:17:12.240Z]     docker_cli_swarm_test.go:1166: [d1f2c7d9a0929] joining swarm manager [d995e2b7c55a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
14:17:44 [2022-08-23T14:17:44.261Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
14:17:45 [2022-08-23T14:17:45.190Z]     docker_cli_swarm_test.go:1447: [da79319177e20] joining swarm manager [d45a17be7f6c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:17:46 [2022-08-23T14:17:46.117Z]     docker_cli_swarm_test.go:1448: [d29f99682cba4] joining swarm manager [d45a17be7f6c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:17:58 [2022-08-23T14:17:58.281Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
14:17:58 [2022-08-23T14:17:58.281Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
14:17:58 [2022-08-23T14:17:58.281Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
14:17:58 [2022-08-23T14:17:58.281Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
14:17:58 [2022-08-23T14:17:58.281Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
14:17:58 [2022-08-23T14:17:58.842Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
14:18:01 [2022-08-23T14:18:01.357Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
14:18:04 [2022-08-23T14:18:04.632Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
14:18:06 [2022-08-23T14:18:06.568Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
14:18:08 [2022-08-23T14:18:08.457Z]     docker_cli_swarm_unix_test.go:63: [dc5dc7a667687] joining swarm manager [d0e22c6c23dc6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:19:04 [2022-08-23T14:19:04.620Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
14:19:04 [2022-08-23T14:19:04.620Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
14:19:04 [2022-08-23T14:19:04.620Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
14:19:06 [2022-08-23T14:19:06.509Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
14:19:09 [2022-08-23T14:19:09.775Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
14:19:12 [2022-08-23T14:19:12.307Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
14:19:14 [2022-08-23T14:19:14.196Z]     docker_api_swarm_test.go:962: [dd798c84d53a4] joining swarm manager [d3fd3acb5c8ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:19:32 [2022-08-23T14:19:32.235Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
14:19:44 [2022-08-23T14:19:44.401Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
14:19:45 [2022-08-23T14:19:45.328Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
14:19:47 [2022-08-23T14:19:47.842Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
14:19:50 [2022-08-23T14:19:50.370Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
14:19:58 [2022-08-23T14:19:58.457Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
14:20:02 [2022-08-23T14:20:02.626Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
14:20:04 [2022-08-23T14:20:04.516Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
14:20:07 [2022-08-23T14:20:07.030Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
14:20:09 [2022-08-23T14:20:09.546Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
14:20:12 [2022-08-23T14:20:12.063Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
14:20:15 [2022-08-23T14:20:15.332Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
14:20:17 [2022-08-23T14:20:17.220Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
14:21:13 [2022-08-23T14:21:13.383Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
14:21:28 [2022-08-23T14:21:28.218Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
14:21:46 [2022-08-23T14:21:46.259Z] --- PASS: TestDockerSwarmSuite (1578.35s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.08s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.21s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.14s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.37s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.94s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.64s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.00s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.95s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.30s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (39.03s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.73s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.26s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.07s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.85s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.56s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.63s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.00s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.43s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (27.10s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (67.92s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.95s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.67s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.66s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.56s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.57s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.52s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.96s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.92s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.66s)
14:21:46 [2022-08-23T14:21:46.259Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.24s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.77s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.18s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.43s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.60s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.23s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.47s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.00s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.94s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.62s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.24s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.40s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.43s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.19s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.64s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.60s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.00s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.12s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.57s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.18s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.97s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.28s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.19s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.61s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.29s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.71s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.36s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.49s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.14s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.76s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.18s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.04s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.20s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (2.70s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.48s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.58s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.73s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.82s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.59s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.61s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.65s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.15s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.57s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.43s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.28s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.72s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (74.61s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.06s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.27s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.76s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.61s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.49s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.86s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.09s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.99s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.76s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.61s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.95s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.11s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.88s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.18s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (131.16s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.26s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.23s)
14:21:46 [2022-08-23T14:21:46.260Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s)
14:21:46 [2022-08-23T14:21:46.260Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s)
14:21:46 [2022-08-23T14:21:46.260Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
14:21:46 [2022-08-23T14:21:46.260Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.18s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.29s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.16s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.56s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.21s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.06s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.21s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.10s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.54s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.91s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.24s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.16s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.22s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.83s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.81s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.62s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.54s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.48s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.51s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.59s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.01s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.19s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.88s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.19s)
14:21:46 [2022-08-23T14:21:46.260Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.16s)
14:21:46 [2022-08-23T14:21:46.260Z] === RUN   TestDockerExternalVolumeSuite
14:21:46 [2022-08-23T14:21:46.260Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
14:21:46 [2022-08-23T14:21:46.260Z]     docker_cli_external_volume_driver_test.go:53: [da82835e75e34] daemon is not started
14:22:01 [2022-08-23T14:22:01.095Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
14:23:08 [2022-08-23T14:23:08.711Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
14:23:16 [2022-08-23T14:23:16.802Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
14:23:31 [2022-08-23T14:23:31.635Z]     docker_cli_external_volume_driver_test.go:53: [d542cda427489] daemon is not started
14:23:46 [2022-08-23T14:23:46.470Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
14:24:01 [2022-08-23T14:24:01.310Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
14:24:19 [2022-08-23T14:24:19.363Z]     docker_cli_external_volume_driver_test.go:53: [d973f466f3cf0] daemon is not started
14:24:31 [2022-08-23T14:24:31.527Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
14:24:31 [2022-08-23T14:24:31.527Z]     docker_cli_external_volume_driver_test.go:53: [d5430e4672678] daemon is not started
14:24:49 [2022-08-23T14:24:49.568Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
14:25:21 [2022-08-23T14:25:21.614Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
14:25:36 [2022-08-23T14:25:36.450Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
14:25:51 [2022-08-23T14:25:51.287Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
14:26:37 [2022-08-23T14:26:37.920Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
14:26:55 [2022-08-23T14:26:55.960Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
14:27:27 [2022-08-23T14:27:27.981Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
14:28:00 [2022-08-23T14:28:00.019Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
14:28:14 [2022-08-23T14:28:14.856Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
14:28:29 [2022-08-23T14:28:29.746Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
14:28:29 [2022-08-23T14:28:29.746Z]     docker_cli_external_volume_driver_test.go:485: [d8d5f54007494] daemon is not started
14:28:47 [2022-08-23T14:28:47.784Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
14:28:47 [2022-08-23T14:28:47.784Z]     docker_cli_external_volume_driver_test.go:53: [d8325f87ac8d4] daemon is not started
14:29:02 [2022-08-23T14:29:02.618Z] --- PASS: TestDockerExternalVolumeSuite (437.11s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.19s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.06s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.17s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.20s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.28s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.89s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.63s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.05s)
14:29:02 [2022-08-23T14:29:02.618Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
14:29:02 [2022-08-23T14:29:02.618Z] PASS
14:29:02 [2022-08-23T14:29:02.618Z] 
14:29:02 [2022-08-23T14:29:02.618Z] === Skipped
14:29:02 [2022-08-23T14:29:02.618Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
14:29:02 [2022-08-23T14:29:02.618Z]     docker_cli_daemon_test.go:364: unmatched requirement IPv6
14:29:02 [2022-08-23T14:29:02.618Z]     check_test.go:540: [d4a6561bfe291] daemon is not started
14:29:02 [2022-08-23T14:29:02.618Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
14:29:02 [2022-08-23T14:29:02.618Z] 
14:29:02 [2022-08-23T14:29:02.618Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
14:29:02 [2022-08-23T14:29:02.618Z]     docker_cli_daemon_test.go:233: unmatched requirement Devicemapper
14:29:02 [2022-08-23T14:29:02.618Z]     check_test.go:540: [d8e3c682abceb] daemon is not started
14:29:02 [2022-08-23T14:29:02.618Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
14:29:02 [2022-08-23T14:29:02.618Z] 
14:29:02 [2022-08-23T14:29:02.618Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
14:29:02 [2022-08-23T14:29:02.618Z]     docker_cli_daemon_test.go:213: unmatched requirement Devicemapper
14:29:02 [2022-08-23T14:29:02.618Z]     check_test.go:540: [d33f31c4b370f] daemon is not started
14:29:02 [2022-08-23T14:29:02.618Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
14:29:02 [2022-08-23T14:29:02.618Z] 
14:29:02 [2022-08-23T14:29:02.618Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
14:29:02 [2022-08-23T14:29:02.618Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
14:29:02 [2022-08-23T14:29:02.618Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
14:29:02 [2022-08-23T14:29:02.618Z] 
14:29:02 [2022-08-23T14:29:02.618Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
14:29:02 [2022-08-23T14:29:02.618Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
14:29:02 [2022-08-23T14:29:02.618Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
14:29:02 [2022-08-23T14:29:02.618Z] 
14:29:02 [2022-08-23T14:29:02.618Z] DONE 269 tests, 5 skipped in 2355.600s
14:29:02 [2022-08-23T14:29:02.618Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:29:02 [2022-08-23T14:29:02.618Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d6b712fdcb1bd/docker.pid
14:29:02 [2022-08-23T14:29:02.618Z] +++ kill 7183
14:29:02 [2022-08-23T14:29:02.618Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7183 is not a child of this shell
14:29:02 [2022-08-23T14:29:02.618Z] warning: PID 7183 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d6b712fdcb1bd/docker.pid had a nonzero exit code
14:29:02 [2022-08-23T14:29:02.618Z] ++++ cat bundles/test-integration/docker.pid
14:29:02 [2022-08-23T14:29:02.618Z] +++ kill 9469
14:29:02 [2022-08-23T14:29:02.618Z] +++ /etc/init.d/apparmor stop
14:29:02 [2022-08-23T14:29:02.618Z] Leaving: AppArmorNo profiles have been unloaded.
14:29:02 [2022-08-23T14:29:02.618Z] 
14:29:02 [2022-08-23T14:29:02.618Z] Unloading profiles will leave already running processes permanently
14:29:02 [2022-08-23T14:29:02.618Z] unconfined, which can lead to unexpected situations.
14:29:02 [2022-08-23T14:29:02.618Z] 
14:29:02 [2022-08-23T14:29:02.618Z] To set a process to complain mode, use the command line tool
14:29:02 [2022-08-23T14:29:02.618Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:29:02 [2022-08-23T14:29:02.618Z] +++ true
14:29:02 [2022-08-23T14:29:02.618Z] exiting test-integration
14:29:02 [2022-08-23T14:29:02.618Z] ++ exit 0
14:29:02 [2022-08-23T14:29:02.618Z] 
14:29:02 [2022-08-23T14:29:02.618Z] + exit 0
14:29:02 [2022-08-23T14:29:02.618Z] ++ jobs -p
14:29:02 [2022-08-23T14:29:02.618Z] + pids=
14:29:02 [2022-08-23T14:29:02.618Z] + echo 'Remaining pids to kill: []'
14:29:02 [2022-08-23T14:29:02.618Z] Remaining pids to kill: []
14:29:02 [2022-08-23T14:29:02.618Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
14:29:02 [2022-08-23T14:29:02.634Z] Recording test results
14:29:04 [2022-08-23T14:29:04.434Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:29:04 [2022-08-23T14:29:04.748Z] + echo Ensuring container killed.
14:29:04 [2022-08-23T14:29:04.749Z] Ensuring container killed.
14:29:04 [2022-08-23T14:29:04.749Z] + docker ps -aq -f name=docker-pr44-*
14:29:04 [2022-08-23T14:29:04.749Z] + cids=095a4f794310
14:29:04 [2022-08-23T14:29:04.749Z] ef064b45f745
14:29:04 [2022-08-23T14:29:04.749Z] a170e5189c4c
14:29:04 [2022-08-23T14:29:04.749Z] + [ -n 095a4f794310
14:29:04 [2022-08-23T14:29:04.749Z] ef064b45f745
14:29:04 [2022-08-23T14:29:04.749Z] a170e5189c4c ]
14:29:04 [2022-08-23T14:29:04.749Z] + docker rm -vf 095a4f794310 ef064b45f745 a170e5189c4c
14:29:05 [2022-08-23T14:29:05.678Z] 095a4f794310
14:29:05 [2022-08-23T14:29:05.678Z] ef064b45f745
14:29:05 [2022-08-23T14:29:05.678Z] a170e5189c4c
[Pipeline] sh
14:29:05 [2022-08-23T14:29:05.997Z] + echo Chowning /workspace to jenkins user
14:29:05 [2022-08-23T14:29:05.997Z] Chowning /workspace to jenkins user
14:29:05 [2022-08-23T14:29:05.997Z] + id -u
14:29:05 [2022-08-23T14:29:05.997Z] + id -g
14:29:05 [2022-08-23T14:29:05.997Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43739:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:29:09 [2022-08-23T14:29:09.595Z] + bundleName=amd64
14:29:09 [2022-08-23T14:29:09.595Z] + echo Creating amd64-bundles.tar.gz
14:29:09 [2022-08-23T14:29:09.595Z] Creating amd64-bundles.tar.gz
14:29:09 [2022-08-23T14:29:09.595Z] + xargs tar -czf amd64-bundles.tar.gz
14:29:09 [2022-08-23T14:29:09.595Z] + 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
14:29:10 [2022-08-23T14:29:10.971Z] Archiving artifacts
14:29:12 [2022-08-23T14:29:12.880Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43739/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:29:13 [2022-08-23T14:29:13.220Z] + make clean
14:29:13 [2022-08-23T14:29:13.476Z] docker volume rm -f docker-dev-cache docker-mod-cache
14:29:13 [2022-08-23T14:29:13.476Z] docker-dev-cache
14:29:13 [2022-08-23T14:29:13.476Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS